Android-Password-Store/app/src/main
Fabian Henneke 94b0b64501
Fix: Restore store scroll position on back press (#670)
Restoring the scroll position in the main store fragment is currently
broken since the stored state (recyclerView.verticalScrollbarPosition)
is always 0 - it is just an enum that governs where the scrollbar is
placed on the screen.

The fix is to remember the list position of the last fully visible item
and scroll to it when restoring the scroll position.

Co-authored-by: Harsh Shandilya <msfjarvis@gmail.com>
2020-03-27 10:02:31 +01:00
..
assets/fonts use a true monospaced font for pwd display 2015-05-09 14:45:10 +02:00
java/com/zeapo/pwdstore Fix: Restore store scroll position on back press (#670) 2020-03-27 10:02:31 +01:00
res Make preferred directory structure for Autofill configurable (#660) 2020-03-25 18:13:04 +01:00
AndroidManifest.xml Add support for Oreo Autofill (#653) 2020-03-24 14:03:40 +01:00
ic_launcher-web.png Prepare for new Play Store listing (#602) 2019-12-31 20:57:38 +05:30