MX 2 лет назад
Родитель
Сommit
e1326198ec
35 измененных файлов с 33 добавлено и 33 удалено
  1. 1 1
      apps_source_code/brainfuck/application.fam
  2. 1 1
      apps_source_code/caesarcipher/application.fam
  3. 1 1
      apps_source_code/calculator/application.fam
  4. 1 1
      apps_source_code/counter/application.fam
  5. 1 1
      apps_source_code/flipp_pomodoro/application.fam
  6. 1 1
      apps_source_code/flipper-asteroids/application.fam
  7. 1 1
      apps_source_code/flipper-tictactoe-multi/application.fam
  8. 1 1
      apps_source_code/flipper_analog_clock/application.fam
  9. 1 1
      apps_source_code/flipper_geiger/application.fam
  10. 1 1
      apps_source_code/flipper_passgen/application.fam
  11. 1 1
      apps_source_code/flipper_pong/application.fam
  12. 1 1
      apps_source_code/flipperzero-text2sam/application.fam
  13. 1 1
      apps_source_code/flipperzero-yatzee-main/application.fam
  14. 1 1
      apps_source_code/fpz_cntdown_timer-main/application.fam
  15. 1 1
      apps_source_code/hex_editor/application.fam
  16. 1 1
      apps_source_code/mifare_fuzzer/application.fam
  17. 1 1
      apps_source_code/nupogodi_game/application.fam
  18. 1 1
      apps_source_code/ocarina/application.fam
  19. 1 1
      apps_source_code/paint/application.fam
  20. 1 1
      apps_source_code/pomodoro/application.fam
  21. 1 1
      apps_source_code/resistors/application.fam
  22. 1 1
      apps_source_code/videopoker/application.fam
  23. 1 1
      base_pack/dtmf_dolphin/application.fam
  24. 1 1
      base_pack/heap_defence_game/application.fam
  25. 1 1
      base_pack/minesweeper/application.fam
  26. 1 1
      base_pack/morse_code/application.fam
  27. 1 1
      base_pack/pocsag_pager/application.fam
  28. 1 1
      base_pack/protoview/application.fam
  29. 1 1
      base_pack/spectrum_analyzer/application.fam
  30. 1 1
      base_pack/swd_probe/application.fam
  31. 1 1
      base_pack/text_viewer/application.fam
  32. BIN
      base_pack/text_viewer/img/1.png
  33. BIN
      base_pack/text_viewer/img/2.png
  34. 1 1
      base_pack/uart_terminal/application.fam
  35. 1 1
      base_pack/wav_player/application.fam

+ 1 - 1
apps_source_code/brainfuck/application.fam

@@ -13,6 +13,6 @@ App(
     fap_icon_assets="icons",
     fap_author="@nymda",
     fap_weburl="https://github.com/nymda/FlipperZeroBrainfuck",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Brainfuck language interpreter",
 )

+ 1 - 1
apps_source_code/caesarcipher/application.fam

@@ -13,6 +13,6 @@ App(
     order=20,
     fap_author="@panki27",
     fap_weburl="https://github.com/panki27/caesar-cipher",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Encrypt and decrypt text using Caesar Cipher",
 )

+ 1 - 1
apps_source_code/calculator/application.fam

@@ -11,6 +11,6 @@ App(
     fap_category="Tools",
     fap_author="@n-o-T-I-n-s-a-n-e",
     fap_weburl="https://github.com/n-o-T-I-n-s-a-n-e",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Calculator, that can calculate simple expressions",
 )

+ 1 - 1
apps_source_code/counter/application.fam

@@ -11,6 +11,6 @@ App(
     fap_icon_assets="icons",
     fap_author="@Krulknul",
     fap_weburl="https://github.com/Krulknul/dolphin-counter",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Simple counter",
 )

+ 1 - 1
apps_source_code/flipp_pomodoro/application.fam

@@ -10,6 +10,6 @@ App(
     fap_icon="flipp_pomodoro_10.png",
     fap_author="@Th3Un1q3",
     fap_weburl="https://github.com/Th3Un1q3/flipp_pomodoro",
-    fap_version="1.2",
+    fap_version="1.3",
     fap_description="Boost Your Productivity with the Pomodoro Timer",
 )

+ 1 - 1
apps_source_code/flipper-asteroids/application.fam

@@ -12,6 +12,6 @@ App(
     fap_category="Games",
     fap_author="@antirez & @SimplyMinimal",
     fap_weburl="https://github.com/antirez/flipper-asteroids",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Asteroids game",
 )

+ 1 - 1
apps_source_code/flipper-tictactoe-multi/application.fam

