zcash-android-wallet/app
Kevin Gorham 77e77ab724
New: Update to 1.2.0 version of RecyclerView to take advantage of new StateRestorationPolicy
which automatically handles some of the more complex state management. Without this change, the recyclerview would lose its scroll position after viewing tx details. Now it handles it perfectly due to setting transactionAdapter.stateRestorationPolicy =
            RecyclerView.Adapter.StateRestorationPolicy.PREVENT_WHEN_EMPTY
2020-08-28 03:19:13 -04:00
..
src New: Update to 1.2.0 version of RecyclerView to take advantage of new StateRestorationPolicy 2020-08-28 03:19:13 -04:00
.gitignore Initial commit. 2019-11-26 15:29:16 -05:00
build.gradle New: Update to 1.2.0 version of RecyclerView to take advantage of new StateRestorationPolicy 2020-08-28 03:19:13 -04:00
google-services.json Contributing guide and helper file for easier builds. 2020-06-10 18:06:38 -04:00
proguard-rules.pro Modifications to configuration and tests. 2019-12-23 14:41:15 -05:00