Commit Graph

1157 Commits (5bb32a982b43ca08fc0eee128bd919b10d3dd6ee)
 

Author SHA1 Message Date
Alexander Bakker 418f5aed29 Don't write the counter and id's to disk
Why do I keep changing my mind
7 years ago
Alexander Bakker cba38b7b57 Correctly display 8 digit codes 7 years ago
Alexander Bakker 07c3e43160 Add a new activity that allows editing key profiles 7 years ago
Alexander Bakker 05cfc0bc5f Converted old databases to using id's for entries 7 years ago
Alexander Bakker 043d70f190 Reintroduce id's for database entries 7 years ago
Alexander Bakker 4d425f5c68 Enable a vertical scrollbar on the recycler view 7 years ago
Alexander Bakker 6886a9b0f0 Set activity title in manifest instead of code 7 years ago
Alexander Bakker 3970ccf94e Fix another instance of the previously mentioned bug 7 years ago
Alexander Bakker 3e1c3ef3f1 Fixed a bug where AuthActivity was started with an unlocked database 7 years ago
Alexander Bakker 5aad0d62f9 Make sure the FAB is always displayed on top
Partially fixes API level 19 compatibility
7 years ago
Alexander Bakker da2f69f860 Use IvParameterSpec instead of GCMParameterSpec
Partially fixes API level 19 compatibility
7 years ago
Alexander Bakker 0a3e6e4d90 Only add SwirlView to views on API 23 and above
Partially fixes API level 19 compatibility
7 years ago
Alexander Bakker 725885d5ad Move getManager to FingerprintHelper
Partially fixes API level 19 compatibility
7 years ago
Alexander Bakker 1ac3cf9b58 Move app shortcut initialization to AegisApplication 7 years ago
Alexander Bakker 89c61eab3e Actually fix app shortcuts 7 years ago
Alexander Bakker 456069fbc7 Hopefully maybe partially fix app shortcuts 7 years ago
Alexander Bakker 950c6d0cf3 Move the recycler view to its own fragment 7 years ago
Alexander Bakker 0427164529 Never start the intro if the database file exists 7 years ago
Alexander Bakker ff214eaa4a Add more assertions to DatabaseManager 7 years ago
Alexander Bakker 2fce0f4dcc Make ScannerActivity fullscreen and locked in portrait mode 7 years ago
Alexander Bakker 93eeef142d Remove redundant permission request code from ScannerActivity 7 years ago
Alexander Bakker 782f24342c Refactor night mode code a bit 7 years ago
Alexander Bakker a140ba8506 Fix various issues by moving most global state logic out of MainActivity
* Move global state to a new class that overrides Application
* Make sure all preferences are stored in the same place and follow the same naming convention
7 years ago
Alexander Bakker 862533286b Make sure a fingerprint is enrolled before showing the fingerprint option 7 years ago
Alexander Bakker 1fd85e360a Update SDK and dependencies 7 years ago
Alexander Bakker 49a31551a0 Clean up and fix a couple of bugs in the otp update process 7 years ago
Alexander Bakker 181cdc4c2e Request permissions at runtime if needed 7 years ago
Alexander Bakker 03d0eb01f4 Request storage permissions in the intro 7 years ago
Alexander Bakker c3f16c2428 Fix an issue with duplicate activities on rotation 7 years ago
Alexander Bakker 094924cd1c Refresh the key profile list on pref_issuer changes
Looks like 6b56a24c274994135fac95ad03678b4c668d2db3 introduced a regression after all
7 years ago
Alexander Bakker a66d94a743 Improve key profile adapter notification code 7 years ago
Alexander Bakker ed86d6ac8e Split KeyProfile adapter and holder, clean stuff up and fix some bugs 7 years ago
Alexander Bakker ff38af8e6b Separate package id for debug builds 7 years ago
Alexander Bakker dbc79b49e8 Save the database after a drag-drop event and stop saving it on onStop 7 years ago
Alexander Bakker 17378937a9 Don't call notifyDataSetChanged in onResume
The call appeared to be useless. Feel free to revert if it isn't
7 years ago
Alexander Bakker 644a6d89fe Remove redundant casts
Android SDK 26 changed the signature of findViewById
7 years ago
Alexander Bakker f952ee7df9 Abstract the key profile list away from MainActivity 7 years ago
Alexander Bakker 461f321626 Fix key profile order and clean up KeyProfileAdapter a bit 7 years ago
Alexander Bakker f26dfac1b6 Some more intro logic fixes 7 years ago
Alexander Bakker 7d5bd8f812 Add a project for a cli application and update dependencies 7 years ago
Alexander Bakker 87f7ebed74 Select the password radio button by default in the intro 7 years ago
Alexander Bakker 467a877a6d Fix a bug where the intro could never finish for plain text databases 7 years ago
Alexander Bakker 95638b359b Add basic support for exporting the database 7 years ago
Alexander Bakker 71eb487f85 Hopefully fix a bug where keys from a previously opened database would still be visible 7 years ago
Alexander Bakker 515e3a24eb Improve database file reading code 7 years ago
Alexander Bakker 4e10e5d514 Make Database return a read-only list on getKeys()
Also move some stuff around
7 years ago
Alexander Bakker b3079dabc2 Remove the 'id' field from database entries as it was unused 7 years ago
Alexander Bakker f4b9d4b45c Set title for the decryption error dialog 7 years ago
Alexander Bakker da4956cb3c Save the database on onStop instead of onPause 7 years ago
Alexander Bakker 41846f9114 Rework the import code a bit 7 years ago