Aegis/app
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
..
src Never wrap RecyclerView with a NestedScrollView 2023-09-09 18:37:07 +02:00
.gitignore Initial commit 2016-08-15 21:29:41 +02:00
build.gradle Release v2.2.2 2023-09-09 12:15:32 +02:00
lint.xml Disable Glide notification permission lint check 2023-03-01 14:38:29 +01:00
proguard-rules.pro Disable R8 obfuscation 2022-10-09 18:28:56 +02:00