mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
Enable fap support on Archive app
This commit is contained in:
parent
a71d05a114
commit
82e1e8af6a
6 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@ typedef enum {
|
|||
ArchiveFileTypeInfrared,
|
||||
ArchiveFileTypeBadUsb,
|
||||
ArchiveFileTypeU2f,
|
||||
ArchiveFileTypeApps,
|
||||
ArchiveFileTypeUpdateManifest,
|
||||
ArchiveFileTypeFolder,
|
||||
ArchiveFileTypeUnknown,
|
||||
|
|
|
@ -19,6 +19,7 @@ static const char* flipper_app_name[] = {
|
|||
[ArchiveFileTypeInfrared] = "Infrared",
|
||||
[ArchiveFileTypeBadUsb] = "Bad USB",
|
||||
[ArchiveFileTypeU2f] = "U2F",
|
||||
[ArchiveFileTypeApps] = "Applications",
|
||||
[ArchiveFileTypeUpdateManifest] = "UpdaterApp",
|
||||
};
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ static const char* ArchiveTabNames[] = {
|
|||
[ArchiveTabInfrared] = "Infrared",
|
||||
[ArchiveTabBadUsb] = "Bad USB",
|
||||
[ArchiveTabU2f] = "U2F",
|
||||
[ArchiveTabApps] = "Applications",
|
||||
[ArchiveTabBrowser] = "Browser",
|
||||
};
|
||||
|
||||
|
@ -27,6 +28,7 @@ static const Icon* ArchiveItemIcons[] = {
|
|||
[ArchiveFileTypeInfrared] = &I_ir_10px,
|
||||
[ArchiveFileTypeBadUsb] = &I_badusb_10px,
|
||||
[ArchiveFileTypeU2f] = &I_u2f_10px,
|
||||
[ArchiveFileTypeApps] = &I_Apps_10px,
|
||||
[ArchiveFileTypeUpdateManifest] = &I_update_10px,
|
||||
[ArchiveFileTypeFolder] = &I_dir_10px,
|
||||
[ArchiveFileTypeUnknown] = &I_unknown_10px,
|
||||
|
|
|
@ -27,6 +27,7 @@ typedef enum {
|
|||
ArchiveTabIButton,
|
||||
ArchiveTabBadUsb,
|
||||
ArchiveTabU2f,
|
||||
ArchiveTabApps,
|
||||
ArchiveTabBrowser,
|
||||
ArchiveTabTotal,
|
||||
} ArchiveTabEnum;
|
||||
|
|
BIN
assets/icons/Archive/Apps_10px.png
Normal file
BIN
assets/icons/Archive/Apps_10px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 B |
|
@ -4098,6 +4098,7 @@ Variable,+,A_iButton_14,const Icon,
|
|||
Variable,-,ITM_RxBuffer,volatile int32_t,
|
||||
Variable,+,I_125_10px,const Icon,
|
||||
Variable,+,I_ActiveConnection_50x64,const Icon,
|
||||
Variable,+,I_Apps_10px,const Icon,
|
||||
Variable,+,I_ArrowC_1_36x36,const Icon,
|
||||
Variable,+,I_ArrowDownEmpty_14x15,const Icon,
|
||||
Variable,+,I_ArrowDownFilled_14x15,const Icon,
|
||||
|
|
|
Loading…
Add table
Reference in a new issue