Commit Graph

344 Commits (4f29d0c2e4702e56c5c4e13c0c6244f51842b131)

Author SHA1 Message Date
Alexander Bakker 592c6683c3 Continue importing entries even if one can't be parsed 6 years ago
Alexander Bakker fc0e1150f6 Replace hardcoded encoding names with constants 6 years ago
Michael Schättgen ede9f93a59 Release v0.2.2 6 years ago
Michael Schättgen c6c0eb88e9 Fix true black theme in all activities
Closes #32. Also tested on API 19.
6 years ago
Michael Schättgen a4ff9d6d31 Fix crash in API 19 6 years ago
Michael Schättgen f7c32bc28b Improve theme based texts 6 years ago
Michael Schättgen 59c0ca947d Add workaround for amoled themed preferences 6 years ago
Michael Schättgen a7ac1adb80 Convert dark mode preference to select theme preference 6 years ago
Michael Schättgen 17204cc026 Add status bar color for true dark theme 6 years ago
Michael Schättgen cf4aecbd3e Refactor dark mode to allow multiple themes 6 years ago
Michael Schättgen 9baaf824c6 Start working on amoled / true black theme
#32
6 years ago
Michael Schättgen eb172fc54e Merge branch 'master' of https://github.com/alexbakker/Aegis 6 years ago
Michael Schättgen e99762b814 Change global progressbar color to improve visibility
As part of #34
6 years ago
Alexander Bakker 75c37a454f Release v0.2.1 6 years ago
Michael Schättgen 554d7e17be Fix NullPointerException when deleting tokens 6 years ago
Alexander Bakker 52e4c5cd51 Release v0.2 6 years ago
Alexander Bakker 14b8ba89c8 Fix the last couple of issues with tap-to-reveal 6 years ago
Alexander Bakker 7f1cea4202 Remove accidentally committed file 6 years ago
Alexander Bakker 29aa81765b Rewrite the HOTP/TOTP code to be more compact and support more digits 6 years ago
Alexander Bakker 066a7447c0 Support an arbitrary number of digits 6 years ago
Michael Schättgen a5778e6b38 Show/Hide action button depending on scroll direction 6 years ago
Michael Schättgen cebf15ba44 Add ability to adjust tap to reveal timeout 6 years ago
Michael Schättgen 16bf195ac0 Fix bug in codeIsRevealed when recycling entries 6 years ago
Michael Schättgen d57fc8b79a Add tap to reveal preference to results 6 years ago
Michael Schättgen 0e6828fae1 Add ability to tap to reveal codes 👀 6 years ago
Alexander Bakker ad1d3f04a6 Add support for importing from Google Authenticator
Close #29
6 years ago
Alexander Bakker 40a5e03c0a Release v0.1.1 6 years ago
Alexander Bakker dc742892e4 Make import errors a bit more specific 6 years ago
Alexander Bakker 49f868357e Strip the padding before decoding base32 6 years ago
Alexander Bakker 82e1c1f270 Fix the layout height of the security setting slide in the intro 6 years ago
Alexander Bakker 44f3b7860d Update README.md 6 years ago
Alexander Bakker 62425511a1 Rename package to com.beemdevelopment.aegis 6 years ago
Alexander Bakker ceb03de240 Check the result code of GroupManagerActivity 6 years ago
Alexander Bakker b28691c274 Decouple GroupManagerActivity from the global application state 6 years ago
Michael Schättgen ec5be68ff2 Fix backpressing on GroupManagerActivity 6 years ago
Michael Schättgen 1071192156 Add animation to recyclerview 6 years ago
Michael Schättgen 4f0fea8a88 Add subtitle when setting group filter 6 years ago
Michael Schättgen bb15b9983f Fix groupname dialog title 6 years ago
Michael Schättgen 6db8260f4a Delete group button now works properly 6 years ago
Michael Schättgen feeada3e2d Start working on ability to remove groups 6 years ago
Michael Schättgen ae0b4b5a37 Add seperate dialog for creating groups
To improve layout
6 years ago
Alexander Bakker 324df53df5 Fix a crash that occurred when trying to load the group list too early 6 years ago
Alexander Bakker 4967a572d4 Fix a bug where FLAG_SECURE was unnecessarily applied to dialogs 6 years ago
Alexander Bakker 2ce259255d Add a 'group' field to entries for filtering from the main view 6 years ago
Michael Schättgen d0e60cec75 Fix build by removing reference 6 years ago
Michael Schättgen 85541b9ddf Merge branch 'master' of https://github.com/alexbakker/Aegis 6 years ago
Michael Schättgen 7f4703ef17 Remove ImagePicker library 6 years ago
Alexander Bakker 3a46558af7 Fix help text that's displayed after keystore key invalidation 6 years ago
Alexander Bakker 0b23b21ce6 Update dependencies 6 years ago
Alexander Bakker 1b09c7bb69 Fix mixup of EnableEncryptionListener and SetPasswordListener logic
I somehow managed to mix the logic of these two up
6 years ago