Dain Nilsson
1af7414ccf
Fix right-click handling.
2023-05-29 16:49:56 +02:00
Adam Velebil
b37cc66b5c
handle font size in RichText widgets
2023-05-24 09:57:12 +02:00
Dain Nilsson
3188dbe668
Merge branch 'deps/flutter-3.10.1' into merge-flutter-3.10
2023-05-23 14:21:31 +02:00
Dain Nilsson
920195ee08
Introduce switch expressions.
2023-05-22 11:52:49 +02:00
Dain Nilsson
0e3d315a50
Replace Pair with records.
2023-05-22 11:20:30 +02:00
Adam Velebil
0282671b28
catch exceptions from copyPath
2023-04-24 09:15:20 +02:00
Evan Anderson
13d0ccc756
icons: Avoid use of rename when installing icon pack
...
rename does not work across filesystems. /tmp is often in
a tmpfs filesystem, and thus installing the icon pack fails.
Solve this by using a copy/delete pattern instead of rename
Fixes https://github.com/Yubico/yubioath-flutter/issues/1051
2023-04-19 13:23:01 -05:00
Adam Velebil
dfa068619d
Use new URL for Custom Account Icons' Learn more
2023-04-04 09:08:47 +02:00
Dennis Fokin
b100914735
Merge PR #998
2023-03-15 13:14:16 +01:00
Dennis Fokin
6675d0f836
Clean up a11yCredentialLabel function
2023-03-15 10:48:43 +01:00
Adam Velebil
55f2e6ed1a
add explaining comment for Android condition
2023-03-14 17:12:20 +01:00
Adam Velebil
c0772dc9eb
add auto fill hints to secret input fields
2023-03-14 15:24:41 +01:00
Dennis Fokin
5ca2939bcc
a11y: read issuer, name and code when using VO
2023-03-08 16:29:45 +01:00
Dain Nilsson
69146be242
Merge PR #985 .
2023-03-06 10:43:12 +01:00
Adam Velebil
7261d2de63
fix Add account
when cam permission not granted
2023-03-03 17:17:29 +01:00
Dain Nilsson
9d008bb0a6
Use TargetPlatform for isDesktop/isAndroid.
2023-03-03 16:30:54 +01:00
Dain Nilsson
863d299805
Externalize enum display names.
2023-03-02 14:49:02 +01:00
Dain Nilsson
b33dca3900
Change prefixes and add check_strings.py
2023-03-02 12:45:55 +01:00
Dain Nilsson
ee2b3e5e34
String fixes.
2023-03-02 09:34:01 +01:00
Dain Nilsson
c42a03c9e2
USe parameterized strings for "foo: bar".
2023-03-01 10:30:32 +01:00
Dain Nilsson
a8c7038bac
Restructure strings for icons.
2023-03-01 09:34:13 +01:00
Dain Nilsson
be4dc4d7c3
Re-use AppLocalizations instance.
2023-03-01 08:36:58 +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
Adam Velebil
1771fc683a
updated year in license headers
2023-02-28 15:25:27 +01:00
Adam Velebil
b63b8f0a2e
revert non-changes
2023-02-28 15:21:22 +01:00
Dain Nilsson
821cdfb118
Update custom icons doc and link.
2023-02-28 15:07:37 +01:00
Adam Velebil
8978298f01
Merge branch 'main' into feature/issuer_icons
2023-02-28 13:39:05 +01:00
Adam Velebil
2f2fca78ff
content validation
2023-02-28 12:09:02 +01:00
Adam Velebil
a4cc159f60
hash icon pack file names
2023-02-27 17:02:30 +01:00
Dain Nilsson
4f0fe0a723
Merge PR #970 .
2023-02-27 12:54:58 +01:00
Dain Nilsson
4375f84a52
Avoid calling calculate on deleted/renamed credential from dialog.
2023-02-27 12:01:15 +01:00
Dain Nilsson
274989c22b
OATH cleanups.
2023-02-24 14:19:34 +01:00
Adam Velebil
53b3ba134a
prevent Icon Pack Dialog closing on YK change
2023-02-24 10:59:12 +01:00
Adam Velebil
89409b14b8
support png and jpg formats
2023-02-24 09:54:21 +01:00
Adam Velebil
9abe253a99
change max icon pack size to 5MB
2023-02-24 09:44:53 +01:00
Adam Velebil
d735a03dd5
move space character from resources to code
2023-02-23 16:59:42 +01:00
Adam Velebil
9b39b5c391
use join
2023-02-23 16:38:03 +01:00
Adam Velebil
0469561f26
show Icon Pack import progress
2023-02-23 10:46:33 +01:00
Adam Velebil
1982daa18a
add Learn more content
2023-02-22 16:35:18 +01:00
Adam Velebil
4659cbaa8a
use simpler cache names
2023-02-22 16:21:46 +01:00
Adam Velebil
5bffce7451
fix tap gesture recognizer
2023-02-22 15:47:44 +01:00
Adam Velebil
dfe8b23e58
fix icon dialog style/theming
2023-02-22 15:36:44 +01:00
Adam Velebil
2f71b8e72b
add localization support
2023-02-22 15:23:57 +01:00
Adam Velebil
767c9dde16
update UI for remove icon pack
2023-02-22 14:23:16 +01:00
Adam Velebil
54f816403b
open dialog from OATH menu
2023-02-22 11:42:44 +01:00
Adam Velebil
bfd0f91c14
learn more updates
2023-02-22 11:27:05 +01:00
Adam Velebil
68411efbd8
dialog styling
2023-02-22 10:19:50 +01:00
Adam Velebil
3fde9681d3
replace settings with dialog
2023-02-21 17:52:56 +01:00
Adam Velebil
3dc620855e
use application support and system temp directory
2023-02-21 16:55:49 +01:00