Aegis/app/src/main
Alexander Bakker ca4a3e2f74 Never wrap RecyclerView with a NestedScrollView
Wrapping a ``RecyclerView`` with a ``NestedScrollView`` breaks its recycling
functionality because the view height is stretched to fit the full list
of entries.

We never noticed performance issues in these two cases because these
lists never get very long. Let's fix these cases anyway so that we
don't accidentally base a new use of a ``RecyclerView`` on this broken
pattern.

Also renamed ``list_slots`` to ``list_groups``. Must have been
a copy-paste error.
2023-09-09 18:37:07 +02:00
..
assets Release v2.2.2 2023-09-09 12:15:32 +02:00
java/com/beemdevelopment/aegis Never wrap RecyclerView with a NestedScrollView 2023-09-09 18:37:07 +02:00
proto Make the Google Authenticator Protobuf parser more complete 2020-12-07 21:28:27 +01:00
res Never wrap RecyclerView with a NestedScrollView 2023-09-09 18:37:07 +02:00
AndroidManifest.xml Add Authenticator Pro encrypted import support 2023-03-02 17:46:45 -03:00
ic_launcher-web.png Fix app icon 2019-08-28 22:08:06 +02:00
ic_launcher_debug-web.png Fix app icon 2019-08-28 22:08:06 +02:00