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
Dennis Fokin
8eed7378e2
Make sure systray behaves correctly when right-clicking on icon
2024-01-23 14:22:05 +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
Dennis Fokin
127b1427f1
Improve handling of hidden/shown window
2024-01-23 13:23:52 +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
Dain Nilsson
07fb161402
Test of 3 column view.
2024-01-19 12:32:40 +01:00
Dennis Fokin
6083de1303
Merge PR #1324
2024-01-18 15:36:53 +01:00
Elias Bonnici
b1a706631f
Merge PR #1331 .
2024-01-15 10:43:10 +01:00
Elias Bonnici
b9e4070ae0
Run onCancel
when tapping outside dialog barrier.
2024-01-15 09:31:12 +01:00
Elias Bonnici
74bdacf044
Merge PR #1329 .
2024-01-11 13:44:35 +01:00
Elias Bonnici
f7613d5e78
Show progressbar when icon pack is loading.
2024-01-11 12:44:35 +01:00
Elias Bonnici
91f236a414
Only modify name
if issuer
is null.
2024-01-11 11:14:52 +01:00
Elias Bonnici
87b463f4e8
Fix parsing of otpauth-migration
Uri.
...
This solves the issue regarding duplicate accounts not being
recognized.
2024-01-10 17:02:41 +01:00
Elias Bonnici
e0521f931a
Allow drag & dropping icon packs.
2024-01-10 16:06:12 +01:00
Dain Nilsson
73a5e4aa6b
Merge PR #1317 .
2024-01-09 16:17:41 +01:00
spaette
da97823d30
typos
2024-01-09 16:16:43 +01:00
Elias Bonnici
ec1459315d
Change subTitle
to subtitle
and make overlay
required.
2024-01-09 13:09:29 +01:00
Elias Bonnici
33be7edbf0
Use theme color in FileDropOverlay
.
2024-01-09 13:09:28 +01:00
Elias Bonnici
6c67b209df
Add FileDropOverlay
widget.
2024-01-09 13:09:26 +01:00
Elias Bonnici
6a68d2a7a0
Move variables into onFileDropped
.
2024-01-09 13:09:25 +01:00
Elias Bonnici
b5bd831f88
Add custom overlay for OATH QR drag & drop.
2024-01-09 13:09:23 +01:00
Elias Bonnici
ec7a002fdf
Allow multi-account QR codes in OathAddAccountPage
.
2024-01-09 13:09:22 +01:00
Elias Bonnici
25154251a7
Add FileDropTarget
to OATH screen.
2024-01-09 13:09:19 +01:00
Dennis Fokin
cf926210ea
Do not remember systray status between runs
2024-01-05 11:01:37 +01:00
Dain Nilsson
76e9ceabcf
Add graphics for NFC no/unknown device.
2023-12-22 14:07:56 +01:00
Dain Nilsson
dfbcae645e
Remove hardcoded colors.
2023-12-22 12:52:48 +01:00
Dain Nilsson
a23e533ba5
Fix hide/show icon color.
2023-12-21 14:28:24 +01:00
Dain Nilsson
9f067b8f2a
Fix icon colors more.
2023-12-21 13:37:21 +01:00
Dain Nilsson
a000e2bb5f
Fix icon colors.
2023-12-21 12:21:15 +01:00
Dain Nilsson
957e322bdd
Fix icon color in device picker.
2023-12-20 15:55:22 +01:00
Dain Nilsson
62e73a246e
Remove unused graphics.
2023-12-20 15:44:43 +01:00
Rikard Braathen
605a5fb27d
Theme changes
2023-12-20 15:39:27 +01:00
Elias Bonnici
06c33e6205
Remove unnecessary usage of spread operator.
2023-12-20 14:50:28 +01:00
Elias Bonnici
7e384dae2e
Fix margins in FIDO bio enrollment view.
2023-12-20 14:50:26 +01:00
Elias Bonnici
36f0877881
Change FIDO bio enrollment UI.
2023-12-20 14:50:21 +01:00
Elias Bonnici
9fcf468fe5
Add specific error status for FIDO key mismatch.
2023-12-20 14:18:59 +01:00
Elias Bonnici
a08fb71ec6
Add localisation strings for FIDO error messages.
2023-12-20 13:06:17 +01:00
Elias Bonnici
0d3c7ef4a0
Fix broken tests.
2023-12-15 14:34:10 +01:00
Dain Nilsson
d8debd239a
Ensure padding around suffix icons.
2023-12-15 14:16:24 +01:00
Elias Bonnici
b37d19164d
Fix duplicate error icons.
2023-12-15 09:37:34 +01:00
Elias Bonnici
868c96b72b
Add feature per OTP configuration type.
2023-12-15 08:39:11 +01:00
Elias Bonnici
2b8c5259ba
Add yubiotp interface fallback mechanism.
2023-12-15 08:04:02 +01:00
Elias Bonnici
e607d0a1c0
Put AppInputDecoration
in separate file.
2023-12-14 17:46:32 +01:00
Elias Bonnici
7ea025f9f0
Add AppInputDecoration
to AppTextFormField
.
2023-12-14 17:21:46 +01:00
Elias Bonnici
a7f6284dd7
Add missing localizations.
2023-12-14 16:55:57 +01:00
Elias Bonnici
dc5d3ce9dc
Add AppInputDecoration
.
2023-12-14 16:38:10 +01:00
Elias Bonnici
ce5b8abe81
Fix typo in logger.
2023-12-14 16:37:24 +01:00
Elias Bonnici
261a0c1f14
Use AppTextField
instead of TextField
.
2023-12-14 13:16:34 +01:00
Elias Bonnici
8fd753431d
Don't close FIDO reset dialog on done.
2023-12-13 19:36:50 +01:00
Elias Bonnici
635289499c
Linting fixes.
2023-12-13 19:35:17 +01:00
Elias Bonnici
564f074244
Change view in OATH unlock_form
.
2023-12-13 13:37:14 +01:00
Elias Bonnici
70ed3bbf05
Remove duplicate strings.
2023-12-13 13:37:12 +01:00
Dennis Fokin
be386c4a9e
Progressbar for reseting FIDO
2023-12-13 13:37:10 +01:00
Dennis Fokin
ab8cda0efc
Chip instead of checkbox for remembering pw
2023-12-13 13:37:08 +01:00
Dennis Fokin
613d05fbb2
Add visibility icon to fields with obscureText
2023-12-13 13:37:06 +01:00
Elias Bonnici
fa92927f13
Add error suffixIcon.
2023-12-13 13:37:02 +01:00
Elias Bonnici
63bb18b2be
Enhance error handling in OTP.
2023-12-13 13:33:58 +01:00
Elias Bonnici
23ebcb6955
Persist last selected YubiOTP Output file.
2023-12-13 13:33:56 +01:00
Elias Bonnici
607ff95e31
Add export of YubiOTP credential.
2023-12-13 13:33:54 +01:00
Elias Bonnici
2e20c2db44
Add OTP application.
2023-12-13 13:33:49 +01:00
Adam Velebil
925e0a3a36
Merge branch 'main' into adamve/update_android_string_res
2023-12-12 16:11:49 +01:00
Dain Nilsson
d6901ffd20
Bump version to 6.4.0-dev.0
2023-12-12 09:46:25 +01:00
Adam Velebil
96c9d654cf
bump build number
2023-12-06 13:58:37 +01:00
Adam Velebil
ce1c1edb77
Merge PR #1293 .
2023-12-06 13:29:07 +01:00
Dain Nilsson
9ac653d5f9
Merge PR #1294 .
2023-12-06 13:07:05 +01:00
Dain Nilsson
896dc6760e
Enlarge keyboard shortcut text.
2023-12-06 13:05:17 +01:00
Dain Nilsson
33b727b238
Replace empty issuer with null.
2023-12-06 09:16:29 +01:00
Adam Velebil
31b6579837
Handle null qrScanner
2023-12-05 16:50:06 +01:00
Adam Velebil
d8988c2227
set version to 6.3.1
2023-12-05 08:36:44 +01:00
Adam Velebil
45ca4edddc
update android string res from arb files
2023-12-04 16:23:53 +01:00
Joakim Troëng
e62eb0fe57
Merge pull request #1282 from Yubico/adamve/test/harvest_boilerplate_integrationtests
...
Base line integration tests of all existing GUI
2023-12-04 15:45:28 +01:00
Dain Nilsson
f07633630f
Re-format arb files on commit.
2023-11-30 15:15:59 +01:00
Dain Nilsson
83fda9ddf5
Add pre-commit with formatting and linting.
2023-11-29 10:26:56 +01:00
Adam Velebil
b663ea2774
Merge branch 'main'
2023-11-28 11:30:22 +01:00
Dain Nilsson
40809881b2
Add lint rules for relative imports and order.
2023-11-27 11:41:05 +01:00
Adam Velebil
f278ddff0b
Merge branch 'main' into adamve/disable_text_field_autocorrect
2023-11-27 10:56:25 +01:00
Dain Nilsson
29849a94c8
Merge PR #1275 .
2023-11-24 12:41:50 +01:00
Adam Velebil
f60e5ad756
add AppTextField/AppTextFormField
2023-11-24 11:17:58 +01:00
Adam Velebil
c53bb5d696
Merge branch 'main' into adamve/test/harvest_boilerplate_integrationtests
2023-11-24 09:09:23 +01:00
Daviteusz
d0f7c50de0
Update Polish translations
2023-11-24 04:27:44 +01:00
Adam Velebil
4438183014
fix deprecations in android qr scanner views
2023-11-23 16:00:43 +01:00
Adam Velebil
be19eb1a36
fix deprecations in icon_pack_dialog
2023-11-23 15:42:41 +01:00
Dain Nilsson
a74c8556ac
Fix some deprecations.
2023-11-23 15:39:59 +01:00
Dennis Fokin
8aadd6df5b
Merge PR #1265
2023-11-21 16:02:47 +01:00
Adam Velebil
81c1a949ed
Merge branch 'main' into adamve/test/harvest_boilerplate_integrationtests
2023-11-17 13:39:15 +01:00
Joakim Troëng
854ab40aba
piv management key tests evolved.
2023-11-17 12:20:12 +01:00
Dennis Fokin
1965a675ef
Add USB icon and change title
2023-11-17 09:45:57 +01:00
Adam Velebil
455d0173c4
regenerate freezed and json models
2023-11-15 08:56:52 +01:00
Adam Velebil
fda57c4771
quick fix for implicit_call_tearoffs lint rule
2023-11-15 08:21:50 +01:00
Adam Velebil
0fdd1188c7
harvest test/boilerplate_integrationtests
2023-11-14 16:44:14 +01:00
Dennis Fokin
4081361163
Update UI for toggling applications on older keys
2023-11-10 12:26:17 +01:00
Dennis Fokin
a3c160a001
Make sure controller gets updated when manually typing new mgmt key
2023-11-09 17:05:49 +01:00
Adam Velebil
533c2d26d7
Merge PR #1256 .
2023-11-08 15:08:44 +01:00
Adam Velebil
668a050ca7
keep no-break space and ellipsis in ascii \u form
2023-11-08 14:49:11 +01:00
Adam Velebil
35562d7a35
reformat arb files
2023-11-08 10:58:18 +01:00
Dennis Fokin
26bc01d5c2
Remove initialization_exception.dart
2023-11-08 10:48:32 +01:00
Dennis Fokin
ab476ef8ec
Clean up code
2023-11-08 10:34:16 +01:00
Dennis Fokin
4233707239
Add plugin for parsing cmd line args
2023-11-07 11:32:17 +01:00
Adam Velebil
946dcad3df
Merge PR #1234 .
2023-11-02 17:12:22 +01:00
Emil Lundberg
88a52f2d95
Restore lost question mark option in app_ja.arb
2023-11-02 16:28:28 +01:00
Emil Lundberg
d5a59392c0
Use strings for lint punctuation customization
...
This will be needed for this to be compatible with the JSON-based ARB
reformatter, which requires all lists to be of equal length in order for
whitespace to line up.
2023-11-02 16:13:08 +01:00
Emil Lundberg
97265d24db
Add default p_endings and q_endings to app_en.arb
2023-11-02 15:31:19 +01:00
Emil Lundberg
b89d628809
Rename @_lint_rules.punctuation to p_endings
...
Since this lint is specifically about punctuation appropriate for ending a
sentence.
2023-11-02 15:29:21 +01:00
Emil Lundberg
7462f0f0b7
Make punctuation customizable per language
2023-11-02 15:20:31 +01:00
Daviteusz
765cfea353
Update Polish translation
2023-11-01 22:55:46 +01:00
Daviteusz
65e95dbd7a
Merge branch 'main' into translate
2023-11-01 22:44:24 +01:00