Releases: ricknout/rugby-ranker
Releases · ricknout/rugby-ranker
v1.1.0
v1.0.14
- 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
v1.0.12
v1.0.11
v1.0.10
- 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
- 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