Commit Graph

194 Commits

Author SHA1 Message Date
Adam Velebil
9f84f4ba7c
remove unused import 2022-03-16 10:02:40 +01:00
Adam Velebil
2b40716720
replace serialize helpers 2022-03-16 09:56:58 +01:00
Adam Velebil
dfe1d9003e
Credential id as String extension function 2022-03-16 09:41:26 +01:00
Adam Velebil
dfa8058b9d
DeviceConfig to json extension function 2022-03-16 09:35:45 +01:00
Adam Velebil
a7dbdaa5a3
version to json extension function 2022-03-16 09:34:14 +01:00
Adam Velebil
35ecc03680
DeviceInfo to json extension function 2022-03-16 09:32:51 +01:00
Adam Velebil
6c3674c72d
OathSession to json extension function 2022-03-16 09:30:19 +01:00
Adam Velebil
cd4461d449
code to json extension function 2022-03-16 09:28:34 +01:00
Adam Velebil
747d328303
credential map to json extension function 2022-03-16 09:20:27 +01:00
Adam Velebil
356f99e0ac
credential to json extension function 2022-03-16 09:14:18 +01:00
Adam Velebil
2c33b75260
simplify showDialog Api 2022-03-16 09:13:31 +01:00
Adam Velebil
95649f5c59
non-nullable parameters in pigeon 2022-03-15 16:18:50 +01:00
Adam Velebil
f0dc370104
change github action name 2022-03-09 17:27:24 +01:00
Adam Velebil
d51a4a8afe
Merge branch 'main' into feature/android-native 2022-03-04 18:19:05 +01:00
Adam Velebil
0cf575d7c3
Merge PR #55 2022-03-04 18:05:31 +01:00
Adam Velebil
d1ddc5aa12
Merge branch 'main' into feature/android 2022-03-04 17:53:12 +01:00
Adam Velebil
03792bfcef
rename method to avoid dart keyword clash 2022-03-04 17:07:12 +01:00
Adam Velebil
3a03081095
better initialization of api's 2022-03-04 17:01:55 +01:00
Adam Velebil
57e543366a
remove handling of Steam codes 2022-03-04 16:56:45 +01:00
Adam Velebil
fb77b4fe09
fix credential and credential.id usage 2022-03-04 16:54:07 +01:00
Adam Velebil
d2b97dc4e1
updates to logging information 2022-03-04 16:51:56 +01:00
Dain Nilsson
14e604df75
Merge PR #57. 2022-03-04 13:45:46 +01:00
Dain Nilsson
53428eca08
Add split-view for wide windows. 2022-03-04 13:43:41 +01:00
Adam Velebil
236f361c28
moved GitHub action file to correct folder 2022-03-04 13:20:35 +01:00
Adam Velebil
99e857d690
initial 2022-03-04 12:20:01 +01:00
Adam Velebil
4c0bfe1bc4
using caret syntax for pigeon version 2022-03-04 09:17:09 +01:00
Adam Velebil
b3bb49aee6
update codestyle 2022-03-03 17:24:26 +01:00
Adam Velebil
af593289d1
Initial 2022-03-03 16:43:36 +01:00
Dain Nilsson
79de2dd2e1
Merge PR #53. 2022-03-03 14:24:58 +01:00
Dain Nilsson
42a7a467b3
Change text "Unpin account" 2022-03-03 14:23:51 +01:00
Dain Nilsson
e77163dac2
Use "pinned" instead of "favorite". 2022-03-03 13:55:07 +01:00
Dain Nilsson
df689945a4
Visual tweaks to OATH popup.
- Smaller text, less padding.
- Fix popup position.
2022-03-03 11:20:47 +01:00
Dain Nilsson
06ec0b3887
Add right-click meny to accounts.
This also moves common Account view related code into a reusable Mixin
class.
2022-03-03 10:01:36 +01:00
Dain Nilsson
3931ae86fb
Fix rename credential.
* Update credential in dialog.
* Only show rename button for >= 5.3.
* Don't throw exception in Code lookup for renamed credential.
2022-03-02 15:34:23 +01:00
Dain Nilsson
af27c5ef0f
Better handling of window resizing. 2022-03-02 11:08:07 +01:00
Dain Nilsson
5e9cd7d0d4
Blur background and set max width. 2022-03-02 10:47:00 +01:00
Dain Nilsson
d751c1a345
Make OATH accounts selectable. 2022-03-02 08:23:29 +01:00
Dain Nilsson
4f72e05844
Fix idle state. 2022-02-25 13:29:58 +01:00
Dain Nilsson
bdb86524b2
Merge PR #52. 2022-02-25 10:37:24 +01:00
Dain Nilsson
12eb2a6b6c
Fix incorrect "idle" state on startup. 2022-02-25 10:35:01 +01:00
Dain Nilsson
e1eed632b9
Update README and add verison number in about. 2022-02-24 15:32:49 +01:00
Dain Nilsson
e721d8fe74
Merge PR #51. 2022-02-24 15:32:20 +01:00
Dain Nilsson
e1f5879f42
Add placeholders for additional sub pages. 2022-02-24 15:19:57 +01:00
Dain Nilsson
a92dd12818
Fade out too long account names. 2022-02-24 15:19:18 +01:00
Dain Nilsson
14fc58a52d
Merge PR #50. 2022-02-24 14:50:48 +01:00
Dain Nilsson
4efc8d969e
Don't apply window size on Linux. 2022-02-24 14:35:26 +01:00
Dain Nilsson
298157114e
Store window size in shared preferences. 2022-02-24 14:20:25 +01:00
Dain Nilsson
341dd56064
Merge PR #49. 2022-02-24 14:18:08 +01:00
Dain Nilsson
ee48fa5c23
Lookup ScaffoldMessenger before await. 2022-02-24 12:49:28 +01:00
Dain Nilsson
49b7041b3f
Improve OATH activation via click for HOTP. 2022-02-24 11:34:39 +01:00