Alexander Bakker
61ac83b134
Release v2.0-beta1
2021-04-14 13:40:04 +02:00
Alexander Bakker
9c907cf14a
Apply top margin to the first entry if there are no groups
2021-04-14 13:33:40 +02:00
Alexander Bakker
5f737582fb
Fix syntax issue in arrays.xml
2021-04-14 12:56:31 +02:00
Alexander Bakker
89256dfef5
Update translations from Crowdin
2021-04-14 12:54:21 +02:00
Alexander Bakker
94b4c098de
Update icons packs documentation
2021-04-14 12:15:19 +02:00
Alexander Bakker
1d848947d9
Only set the query if its non-empty when switching icon packs
...
This fixes an issue where the categories would be hidden when switching icon packs
2021-04-13 17:21:10 +02:00
Alexander Bakker
43ebe402ce
Fix crash caused by incorrect cast to PreferencesFragment
2021-04-11 13:54:05 +02:00
Alexander Bakker
ae0b00573f
Merge pull request #539 from alexbakker/iconpacks
...
Introduce support for icon packs
2021-04-10 10:50:36 +02:00
Alexander Bakker
efb5b10a76
Merge pull request #716 from DerEnderKeks/fix-recent-apps-behavior
...
Fixed that app vanished from recent apps list after locking
2021-04-09 14:01:58 +02:00
Alexander Bakker
4f38988c0d
Introduce support for icon packs
2021-04-07 17:28:08 +02:00
Alexander Bakker
c977b9a064
Update dependencies
2021-04-03 11:24:13 +02:00
DerEnderKeks
5353e7c3b1
Changed method to finish activities when locking
2021-04-01 18:03:16 +02:00
DerEnderKeks
b999ccc83b
Fixed that app vanished from recent apps list after locking
2021-03-31 17:06:39 +02:00
Alexander Bakker
230f21b9f0
Update dependencies
2021-03-20 13:11:17 +01:00
Alexander Bakker
801e677928
Silence an overly enthousiastic linker check
2021-03-01 18:44:14 +01:00
Alexander Bakker
143b9a85b4
Update dependencies
2021-03-01 18:21:20 +01:00
Alexander Bakker
a6ab669811
Don't crash when uiMode is set to UI_MODE_NIGHT_UNDEFINED
2021-02-21 17:08:05 +01:00
Alexander Bakker
c7ef10367f
Fix an issue where advanced fields were disabled inadvertently
2021-02-17 12:59:59 +01:00
Alexander Bakker
085e8e51dc
Merge pull request #688 from jhenninger/feature/receive-shared-image
...
Add support for creating entries from shared images
2021-02-17 12:01:17 +01:00
Johannes Henninger
167f2d6dad
Add support for creating entries from shared images
2021-02-14 16:05:13 +01:00
Alexander Bakker
e653e42455
Update dependencies
2021-02-14 16:03:30 +01:00
Alexander Bakker
158eb4609c
Remove unused 'stateless' support code from AuthActivity
2021-02-13 19:15:30 +01:00
Alexander Bakker
ca8f3e49ea
Hide the vault wipe option in the menu of the import activity
...
Always showing the dialog can be confusing for users.
2021-02-08 19:11:57 +01:00
Alexander Bakker
c3d9ab86c7
Improve the wording of a couple of strings
2021-02-08 18:55:23 +01:00
Alexander Bakker
441a943a9d
Update dependencies
2021-02-08 18:46:56 +01:00
Alexander Bakker
293e2ddeb0
When importing, read the file from SAF on a background thread
...
Fixes issue with importing from Nextcloud. Close #673 .
2021-02-07 13:12:41 +01:00
Alexander Bakker
2c8a64f943
Disable some fields if Steam OTP type is selected
...
Also, move some magic default OTP parameters to constants
2021-01-30 16:41:25 +01:00
Alexander Bakker
bc6cb35dc0
Clean up unused variables
2021-01-27 20:44:47 +01:00
Alexander Bakker
ad138e4a4c
Fix behavior of the new entry highlight in case no scroll is needed
2021-01-27 20:42:39 +01:00
Alexander Bakker
f4bdf4645b
Hide some entry editing settings by default to reduce user confusion
2021-01-27 20:09:53 +01:00
Alexander Bakker
fd9a387b4e
Rename Filter -> Sort in menu and remove old references to Filter
2021-01-27 18:32:44 +01:00
Alexander Bakker
778000aa24
Minor fixes for group chips, remove remnants of filter menu item
2021-01-27 18:24:52 +01:00
Alexander Bakker
40fbe39474
Update list of third-party licenses
2021-01-27 14:00:27 +01:00
Alexander Bakker
bda1a1d5af
Add a dialog for Aegis' license
2021-01-27 13:54:11 +01:00
Alexander Bakker
e6e2809c9c
Fix the appearance of the toolbar in the scanner activity
2021-01-27 12:36:48 +01:00
Alexander Bakker
b91355da47
Remove usage of HtmlCompat
2021-01-24 21:04:25 +01:00
Alexander Bakker
4bb5ee52d9
Fix disabled alert dialog button color by setting alpha using selector
2021-01-24 20:52:24 +01:00
Alexander Bakker
de3fcfdb26
Fix the background color of the imported entries list
2021-01-24 20:44:01 +01:00
Alexander Bakker
ae71febf10
Move import logic to separate activity to fix a couple of issues
...
Fixes #456 .
Fixes #670 .
2021-01-24 20:19:29 +01:00
Alexander Bakker
7be1a74cfd
Force higher resolution for analysis and run it on a background thread
2021-01-24 15:02:02 +01:00
Alexander Bakker
22c93bf5c6
Show some additional warning info in the entry deletion dialog
...
Close #565 .
2021-01-24 14:20:29 +01:00
Alexander Bakker
68436fba9c
Rewrite layout of EditEntryActivity to not use TableLayout
...
This prevents excessive overdraw and fixes the UI tests
2021-01-24 12:53:29 +01:00
Alexander Bakker
44ff321f8f
Remove pref_tools_group_title from all locales
2021-01-23 19:36:57 +01:00
Alexander Bakker
d9d6733878
Improve preference organization and add summaries to the sections
2021-01-23 19:29:41 +01:00
Alexander Bakker
eae31ef94b
Switch from Appcompat to Material Components theme
...
Close #354 .
2021-01-23 15:23:02 +01:00
Alexander Bakker
a6bf3b7c87
Add bottomsheet for chips
2021-01-21 10:53:37 +01:00
Alexander Bakker
c6cb390990
Fix the UI tests
2021-01-16 17:43:07 +01:00
Alexander Bakker
f080eaa8f9
Add support for participating in Android's backup system
...
This adds an option for participating in Android's backup system. Two items are
backed up: the ``files/aegis.json`` file and the entire ``shared_prefs``
directory. The option is disabled by default and can only be enabled if
encryption is enabled as well.
I tested this with Local Transport and Seedvault. To test with Local Transport,
see: https://developer.android.com/guide/topics/data/testingbackup .
2021-01-16 16:19:25 +01:00
Alexander Bakker
ef8c116bdc
Split preferences into separate fragments
...
<img src="https://alexbakker.me/u/5phth0i1ga.png " width="300" />
2021-01-16 15:46:13 +01:00
Alexander Bakker
260a3b9c78
Merge pull request #651 from alexbakker/replace-fab
...
Replace the FAB with a bottom sheet dialog
2021-01-16 15:39:31 +01:00