@@ -11,6 +11,6 @@ App(
     fap_icon_assets="assets",
     fap_author="@RouNNdeL",
     fap_weburl="https://github.com/RouNNdeL/flipper-tictactoe-multi",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Multiplayer Tic-Tac-Toe game",
 )

+ 1 - 1
apps_source_code/flipper_analog_clock/application.fam

@@ -12,6 +12,6 @@ App(
     fap_icon="analog_clock.png",  # 10x10 1-bit PNG
     fap_author="@scrolltex",
     fap_weburl="https://github.com/scrolltex/flipper_analog_clock",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Shows analog clock on Flipper screen",
 )

+ 1 - 1
apps_source_code/flipper_geiger/application.fam

@@ -12,6 +12,6 @@ App(
     fap_category="GPIO",
     fap_author="@nmrr",
     fap_weburl="https://github.com/nmrr/flipperzero-geigercounter",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Works with J305 Geiger tube on external board",
 )

+ 1 - 1
apps_source_code/flipper_passgen/application.fam

@@ -10,6 +10,6 @@ App(
     fap_icon="icons/passgen_icon.png",
     fap_icon_assets="icons",
     fap_author="@anakod & @henrygab",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Simple password generator",
 )

+ 1 - 1
apps_source_code/flipper_pong/application.fam

@@ -12,6 +12,6 @@ App(
     fap_category="Games",
     fap_author="@nmrr & @SimplyMinimal",
     fap_weburl="https://github.com/nmrr/flipperzero-pong",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Simple pong game",
 )

+ 1 - 1
apps_source_code/flipperzero-text2sam/application.fam

@@ -16,6 +16,6 @@ App(
     order=20,
     fap_author="@Round-Pi & (Fixes by @Willy-JL)",
     fap_weburl="https://github.com/Round-Pi/flipperzero-text2sam",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Convert text to speech on your Flipper Zero with SAM (Software Automatic Mouth).",
 )

+ 1 - 1
apps_source_code/flipperzero-yatzee-main/application.fam

@@ -11,6 +11,6 @@ App(
     fap_icon_assets="images",
     fap_author="@emfleak",
     fap_weburl="https://github.com/emfleak/flipperzero-yatzee",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Yahtzee game",
 )

+ 1 - 1
apps_source_code/fpz_cntdown_timer-main/application.fam

@@ -15,6 +15,6 @@ App(
     fap_category="Tools",
     fap_author="@0w0mewo",
     fap_weburl="https://github.com/0w0mewo/fpz_cntdown_timer",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Simple count down timer",
 )

+ 1 - 1
apps_source_code/hex_editor/application.fam

@@ -15,6 +15,6 @@ App(
     fap_icon_assets="icons",
     fap_author="@dunaevai135",
     fap_weburl="https://github.com/dunaevai135/flipper-zero-hex_editor",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Read text files line by line and edit them without a computer or smartphone.",
 )

+ 1 - 1
apps_source_code/mifare_fuzzer/application.fam

@@ -14,6 +14,6 @@ App(
     fap_icon_assets="images",
     fap_author="@spheeere98",
     fap_weburl="https://github.com/spheeere98/mifare_fuzzer",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="App emulates Mifare Classic cards with various UIDs to check how reader reacts on them",
 )

+ 1 - 1
apps_source_code/nupogodi_game/application.fam

@@ -13,6 +13,6 @@ App(
     fap_icon_assets="icons",
     fap_author="@sionyx",
     fap_weburl="https://github.com/sionyx/flipper_nupogodi",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Elektronika IM-02 - Nu, Pogodi! / (Game & Watch - Egg) - Soviet retro game",
 )

+ 1 - 1
apps_source_code/ocarina/application.fam

@@ -12,6 +12,6 @@ App(
     fap_icon_assets="icons",
     fap_author="@invalidna-me",
     fap_weburl="https://github.com/invalidna-me/flipperzero-ocarina",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="A basic Ocarina (of Time), Controls are the same as the N64 version of the Ocarina of Time",
 )

+ 1 - 1
apps_source_code/paint/application.fam

@@ -11,6 +11,6 @@ App(
     fap_category="Games",
     fap_author="@n-o-T-I-n-s-a-n-e",
     fap_weburl="https://github.com/n-o-T-I-n-s-a-n-e",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="A basic Paint app, Click Ok to draw dot, hold Ok to enable drawing continuously, hold Back to clear the screen",
 )

+ 1 - 1
apps_source_code/pomodoro/application.fam

