Commit Graph

1126 Commits (dfa3ae4d4e168b05a22c8820ed034ef758ea19f6)
 

Author SHA1 Message Date
Alexander Bakker fb17f48013 Fix feature list format of the F-Droid app description 4 years ago
Alexander Bakker f203eab3ef Update F-Droid app description 4 years ago
Alexander Bakker 1bd9cf3a3f Release v1.4.1 4 years ago
Michael Schättgen a795015487
Merge pull request #626 from alexbakker/update-deps-2
Update dependencies
4 years ago
Alexander Bakker 0a6c89cd9d Show a clearer error message when encountering phonefactor:// URI's
Sometimes users get confused when they're trying to scan a Microsoft Authenticator QR code and think the error occurs because of a bug in Aegis.
4 years ago
Alexander Bakker 951241e95d Don't rely on accountType to detect proprietary Authy tokens 4 years ago
Alexander Bakker ddbe9ccfb7 Fix ADB command in CONTRIBUTING.md 4 years ago
Alexander Bakker 1d44e05866 Remove the "search in account names" option and do so by default 4 years ago
Alexander Bakker 4482a21a54 Simplify the auto lock block logic and show an error if DocumentsUI is missing 4 years ago
Alexander Bakker 15e28abecd Update dependencies
This also disables the Jetifier, because we don't need it anymore.
4 years ago
Alexander Bakker 1748e2221f Release v1.4 4 years ago
Alexander Bakker b1b4c021cf Update translations from Crowdin 4 years ago
Michael Schättgen a27e3c6364
Merge pull request #642 from alexbakker/block-minimize-lock
Fix an issue where the app would lock when showing DocumentsUI
4 years ago
Michael Schättgen 8f7b152af4
Merge pull request #641 from alexbakker/fix-593-extra
Use GoogleAuthInfo.parseSecret for secrets from Google Authenticator
4 years ago
Michael Schättgen 39f18b79cb
Merge pull request #636 from alexbakker/libsu-mount-ns
Run libsu commands inside the global mount namespace
4 years ago
Michael Schättgen 9a81cccbe2
Merge pull request #623 from alexbakker/fixup-gauth-proto
Make the Google Authenticator Protobuf parser more complete
4 years ago
Michael Schättgen 2c6be39f88
Merge pull request #634 from alexbakker/fix-package-query
Explicitly define which packages (apps) we want to query
4 years ago
Michael Schättgen a6299ffb5f
Merge pull request #627 from alexbakker/pass-popup-position
Display the password reminder popup on top instead of the bottom
4 years ago
Alexander Bakker 6e5a80a000 Fix an issue where the app would lock when showing DocumentsUI 4 years ago
Alexander Bakker f012c7ce22 Use GoogleAuthInfo.parseSecret for secrets from Google Authenticator 4 years ago
Alexander Bakker 805a9001e1 Run libsu commands inside the global mount namespace
This ensures we're able to access other app's internal storage directories using libsu when running on Android 11 or newer.
4 years ago
Alexander Bakker 884a1d07c4 Explicitly define which packages (apps) we want to query
This is necessary to be able to see if the app a user wants to import from is installed.
See: https://developer.android.com/about/versions/11/privacy/package-visibility
4 years ago
Alexander Bakker e9f6371885 Display the password reminder popup on top instead of the bottom
This prevents the Android's autofill popup from occluding our popup
4 years ago
Michael Schättgen 1f2e45fd12 Add GitHub action and remove Travis config 4 years ago
Alexander Bakker 6a5323b12b Make the Google Authenticator Protobuf parser more complete
I don't think Google Authenticator actually currently supports any of these
extra digit/algorithm options, but they're specified in the proto file, so we
should support them for completeness sake.
4 years ago
Alexander Bakker 735c086726 Release v1.4-beta2 4 years ago
Alexander Bakker d94be2420c Downgrade Android Gradle plugin to 4.0.1 to fix a crash 4 years ago
Alexander Bakker 0b6da5a93c Prevent file provider name collision (for debug builds) 4 years ago
Alexander Bakker d24e1471a7 Release v1.4-beta1 4 years ago
Alexander Bakker 7ca072a29c Update translations from Crowdin 4 years ago
Alexander Bakker d5ac447332 Update Android Gradle plugin to fix the build 4 years ago
Alexander Bakker 0067c79dfa
Merge pull request #618 from alexbakker/backup-thread
Move the creation of exports/backups to a background thread
4 years ago
Alexander Bakker 4e198d2556 Move the creation of exports/backups to a background thread
This writes exports/backups to the cache directory first and then hands off to a
background thread to pipe the file to SAF. I'm cheating a bit, but it's the
easiest fix with our current architecture. In the future, we should skip the
first step by making VaultManager itself thread-safe.
4 years ago
Michael Schättgen f15a0018ef
Merge pull request #605 from alexbakker/highlight-on-add
After adding a new entry, scroll to it and highlight it
4 years ago
Alexander Bakker d121139676 After adding a new entry, scroll to it and highlight it 4 years ago
Alexander Bakker 98b246ad20
Merge pull request #616 from richardk85/richardk85-tap-to-reveal-min-1
"Tap to reveal": change min duration from 3 to 1
4 years ago
Jay bce0d2c044 "Tap to reveal": change min duration from 3 to 1 4 years ago
Michael Schättgen bf91917745
Merge pull request #604 from alexbakker/export-plain
Improve the export functionality in numerous ways
4 years ago
Michael Schättgen a91339de73
Merge pull request #603 from alexbakker/resize-qr-image
Resize images to a max res of 640x480 before scanning for QR codes
4 years ago
Michael Schättgen 5d9de7ac32
Merge pull request #602 from alexbakker/qr-multi-intent
Combine ACTION_PICK and ACTION_GET_CONTENT when selecting an image to scan
4 years ago
Alexander Bakker 5f2529ea33 Improve the export functionality in numerous ways
This patch improves the export functionality in the following ways:
1. Allow setting a password even if the Aegis vault is not encrypted
2. Display a scary warning when exporting an unencrypted vault
3. Support exporting to a Google Authenticator URI file
4. Option to use Android's share mechanism

