dunaevai135 2 лет назад
Родитель
Сommit
22472f9674
6 измененных файлов с 6 добавлено и 5 удалено
  1. 0 1
      README.md
  2. 6 4
      application.fam
  3. BIN
      img/1.png
  4. BIN
      img/2.png
  5. BIN
      img/3.png
  6. BIN
      img/4.png

+ 0 - 1
README.md

@@ -7,5 +7,4 @@ Read any file line by line, and by Ok allow change char. Useful for NFC file "Ed
 # NB
 * interface under construction
 * not tested on UTF-8
-* not inspected on memory leaks
 

+ 6 - 4
application.fam

@@ -1,16 +1,18 @@
 App(
     appid="hex_editor",
-    name="Hex Editor",
+    name="HEX Editor",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="hex_editor_app",
-    cdefines=["APP_HEX_EDITOR"],
     requires=[
         "gui",
         "dialogs",
     ],
     stack_size=2 * 1024,
-    order=20,
     fap_icon="icons/edit_10px.png",
-    fap_category="Misc",
+    fap_category="Tools",
     fap_icon_assets="icons",
+    fap_author="@dunaevai135",
+    fap_weburl="https://github.com/dunaevai135/flipper-zero-hex_editor",
+    fap_version="1.3",
+    fap_description="Read text files line by line and edit them without a computer or smartphone.",
 )