MX пре 2 година
родитељ
комит
2d20739899

+ 11 - 0
apps_source_code/bluetooth-trigger/README-catalog.md

@@ -0,0 +1,11 @@
+With the BT Trigger app, you can remotely take pictures with the help of your Flipper Zero via Bluetooth Low Energy.
+
+To take a picture remotely, do as follows:
+
+1. Run the BT Trigger app and connect to your smartphone. Your Flipper Zero will be displayed as Control <device name> in Bluetooth settings.
+2. Run the Camera app on your smartphone.
+3. To take one picture, press the Right button.
+
+
+You can take multiple pictures by pressing the Ok button. You can also set the delay between shots by pressing the Up and Down buttons. The number of photos taken is displayed in the app. To reset the shot count, press the Left button.
+

+ 15 - 2
apps_source_code/bluetooth-trigger/README.md

@@ -1,2 +1,15 @@
-# flipper-zero_ios-bluetooth-trigger
-A Bluetooth trigger / intervalometer for the flipper zero
+# BT Trigger
+
+Control your smartphone camera via your Flipper Zero
+
+With the BT Trigger app, you can remotely take pictures with the help of your Flipper Zero via Bluetooth Low Energy.
+
+To take a picture remotely, do as follows:
+
+1. Run the BT Trigger app and connect to your smartphone. Your Flipper Zero will be displayed as Control <device name> in Bluetooth settings.
+2. Run the Camera app on your smartphone.
+3. To take one picture, press the Right button.
+
+
+You can take multiple pictures by pressing the Ok button. You can also set the delay between shots by pressing the Up and Down buttons. The number of photos taken is displayed in the app. To reset the shot count, press the Left button.
+

+ 2 - 2
apps_source_code/bluetooth-trigger/application.fam

@@ -11,6 +11,6 @@ App(
     fap_icon_assets="assets",
     fap_author="@Nem0oo",
     fap_weburl="https://github.com/Nem0oo/flipper-zero-bluetooth-trigger",
-    fap_version="1.0",
-    fap_description="App allows you to control your smartphone camera via flipper",
+    fap_version="1.1",
+    fap_description="Control your smartphone camera via your Flipper Zero",
 )

+ 1 - 0
apps_source_code/flipperzero-text2sam/README-catalog.md

@@ -0,0 +1 @@
+A simple app that converts your text to speech. Run the app, type your text using the keyboard, and press the "Save" button—Flipper Zero will play back the text in audible form.

+ 2 - 2
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.0",
-    fap_description="Enter text and hear it spoken by SAM (Software Automatic Mouth)",
+    fap_version="1.1",
+    fap_description="Convert text to speech on your Flipper Zero with SAM (Software Automatic Mouth).",
 )

+ 3 - 0
apps_source_code/hex_editor/README-catalog.md

@@ -0,0 +1,3 @@
+The HEX Editor app allows you to edit files directly on your Flipper Zero without connecting using your computer or smartphone. This app might be very useful for editing NFC files, similar to the Edit Dump feature.
+
+Run the app on your Flipper Zero and select the file you want to edit. The app displays the first line of the text file. To select the desired character, use the Left and Right buttons. To replace the character, press the Ok button. To navigate through lines, use the Up and Down buttons.

+ 2 - 2
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.0",
-    fap_description="Read any file line by line, and use Ok to edit char. Useful for NFC file - Edit Dump feature without PC/Phone.",
+    fap_version="1.1",
+    fap_description="Read text files line by line and edit them without a computer or smartphone.",
 )

+ 7 - 0
apps_source_code/pomodoro/README-catalog.md

@@ -0,0 +1,7 @@
+The Flipper Pomodoro app helps you to organize your work using the time management technique called Pomodoro. The method helps you to switch between work and rest in 25-minute intervals.
+
+Run the app and choose from three modes:
+
+- Classic: work for 25 minutes, have rest for 5 minutes.
+- Long: work for 50 minutes, have rest for 10 minutes.
+- Sprint: work for 10 minutes, have rest for 2 minutes.

+ 2 - 2
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.0",
-    fap_description="Simple Pomodoro Timer app for Flipper Zero",
+    fap_version="1.1",
+    fap_description="Use your Flipper Zero as a Pomodoro Timer.",
 )

+ 1 - 0
apps_source_code/t-rex-runner/README-catalog.md

@@ -0,0 +1 @@
+Your objective is to achieve the highest score possible by pressing the OK button at the precise moment. Be careful not to touch cactuses with the dinosaur, as doing so will result in losing the game.

+ 2 - 2
apps_source_code/t-rex-runner/application.fam

@@ -12,6 +12,6 @@ App(
     order=36,
     fap_author="@Rrycbarm",
     fap_weburl="https://github.com/Rrycbarm/t-rex-runner",
-    fap_version="1.0",
-    fap_description="Port of Chrome browser running T-rex game",
+    fap_version="1.1",
+    fap_description="Play the port of the Chrome browser T-Rex game on your Flipper Zero.",
 )

+ 7 - 0
main_apps_sources/game_2048/README-catalog.md

@@ -0,0 +1,7 @@
+In this classic game, your objective is to collect the highest number of points by connecting identical numbers on the playing field.
+
+You can control the game using the Up, Down, Right, and Left buttons, which allow you to move all cells on the playing field simultaneously.
+
+Whenever you merge two identical numbers, their value doubles. For instance, combining 2 and 2 results in 4.
+
+The game ends when no further moves are possible. Exiting the game will save the current state of the game board.

+ 2 - 2
main_apps_sources/game_2048/application.fam

@@ -11,6 +11,6 @@ App(
 	fap_icon="game_2048.png",
     fap_category="Games",
     fap_author="@eugene-kirzhanov",
-    fap_version="1.0",
-    fap_description="2048 Game",
+    fap_version="1.1",
+    fap_description="Play the port of the 2048 game on Flipper Zero.",
 )

+ 5 - 0
main_apps_sources/uart_terminal/README-catalog.md

@@ -0,0 +1,5 @@
+The UART Terminal application allows you to use UART (Universal Asynchronous Receiver-Transmitter) even without a computer, only with your Flipper Zero:
+
+1. On your Flipper Zero, run the UART Terminal app.
+2. Connect your Flipper Zero to a device that uses the UART  protocol for communication.
+3. Select the desired communication frequency. After that, you can start reading and writing data directly from the application.

+ 2 - 2
main_apps_sources/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.0",
-    fap_description="App to control various devices via UART interface.",
+    fap_version="1.1",
+    fap_description="Control various devices via the Flipper Zero UART interface.",
 )