Skip to content

Releases: the-blue-alliance/the-blue-alliance-android

Version 5.1.1

01 Mar 02:42
v5.1.1
07a772e
Compare
Choose a tag to compare

Version 5.1.1

  • Android O notification support
  • fix crashes when receiving notifications

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Bryan Herbst (1):
      Add auth module to imgur suggestion service and GCM message handler (#893)

Phil Lopreiato (2):
      Add all notifications to default channel (#895)
      Version 5.1.1 Whatsnew

Version 5.1.0

24 Feb 21:37
v5.1.0
8494257
Compare
Choose a tag to compare

Version 5.1.0:

  • 2019 scoring support
  • fix offseason events now appearing across month boundaries
  • improve team@event summary before events start
  • fix crash in contributors view

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Bryan Herbst (1):
      Fix offseason events that straddle month boundaries or that occur on the first/last day of the month not showing up. (#887)

FishDog5000 (1):
      Fix ContributorsActivity crashing on load (#891)

Phil Lopreiato (5):
      fix apk output path
      Improve team@event summary when event hasn't started (#888)
      Gradle Updates + Java11 Build Support (#889)
      2019 native breakdown view (#892)
      Version 5.1.0 Whatsnew

Version 5.0.0

01 Jan 20:38
v5.0.0
Compare
Choose a tag to compare

Version 5.0.0:

  • Fix crashes when modifying mytba data
  • Show team media in team@event view
  • Show team locations in search results
  • Support https deep links
  • Fix opening team urls with leading zeros

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Alex Saveau (1):
      Add https support to deep links (#844)

Bryan Herbst (1):
      Fix for opening team links with leading zeros (#845)

Greg Marra (2):
      Show Team Locations in Search (#879)
      Add Media tab to Team at Event (#882)

Phil Lopreiato (12):
      [build] Update to latest versions of android tooling (#880)
      [build] Fix all build modes
      fork spectrum to local module (#881)
      Fix Travis Build (#883)
      Load media from https urls
      Fix dangling NOT NULL constraing on removed db column
      fix broken unit test
      Move mytba to Full Firebase Auth (#884)
      Update release script for new changelog path
      Version 5.0.0 Whatsnew
      Version 5.0.0 Whatsnew
      Version 5.0.0 Whatsnew

Spencer Ng (1):
      Fix view more events date issue (#875)

Taylor Horne (1):
      Add Extra RP Dots (#866)

Version 4.3.2

02 Oct 01:17
v4.3.2
fda6e0e
Compare
Choose a tag to compare

Version 4.3.2:

  • Fix crashes with new districts

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Phil Lopreiato (2):
      Rip out hard coded districts (#874)
      Version 4.3.2 Whatsnew

Version 4.3.1

10 Apr 23:34
v4.3.1
5c94e11
Compare
Choose a tag to compare

Version 4.3.1:

  • Bug fixes

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Jerry Morrison (2):
      Fix #856: red vault data shown in blue vault fields (#857)
      Fix #855 (#858)

Phil Lopreiato (1):
      Version 4.3.1 Whatsnew

Version 4.3.0

06 Mar 01:27
v4.3.0
4b1290d
Compare
Choose a tag to compare

Version 4.3.0:

  • Add 2018 score breakdown support!
  • Other bug fixes and minor improvements

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Alex Saveau (1):
      Fix incorrect LeakCanary initialization (#838)

Jerry Morrison (1):
      Fix bug #842 (#843)

Phil Lopreiato (6):
      Only attempt to parse valid alliance status
      Fix refresh button
      Use https for apiv3
      Exclude generated API files from checkstyle
      removed unused import
      Version 4.3.0 Whatsnew

Samer Alabi (1):
      Added Match Breakdown Table for 2018 (#847)

Version 4.2.3

15 Apr 15:14
v4.2.3
afe52f6
Compare
Choose a tag to compare

Version 4.2.3:

  • Fix searching by event code
  • Support MSC divisions
  • Fix blank screens when opening events
  • Fix rotor/kpa bonus text alignment

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Phil Lopreiato (4):
      Remove blocking until db lock attained
      Fix week header wrong with dcmp divisions
      Fix rotor/fuel bonus text alignment
      Version 4.2.3 Whatsnew

Version 4.2.2

13 Apr 14:49
v4.2.2
ec8168d
Compare
Choose a tag to compare

Version 4.2.2:

  • Fix searching by event code
  • Support MSC divisions
  • Other minor bug fixes

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Jerry Morrison (1):
      simplify the preference code and fix 2 minor bugs (#830)

Phil Lopreiato (10):
      Update gradle plugin
      Allow searching by event key
      Show fallback event type header
      Proper Support for DCMP Divisions
      Be more lenient with exception reporting
      Use backoff beginTransaction in table update hooks
      Fix tests
      Champs pit update (#835)
      Be leniest with json network errors
      Version 4.2.2 Whatsnew

Version 4.2.1

30 Mar 21:37
v4.2.1
3f3f497
Compare
Choose a tag to compare

Version 4.2.1:

  • Show extra rankings status unofficially calculated by TBA
  • Other minor bug fixes

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Phil Lopreiato (2):
      Fix ranking label bug
      Version 4.2.1 Whatsnew

Version 4.2.0

30 Mar 20:15
v4.2.0
6c21c55
Compare
Choose a tag to compare

Version 4.2.0:

  • Show extra rankings status unofficially calculated by TBA
  • Other minor bug fixes

View the full changelog for this and previous releases on the GitHub page:
https://github.com/the-blue-alliance/the-blue-alliance-android/releases
Shortlog:

Phil Lopreiato (3):
      Show extra stats in ranking list
      Implement backoff for db locked
      Version 4.2.0 Whatsnew