Alexander Bakker
ff450c3edf
Merge pull request #644 from alexbakker/remove-acc-name-opt
...
Remove the "search in account names" option and do so by default
2021-01-16 15:37:08 +01:00
Alexander Bakker
e6e179307d
Merge pull request #663 from alexbakker/fix-650
...
Explicitly opt out of WebView usage statistics collection
2021-01-16 15:36:36 +01:00
Alexander Bakker
2c0068bea7
Release v1.4.2
2021-01-16 15:27:00 +01:00
Alexander Bakker
6dcde38667
Merge pull request #664 from alexbakker/downgrade-zip4j
...
Downgrade zip4j to 2.6.0
2021-01-16 15:10:39 +01:00
Michael Schättgen
ec1913c77a
Merge pull request #661 from alexbakker/fix-660
...
Use name() instead of toString() on StandardCharsets.UTF_8
2021-01-13 20:44:07 +01:00
Michael Schättgen
3e40cc9c8f
Merge pull request #655 from alexbakker/phonefactor-error
...
Show a clearer error message when encountering phonefactor:// URI's
2021-01-13 20:24:26 +01:00
Michael Schättgen
40d1e22079
Merge pull request #643 from alexbakker/documentsui-error
...
Simplify the auto lock block logic and show an error if DocumentsUI is missing
2021-01-13 20:22:57 +01:00
Michael Schättgen
38bbb60414
Merge pull request #652 from alexbakker/fix-authy-import
...
Don't rely on accountType to detect proprietary Authy tokens
2021-01-13 20:11:22 +01:00
Alexander Bakker
98d39ee399
Downgrade zip4j to 2.6.0
...
It looks like we broke the Authenticator Plus importer in
d660fbc6d1
by upgrading zip4j. So this patch
downgrades it again. I couldn't immediately find this issue in their issue
tracker, so it may be worth spending some time reporting this to them later.
2021-01-12 21:27:24 +01:00
Alexander Bakker
e324f649ee
Replace the FAB with a bottom sheet dialog
...
This also removes the dependency on ``com.getbase:floatingactionbutton``.
2021-01-10 14:49:24 +01:00
Alexander Bakker
4f8a0b9020
Add some more tests
...
This adds tests for all of the importers, a new scrypt test and some more OTP tests. More to come.
2021-01-10 14:47:27 +01:00
Alexander Bakker
b78b22acbb
Explicitly opt out of WebView usage statistics collection
2021-01-09 15:58:21 +01:00
Alexander Bakker
737b9da292
Use name() instead of toString() on StandardCharsets.UTF_8
...
Apparently toString() doesn't produce the same result on every platform.
2021-01-08 17:38:02 +01:00
Alexander Bakker
dea13f56f5
Merge pull request #659 from deadmeu/fix-fullscreen-styles
...
Add dark theme variants of the fullscreen style
2021-01-07 20:11:55 +01:00
deadmeu
1f0c51b45b
Add dark theme variants of the fullscreen style
2021-01-08 00:27:16 +10:00
Alexander Bakker
466e296988
Fix indentation of feature list format of the F-Droid app description
2021-01-06 17:47:39 +01:00
Alexander Bakker
fb17f48013
Fix feature list format of the F-Droid app description
2021-01-06 17:30:36 +01:00
Alexander Bakker
f203eab3ef
Update F-Droid app description
2021-01-06 16:28:56 +01:00
Alexander Bakker
1bd9cf3a3f
Release v1.4.1
2021-01-04 18:59:47 +01:00
Michael Schättgen
a795015487
Merge pull request #626 from alexbakker/update-deps-2
...
Update dependencies
2021-01-03 23:55:09 +01:00
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.
2021-01-03 19:58:39 +01:00
Alexander Bakker
951241e95d
Don't rely on accountType to detect proprietary Authy tokens
2021-01-02 14:55:26 +01:00
Alexander Bakker
ddbe9ccfb7
Fix ADB command in CONTRIBUTING.md
2021-01-01 12:57:20 +01:00
Alexander Bakker
1d44e05866
Remove the "search in account names" option and do so by default
2020-12-27 20:34:04 +01:00
Alexander Bakker
4482a21a54
Simplify the auto lock block logic and show an error if DocumentsUI is missing
2020-12-27 20:24:40 +01:00
Alexander Bakker
15e28abecd
Update dependencies
...
This also disables the Jetifier, because we don't need it anymore.
2020-12-26 16:49:30 +01:00
Alexander Bakker
1748e2221f
Release v1.4
2020-12-26 15:58:18 +01:00
Alexander Bakker
b1b4c021cf
Update translations from Crowdin
2020-12-26 15:41:34 +01:00
Michael Schättgen
a27e3c6364
Merge pull request #642 from alexbakker/block-minimize-lock
...
Fix an issue where the app would lock when showing DocumentsUI
2020-12-26 15:36:48 +01:00
Michael Schättgen
8f7b152af4
Merge pull request #641 from alexbakker/fix-593-extra
...
Use GoogleAuthInfo.parseSecret for secrets from Google Authenticator
2020-12-26 15:23:13 +01:00
Michael Schättgen
39f18b79cb
Merge pull request #636 from alexbakker/libsu-mount-ns
...
Run libsu commands inside the global mount namespace
2020-12-26 15:18:28 +01:00
Michael Schättgen
9a81cccbe2
Merge pull request #623 from alexbakker/fixup-gauth-proto
...
Make the Google Authenticator Protobuf parser more complete
2020-12-26 15:18:00 +01:00
Michael Schättgen
2c6be39f88
Merge pull request #634 from alexbakker/fix-package-query
...
Explicitly define which packages (apps) we want to query
2020-12-26 15:15:00 +01:00
Michael Schättgen
a6299ffb5f
Merge pull request #627 from alexbakker/pass-popup-position
...
Display the password reminder popup on top instead of the bottom
2020-12-26 15:14:06 +01:00
Alexander Bakker
6e5a80a000
Fix an issue where the app would lock when showing DocumentsUI
2020-12-26 13:22:40 +01:00
Alexander Bakker
f012c7ce22
Use GoogleAuthInfo.parseSecret for secrets from Google Authenticator
2020-12-26 12:25:43 +01:00
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.
2020-12-20 13:53:34 +01:00
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
2020-12-19 13:21:21 +01:00
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
2020-12-12 13:44:23 +01:00
Michael Schättgen
1f2e45fd12
Add GitHub action and remove Travis config
2020-12-12 11:32:50 +01:00
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.
2020-12-07 21:28:27 +01:00
Alexander Bakker
735c086726
Release v1.4-beta2
2020-12-04 22:10:04 +01:00
Alexander Bakker
d94be2420c
Downgrade Android Gradle plugin to 4.0.1 to fix a crash
2020-12-04 22:07:07 +01:00
Alexander Bakker
0b6da5a93c
Prevent file provider name collision (for debug builds)
2020-12-04 22:03:58 +01:00
Alexander Bakker
d24e1471a7
Release v1.4-beta1
2020-12-04 20:49:51 +01:00
Alexander Bakker
7ca072a29c
Update translations from Crowdin
2020-12-04 20:29:55 +01:00
Alexander Bakker
d5ac447332
Update Android Gradle plugin to fix the build
2020-12-04 20:08:53 +01:00
Alexander Bakker
0067c79dfa
Merge pull request #618 from alexbakker/backup-thread
...
Move the creation of exports/backups to a background thread
2020-12-04 10:48:03 +01:00
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.
2020-12-03 22:16:35 +01:00
Michael Schättgen
f15a0018ef
Merge pull request #605 from alexbakker/highlight-on-add
...
After adding a new entry, scroll to it and highlight it
2020-12-03 21:48:48 +01:00