Michael Schättgen
19fe7bd4d2
Merge pull request #1611 from alexbakker/update-divider-decor
...
Update divider decoration when filter/sort changes
3 days ago
Michael Schättgen
7882ecc33a
Merge pull request #1604 from alexbakker/flush-export
...
Flush temporary export file before starting ExportTask
4 days ago
Alexander Bakker
d39b44f0c3
Update divider decoration when filter/sort changes
...
This fixes an issue where the item decoration may be wrong in some
cases. For example, adding a new entry to the bottom of the list may not
update the decoration of the item that was previously the last one in
the list.
To reproduce, use this vault: https://alexbakker.me/u/mov4455gp5.json .
Start without a group filter, apply sorting based on Issuer (A to Z) and
enable group multiselect. Then:
- Tap the "Test" chip
- Tap the "Test2" chip
- Tap the "No group" chip
- Notice that the offset between the last 2 entries looks wrong: https://alexbakker.me/u/nedcyiro2q.png
Probably introduced in 9131cae944
.
4 days ago
Alexander Bakker
7c6e3ae2a8
Merge pull request #1559 from michaelschattgen/feature/multiselect-groups
...
Add ability to multiselect groups
4 days ago
Michael Schättgen
78ee38ba7d
Add ability to multiselect groups
1 month ago
Alexander Bakker
8ddf8c58da
Merge pull request #1602 from michaelschattgen/feature/color-contrast-hidden-codes
...
Improve color contrast on hidden codes
1 month ago
Alexander Bakker
ce29d120a9
Merge pull request #1600 from michaelschattgen/fix/import-entries-padding
...
Fix obstructing snackbar padding
1 month ago
Alexander Bakker
6bbb42fb83
Merge pull request #1593 from dcrewi/feature/test-html-exports
...
add test for html exports
1 month ago
Alexander Bakker
e8d712ec71
Flush temporary export file before starting ExportTask
...
The previous logic was not an issue because FileOutputStream is
unbuffered, but still, this is more correct.
1 month ago
Alexander Bakker
ad2dc803fb
Merge pull request #1592 from dcrewi/feature/delete-temp-file
...
delete temporary export file when finished
1 month ago
Michael Schättgen
3d50ab1b65
Improve color contrast on hidden codes
1 month ago
Michael Schättgen
a4812c530d
Fix obstructing snackbar padding
1 month ago
Alexander Bakker
9ab949a59e
Release v3.3.4
2 months ago
Alexander Bakker
e8bf7b0506
Update translations from Crowdin
2 months ago
Michael Schättgen
ec92fb2b31
Merge pull request #1591 from alexbakker/resize-icons
...
Store non-SVG icons at a maximum of 512x512 and migrate existing icons
2 months ago
David Creswick
919e6854e8
add test for html exports
...
Do some basic tests of the html export code.
- Make sure that a file was created.
- Make sure that the file can be parsed by an xml parser without error.
- Make sure that the document tag is "html".
2 months ago
David Creswick
d98e23a1e5
delete temporary export file when finished
2 months ago
Alexander Bakker
e59df63e94
Store non-SVG icons at a maximum of 512x512 and migrate existing icons
2 months ago
Michael Schättgen
14643b4000
Merge pull request #1588 from alexbakker/stratum
...
Rename Authenticator Pro -> Stratum
2 months ago
Alexander Bakker
5439067e9f
Rename Authenticator Pro -> Stratum
2 months ago
Alexander Bakker
81a26ccad8
Release v3.3.3
2 months ago
Alexander Bakker
1fb36b0578
Update translations from Crowdin
2 months ago
Alexander Bakker
de74daef33
Merge pull request #1584 from alexbakker/large-heap
...
Set largeHeap to true in AndroidManifest
2 months ago
Alexander Bakker
fe8b638818
Set largeHeap to true in AndroidManifest
...
This is a temporary measure to help users who are stuck in a situation
where they run into OOM conditions due to large icons in their vault
file.
2 months ago
Alexander Bakker
05a415bb38
Only run the scheduled codeql job on the upstream repo
2 months ago
Michael Schättgen
920df1d9be
Merge pull request #1577 from alexbakker/2fas-fixes
...
Store service name as issuer and tolerate spaces in secret for 2FAS
2 months ago
Alexander Bakker
19a77209d8
Store service name as issuer and tolerate spaces in secret for 2FAS
2 months ago
Alexander Bakker
aec16f22c1
Update reactivecircus/android-emulator-runner
...
Required for the ubuntu-latest switch to ubuntu-24.04
2 months ago
Alexander Bakker
a76f3394f3
Merge pull request #1550 from cillyvms/window-insets
...
Apply window insets to accommodate system UI.
3 months ago
cillyvms
6039cfa20e
Apply window insets to prevent UI elements from going behind system windows.
3 months ago
Alexander Bakker
0eb1194578
Release v3.3.2
3 months ago
Alexander Bakker
170f626c9e
Update translations from Crowdin
3 months ago
Alexander Bakker
c616a4f43c
Merge pull request #1563 from michaelschattgen/feature/export-file-name-share
...
Make file name of exports consistent
3 months ago
Michael Schättgen
411a677fbf
Merge pull request #1548 from alexbakker/fix-menu-button-state
...
Fix state updates for the lock and sort menu items
3 months ago
Alexander Bakker
d48f2ead28
Merge pull request #1564 from michaelschattgen/fix/contrast-next-code
...
Improve contrast of next code color
3 months ago
Alexander Bakker
8147d07606
Merge pull request #1562 from michaelschattgen/fix/group-entry-selection
...
Reset selection state when changing groups
3 months ago
Alexander Bakker
fa073371b5
Merge pull request #1561 from michaelschattgen/fix/import-multiple-entries
...
Add fix for importing multiple entries
3 months ago
Michael Schättgen
3a9e27bacb
Improve contrast of next code color
3 months ago
Michael Schättgen
51f656dd6b
Make file name of exports consistent
3 months ago
Michael Schättgen
3efe74d375
Reset selection state when changing groups
3 months ago
Michael Schättgen
f9ada47956
Add fix for importing multiple entries
3 months ago
Alexander Bakker
5213bafc97
Merge pull request #1545 from michaelschattgen/feature/search-improvements
...
Improve search feature for better UX
3 months ago
Michael Schättgen
503ce87c91
Improve search feature for better UX
3 months ago
Alexander Bakker
d2fcb24d79
Fix state updates for the lock and sort menu items
...
Turns out I was a little too enthusiastically removing things in 9d383b85d8
.
The menu may not necessarily have been created yet in all cases.
3 months ago
Alexander Bakker
337cb74f72
Release v3.3.1
3 months ago
Alexander Bakker
b5b29a4f84
Revert "Fix layout height in tiles mode"
...
This reverts commit 5dba1db93d
.
Fixes #1544
3 months ago
Alexander Bakker
3e3df919b2
Release v3.3
3 months ago
Alexander Bakker
79ba822ccf
Update translations from Crowdin
3 months ago
Alexander Bakker
5f885cba29
Merge pull request #1542 from michaelschattgen/fix/text-height-tiles
...
Fix layout height in tiles mode
3 months ago
Michael Schättgen
5dba1db93d
Fix layout height in tiles mode
3 months ago