Commit graph

976 commits

Author SHA1 Message Date
Michael Schättgen
b9d011b48e Disable drag and drop when list is sorted 2019-03-31 21:28:37 +02:00
Michael Schättgen
ecdadf5335 Add SortCategory fixes and support for custom sorting 2019-03-31 21:23:14 +02:00
Michael Schättgen
10b80442d0 Comparators will now ignore casing 2019-03-31 21:22:20 +02:00
Alexander Bakker
a2879a4558 Fix the screenshot links in the README 2019-03-31 20:39:41 +02:00
Michael Schättgen
62025d1053 Add way to check for reversed sort categories 2019-03-31 20:14:11 +02:00
Michael Schättgen
09fe550a28 Add AccountNameComparator 2019-03-31 20:12:34 +02:00
Michael Schättgen
07aac1e6a3 Add support for reversed sorting methods 2019-03-31 20:12:25 +02:00
Michael Schättgen
b8939b504e Start working on entry sorting 2019-03-31 19:57:45 +02:00
Alexander Bakker
4f29d0c2e4 Fix metadata files for F-Droid (for real this time) 2019-03-31 18:21:10 +02:00
Alexander Bakker
592c6683c3 Continue importing entries even if one can't be parsed 2019-03-30 18:26:16 +01:00
ferhad.necef
f8edac72ea Updated ru (Russian) translation 2019-03-29 16:00:49 +03:00
Alexander Bakker
fc0e1150f6 Replace hardcoded encoding names with constants 2019-03-28 20:01:00 +01:00
Michael Schättgen
e1fd913817
Update README.md 2019-03-28 13:15:18 +00:00
Michael Schättgen
ede9f93a59 Release v0.2.2 2019-03-28 13:46:39 +01:00
Michael Schättgen
c6c0eb88e9 Fix true black theme in all activities
Closes #32. Also tested on API 19.
2019-03-28 13:46:33 +01:00
Michael Schättgen
f929790be6 Fix metadata path by adding android folder
Closes #36
2019-03-28 13:46:07 +01:00
Michael Schättgen
a4ff9d6d31 Fix crash in API 19 2019-03-28 13:45:43 +01:00
Michael Schättgen
a21d28a91f
Update README.md 2019-03-28 10:47:24 +00:00
Michael Schättgen
f7c32bc28b Improve theme based texts 2019-03-28 01:27:07 +01:00
Michael Schättgen
59c0ca947d Add workaround for amoled themed preferences 2019-03-28 01:08:44 +01:00
Michael Schättgen
a7ac1adb80 Convert dark mode preference to select theme preference 2019-03-28 00:56:29 +01:00
Michael Schättgen
17204cc026 Add status bar color for true dark theme 2019-03-28 00:54:50 +01:00
Michael Schättgen
cf4aecbd3e Refactor dark mode to allow multiple themes 2019-03-28 00:54:30 +01:00
Michael Schättgen
9baaf824c6 Start working on amoled / true black theme
#32
2019-03-28 00:15:02 +01:00
Michael Schättgen
eb172fc54e Merge branch 'master' of https://github.com/alexbakker/Aegis 2019-03-27 21:18:26 +01:00
Michael Schättgen
e99762b814 Change global progressbar color to improve visibility
As part of #34
2019-03-27 21:18:16 +01:00
Alexander Bakker
6b1d4a60e3 Credit Freepik from Flaticon for the icon 2019-03-27 12:32:40 +01:00
Alexander Bakker
a540b3cfee Add icon to fastlane metadata 2019-03-27 12:14:08 +01:00
Michael Schättgen
b0481d6b30
Update README.md 2019-03-27 11:07:03 +00:00
Alexander Bakker
0c315c53e5 Add .idea/ and release/ to .gitignore 2019-03-27 01:03:55 +01:00
Alexander Bakker
75c37a454f Release v0.2.1 2019-03-27 00:51:44 +01:00
Michael Schättgen
554d7e17be Fix NullPointerException when deleting tokens 2019-03-27 00:47:39 +01:00
Alexander Bakker
52e4c5cd51 Release v0.2 2019-03-26 23:32:25 +01:00
Alexander Bakker
14b8ba89c8 Fix the last couple of issues with tap-to-reveal 2019-03-26 22:10:29 +01:00
Michael Schättgen
c9b312a398
Update README.md 2019-03-26 12:51:15 +00:00
Alexander Bakker
9fabd7fe10 Prepare fastlane structure for F-Droid 2019-03-26 09:03:13 +01:00
Alexander Bakker
7f1cea4202 Remove accidentally committed file 2019-03-26 01:03:19 +01:00
Alexander Bakker
29aa81765b Rewrite the HOTP/TOTP code to be more compact and support more digits 2019-03-26 00:59:57 +01:00
Alexander Bakker
066a7447c0 Support an arbitrary number of digits 2019-03-26 00:59:51 +01:00
Alexander Bakker
4cf1a5efe4 Acknowledge libsu in the README 2019-03-26 00:57:27 +01:00
Michael Schättgen
a5778e6b38 Show/Hide action button depending on scroll direction 2019-03-26 00:53:32 +01:00
Michael Schättgen
cebf15ba44 Add ability to adjust tap to reveal timeout 2019-03-26 00:06:39 +01:00
Michael Schättgen
16bf195ac0 Fix bug in codeIsRevealed when recycling entries 2019-03-25 21:49:50 +01:00
Michael Schättgen
d57fc8b79a Add tap to reveal preference to results 2019-03-25 21:40:08 +01:00
Michael Schättgen
0e6828fae1 Add ability to tap to reveal codes 👀 2019-03-25 21:32:29 +01:00
Alexander Bakker
ad1d3f04a6 Add support for importing from Google Authenticator
Close #29
2019-03-23 22:43:24 +01:00
Alexander Bakker
b33c9383fe Update gradle 2019-03-23 18:16:32 +01:00
Alexander Bakker
40a5e03c0a Release v0.1.1 2019-03-23 13:35:32 +01:00
Alexander Bakker
dc742892e4 Make import errors a bit more specific 2019-03-23 13:32:04 +01:00
Alexander Bakker
49f868357e Strip the padding before decoding base32 2019-03-23 12:58:16 +01:00