@@ -14,6 +14,6 @@ App(
     fap_icon_assets="icons",
     fap_author="@sbrin",
     fap_weburl="https://github.com/sbrin/flipperzero_pomodoro",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Use your Flipper Zero as a Pomodoro Timer.",
 )

+ 1 - 1
apps_source_code/resistors/application.fam

@@ -8,7 +8,7 @@ App(
     stack_size=2 * 1024,
     fap_category="Tools",
     # Optional values
-    fap_version=(1, 1),
+    fap_version=(1, 2),
     fap_icon="resistors.png",
     fap_description="Resistor calculations",
     fap_author="Lewis Westbury",

+ 1 - 1
apps_source_code/videopoker/application.fam

@@ -11,6 +11,6 @@ App(
     fap_category="Games",
     fap_author="@PixlEmly",
     fap_weburl="https://github.com/PixlEmly",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Video poker is a casino game based on five-card draw poker",
 )

+ 1 - 1
base_pack/dtmf_dolphin/application.fam

@@ -13,6 +13,6 @@ App(
     order=20,
     fap_category="Tools",
     fap_author="@litui & @xMasterX",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="DTMF (Dual-Tone Multi-Frequency) dialer, Bluebox, and Redbox.",
 )

+ 1 - 1
base_pack/heap_defence_game/application.fam

@@ -9,6 +9,6 @@ App(
     fap_icon="box.png",
     fap_icon_assets="assets_images",
     fap_author="@xMasterX (original implementation by @wquinoa & @Vedmein)",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Heap Defence game from hackathon (aka Stack Attack)",
 )

+ 1 - 1
base_pack/minesweeper/application.fam

@@ -9,6 +9,6 @@ App(
     fap_icon="minesweeper_icon.png",
     order=35,
     fap_author="@panki27 & @xMasterX",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Minesweeper Game",
 )

+ 1 - 1
base_pack/morse_code/application.fam

@@ -11,6 +11,6 @@ App(
     fap_icon="morse_code_10px.png",
     fap_category="Media",
     fap_author="@wh00hw & @xMasterX",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Simple Morse Code parser",
 )

+ 1 - 1
base_pack/pocsag_pager/application.fam

@@ -10,6 +10,6 @@ App(
     fap_category="Sub-GHz",
     fap_icon_assets="images",
     fap_author="@xMasterX & @Shmuma",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="App can capture POCSAG 1200 messages on CC1101 supported frequencies.",
 )

+ 1 - 1
base_pack/protoview/application.fam

@@ -9,6 +9,6 @@ App(
     fap_icon="appicon.png",
     fap_category="Sub-GHz",
     fap_author="@antirez & (fixes by @xMasterX)",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Digital signal detection, visualization, editing and reply tool",
 )

+ 1 - 1
base_pack/spectrum_analyzer/application.fam

@@ -9,6 +9,6 @@ App(
     fap_icon="spectrum_10px.png",
     fap_category="Sub-GHz",
     fap_author="@xMasterX & @theY4Kman & @ALEEF02 (original by @jolcese)",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Displays a spectrogram chart to visually represent RF signals around you.",
 )

+ 1 - 1
base_pack/swd_probe/application.fam

@@ -10,6 +10,6 @@ App(
     fap_category="GPIO",
     fap_icon_assets="icons",
     fap_author="@g3gg0 & (fixes by @xMasterX)",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="ARM SWD (Single Wire Debug) Probe",
 )

+ 1 - 1
base_pack/text_viewer/application.fam

@@ -13,6 +13,6 @@ App(
     fap_category="Tools",
     fap_icon_assets="icons",
     fap_author="@Willy-JL",  # Original by @kowalski7cc & @kyhwana, new has code borrowed from archive > show
-    fap_version="1.0",
+    fap_version="1.5",
     fap_description="Text viewer application",
 )

BIN
base_pack/text_viewer/img/1.png


BIN
base_pack/text_viewer/img/2.png


+ 1 - 1
base_pack/uart_terminal/application.fam

@@ -10,6 +10,6 @@ App(
     fap_category="GPIO",
     fap_icon_assets="assets",
     fap_author="@cool4uma & (some fixes by @xMasterX)",
-    fap_version="1.1",
+    fap_version="1.2",
     fap_description="Control various devices via the Flipper Zero UART interface.",
 )

+ 1 - 1
base_pack/wav_player/application.fam

@@ -9,6 +9,6 @@ App(
     fap_category="Media",
     fap_icon_assets="images",
     fap_author="@DrZlo13 & (ported, fixed by @xMasterX), (improved by @LTVA1)",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_description="Audio player for WAV files, recommended to convert files to unsigned 8-bit PCM stereo, but it may work with others too",
 )