Просмотр исходного кода

Prepared to publish in flipper app catalog

Sandro Kalatozishvili 2 лет назад
Родитель
Сommit
ee32e15811

+ 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

BIN
screens/horizontal/screen1.png


BIN
screens/horizontal/screen2.png


BIN
screens/horizontal/screen3.png


BIN
screens/horizontal/screen4.png


BIN
screens/horizontal/screen5.png


BIN
screens/horizontal/screen7.png


BIN
screens/horizontal/screen8.png