<img src="https://alexbakker.me/u/375oh146vz.png" width="300" />
4 years ago
Michael Schättgen 61364b5542
Merge pull request #601 from alexbakker/importer-help
Display some help text in the importer selection dialog
4 years ago
Alexander Bakker 69196ddbcc Display some help text in the importer selection dialog 4 years ago
Alexander Bakker b21b6dc750
Merge pull request #574 from michaelschattgen/feature/panic-trigger
Add panic trigger which deletes vault
4 years ago
Michael Schättgen e14a61dbf6 Add panic trigger which deletes vault
Add guardianproject fdroid signing key and minor review improvements

Add minor review fixes

Add panic trigger which deletes vault

Add guardianproject fdroid signing key and minor review improvements
4 years ago
Michael Schättgen e8f94968c9
Merge pull request #600 from alexbakker/fix-593
Strip " " and "-" when parsing secrets
4 years ago
Michael Schättgen 8b7e5d265b
Merge pull request #592 from alexbakker/update-deps
Update dependencies
4 years ago
Alexander Bakker 22a70ac626 Resize images to a max res of 640x480 before scanning for QR codes
I'm not sure why this works, but ZXing seems to have trouble with high
resolution images. For example, scanning a 4032x3024 image with a QR code in it
fails, but scanning a resized version of that exact same image works.
4 years ago
Alexander Bakker dd83b74251 Combine ACTION_PICK and ACTION_GET_CONTENT when selecting an image to scan
Also, only scan for QR codes, not all bar codes that ZXing supports.
4 years ago
Alexander Bakker 5a9da45a8e Strip " " and "-" when parsing secrets 4 years ago