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/ui
Alexander Bakker 47df8968c7 Refactor database importer logic
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".
6 years ago
..
models Add ability to select entries when importing 6 years ago
preferences Normalize formatting and 'optimize' imports 7 years ago
slides Get Cipher back from FingerprintManager,CryptoObject after auth 7 years ago
tasks Normalize formatting and 'optimize' imports 7 years ago
views Add ability to select entries when importing 6 years ago
AegisActivity.java Move setGlobalDurationScale to AegisActivity 6 years ago
AuthActivity.java Show keyboard automatically 6 years ago
Dialogs.java Get Cipher back from FingerprintManager,CryptoObject after auth 7 years ago
EditEntryActivity.java Normalize formatting and 'optimize' imports 7 years ago
GroupManagerActivity.java Normalize formatting and 'optimize' imports 7 years ago
IntroActivity.java Normalize formatting and 'optimize' imports 7 years ago
MainActivity.java Add ability to select entries when importing 6 years ago
PreferencesActivity.java Add workaround for amoled themed preferences 7 years ago
PreferencesFragment.java Refactor database importer logic 6 years ago
ScannerActivity.java Normalize formatting and 'optimize' imports 7 years ago
SelectEntriesActivity.java Add ability to select entries when importing 6 years ago
SlotManagerActivity.java Normalize formatting and 'optimize' imports 7 years ago