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)
- 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
- Archive: FAPs are now launchable from Archive [By RogueMaster], thanks @xMasterX for the suggestion
<details>
<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: 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)
- 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 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)]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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