Commit Graph

332 Commits (0e6828fae1fb3f22553aedf0845005169046ddc5)
 

Author SHA1 Message Date
Michael Schättgen 2d370bf885 Merge branch 'master' of https://github.com/alexbakker/Aegis 7 years ago
Michael Schättgen 8b1469c930 Added support for done button on keyboard 7 years ago
Alexander Bakker 51d3171eea Fix a crash caused by a null FingerprintManager 7 years ago
Alexander Bakker 0a942ecd14 Remove option to add extra password key slots 7 years ago
Michael Schättgen 54c85a09de Switched issuer with account name 7 years ago
Michael Schättgen cebf933c18 Introslide layout improvements 7 years ago
Michael Schättgen ec2cfb4442 Added new icon 📷 7 years ago
Michael Schättgen ddedcfb7f1 Improved EditEntryActivity layout 7 years ago
Alexander Bakker 740c1fcab9 Hide the timeout preference as it's not functional yet 7 years ago
Alexander Bakker 631274860d Update gradle and don't explicitly specify buildToolsVersion
Also alphabetically sort dependencies
7 years ago
Alexander Bakker a2e5504eef Some misc fixes 7 years ago
Alexander Bakker 152cc8b562 Reorganize the auth/intro activity logic a bit 7 years ago
Alexander Bakker 75a91ce191 Also ask for camera permissions when launching through an app shortcut 7 years ago
Alexander Bakker 3f979843c7 Fix the andOTP and FreeOTP importers 7 years ago
Michael Schättgen 5000522381 Merge branch 'master' of https://github.com/alexbakker/Aegis 7 years ago
Alexander Bakker 7129a16a44 Fix a crash that would occur while moving an entry during a refresh 7 years ago
Alexander Bakker 476643a81c Try to fix progressbar visibility one last time 7 years ago
Alexander Bakker cae77b085c Update testdata 7 years ago
Alexander Bakker 4e74c5beb9 Fix a bug that caused TextDrawable to not be displayed 7 years ago
Alexander Bakker 606d6e77e9 Fix serialization of entry icons and some other stuff 7 years ago
Alexander Bakker 8419e1f35d Correctly enable/disable the fingerprint option in the intro 7 years ago
Alexander Bakker 9c0ce4210c Ask for storage permissions before showing the dialog on import 7 years ago
Alexander Bakker 04dbb71cd7 Merge remote-tracking branch 'origin/custom-images' 7 years ago
Michael Schättgen 9ec5525547 Merge branch 'master' of https://github.com/alexbakker/Aegis 7 years ago
Michael Schättgen 0f0c6d998c Minor bugfix 7 years ago
Michael Schättgen f9e716391c Added way to remove custom images 7 years ago
Alexander Bakker ec67a27fa9 Make sure the progressbars don't take up any space when hidden 7 years ago
Michael Schättgen 97eb3490d8 MainActivity is now using CircleImageView too 7 years ago
Michael Schättgen 34b6cf944f ProfileHolder now shows correct image 7 years ago
Michael Schättgen 11b195aab3 Added (de)serialization for the custom images 7 years ago
Alexander Bakker d27d54f811 Fix a number of kitkat compatibility bugs 7 years ago
Michael Schättgen d8bfe2e947 User is now able to crop custom images 7 years ago
Alexander Bakker 3f01a0a3da Get rid of all uses of double brace initialization
The way this feature is implemented in java is absolutely ridiculous
7 years ago
Michael Schättgen 04e6e36811 Started working on custom profile images 7 years ago
Alexander Bakker c3f94b37c8 Use GCM instead of a hash to check master key integrity
This is the last database format change before the initial release, probably
7 years ago
Michael Schättgen 8b280ddbb0 Added minor improvements to the Intro 7 years ago
Alexander Bakker da37b5175e Finish up HOTP support
Close #1
7 years ago
Alexander Bakker 3aba0f3f47 Generate TextDrawable based on issuer and use account name as fallback 7 years ago
Alexander Bakker 4a4ab1a82c Bunch of refactoring
- Get rid of KeyProfile and use DatabaseEntry directly
- Don't store Google auth style urls in the db, but use separate fields
- Update testdata to reflect db format changes
- Lay the ground work for HOTP support
- Refactor KeyInfo and split it into OtpInfo, TotpInto and HotpInfo
- Surely some other stuff I forgot about
7 years ago
Alexander Bakker 9859011a6d Abstract the refresh loop away into a helper class 7 years ago
Alexander Bakker 3f3863a187 Finish work on the single progressbar for db's with uniform periods 7 years ago
Michael Schättgen 8a8cb94c16 Started working on a single progressbar when all periods are the same 7 years ago
Alexander Bakker 964fc72fba Don't try to catch exceptions that'll never be thrown 7 years ago
Alexander Bakker 66ea357f08 Fix the style of BottomSheetDialog in dark mode
Close #12
7 years ago
Alexander Bakker b581cd17fc Improve the color of icons in dark mode
Close #4
7 years ago
Alexander Bakker b5c957d4d1 Prompt the user about unsaved changes in SlotManagerActivity
Close #13
7 years ago
Alexander Bakker be222cd877 Fix a NullPointerException in the intro 7 years ago
Alexander Bakker 972a1670eb Make preferences look decent (material) on KitKat
I have no idea what I'm doing
7 years ago
Alexander Bakker f8891c0225 Apply a hack to detect programmatic changes to SwitchPreference 7 years ago
Alexander Bakker cd781d3236 Add support for turning encryption on/off 7 years ago