Skip to content

Releases: ricknout/rugby-ranker

v1.3.8

06 May 17:09
9a833e1
Compare
Choose a tag to compare
  • Use "Today" for match date headers if current day
  • Update supported team abbreviations in FlagUtils
  • Lots of updates to AndroidX, MDC and other libraries

v1.3.7

02 Mar 09:35
6e98fd7
Compare
Choose a tag to compare
  • Update Material to 1.1.0-alpha04
  • Use custom end icon for prediction team input dropdown
  • Use behavior_saveFlags for match prediction bottom sheet
  • ReselectViewModel -> ScrollableViewModel and add onScroll observable event
  • Convert add match prediction FAB to Extended FAB
  • Shrink/extend predict Extended FAB on rankings scroll
  • Adjust dark grey color

v1.3.6

27 Feb 22:35
72bc747
Compare
Choose a tag to compare
  • Update AGP to 3.4.0-beta05
  • Update WorkManager to 1.0.0-rc02
  • Update Navigation to 1.0.0-rc02
  • Consolidate rankings/matches repository functions
  • Improve UI of match prediction input

v1.3.5

19 Feb 19:04
754a506
Compare
Choose a tag to compare
  • Update AGP to 3.4.0-beta04
  • Update WorkManager to 1.0.0-rc01
  • Use CoroutineWorker for rankings/matches workers
  • Ensure main thread is used for repository onComplete callbacks

v1.3.4

12 Feb 21:08
cf8d193
Compare
Choose a tag to compare
  • Handle live empty state icon better for shorter heights
  • Adjust weights for rankings rows
  • Update ktlint to 0.30.0
  • Update Navigation to 1.0.0-beta02

v1.3.3

09 Feb 18:11
5645df5
Compare
Choose a tag to compare
  • Rename bottomSheet to matchPredictionInputView
  • Pre-fill prediction scores for live matches

v1.3.2

09 Feb 15:49
847e0c6
Compare
Choose a tag to compare
  • Animate showing/hiding of live tab icon

v1.3.1

09 Feb 15:04
f863cce
Compare
Choose a tag to compare
  • Update Navigation to 1.0.0-beta01
  • Update WorkManager to 1.0.0-beta05
  • Update Kotlin to 1.3.21
  • Improve live scores refresh logic by introducing Coroutines!
  • Migrate existing Retrofit and Room/Executor usages to use Coroutines
  • Update Fragment to 1.1.0-alpha04 and use @ContentView in SportFragment
  • Make Kotlin stdlib an api dependency in :common
  • Rename :common module to :core
  • Clean up test dependencies and fix deprecations
  • Show city in match venue name and fix visibility

v1.3.0

04 Feb 18:49
995fc5a
Compare
Choose a tag to compare

This includes all of the changes required for:

  • Displaying live scores
  • Smarter showing/hiding of the "predict" button on match cards and displaying of all matches, regardless of whether or not both teams are in the rankings table

It also includes many more library updates and design enhancements.

v1.2.4

07 Jan 15:26
3d4d1bb
Compare
Choose a tag to compare
  • Scale swipe refresh
  • Use requireView for hiding soft input
  • Catch ClassNotFoundException in RugbyRankerWorkerFactory to hopefully reduce crashes