Commit Graph

5 Commits (90315996f41c5b8c5d62a7f6a5e293c16dfa71e2)

Author SHA1 Message Date
cillyvms 6039cfa20e
Apply window insets to prevent UI elements from going behind system windows. 10 months ago
Michael Schättgen 69126242bd Fix icon pack selector in AssignIconsActivity 1 year ago
Alexander Bakker f1c9c6c5fc Use the hash of entry icons as keys for Glide caching
This is mostly a cleanup of the way we do Glide in-memory caching. It
also fixes a few minor issues along the way:

- Entry icon cache keys were based on entry UUID's. This could cause
  problems when changing an entry's icon.
- A TextDrawable could get replaced by the icon of a different entry
  when scrolling through the entry list quickly.
2 years ago
Alexander Bakker c13d4e7f8d Transition to non-final resource IDs and non-transitive R classes
Future versions of AGP will force us to do this, so we might as well get
it over with now.
2 years ago
Alexander Bakker 03f1a0e8ab Introduce a separate menu for AssignIconsActivity
Apparently this was using ``menu_groups``, probably a copy-paste error.

This also moves ``AssignIconsActivity`` to the right package.
2 years ago