瀏覽代碼

Prepared to publish in flipper app catalog

Sandro Kalatozishvili 2 年之前
父節點
當前提交
ee32e15811
共有 10 個文件被更改,包括 19 次插入4 次删除
  1. 2 2
      README.md
  2. 2 2
      application.fam
  3. 15 0
      docs/changelog.md
  4. 二進制
      screens/horizontal/screen1.png
  5. 二進制
      screens/horizontal/screen2.png
  6. 二進制
      screens/horizontal/screen3.png
  7. 二進制
      screens/horizontal/screen4.png
  8. 二進制
      screens/horizontal/screen5.png
  9. 二進制
      screens/horizontal/screen7.png
  10. 二進制
      screens/horizontal/screen8.png

+ 2 - 2
README.md

@@ -1,8 +1,8 @@
 # flipper-xremote
 Advanced IR Remote App for Flipper Device 
 
-## Idea
-With the current infrared application, users must navigate through the menu to locate each button individually. This requires scrolling to the desired button and selecting it, which can be uncomfortable. The idea behind `XRemote` is that all physical buttons are pre-mapped to specific category buttons, and pressing a physical button directly sends an infrared signal. This allows the flipper device to be used as a remote rather than as a tool that has a remote.
+## About
+Navigation to the menu to press each button individually can be often uncomfortable because it requires scrolling to the desired button and selecting it. The idea behind `XRemote` is that all physical buttons are pre-mapped to specific category buttons, and a physical button directly sends an infrared signal. This allows the flipper device to be used as a remote rather than as a tool that has a remote.
 
 `XRemote` also introduces a more user-friendly learning approach. Instead of having to manually name each button on the flipper when cloning a remote, the learning tool informs you upfront which buttons it will record. All you need to do is press the corresponding button on your existing remote, eliminating the need to name them individually.
 

+ 2 - 2
application.fam

@@ -1,5 +1,5 @@
 App(
-    appid="xremote",
+    appid="flipper_xremote",
     name="XRemote",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="xremote_main",
@@ -13,5 +13,5 @@ App(
     fap_icon="assets/App_Icon_10x10.png",
     fap_author="@kala13x",
     fap_weburl="https://github.com/kala13x/flipper-xremote",
-    fap_description="Advanced infrared remote control",
+    fap_description="Advanced infrared remote application",
 )

+ 15 - 0
docs/changelog.md

@@ -0,0 +1,15 @@
+## v1.0
+
+First stable release
+- Adjusted layout of remote apps
+- Added learn mode support
+- Added signal analyzer app
+- Refactored the codebase
+
+## v0.9
+
+First beta release
+- Stable saved remote control apps
+- Flipper standard .ir file support
+- Horizontal/Vertical view support for all apps
+- Settings variable item list and functionality

二進制
screens/horizontal/screen1.png


二進制
screens/horizontal/screen2.png


二進制
screens/horizontal/screen3.png


二進制
screens/horizontal/screen4.png


二進制
screens/horizontal/screen5.png


二進制
screens/horizontal/screen7.png


二進制
screens/horizontal/screen8.png