Commit Graph

1138 Commits

Author SHA1 Message Date
Dain Nilsson
9991eba44b
Add universal factory reset. 2024-01-24 14:02:01 +01:00
Dain Nilsson
2db9c5e2d1
Refactor Applications.
- Make Capabilities translatable.
- Rename applications based on views.
- Split Webauthn app into WebAuthn, passkeys, fingerprints.
2024-01-24 14:02:00 +01:00
Elias Bonnici
74a6ac0b13
Extend error handling for OATH QR scanning. 2024-01-24 13:34:14 +01:00
Adam Velebil
d56166b6ca
store lastUsedColor as int 2024-01-24 13:01:39 +01:00
Adam Velebil
2c4ac862fa
dialog Save active only if name or color changed 2024-01-24 12:44:35 +01:00
Adam Velebil
fda2168c26
submit on pressing enter in the dialog 2024-01-24 12:39:08 +01:00
Adam Velebil
855915cd87
improve KeyCustomization serialization 2024-01-24 12:35:09 +01:00
Adam Velebil
9c4e31ef46
update property names of KeyCustomization 2024-01-24 11:14:55 +01:00
Adam Velebil
15212af086
freeze KeyCustomization 2024-01-24 10:57:23 +01:00
Adam Velebil
af66e9201a
Merge branch 'main' into adamve/key_customizations 2024-01-24 10:22:30 +01:00
Adam Velebil
6597bf5bb5
Use JsonConverter for Issuer field 2024-01-24 09:39:03 +01:00
Adam Velebil
b275f50110
review fixes 2024-01-23 17:15:26 +01:00
Adam Velebil
98d1412341
persist last used color 2024-01-23 16:42:16 +01:00
Adam Velebil
6bbc9157c9
improve key customization dialog layout 2024-01-23 15:57:46 +01:00
Adam Velebil
c7d912f272
use shared preferences for key customizations 2024-01-23 15:12:28 +01:00
Adam Velebil
a61012f563
update conditions for showing context menu items 2024-01-23 14:41:29 +01:00
Adam Velebil
dfdf82805c
fix selected key tile background color 2024-01-23 14:03:21 +01:00
Adam Velebil
e834c40c69
don't force primary color on seeded colorScheme 2024-01-23 13:46:18 +01:00
Adam Velebil
d27443dc45
add context menu icons 2024-01-23 12:56:54 +01:00
Adam Velebil
20f8d6fd25
simplify working with KeyCustomization 2024-01-23 12:36:13 +01:00
Adam Velebil
56e20520a2
Merge branch 'main' into adamve/key_customizations 2024-01-23 10:59:31 +01:00
Dain Nilsson
5cfd2f1e83
Fix rebuilding-loop of AppPages when not expanded.
Also fix deselect of FIDO items when resized to non-expanded.
2024-01-23 10:48:22 +01:00
Adam Velebil
502d51af67
Add context menu to navigation rail items 2024-01-23 10:42:56 +01:00
Adam Velebil
bdd09192af
revert non-changes 2024-01-22 18:10:34 +01:00
Adam Velebil
68238f6742
update feature file structure 2024-01-22 17:57:46 +01:00
Adam Velebil
f21a41c4d4
update context menu 2024-01-22 17:27:51 +01:00
Adam Velebil
1d12390a5c
minimize changes to main 2024-01-22 11:15:36 +01:00
Adam Velebil
b01c3a9abe
move customize action to picker menu 2024-01-22 11:15:10 +01:00
Adam Velebil
a877b1a173
wrap device picker tile in local theme 2024-01-22 11:14:36 +01:00
Adam Velebil
3a20f34513
device picker updates 2024-01-22 11:14:32 +01:00
Adam Velebil
0e2d5c87e9
nfcIcon background in picker is transparent 2024-01-22 11:14:28 +01:00
Adam Velebil
6533955d70
transparent background for non-active devices 2024-01-22 11:14:24 +01:00
Adam Velebil
4510edcaf7
use dialog 2024-01-22 11:14:19 +01:00
Adam Velebil
e679d501b2
preview selected color in customization dialog 2024-01-22 11:13:11 +01:00
Adam Velebil
7ede30b641
react to key change 2024-01-22 11:13:06 +01:00
Adam Velebil
c7f2b651fd
customize color and display name 2024-01-22 11:12:08 +01:00
Rikard Braathen
2fd73f9533
changed textTheme.tall to textTheme.englishLike2021 2024-01-19 15:09:18 +01:00
Rikard Braathen
a794691e7b
improved TextStyle theme settings for ListItem 2024-01-19 15:09:17 +01:00
Rikard Braathen
cedd620165
changed colors for text objects, corrected bold fonts, buttons, paddings, dialog overlays and minor fixes here and there 2024-01-19 15:09:14 +01:00
Dain Nilsson
de213e10fb
Focus on clicked AppListItem. 2024-01-19 12:59:57 +01:00
Dain Nilsson
e4d49ea4b4
Refactor Actions to use custom Widgets more. 2024-01-19 12:32:46 +01:00
Dain Nilsson
5d286de0a0
Refactor Intents/Actions.
Big changes to Intents/Actions where we now have an argument for several
of the intents to indicate the target. This allows for handling these
actions on a higher level.
2024-01-19 12:32:46 +01:00
Dain Nilsson
50dd72b83b
Remove child from AppPage (use builder instead). 2024-01-19 12:32:45 +01:00
Dain Nilsson
fa05e72538
Separate "detailed view" from "key actions". 2024-01-19 12:32:45 +01:00
Dain Nilsson
0e709f0085
Fix state of details column. 2024-01-19 12:32:44 +01:00
Dain Nilsson
b50ada490a
Visual tweaks. 2024-01-19 12:32:43 +01:00
Dain Nilsson
72f03e3486
Add 3-column view for and FIDO, OTP. 2024-01-19 12:32:43 +01:00
Elias Bonnici
a7984a5e4e
Fix duplicate FileDropTarget. 2024-01-19 12:32:42 +01:00
Dain Nilsson
5462ffe6c5
Small UI tweaks. 2024-01-19 12:32:42 +01:00
Dain Nilsson
69b4e02367
Use builder in AppPage for child. 2024-01-19 12:32:41 +01:00