Elias Bonnici
b5b5804f3a
Misc UI fixes
2024-04-25 15:26:33 +02:00
Dain Nilsson
3602ec0df3
Fix Intent matching type parameter
2024-02-05 15:01:23 +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
40809881b2
Add lint rules for relative imports and order.
2023-11-27 11:41:05 +01:00
Dain Nilsson
75f8f5be35
Add experimental feature flags for OATH and PIV.
2023-10-23 11:11:30 +02:00
Elias Bonnici
715302eadc
Add shortcut for OTP calculation.
2023-09-29 14:44:47 +02:00
Dain Nilsson
ac131982bf
Tweak colors and margins.
2023-08-18 16:51:42 +02:00
Dain Nilsson
5ad5695279
Combine OATH rename dialogs.
2023-08-18 14:54:55 +02:00
Dain Nilsson
52bff18471
Start refactoring actions.
2023-07-04 14:21:09 +02:00
Dain Nilsson
4525198f9b
Refactor ActionItem avatar colors.
2023-07-04 14:21:06 +02:00
Dain Nilsson
4bd322a268
Extract ActionList classes.
2023-07-04 14:21:05 +02:00
Dain Nilsson
d1be87ffd7
Revamp FIDO key actions and fingerprint dialog.
2023-07-03 11:36:48 +02:00
Dain Nilsson
fbe3cab253
Revamp OATH key actions and account dialogs.
2023-07-03 11:36:46 +02:00
Dain Nilsson
0e3d315a50
Replace Pair with records.
2023-05-22 11:20:30 +02:00
Dain Nilsson
b33dca3900
Change prefixes and add check_strings.py
2023-03-02 12:45:55 +01:00
Dain Nilsson
1d389e3185
Restructure external strings.
2023-03-01 08:36:57 +01:00
Dain Nilsson
6bf231dc7d
Externalize strings.
2023-03-01 08:33:31 +01:00
Dain Nilsson
4375f84a52
Avoid calling calculate on deleted/renamed credential from dialog.
2023-02-27 12:01:15 +01:00
Dain Nilsson
2d887593bb
Refactor OATH views and actions.
2023-02-13 17:04:49 +01:00
Dain Nilsson
0788d731f3
Theme tweaks.
2023-02-07 14:01:17 +01:00
Dain Nilsson
6c842049b6
Set up some base colors for testing.
2023-02-07 12:31:21 +01:00
Dain Nilsson
ca133b5c6c
Fix incorrect theme usages.
2023-02-07 12:31:17 +01:00
Dain Nilsson
b263f82293
Fix deprecation notices and reset styles.
2023-01-26 11:52:01 +01:00
Adam Velebil
b7d494cc77
removed maxLines
2023-01-13 07:58:21 +01:00
Adam Velebil
dc7ce60085
align to center
2023-01-11 11:12:13 +01:00
Adam Velebil
f115a6036a
enable softWrap for oath account dialog fields
2023-01-11 10:37:59 +01:00
Adam Velebil
afc21b9dcf
fix Android provider overrides
2023-01-02 18:02:32 +01:00
Adam Velebil
f472097a9f
license notice update in source files
2022-10-04 12:12:54 +02:00
Dain Nilsson
b8c18cf2e5
Place shortcut in second line in tooltip.
2022-09-30 11:42:01 +02:00
Dain Nilsson
f7225d326d
Move shortcut to trailing.
2022-09-30 11:18:47 +02:00
Adam Velebil
8359896ce9
Merge PR #234 .
2022-09-30 11:01:23 +02:00
Adam Velebil
56f26627d2
Mrg 'main' into adamve/android-sdkversion-handling
2022-09-30 10:25:39 +02:00
Adam Velebil
d3292c4523
support USB keys on Android
2022-09-26 09:40:20 +02:00
Dain Nilsson
2e9a51d720
Migrate to Flutter 3.3.2
2022-09-23 10:42:29 +02:00
Adam Velebil
1d99ce3fe6
handle features dependent on SDK version
2022-09-21 15:29:34 +02:00
Dain Nilsson
0df2889cbf
Adjust margins for buttons in OATH account dialog.
2022-09-08 13:19:20 +02:00
Dain Nilsson
dd42258298
Downgrade Flutter.
...
This is a temporary measure until Flutter 3.3 fixes its rendering
problems. This should later be reverted.
2022-09-02 14:48:59 +02:00
Dain Nilsson
647954bf03
Fix highlights for OATH account dialog buttons.
2022-09-02 12:16:25 +02:00
Dain Nilsson
766f72f24e
Fix OATH code dialog actions padding.
2022-08-31 13:47:17 +02:00
Adam Velebil
7271f76cbf
fix copying of touch-required credential's codes
2022-08-24 16:10:14 +02:00
Dain Nilsson
45e068e2e5
Fix keyboard focus issue in OATH dialog.
2022-07-07 11:30:34 +02:00
Dain Nilsson
68a776f23b
Update snackbars and options dialogs.
...
* Re-implement snackbar to always be floating, always on top.
* Use a dialog for Options instead of bottom sheet.
2022-07-05 12:13:22 +02:00
Dain Nilsson
5742763e1f
Add blur effect.
2022-07-04 12:56:31 +02:00
Dain Nilsson
7f093d97a2
Handle Non-YubiKey NFC devices-
...
This changes the currentDeviceDataNotifier to use an AsyncValue instead
of a nullable YubiKeyData to allow for error states, and handles such a
state for NFC readers when a non-YubiKey is present.
2022-06-28 19:51:58 +02:00
Dain Nilsson
c091bb5c18
Listen for cahnges to data instead of node to handle NFC correctly.
2022-06-10 16:24:33 +02:00
Dain Nilsson
e34dbece2d
Fix red screen of death for OATH code dialog when device removed.
2022-06-10 16:02:29 +02:00
Dain Nilsson
6e3c3d2e4c
Use Shortcuts/Intent/Action.
2022-06-10 13:49:02 +02:00
Dain Nilsson
d5c2bbebfa
Re-calculate expired code before copy in dialog.
2022-06-10 11:35:56 +02:00
Dain Nilsson
5a52083f57
Use CMD as modifier on MacOS instead of CTRL.
2022-06-10 11:35:54 +02:00