mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 11:28:36 -07:00
categories
This commit is contained in:
@@ -10,7 +10,7 @@ App(
|
|||||||
stack_size=1 * 1024,
|
stack_size=1 * 1024,
|
||||||
order=50,
|
order=50,
|
||||||
fap_icon="barcode_10px.png",
|
fap_icon="barcode_10px.png",
|
||||||
fap_category="Misc",
|
fap_category="Tools",
|
||||||
fap_author="@xMasterX & @msvsergey & @McAzzaMan",
|
fap_author="@xMasterX & @msvsergey & @McAzzaMan",
|
||||||
fap_version="1.0",
|
fap_version="1.0",
|
||||||
fap_description="App displays Barcode on flipper screen and allows to edit it",
|
fap_description="App displays Barcode on flipper screen and allows to edit it",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ App(
|
|||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=20,
|
order=20,
|
||||||
fap_icon="icons/hex_10px.png",
|
fap_icon="icons/hex_10px.png",
|
||||||
fap_category="Misc",
|
fap_category="Tools",
|
||||||
fap_icon_assets="icons",
|
fap_icon_assets="icons",
|
||||||
fap_author="@QtRoS",
|
fap_author="@QtRoS",
|
||||||
fap_version="1.0",
|
fap_version="1.0",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ App(
|
|||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="hid_usb_app",
|
entry_point="hid_usb_app",
|
||||||
stack_size=1 * 1024,
|
stack_size=1 * 1024,
|
||||||
fap_category="Misc",
|
fap_category="USB",
|
||||||
fap_icon="hid_usb_10px.png",
|
fap_icon="hid_usb_10px.png",
|
||||||
fap_icon_assets="assets",
|
fap_icon_assets="assets",
|
||||||
fap_icon_assets_symbol="hid",
|
fap_icon_assets_symbol="hid",
|
||||||
@@ -17,7 +17,7 @@ App(
|
|||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="hid_ble_app",
|
entry_point="hid_ble_app",
|
||||||
stack_size=1 * 1024,
|
stack_size=1 * 1024,
|
||||||
fap_category="Misc",
|
fap_category="Bluetooth",
|
||||||
fap_icon="hid_ble_10px.png",
|
fap_icon="hid_ble_10px.png",
|
||||||
fap_icon_assets="assets",
|
fap_icon_assets="assets",
|
||||||
fap_icon_assets_symbol="hid",
|
fap_icon_assets_symbol="hid",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ App(
|
|||||||
stack_size=1 * 1024,
|
stack_size=1 * 1024,
|
||||||
order=19,
|
order=19,
|
||||||
fap_icon="converter_10px.png",
|
fap_icon="converter_10px.png",
|
||||||
fap_category="Misc",
|
fap_category="Tools",
|
||||||
fap_author="@theisolinearchip",
|
fap_author="@theisolinearchip",
|
||||||
fap_version="1.0",
|
fap_version="1.0",
|
||||||
fap_description="A multi-unit converter written with an easy and expandable system for adding new units and conversion methods",
|
fap_description="A multi-unit converter written with an easy and expandable system for adding new units and conversion methods",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ App(
|
|||||||
],
|
],
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
fap_icon="icons/ibutt_10px.png",
|
fap_icon="icons/ibutt_10px.png",
|
||||||
fap_category="Tools",
|
fap_category="iButton",
|
||||||
fap_private_libs=[
|
fap_private_libs=[
|
||||||
Lib(
|
Lib(
|
||||||
name="worker",
|
name="worker",
|
||||||
@@ -37,7 +37,7 @@ App(
|
|||||||
],
|
],
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
fap_icon="icons/rfid_10px.png",
|
fap_icon="icons/rfid_10px.png",
|
||||||
fap_category="Tools",
|
fap_category="RFID 125",
|
||||||
fap_private_libs=[
|
fap_private_libs=[
|
||||||
Lib(
|
Lib(
|
||||||
name="worker",
|
name="worker",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ App(
|
|||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=20,
|
order=20,
|
||||||
fap_icon="icons/text_10px.png",
|
fap_icon="icons/text_10px.png",
|
||||||
fap_category="Misc",
|
fap_category="Tools",
|
||||||
fap_icon_assets="icons",
|
fap_icon_assets="icons",
|
||||||
fap_author="@kowalski7cc & @kyhwana",
|
fap_author="@kowalski7cc & @kyhwana",
|
||||||
fap_version="1.0",
|
fap_version="1.0",
|
||||||
|
|||||||
12
applications/external/totp/application.fam
vendored
12
applications/external/totp/application.fam
vendored
@@ -3,21 +3,13 @@ App(
|
|||||||
name="Authenticator",
|
name="Authenticator",
|
||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="totp_app",
|
entry_point="totp_app",
|
||||||
requires=[
|
requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"],
|
||||||
"gui",
|
|
||||||
"cli",
|
|
||||||
"dialogs",
|
|
||||||
"storage",
|
|
||||||
"input",
|
|
||||||
"notification",
|
|
||||||
"bt"
|
|
||||||
],
|
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=20,
|
order=20,
|
||||||
fap_author="Alexander Kopachov (@akopachov)",
|
fap_author="Alexander Kopachov (@akopachov)",
|
||||||
fap_description="Software-based TOTP authenticator for Flipper Zero device",
|
fap_description="Software-based TOTP authenticator for Flipper Zero device",
|
||||||
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",
|
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",
|
||||||
fap_category="Misc",
|
fap_category="Tools",
|
||||||
fap_icon_assets="images",
|
fap_icon_assets="images",
|
||||||
fap_icon="totp_10px.png",
|
fap_icon="totp_10px.png",
|
||||||
fap_private_libs=[
|
fap_private_libs=[
|
||||||
|
|||||||
Reference in New Issue
Block a user