You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aegis/app/src/main/java/com/beemdevelopment/aegis
Alexander Bakker 32e462bdce Load vault file on demand instead of juggling it around in-memory
This trades performance for making VaultManager a bit easier to reason
about.

This also fixes a rare crash that could occur if the user retries to unlock
the app after the previous attempt resulted in an error related to
parsing the vault. The vault file would no longer be present in memory
after the first attempt, causing the second attempt to crash the app.
1 year ago
..
crypto Patch scrypt implementation to directly use Java's Integer.rotateLeft 3 years ago
encoding Refactor Yandex support a bit and fix some style issues 4 years ago
helpers Use the hash of entry icons as keys for Glide caching 2 years ago
icons Merge pull request #1172 from michaelschattgen/feature/assign-icons 2 years ago
importers Merge pull request #1249 from alexbakker/2fas-schema4 1 year ago
licenses Update the list of licenses of our dependencies 5 years ago
otp Prevent the use of MD5 for anything other than mOTP 3 years ago
receivers Use VaultLockReceiver in a Context-registered manner 3 years ago
services Stop using deprecated startActivityAndCollapse(Intent) 2 years ago
ui Load vault file on demand instead of juggling it around in-memory 1 year ago
util Refer to groups by UUID 2 years ago
vault Load vault file on demand instead of juggling it around in-memory 1 year ago
AccountNamePosition.java Add ability to change account name position 2 years ago
AegisApplication.java Use Dagger Hilt for dependency injection 3 years ago
AegisApplicationBase.java Request root access from separate thread and don't use global Shell 3 years ago
AegisBackupAgent.java Store and display backup error messages more clearly 3 years ago
AegisModule.java Use Dagger Hilt for dependency injection 3 years ago
CopyBehavior.java Add ability to change copy behavior 2 years ago
PassReminderFreq.java Allow customization of password reminder frequency 3 years ago
Preferences.java Explain vault backup permission error 2 years ago
SortCategory.java Improve issuer and account sorting 2 years ago
Theme.java automatically adapt to system theme 5 years ago
ThemeMap.java Switch from Appcompat to Material Components theme 5 years ago
ViewMode.java Add tiles view mode 2 years ago