Aegis/app/src/main/java/com/beemdevelopment/aegis
Alexander Bakker 51a0a16afb Add the option to highlight entries when tapped
This adds an option to highlight tapped entries, so that it's easier to
distinguisch between the one you're trying to enter into a website and the other
ones.

Only one entry can be highlighted at a time. Perhaps it would make sense to
change our tap to reveal functionality to behave the same, so that the two
features are nicely in sync. I can address that in a separate PR if we decide to
do so.
2019-09-21 12:58:35 +02:00
..
crypto Use the old encode method for passwords over 64 bytes and repair the slot (#98) 2019-05-26 23:52:20 +02:00
db Set a default value for period and digits for new entries 2019-09-04 23:48:30 +02:00
encoding Replace hardcoded encoding names with constants 2019-03-28 20:01:00 +01:00
helpers Fix all linter errors 2019-09-05 01:09:16 +02:00
importers Introduce UUIDMap for storing objects that are keyed by a UUID 2019-08-03 17:50:25 +02:00
otp Check for the possibility of an overflow when parsing OTP period 2019-08-28 19:46:47 +02:00
services Add notification to warn user about the unlock state 2019-07-31 00:37:48 +02:00
ui Add the option to highlight entries when tapped 2019-09-21 12:58:35 +02:00
util Introduce UUIDMap for storing objects that are keyed by a UUID 2019-08-03 17:50:25 +02:00
AegisApplication.java Add notification to warn user about the unlock state 2019-07-31 00:37:48 +02:00
CancelAction.java Add temporary backpress fix 2019-09-06 21:48:17 +02:00
Preferences.java Add the option to highlight entries when tapped 2019-09-21 12:58:35 +02:00
SortCategory.java Fix the last couple of sorting bugs (#77) 2019-05-15 21:29:45 +02:00
Theme.java Fix the last couple of sorting bugs (#77) 2019-05-15 21:29:45 +02:00
ViewMode.java Move entry divider logic to EntryListView 2019-06-09 22:41:50 +02:00