Commit Graph

1631 Commits (master)
 

Author SHA1 Message Date
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
Alexander Bakker 2712b4af28 Update docs to reflect the key derivation function changes 8 years ago
Alexander Bakker 911b2fab78 Replace PBKDF2 with scrypt, provided by Spongy Castle 8 years ago
Alexander Bakker 12dcf54cd3 Check whether the database has been loaded before trying to decrypt it 8 years ago
Alexander Bakker 3e2bb5b0b3 Support plain text databases 8 years ago
Alexander Bakker 722ea50b68 Add an activity to decrypt the database 8 years ago
Alexander Bakker 53e86db187 Start hooking up the intro to the database code
Fingerprint stuff has been left out for now
8 years ago
Michael Schättgen f1b499f101 Started working on authentication methods 8 years ago
Alexander Bakker c79c9f84dc Add remnant local changes 8 years ago
Impyy a5c6c329ab Remove Makefile 8 years ago
Impyy 0c60c63a8c Fix a bug in the slot deserialization function 8 years ago
Impyy 3040276942 Make the slot lookup code a little nicer 8 years ago
Impyy e3f4503967 Move the OTP stuff to a separate folder 8 years ago
Impyy e8e7a822c5 Push some work on yet another rework of the database. This time with slots!
Details are in doc/db.md
8 years ago
Impyy 9de0f35104 Replaced the sqlcipher database with a custom one
Still a WIP. This change was made to allow us to use Android's SecretKey API.
Which in turn allows us to store our secret keys in the Android KeyStore.

You can read about the database file format here: doc/db.md
8 years ago
Michael Schättgen a90e35eb97 Added new profile shortcut 8 years ago
Michael Schättgen dc7f8b5b7e Upgraded sdk 8 years ago
Michael Schättgen 165146385d Started working on app shortcuts 8 years ago
Michael Schättgen b129832358 Fixed night mode colors 8 years ago
Michael Schättgen 03713c303c Added preference to show / hide issuers 8 years ago
Michael Schättgen 54e5fba7c0 Added AlertDialog to delete process 8 years ago
Michael Schättgen fd88c3e75b Changed way to initialize BottomSheet 8 years ago
Michael Schättgen 61149887ee Started working on the bottom sheet for editing profiles 8 years ago
Michael Schättgen fd3db9854d Added issuer to profile card 8 years ago
Michael Schättgen 099250dd49 Added copy to clipboard onClick 8 years ago
Michael Schättgen 32ae66374b Cleaned up some code 8 years ago
Michael Schättgen ded23a3ae9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/src/main/java/me/impy/aegis/KeyProfileAdapter.java
8 years ago
Michael Schättgen 22524136a7 Order is now getting saved properly
Also enabled Java 8
8 years ago
Impyy 56e4e79eb2 Schedule update tasks directly on the UI handler 9 years ago
Michael Schättgen 036dd2b2cb Improved styling 9 years ago
Michael Schättgen 606ce09fc7 Rearranged code and improved listview 9 years ago
Michael Schättgen 9204e530b0 Finished night theme 9 years ago
Michael Schättgen fe44bdbb65 Started working on themes 9 years ago
Michael Schättgen 1182df481b Added preferences activity 9 years ago
Michael Schättgen fa7e5941f1 Fixed progressbar 9 years ago
Impyy 9814b09f03 Made the progressbars go from 100 to 0 again
I accidentally reverted 470244b26cbde721ccae61aa7b891747e58c197d
9 years ago
Impyy 2128b5bf59 Made the progressbar animation somewhat smoother 9 years ago
Michael Schättgen 016cbd9ebc Progressbars now go the other way 9 years ago
Michael Schättgen 5c0b3177a6 Fixed support library versions 9 years ago
Michael Schättgen 1b12dfc3e0 Added progressbars to keys 9 years ago
Michael Schättgen 9112c16235 Added material intro screen including icons 9 years ago
Michael Schättgen ed829d004b Various fixes 9 years ago
Michael Schättgen 5eb2af0512 Fixed FAB icon and added background to Profiles 9 years ago
Michael Schättgen 0c45315c21 Added more details to AddActivity 9 years ago
Michael Schättgen 6463d6fb9e Styling improvements 9 years ago