Commit Graph

453 Commits

Author SHA1 Message Date
Elias Bonnici
74a6ac0b13
Extend error handling for OATH QR scanning. 2024-01-24 13:34:14 +01:00
Adam Velebil
6597bf5bb5
Use JsonConverter for Issuer field 2024-01-24 09:39:03 +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
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
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
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
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
Elias Bonnici
ec1459315d
Change subTitle to subtitle and make overlay required. 2024-01-09 13:09:29 +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
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
a000e2bb5f
Fix icon colors. 2023-12-21 12:21:15 +01:00
Rikard Braathen
605a5fb27d
Theme changes 2023-12-20 15:39:27 +01:00
Elias Bonnici
b37d19164d
Fix duplicate error icons. 2023-12-15 09:37:34 +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
dc5d3ce9dc
Add AppInputDecoration. 2023-12-14 16:38:10 +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
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
Adam Velebil
ce1c1edb77
Merge PR #1293. 2023-12-06 13:29:07 +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
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
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
Adam Velebil
f60e5ad756
add AppTextField/AppTextFormField 2023-11-24 11:17:58 +01:00
Adam Velebil
be19eb1a36
fix deprecations in icon_pack_dialog 2023-11-23 15:42:41 +01:00
Adam Velebil
81c1a949ed
Merge branch 'main' into adamve/test/harvest_boilerplate_integrationtests 2023-11-17 13:39:15 +01:00
Adam Velebil
455d0173c4
regenerate freezed and json models 2023-11-15 08:56:52 +01:00
Adam Velebil
0fdd1188c7
harvest test/boilerplate_integrationtests 2023-11-14 16:44:14 +01:00
Dennis Fokin
505272f576
Merge PR #1239 2023-11-01 11:24:17 +01:00
Adam Velebil
2e45bbea4f
Merge PR #1231. 2023-10-31 17:07:08 +01:00
Adam Velebil
af828dde4e
pre-review cleanup 2023-10-31 09:03:53 +01:00