Commit Graph

1124 Commits (44bb11e2d85c92b78a4f431db70d7ee85049f5b9)

Author SHA1 Message Date
Michael Schättgen 44bb11e2d8 Update translations from Crowdin 2 years ago
Alexander Bakker 2793b65786 Fix versions of two build dependencies 2 years ago
Michael Schättgen 5e35cc203f Fix bug in Japanese translation 2 years ago
Michael Schättgen 67d7f7a75d Release v2.2-beta1 2 years ago
Michael Schättgen 18e6fd2561 Update translations from Crowdin 2 years ago
Michael Schättgen 9ff8efab69 Respect system animation setting
Co-authored-by: Alexander Bakker <ab@alexbakker.me>
2 years ago
Alexander Bakker 3278d6544b Update dependencies 2 years ago
Michael Schättgen 8917bb3b94 Fix the spacing between issuer and account name 2 years ago
Michael Schättgen d90303cf0e Add tiles view mode
Minor UI improvements
Fix animations
Fix typo
Improvements made after PR review
PR improvements

Co-authored-by: Alexander Bakkker <ab@alexbakker.me>
2 years ago
Michael Schättgen edb1d8d76f Add ability to only show names when necessary 2 years ago
Michael Schättgen 3ff242e6b6 Add ability to change copy behavior 2 years ago
Michael Schättgen ef069e49af Add dialog when password reminder is activated 2 years ago
Michael Schättgen d3c48848be
Merge pull request #1162 from michaelschattgen/feature/account-name-position
Add ability to change account name position
2 years ago
Michael Schättgen 813fd62dc7 Add ability to change account name position 2 years ago
nerodevo 3026a3eab1 Remove unwanted character 2 years ago
Alexander Bakker efd8e2d9ff Run key derivation for Authenticator Pro importer on background thread 2 years ago
Alexander Bakker 58b8edf318 Various minor touchups for the Authenticator Pro importer 2 years ago
Alexander Bakker abe7af1549
Merge pull request #1080 from NepNep21/authpro
Add Authenticator Pro encrypted import support, fixes #1035
2 years ago
NepNep21 289d5409a5
Add Authenticator Pro encrypted import support 2 years ago
Alexander Bakker e906131f1b Disable Glide notification permission lint check
Fixes the build
2 years ago
Alexander Bakker b6bfc5b15f Update Gradle and dependencies 2 years ago
Alexander Bakker 90f2ea79d9
Merge pull request #1100 from beemdevelopment/bugfix/empty-state
Fix empty state while using search filter
2 years ago
Michael Schättgen 3c9e5a9fdb Fix empty state while using search filter 2 years ago
Alexander Bakker f0f9653ace Release v2.1.3 2 years ago
Alexander Bakker e2df97514c Update translations from Crowdin 2 years ago
Michael Schättgen 61d41a26fa Add ability to disable backup reminder 2 years ago
elena d3e5472ef2 Only enable export buttons if options are in a valid state 2 years ago
Alexander Bakker bf825df221 Fix crash caused by incorrect Toast creation 2 years ago
Alexander Bakker 121c1dada9
Merge pull request #1054 from orange-elephant/checkboxes-dropdown
Create checkboxes dropdown component
2 years ago
elena 1c9931b1c8 Display export groups selection as dropdown 2 years ago
elena 51698947aa Create checkboxes dropdown component 2 years ago
Alexander Bakker ceaf52e238 Update dependencies 2 years ago
Alexander Bakker cad2ecfe1b Release v2.1.2 2 years ago
Alexander Bakker 36b1f91140 Update translations from Crowdin 2 years ago
Alexander Bakker 4bd12f5abe Don't try to move entries that are filtered out
This fixes a crash that could occur when changing an entry in such a
way that it is filtered out from the entry list after the change.
2 years ago
Alexander Bakker 780a215a6b Release v2.1.1 2 years ago
Alexander Bakker f6f05dee6e Update translations from Crowdin 2 years ago
Alexander Bakker 7a1e4e1d77 Move HTML export logic to a separate file and finish it up 2 years ago
Alexander Bakker 2c36149a3d
Merge pull request #1032 from JordanPlayz158/master
Battle.net Authenticator Import Support
2 years ago
JordanPlayz158 f3731c23a3 Battle.net Importing Support
Fixed issue caused by supplying the VaultEntry with the Base32 encoded string rather than the raw secret

Added blizzard package to manifest so Aegis is allowed to query whether the app is installed

Fixed VaultEntry to be more inline with other entries

Removed the unnecessary encoding of the secret as it is used as is without encoding and changed the way the TotpInfo object is supplied with the relevant information.

Credits to alexbakker (https://github.com/beemdevelopment/Aegis/pull/1032#pullrequestreview-1203477313)
2 years ago
Alexander Bakker bebda569de
Merge pull request #1039 from CristianAUnisa/export-to-html
Export vault to HTML
2 years ago
Alexander Bakker 0112431269 Abort andOTP import early if number of iterations is suspicious 2 years ago
CristianAUnisa 59c887e6a4 Export vault to HTML 2 years ago
Alexander Bakker ee6a020f4d Disallow empty strings to pass through text input dialogs
This also fixes a crash for certain importers than could occur if the
user entered an empty password.
2 years ago
Alexander Bakker ee15a61403 Prevent the use of MD5 for anything other than mOTP
This forcefully resets any HOTP/TOTP entries that were using MD5 back to
SHA1, because users could only configure this by mistake. No website should be
using it, as the HOTP algorithm was not made to be compatible with the
hash length of MD5.
2 years ago
Alexander Bakker 927a27943b
Merge pull request #1045 from Toadsta/copyURI
Copy URI to clipboard when using transfer entries
2 years ago
Alexander Bakker 69f0bb4fbc Request root access from separate thread and don't use global Shell
This should help prevent some of the ANR's reported through Google Play
2 years ago
Alexander Bakker ac51996896 Move XML comment to attribute in the string tag 2 years ago
Alexander Bakker 8cf48a94aa Clarify backup reminder with time elapsed since last backup/export 2 years ago
Alexander Bakker d7e2114811 Pass Context instead of Activity where possible 2 years ago