Skip to content

Releases: ricknout/rugby-ranker

v1.1.0

10 Dec 19:26
78a3974
Compare
Choose a tag to compare

This includes all of the changes required for:

  • Displaying fixtures and results
  • Splitting up the app into more appropriate Gradle modules

It also includes many more architectural and design enhancements.

v1.0.14

03 Dec 20:18
2a8d9cb
Compare
Choose a tag to compare
  • Update AGP to 3.3.0-beta03 and remove Jetifier workaround
  • Use ?android:attr/ in a few places
  • Store and use millis for rankings updated time subtitle
  • Switch to using viewLifecycleOwner for RankingsFragment
  • Update testing dependency versions
  • Update WorkManager to 1.0.0-alpha11 and migrate rankings
  • Use firstOrNull to obtain rankings WorkInfo
  • Change subtitle to "Last updated by World Rugby"
  • Use friendlier date format for last updated time
  • Update AGP to 3.3.0-beta04
  • Update Kotlin to 1.3.10
  • Make appComponent private
  • Wrap sync rankings fetch in try/catch to handle onFailure
  • Update Retrofit to 2.5.0
  • Remove "" from workManagerInitAuthorities Manifest placeholder
  • Update AGP to 3.3.0-rc01
  • Update AndroidX, testing and OSS license versions

v1.0.13

06 Nov 17:31
eb94975
Compare
Choose a tag to compare
  • Improve onBackPressedCallback behavior
  • Fix bottom sheet state restoration using KTX doOnLayout

v1.0.12

06 Nov 16:42
44720d7
Compare
Choose a tag to compare
  • Update AndroidX and Material Components to latest
  • Rename/reorder dependencies
  • Set Chip text color to colorOnSecondary

v1.0.11

06 Nov 08:03
67b59d3
Compare
Choose a tag to compare
  • Remove unused elevation_app_bar dimen
  • Improve title/subtitle implementation
  • Update screens to reflect subtitle changes
  • Update demo GIF
  • Re-enable R8

v1.0.10

05 Nov 19:24
a5c701a
Compare
Choose a tag to compare
  • Update screens to reflect checkbox changes
  • Update Gradle/AGP for Android Studio 3.3 Beta 2
  • Add issue to bottom navigation reselect workaround comment
  • Update Room to 2.1.0-alpha02
  • Use SimpleOnItemTouchListener for OnBackgroundClickItemTouchListener
  • Move app bar elevation to dimen resource
  • Rename BackgroundClickOnItemTouchListener
  • Improve Context.getAttrColor with Android KTX
  • Remove useless @SerializedName annotations from WorldRugbyRanking
  • Use KTX for Navigation dependency/implementation
  • Add SwipeRefreshLayout to rankings and replace MotionLayout with CoordinatorLayout :-(
  • Theme SwipeRefreshLayout with World Rugby colors
  • Add executor to RugbyRankerRepository
  • fetchAndCacheLatestWorldRugbyRankings -> fetchAndCacheLatestWorldRugbyRankingsSync
  • Add fetchAndCacheLatestWorldRugbyRankingsAsync function
  • Complete UI of swipe to refresh with Snackbar
  • Remove mention of MotionLayout from README (for now)

v1.0.9

30 Oct 14:34
699bd7b
Compare
Choose a tag to compare
  • Show 'last updated' subtitle when viewing latest rugby rankings
    • Update screens with 'last updated' subtitle
    • Update demo GIF
    • Use millis/gmtOffset from worldRugbyRankingsResponse to localise 'last updated' time
    • Remove wildcard import from DateUtils
    • Fix SharedPreferenceLiveData formatting
    • Improve use of SharedPreferences for effective time LiveData
  • Update Navigation to 1.0.0-alpha07
  • Update Kotlin to 1.3.0

v1.0.8

29 Oct 18:08
36cbfe0
Compare
Choose a tag to compare
  • Adjust RWC/NHA checkbox position and copy

v1.0.7

28 Oct 10:11
866deca
Compare
Choose a tag to compare
  • Fix MainActivity when expression formatting
  • Prevent back press while FluidContentResizer is animating

v1.0.6

25 Oct 11:49
595f1a0
Compare
Choose a tag to compare
  • Fix issue with input validation discovered in pre-launch report