Commit Graph

2418 Commits

Author SHA1 Message Date
Dain Nilsson
b7f1ec63f4
Move QR scan button to add_account_page, and have it populate the form. 2022-02-11 14:58:17 +01:00
Dain Nilsson
8340c96edf
Merge PR #37. 2022-02-11 14:57:49 +01:00
Dain Nilsson
6d62ffb730
Change account trigger behavior.
This is closer to how the existing app behaves.
2022-02-11 11:44:08 +01:00
Dain Nilsson
0e31e4c9ea
Remove debugLabel. 2022-02-11 11:43:57 +01:00
Dain Nilsson
0b17f8b126
OATH focus item order for up/down arrows. 2022-02-11 10:35:31 +01:00
Dain Nilsson
a6ffe45651
Search field: Jump to first result on Enter/Down. 2022-02-11 10:35:30 +01:00
Dain Nilsson
ea5c0ea363
Merge PR #36. 2022-02-11 10:34:10 +01:00
Dain Nilsson
ae98d054e1
Merge PR #39. 2022-02-11 10:24:20 +01:00
Dain Nilsson
56bd68296a
Merge PR #38. 2022-02-11 10:22:49 +01:00
Dain Nilsson
d41a300d48
Add QrScanner via provider. 2022-02-10 15:24:28 +01:00
Dain Nilsson
1f15640bfa
Add QR scanning to RPC. 2022-02-10 15:24:07 +01:00
Dain Nilsson
84fe77f500
Update mac build for ykman-rpc. 2022-02-10 14:17:54 +01:00
Dain Nilsson
bfbfc51a00
Use ykman-rpc from Flutter. 2022-02-10 13:47:58 +01:00
Dain Nilsson
8362cc2093
Update build scripts. 2022-02-10 13:38:46 +01:00
Dain Nilsson
fcab9b7331
Start setting up ykman-rpc. 2022-02-10 13:29:20 +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
6273c26420
Merge PR #35. 2022-02-09 10:53:50 +01:00
Dain Nilsson
939f590b09
Pass in BuildContext to MenuItem.action.
Instead of when constructing the MenuItem itself.
2022-02-09 10:42:08 +01:00
Dain Nilsson
af652b3609
Merge PR #33. 2022-02-08 15:14:21 +01:00
Dain Nilsson
9eda277af9
Replace List<String> with DevicePath for device paths.
This prevents equality checks from treating devices with the same path
as different.
2022-02-08 13:44:35 +01:00
Dain Nilsson
05e82c6bec
Use RPC to remember passwords. 2022-02-08 12:34:48 +01:00
Dain Nilsson
cde3b14ef1
Merge PR #32. 2022-02-08 12:33:24 +01:00
Dain Nilsson
f16f690fe4
Fix regression. Log level not correctly updating. 2022-02-08 12:23:11 +01:00
Dain Nilsson
161642bdbc
Merge PR #30. 2022-02-07 09:08:34 +01:00
Dain Nilsson
330d64eba2
Make highlight of device menu button circular. 2022-02-01 16:36:19 +01:00
Dain Nilsson
16b492638f
Clean up device picker and avatar. 2022-02-01 13:30:03 +01:00
Dain Nilsson
a8c14637f7
Merge PR #28. 2022-02-01 09:56:39 +01:00
Dain Nilsson
6963b69c10
Improve add OATH account.
- Add padding to match Period with Digits.
- Validate secret length on submit.
2022-02-01 08:24:29 +01:00
Dain Nilsson
40335e66da
Refactor common code between add and rename accounts. 2022-01-31 15:48:34 +01:00
Dain Nilsson
a5f73f7d94
OATH: Add advanced options to add dialog. 2022-01-28 17:17:16 +01:00
Dain Nilsson
7d8a09529e
Merge PR #27. 2022-01-28 17:05:39 +01:00
Dain Nilsson
85458f4f5a
Move desktop-specific implementation into desktop/ 2022-01-27 12:47:17 +01:00
Dain Nilsson
08938a4ef6
Merge PR #26. 2022-01-26 11:11:53 +01:00
Dain Nilsson
45767474a6
Linux: Change application name and ID. 2022-01-26 11:09:14 +01:00
Dain Nilsson
ad2f070abf
Update workflow for new file name. 2022-01-26 10:51:21 +01:00
Dain Nilsson
8aeba050f7
Windows: Fix name of executable and file metadata. 2022-01-25 18:37:16 +01:00
Dain Nilsson
1f5ce6c7bd
MacOS: Change bundle identifier and app name. 2022-01-25 18:36:08 +01:00
Dain Nilsson
b92426b14c
Merge PR #25. 2022-01-25 16:03:08 +01:00
Dain Nilsson
e884a1be3a
Add some comments to clarify code. 2022-01-25 15:00:42 +01:00
Dain Nilsson
a527e71818
OATH rename: Add length validation. 2022-01-25 14:50:00 +01:00
Dain Nilsson
8c139adf84
Add OATH rename dialog. 2022-01-25 12:48:20 +01:00
Dain Nilsson
9e57ef72ca
Merge PR #23. 2022-01-25 12:47:43 +01:00
Dain Nilsson
ccc32903cf
Enable lint check for unawaited_futures. 2022-01-25 12:46:51 +01:00
Dain Nilsson
52223c8e73
Merge PR #24. 2022-01-24 10:59:51 +01:00
Dain Nilsson
8160b30aed
Add OATH delete dialog. 2022-01-21 15:45:04 +01:00
Dain Nilsson
f585825b8e
Merge PR #22. 2022-01-21 12:42:27 +01:00
Dain Nilsson
ac8cf7a461
Remove leftover logging from debugging. 2022-01-21 11:30:23 +01:00
Dain Nilsson
276005b868
Add OATH reset dialog. 2022-01-21 11:30:14 +01:00
Dain Nilsson
dbf27f7972
Merge PR #21. 2022-01-21 11:22:52 +01:00
Dain Nilsson
af1a2dad05
Replace socket approach with native Windows mutex. 2022-01-21 11:17:02 +01:00