Skip to content

Commit

Permalink
Prepared to publish in flipper app catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Oct 7, 2023
1 parent 3b587d9 commit ee32e15
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
App(
appid="xremote",
appid="flipper_xremote",
name="XRemote",
apptype=FlipperAppType.EXTERNAL,
entry_point="xremote_main",
Expand All @@ -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 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Binary file added screens/horizontal/screen1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/horizontal/screen2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/horizontal/screen3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/horizontal/screen4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/horizontal/screen5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/horizontal/screen7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screens/horizontal/screen8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee32e15

Please sign in to comment.