rdefeo 1 год назад
Родитель
Сommit
d68641db49

+ 3 - 4
README.md

@@ -14,6 +14,7 @@ The app does not provide any recording functionality - you must use the existing
 * [Flexible signal organization](README.md#signal-organization) - utilizing the SDcard filesystem
 * [Flexible signal organization](README.md#signal-organization) - utilizing the SDcard filesystem
 * [Playlist support](README.md#playlists)
 * [Playlist support](README.md#playlists)
 * [Flexible naming/sorting, hidden file/folder support](README.md#sorting-and-naming)
 * [Flexible naming/sorting, hidden file/folder support](README.md#sorting-and-naming)
+* Customizable UI
 
 
 ## Screenshots
 ## Screenshots
 <table align="center">
 <table align="center">
@@ -78,10 +79,8 @@ The first two `.sub` files live in the `/ext/apps_data/quac` folder, which is wh
 ## Sorting and Naming
 ## Sorting and Naming
 The list view UI is based on the sorted file and folder order. This is enforced by sorting the actual filenames. When there are cases where you need to force a specific order, you can prepend the file and folder names with `XX_` where `X` is a digit between 0-9. This will let you place an action called `On` before `Off`, even though when sorted alphabeticaly, `Off` would come before `On`. Therefore, you would name your files `00_On.rfid` and `01_Off.rfid`. When the files and folders are rendered for display, any `XX_` prefix will be stripped. All underscores will be replaced with spaces. Extensions will be stripped. Casing is preserved. Additionally, all files and folders that begin with a `.` will be ignored when drawing the UI. However, they can still be referenced in playlists. This keeps the UI unclutterd.
 The list view UI is based on the sorted file and folder order. This is enforced by sorting the actual filenames. When there are cases where you need to force a specific order, you can prepend the file and folder names with `XX_` where `X` is a digit between 0-9. This will let you place an action called `On` before `Off`, even though when sorted alphabeticaly, `Off` would come before `On`. Therefore, you would name your files `00_On.rfid` and `01_Off.rfid`. When the files and folders are rendered for display, any `XX_` prefix will be stripped. All underscores will be replaced with spaces. Extensions will be stripped. Casing is preserved. Additionally, all files and folders that begin with a `.` will be ignored when drawing the UI. However, they can still be referenced in playlists. This keeps the UI unclutterd.
 
 
-## On deck... maybe?
-- Horizontal layout
-- Customize length of RFID playback. (Per file? hmm...)
-- Improved UI
+## On deck...
+- IR Signal support
 
 
 ## Building / Install
 ## Building / Install
 This app is currently built with `ufbt`, intended for the stock firmware. I have not tested this on other firmwares. The `.fap` file can be found in the Releases section on the right.
 This app is currently built with `ufbt`, intended for the stock firmware. I have not tested this on other firmwares. The `.fap` file can be found in the Releases section on the right.

+ 1 - 1
application.fam

@@ -8,7 +8,7 @@ App(
     stack_size=2 * 1024,
     stack_size=2 * 1024,
     fap_category="Tools",
     fap_category="Tools",
     # Optional values
     # Optional values
-    fap_version="0.3",
+    fap_version="0.4",
     fap_icon="quac.png",  # 10x10 1-bit PNG
     fap_icon="quac.png",  # 10x10 1-bit PNG
     fap_description="Quick Action remote control app",
     fap_description="Quick Action remote control app",
     fap_author="Roberto De Feo",
     fap_author="Roberto De Feo",

BIN
screenshots/screenshot_1.png


BIN
screenshots/screenshot_2.png


BIN
screenshots/screenshot_3.png


BIN
screenshots/screenshot_4.png