Commit Graph

125 Commits (ff38af8e6b118b164b90f9c9180914917a66ab28)
 

Author SHA1 Message Date
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
Alexander Bakker df5a815e57 Make sure DatabaseEntry name and icon fields always have a value 7 years ago
Alexander Bakker 107ca18187 Add a key importer for plain text aegis databases 7 years ago
Alexander Bakker 642784fe9d Increase priority of DerivationTask and SlotCollectionTask 7 years ago
Alexander Bakker 493ead1c68 Fix app shortcuts 7 years ago
Alexander Bakker fb24867569 Really, clear the confirmation password 7 years ago
Alexander Bakker 9286196811 Clean up the bottom sheet code a little 7 years ago
Alexander Bakker ad823d05cd Also clear the password confirmation field 7 years ago
Alexander Bakker daf81e02e6 Add some toast 7 years ago
Alexander Bakker ca68f0525d In the intro, wait for the derivation to be complete before continuing 7 years ago
Alexander Bakker 0afc1b3a97 Derive passwords on a separate thread in the intro
Also, show a progress dialog while waiting
7 years ago
Alexander Bakker 5df20ef525 Don't allow dismissing the progress dialog 7 years ago
Alexander Bakker d922be3912 Decrypt the database on a separate thread and show a progress dialog 7 years ago
Alexander Bakker 277d76e467 Fix key profile sorting and simplify its logic a bit 7 years ago
Alexander Bakker 74536dbda6 Don't allow swiping in the key profile list 7 years ago
Alexander Bakker 754a42b2c0 Abstract away otp refreshing 7 years ago
Alexander Bakker f09d227378 Start the intro if the database file was not found 7 years ago
Alexander Bakker 41bafba596 Update dependencies 7 years ago
Alexander Bakker c0bdd261b5 Clean things up a bit 7 years ago
Alexander Bakker 37e303626f Add an option to import a FreeOTP token file 8 years ago
Alexander Bakker 363fc789ef Get rid of the dummy scanner 8 years ago
Alexander Bakker 68709148e6 Reduce the delay after fingerprint recognition and apply and ugly hack 8 years ago
Alexander Bakker d906c6d9a8 Switch the FingerprintUiHelper over to SwirlView 8 years ago
Alexander Bakker 76c6840ad6 Clarify the docs a bit 8 years ago
Alexander Bakker 6e5962600e Clean up integrity checking code. Try every available slot, not just the first one. 8 years ago
Alexander Bakker 7269cc2b6a Verify integrity of decrypted slots and display a dialog on error 8 years ago
Alexander Bakker 1ae9364c5e Add a lock button to the menu bar 8 years ago
Alexander Bakker bfe7a1bde0 Add fingerprint support 8 years ago
Alexander Bakker 1deb8910b0 Don't allow back button presses in AuthActivity 8 years ago
Alexander Bakker 302c4802b7 Switch to a more flexible intro library 8 years ago
Alexander Bakker 1528aa5eaf Remove some unused code 8 years ago
Alexander Bakker 1f6bceddb7 Simplify the toBytes helper function a bit 8 years ago
Alexander Bakker ba9d1f7cb6 Why does android studio need to allocate such a colossal heap to compile a simple app 8 years ago