Aegis/app
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.
2024-03-10 19:43:40 +01:00
..
src Load vault file on demand instead of juggling it around in-memory 2024-03-10 19:43:40 +01:00
.gitignore Initial commit 2016-08-15 21:29:41 +02:00
build.gradle Update Gradle and dependencies 2023-12-27 17:51:56 +01: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