Commit Graph

17 Commits

Author SHA1 Message Date
Dain Nilsson
40809881b2
Add lint rules for relative imports and order. 2023-11-27 11:41:05 +01:00
Adam Velebil
3aaf7c712a
handle failure when decoding icon pack files 2023-08-30 14:48:49 +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
Dain Nilsson
a8c7038bac
Restructure strings for icons. 2023-03-01 09:34:13 +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
Adam Velebil
9abe253a99
change max icon pack size to 5MB 2023-02-24 09:44:53 +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
2f71b8e72b
add localization support 2023-02-22 15:23:57 +01:00
Adam Velebil
3dc620855e
use application support and system temp directory 2023-02-21 16:55:49 +01:00
Adam Velebil
0a2fd4010f
add max zip size limit and error descriptions 2023-02-21 14:16:43 +01:00
Adam Velebil
3158165a7e
don't use ArchiveFile.isFile 2023-02-21 14:15:40 +01:00
Adam Velebil
4231c40fde
make search case insensitive 2023-02-21 13:34:39 +01:00
Adam Velebil
99cf3f18cb
refactor icon pack manager 2023-02-21 13:25:59 +01:00
Adam Velebil
57ad15f491
refactor feature 2023-02-21 11:40:38 +01:00