apps renamed

This commit is contained in:
RogueMaster
2022-09-19 18:13:50 -04:00
parent 238551e598
commit 438b984000
40 changed files with 43 additions and 41 deletions

View File

@@ -12,6 +12,7 @@
- Known Issues: `Chess`, `Tanks` & `Chip8` (No Controls) - Known Issues: `Chess`, `Tanks` & `Chip8` (No Controls)
- Last Synched changes from [Unleashed/xMasterX](https://github.com/Eng1n33r/flipperzero-firmware) in [changelog](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/CHANGELOG.md): `2022-09-19 20:45 GMT` - Last Synched changes from [Unleashed/xMasterX](https://github.com/Eng1n33r/flipperzero-firmware) in [changelog](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/CHANGELOG.md): `2022-09-19 20:45 GMT`
- To avoid Application errors and duplicates, delete /ext/apps before doing the RM firmware update - To avoid Application errors and duplicates, delete /ext/apps before doing the RM firmware update
- Archive: FAPs are now launchable from Archive [By RogueMaster], thanks @xMasterX for the suggestion
<details> <details>
<summary><B>TO DO</b></summary><br/> <summary><B>TO DO</b></summary><br/>
@@ -86,6 +87,7 @@ $ ./fbt plugin_dist FIRMWARE_APP_SET=ext_apps
- Animations: Idle animations will show all animations regardless of level and butthurt [Thanks to qqMajiKpp] - Animations: Idle animations will show all animations regardless of level and butthurt [Thanks to qqMajiKpp]
- Animations: RM FW Update image [(Thanks to E_Surge)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/257) - Animations: RM FW Update image [(Thanks to E_Surge)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/257)
- Animations: SubGHZ Scanning image with Pikachu [Thanks to Panzer00Z](https://github.com/Panzer00Z/flipperzero-firmware/blob/3a548ea9bb181c9348d8afb427890c411456134e/assets/icons/SubGhz/Scanning_123x52.png) - Animations: SubGHZ Scanning image with Pikachu [Thanks to Panzer00Z](https://github.com/Panzer00Z/flipperzero-firmware/blob/3a548ea9bb181c9348d8afb427890c411456134e/assets/icons/SubGhz/Scanning_123x52.png)
- Archive: FAPs are now launchable from Archive [By RogueMaster], thanks xMasterX for the suggestion
- Assets: Includes a NFC Level 50 Gan0n Amiibo - Assets: Includes a NFC Level 50 Gan0n Amiibo
- Assets: Includes a NFC Rick Roll link - Assets: Includes a NFC Rick Roll link
- Assets: Includes New Dolphin Animations: [Rick Roll, Matrix & Swim animations (By qqMajiKpp)], [Rukamon 2x and Agumon animations (By Syrius)], [Mew (By Arkaivos)], [Eye of the Flipper (By Kuronons)], [Shodan (By qqMajiKpp)], [Sirene & The Witch (By Haseo)], [Dino & A New Hope (By Haseo)], [Earth Arcadia (By Kuronons)], [Kuronons Black Flags Collection (21 Animations)(By Kuronons)], [D.Va (By Haseo)], [GITS (By Haseo)], [Slayers (By qqMajiKpp)], [P0liwhirl (By Panzer00Z)], [RogueMaster CFW Animation (By Kuronons)], [Nyan Cat (By Haseo)], [L (By Kuronons)], [Laughing Man (By Kuronons)], [B0ws3r (By Haseo)], [Kuronons Black Flags Collection VOL 2 (9 Animations)(By Kuronons)], [Thanks for all the fish (By qqMajiKpp)], [OCP, Skynet and Weyland (By Kuronons)], [Mario (By Haseo)], [Umbrella (By Haseo)], [Trioptimum (By qqMajiKpp)], [Tyrell & Cyberdyne (By Kuronons)], [Allen & Maha (By Haseo)], [Starfield (By qqMajiKpp)], [DJ (By ut1s)] & [Fireplace (By Friend of xMasterX)] - Assets: Includes New Dolphin Animations: [Rick Roll, Matrix & Swim animations (By qqMajiKpp)], [Rukamon 2x and Agumon animations (By Syrius)], [Mew (By Arkaivos)], [Eye of the Flipper (By Kuronons)], [Shodan (By qqMajiKpp)], [Sirene & The Witch (By Haseo)], [Dino & A New Hope (By Haseo)], [Earth Arcadia (By Kuronons)], [Kuronons Black Flags Collection (21 Animations)(By Kuronons)], [D.Va (By Haseo)], [GITS (By Haseo)], [Slayers (By qqMajiKpp)], [P0liwhirl (By Panzer00Z)], [RogueMaster CFW Animation (By Kuronons)], [Nyan Cat (By Haseo)], [L (By Kuronons)], [Laughing Man (By Kuronons)], [B0ws3r (By Haseo)], [Kuronons Black Flags Collection VOL 2 (9 Animations)(By Kuronons)], [Thanks for all the fish (By qqMajiKpp)], [OCP, Skynet and Weyland (By Kuronons)], [Mario (By Haseo)], [Umbrella (By Haseo)], [Trioptimum (By qqMajiKpp)], [Tyrell & Cyberdyne (By Kuronons)], [Allen & Maha (By Haseo)], [Starfield (By qqMajiKpp)], [DJ (By ut1s)] & [Fireplace (By Friend of xMasterX)]

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_Arkanoid", appid="Arkanoid",
name="Arkanoid", name="Arkanoid",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="arkanoid_game_app", entry_point="arkanoid_game_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_UPC_Generator", appid="UPC_Generator",
name="UPC-A Generator", name="UPC-A Generator",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="barcode_UPCA_generator_app", entry_point="barcode_UPCA_generator_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="bpm_tapper", appid="BPM_Tapper",
name="BPM Tapper", name="BPM Tapper",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="bpm_tapper_app", entry_point="bpm_tapper_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_BluetoothRemote", appid="BluetoothRemote",
name="Bluetooth Remote", name="Bluetooth Remote",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="bt_hid_app", entry_point="bt_hid_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Calculator", appid="Calculator",
name="Calculator", name="Calculator",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="calculator_app", entry_point="calculator_app",

View File

@@ -1,12 +1,12 @@
App( App(
appid="GAME_Chess", appid="zBroken_Chess",
name="Chess", name="Chess",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="chess_app", entry_point="chess_app",
cdefines=["APP_CHESS"], cdefines=["APP_CHESS"],
requires=["storage","gui"], requires=["storage","gui"],
stack_size= 4 * 1024, stack_size= 4 * 1024,
order=50, order=500,
fap_icon="chessIcon.png", fap_icon="chessIcon.png",
fap_category="Games", fap_category="Games",
) )

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_Dice", appid="Dice",
name="Dice", name="Dice",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="dice_app", entry_point="dice_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_DolphinBackup", appid="DolphinBackup",
name="Dolphin Backup", name="Dolphin Backup",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="storage_DolphinBackup_app", entry_point="storage_DolphinBackup_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_DolphinRestorer", appid="DolphinRestorer",
name="Dolphin Restorer", name="Dolphin Restorer",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="drestorer_app", entry_point="drestorer_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_DOOM", appid="DOOM",
name="DOOM", name="DOOM",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="doom_app", entry_point="doom_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_ESP8266_Deauth", appid="ESP8266_Deauth",
name="[ESP8266] Deauther", name="[ESP8266] Deauther",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="esp8266_deauth_app", entry_point="esp8266_deauth_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_FlappyBird", appid="FlappyBird",
name="Flappy Bird", name="Flappy Bird",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="flappy_game_app", entry_point="flappy_game_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_RFID_Fuzzer", appid="RFID_Fuzzer",
name="RFID Fuzzer", name="RFID Fuzzer",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="flipfrid_start", entry_point="flipfrid_start",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_2048", appid="2048",
name="2048", name="2048",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="game_2048_app", entry_point="game_2048_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_GameOfLife", appid="GameOfLife",
name="Game of Life", name="Game of Life",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="game_of_life_app", entry_point="game_of_life_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_MandelbrotSet", appid="MandelbrotSet",
name="Mandelbrot Set", name="Mandelbrot Set",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="mandelbrot_app", entry_point="mandelbrot_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="metronome", appid="Metronome",
name="Metronome", name="Metronome",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="metronome_app", entry_point="metronome_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_MontyHall", appid="MontyHall",
name="Monty Hall", name="Monty Hall",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="montyhall_game_app", entry_point="montyhall_game_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_MouseJiggler", appid="MouseJiggler",
name="Mouse Jiggler", name="Mouse Jiggler",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="mouse_jiggler_app", entry_point="mouse_jiggler_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Mouse_Jacker", appid="Mouse_Jacker",
name="[NRF24] Mouse Jacker", name="[NRF24] Mouse Jacker",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="mousejacker_app", entry_point="mousejacker_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Multi_Converter", appid="Multi_Converter",
name="Multi Converter", name="Multi Converter",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="multi_converter_app", entry_point="multi_converter_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Music_Player", appid="Music_Player",
name="Music Player", name="Music Player",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="music_player_app", entry_point="music_player_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_NRF_Sniff", appid="NRF_Sniff",
name="[NRF24] Sniffer", name="[NRF24] Sniffer",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="nrfsniff_app", entry_point="nrfsniff_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Paint", appid="Paint",
name="Paint", name="Paint",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="paint_app", entry_point="paint_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Picopass", appid="Picopass",
name="PicoPass Reader", name="PicoPass Reader",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="picopass_app", entry_point="picopass_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Sub_Playlist", appid="SubPlaylist",
name="Sub-GHz Playlist", name="Sub-GHz Playlist",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="playlist_app", entry_point="playlist_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_GPIO_Sentry_Safe", appid="GPIO_Sentry_Safe",
name="[GPIO] Sentry Safe", name="[GPIO] Sentry Safe",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="sentry_safe_app", entry_point="sentry_safe_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_Snake", appid="Snake",
name="Snake Game", name="Snake Game",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="snake_game_app", entry_point="snake_game_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Subbrute", appid="SubBruteforcer",
name="Sub-GHz Bruteforcer", name="Sub-GHz Bruteforcer",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="subbrute_start", entry_point="subbrute_start",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_TAMA_P1", appid="TAMA_P1",
name="TAMA P1", name="TAMA P1",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="tama_p1_app", entry_point="tama_p1_app",

View File

@@ -1,12 +1,12 @@
App( App(
appid="GAME_Tanks", appid="zBroken_Tanks",
name="Tanks", name="Tanks",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="tanks_game_app", entry_point="tanks_game_app",
cdefines=["APP_TANKS_GAME"], cdefines=["APP_TANKS_GAME"],
requires=["gui", "subghz"], requires=["gui", "subghz"],
stack_size=4 * 1024, stack_size=4 * 1024,
order=230, order=730,
fap_icon="tanksIcon.png", fap_icon="tanksIcon.png",
fap_category="Games", fap_category="Games",
) )

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_Tetris", appid="Tetris",
name="Tetris", name="Tetris",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="tetris_game_app", entry_point="tetris_game_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_TicTacToe", appid="TicTacToe",
name="Tic Tac Toe", name="Tic Tac Toe",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="tictactoe_game_app", entry_point="tictactoe_game_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_VideoPoker", appid="VideoPoker",
name="Video Poker", name="Video Poker",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="video_poker_app", entry_point="video_poker_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Wav_Player", appid="Wav_Player",
name="WAV Player", name="WAV Player",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="wav_player_app", entry_point="wav_player_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_ESP8266_Wifi_Deauther", appid="ESP8266_Wifi_Deauther",
name="[ESP8266] WiFi (Deauther)", name="[ESP8266] WiFi (Deauther)",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="wifi_deauther_app", entry_point="wifi_deauther_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_ESP32_Wifi_Marauder", appid="ESP32_Wifi_Marauder",
name="[ESP32] WiFi Marauder", name="[ESP32] WiFi Marauder",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="wifi_marauder_app", entry_point="wifi_marauder_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="APPS_Wifi_Scanner", appid="Wifi_Scanner",
name="[WiFi] Scanner", name="[WiFi] Scanner",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="wifi_scanner_app", entry_point="wifi_scanner_app",

View File

@@ -1,5 +1,5 @@
App( App(
appid="GAME_Zombiez", appid="Zombiez",
name="Zombiez", name="Zombiez",
apptype=FlipperAppType.EXTERNAL, apptype=FlipperAppType.EXTERNAL,
entry_point="zombiez_game_app", entry_point="zombiez_game_app",