Skip to content

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

Version 6.0.4

09 Mar 01:41
v6.0.4
40a7bd7
Compare
Choose a tag to compare

Version 6.0.4:

  • Welcome to the 2020 season!
  • Target Android Q
  • Support for system dark mode!
  • We now show team avatars
  • Bug fixes & reliability 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:

Phil Lopreiato (10):
      Run Notification Processing via JobScheduler API (#946)
      Improved Notification Unit Tests (#947)
      Additional Simplification/Tests for Notifications (#949)
      Fix summary notifications (#950)
      Be sure to start refresh traces
      Check if views are already bound before unbinding
      Use JobScheduler API for StatusRefreshService
      only bold team followings if java 8 languages features are supported
      check if views are bound in ListViewBinder before unbinding
      Version 6.0.4 Whatsnew

Version 6.0.3

02 Mar 03:08
v6.0.3
71e40ff
Compare
Choose a tag to compare

Version 6.0.3:

  • Welcome to the 2020 season!
  • Target Android Q
  • Support for system dark mode!
  • We now show team avatars
  • Bug fixes & reliability 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:

Phil Lopreiato (13):
      lint
      Try to run robolectric with offline builds (#941)
      Migrate to AndroidX Test Runner + Robolectric Offline (#942)
      Migrate to firebase crashlytics (#943)
      dependency updates
      Migrate to AndroidX Preferences (#945)
      Add Firebase Performance Tracking (#944)
      Fix week tab off-by-one error
      release management updates
      Version 6.0.3 Whatsnew
      proguard tweaks
      Version 6.0.3 Whatsnew
      Version 6.0.3 Whatsnew

Version 6.0.2

22 Feb 17:00
v6.0.2
bd576a4
Compare
Choose a tag to compare

Version 6.0.2:

  • Welcome to the 2020 season!
  • Target Android Q
  • Support for system dark mode!
  • We now show team avatars

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):
      Allow Configuring Dark Mode in Settings
      show exceptions for all load data exceptions
      Version 6.0.2 Whatsnew

Version 6.0.1

17 Feb 00:27
v6.0.1
fce1d55
Compare
Choose a tag to compare

Version 6.0.1:

  • Welcome to the 2020 season!
  • Target Android Q
  • Support for system dark mode!
  • We now show team avatars

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 (13):
      try to fix robolectric (#934)
      Swagger updates (#936)
      2020 score breakdown fixes
      fix FAB color in dark mode
      fix media snackbar color
      Move 2020 breakdown text to strings resources
      Add year offsets up to 2020
      rewrite event tab adapter to suck less (#938)
      fix breakdown key for foul RP in 2020 breakdown
      2020 Event Insights (#939)
      Support for Showing Team Avatars (#940)
      test fixes
      Version v6.0.1 Whatsnew

Version 6.0.0

02 Feb 02:49
v6.0.0
d153071
Compare
Choose a tag to compare

Version 6.0.0:

  • Welcome to the 2020 season!
  • Target Android Q
  • Support for system dark mode!

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 (5):
      Migrate to AndroidX (#911) (#919)
      Dependency updates (#922)
      Update Butterknife to 10.1.0 (#923)
      Target Java 8, remove retrolambda (#924)
      Migrate team list to ViewPager2

Phil Lopreiato (7):
      update gradle version
      target SDK 29 (#932)
      2020 Score Breakdowns (#931)
      Dark Mode Support (#933)
      Teach MatchRenderer about 2020 RP Names
      Lint fixes
      Version 6.0.0 Whatsnew

Zachary Orr (1):
      Update EventInfoBinder.java (#925)

Version 5.1.6

28 Apr 23:14
v5.1.6
e3299c5
Compare
Choose a tag to compare

Version 5.1.6:

  • fix bug with displaying HAB RP in score breakdowns
  • add event insights for 2018 and 2019

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):
      add 2018 event insights
      add 2019 event insights
      fix bug with HAB RP in 2019 breakdown
      Version 5.1.6 Whatsnew

Version 5.1.5

19 Apr 02:13
v5.1.5
6e0e848
Compare
Choose a tag to compare

Version 5.1.5:

  • fix mytba 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:

Phil Lopreiato (2):
      [notification] Don't use message_type key in payloads (#917)
      Version 5.1.5 Whatsnew

Version 5.1.4

27 Mar 01:39
v5.1.4
57d0cec
Compare
Choose a tag to compare

Version 5.1.4:

  • fix issues uploading team media photos
  • sort awards in the same order as web
  • add adaptive icon
  • other visual 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:

Bryan Herbst (5):
      Use a FileProvider for media suggestions (#907)
      Speed up FAB circular reveal to 350ms. (#908)
      Match awards sorting to web's sorting (#909)
      Switch to new Google sign in branding (#910)
      Start using adaptive icon (#914)

Phil Lopreiato (1):
      Version 5.1.4 Whatsnew

Version 5.1.3

16 Mar 18:29
v5.1.3
2ec04bd
Compare
Choose a tag to compare

Version 5.1.3:

  • fix bug with not correctly showing completed rocket check marks
  • fix some team numbers being truncated when showing in lists
  • some under-the-hood 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:

Bryan Herbst (1):
      Keep team numbers on a single line (#905)

Phil Lopreiato (8):
      Auto-post releases to slack (#896)
      move to clientapi (#906)
      update play services deps
      bump gradle version
      [breakdown-2019] Fix completed rocket icon bug
      Version 5.1.2 Whatsnew
      python3 release script improvements
      Version 5.1.3 Whatsnew

Version 5.1.2

16 Mar 18:15
v5.1.2
8b3caf5
Compare
Choose a tag to compare

Version 5.1.2

  • fix bug with not correctly showing completed rocket check marks
  • fix some team numbers being truncated when showing in lists
  • some under-the-hood 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:

Bryan Herbst (1):
      Keep team numbers on a single line (#905)

Phil Lopreiato (6):
      Auto-post releases to slack (#896)
      move to clientapi (#906)
      update play services deps
      bump gradle version
      [breakdown-2019] Fix completed rocket icon bug
      Version 5.1.2 Whatsnew