mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 12:24:49 +00:00
Summary: - Combine app and file importers into one type - Split encrypted and plain text file logic into separate DatabaseImporter.State classes - Add an abstract FileReader class that can handle reading from apps and files The idea is that every importer implements its own UI logic to obtain credentials for decryption through a dialog. Aegis databases are still an exception to this rule as it still uses an Activity to ask for credentials. This will be addressed in a future patch. As a result of this change all app importers are now also available under "Import from file". |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle | ||
proguard-rules.pro |