[FL-2937] Remove resources from API to prevent frequent API version increase (#1935)
* Remove all icons from API * Music player: icons * Signal generator: icons * Bt hid: icons * Weather station: icons * Picopass: icons * File browser test: icons * Example images: documentation * Remove global assets header * Fix picopass Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -17,4 +17,5 @@ App(
|
||||
name="loclass",
|
||||
),
|
||||
],
|
||||
fap_icon_assets="icons",
|
||||
)
|
||||
|
BIN
applications/plugins/picopass/icons/DolphinMafia_115x62.png
Normal file
BIN
applications/plugins/picopass/icons/DolphinMafia_115x62.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
applications/plugins/picopass/icons/DolphinNice_96x59.png
Normal file
BIN
applications/plugins/picopass/icons/DolphinNice_96x59.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
applications/plugins/picopass/icons/Nfc_10px.png
Normal file
BIN
applications/plugins/picopass/icons/Nfc_10px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 304 B |
BIN
applications/plugins/picopass/icons/RFIDDolphinReceive_97x61.png
Normal file
BIN
applications/plugins/picopass/icons/RFIDDolphinReceive_97x61.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
applications/plugins/picopass/icons/RFIDDolphinSend_97x61.png
Normal file
BIN
applications/plugins/picopass/icons/RFIDDolphinSend_97x61.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <toolbox/path.h>
|
||||
#include <flipper_format/flipper_format.h>
|
||||
#include <picopass_icons.h>
|
||||
|
||||
#define TAG "PicopassDevice"
|
||||
|
||||
|
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <storage/storage.h>
|
||||
#include <lib/toolbox/path.h>
|
||||
#include <picopass_icons.h>
|
||||
|
||||
#define PICOPASS_TEXT_STORE_SIZE 128
|
||||
|
||||
|
Reference in New Issue
Block a user