Dain Nilsson
920195ee08
Introduce switch expressions.
2023-05-22 11:52:49 +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
7254cba50b
Add hotkeys for Settings, device switching. Refactor drawer actions.
2023-02-13 17:02:34 +01:00
Dain Nilsson
1ec1aff1b5
Use new NavigationDrawer.
2023-02-07 16:41:08 +01:00
Dain Nilsson
0788d731f3
Theme tweaks.
2023-02-07 14:01:17 +01:00
Adam Velebil
f472097a9f
license notice update in source files
2022-10-04 12:12:54 +02:00
Adam Velebil
ae8af99a39
improved Key variable structure
2022-10-03 15:39:57 +02:00
Adam Velebil
09f2199a28
add otp tests
2022-10-03 15:34:06 +02:00
Dain Nilsson
0ddc3381de
Remove unused import.
2022-08-12 10:00:10 +02:00
Dain Nilsson
9cc66db682
Add logo in drawer.
2022-08-12 09:56:10 +02:00
Adam Velebil
ff23ed9a53
implement yubiclip fnc, add Android settings
2022-08-03 15:21:39 +02:00
Dennis Fokin
fbb8bde5fc
Localization: first steps
2022-07-27 12:00:31 +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
141fa419e4
Pop dialogs by default when device changes.
2022-06-10 16:02:07 +02:00
Dain Nilsson
7f82d9ddbc
Restyle about page.
2022-06-02 15:03:17 +02:00
Dain Nilsson
34438d8cca
Decouple separator from "Toggle applications".
2022-05-24 09:01:19 +02:00
Dain Nilsson
e5efa332cb
Avoid closing drawer on resize.
2022-05-20 15:11:04 +02:00
Dain Nilsson
98f5d811dd
Color adjustments.
2022-05-20 15:11:03 +02:00
Dain Nilsson
a8dec0aa30
Icon/chip styling.
2022-05-20 15:11:01 +02:00
Dain Nilsson
92d2d422ad
Remove some hardcoded colors and fix light theme.
2022-05-20 15:10:56 +02:00
Dain Nilsson
70b493f92f
Style drawer.
2022-05-20 15:10:52 +02:00
Dain Nilsson
209ced3402
Minor icon/text tweaks.
2022-05-20 15:10:51 +02:00
Dain Nilsson
b31fb0b89d
Use Material text theme names.
2022-05-20 15:10:50 +02:00
Dain Nilsson
af92068a75
Enable use_super_parameters lint rule.
2022-05-12 12:05:18 +02:00
Dain Nilsson
8a0896b12f
Add log buffer and --log-level argument.
2022-03-25 13:28:35 +01:00
Dain Nilsson
921190ba40
Introduce responsive dialogs.
2022-03-16 09:33:06 +01:00
Dain Nilsson
e57ebdf1be
Rename SubPage -> Application.
...
Also introduces supportedAppsProvider which can be used to limit the
supported apps per platform.
2022-03-14 11:55:17 +01:00
Dain Nilsson
f3df338018
Improve handling of disabled/unsupported apps.
2022-03-14 10:57:00 +01:00
Dain Nilsson
3566c7b845
Start handling devices that cannot be accessed.
2022-03-11 13:28:47 +01:00
Dain Nilsson
48a93c0aa1
Show if applications are enabled or not in the drawer.
2022-03-11 13:28:46 +01:00
Dain Nilsson
53428eca08
Add split-view for wide windows.
2022-03-04 13:43:41 +01:00
Dain Nilsson
e1f5879f42
Add placeholders for additional sub pages.
2022-02-24 15:19:57 +01:00
Dain Nilsson
ab2a63fd2b
Add placeholders in main drawer, move theme and logging to settings.
2022-02-22 11:15:15 +01:00
Dain Nilsson
3af44ea19d
Make drawer scrollview non-primary.
...
This prevents an exception when both the main view and drawer is
visible, if both views are scrollable. It does not seem to impact
behavior at all.
2022-02-09 12:34:38 +01:00
Dain Nilsson
4b6a6a3a0e
Remove commented code.
2021-12-02 20:29:40 +01:00
Dain Nilsson
9236701f02
Implement theming and re-arrange views.
2021-12-02 11:44:17 +01:00
Dain Nilsson
2cd9ff2283
Break up large files into smaller.
2021-11-24 12:49:12 +01:00