mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
Misc FAP Rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="badapple",
|
||||
appid="BadApple",
|
||||
name="Bad Apple",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="bad_apple_main",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="counter",
|
||||
appid="Counter",
|
||||
name="Counter",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="counterapp",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <gui/gui.h>
|
||||
#include <input/input.h>
|
||||
#include <stdlib.h>
|
||||
#include <counter_icons.h>
|
||||
#include <Counter_icons.h>
|
||||
|
||||
#define MAX_COUNT 99
|
||||
#define BOXTIME 2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="hex_viewer",
|
||||
appid="HEX_Viewer",
|
||||
name="HEX Viewer",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="hex_viewer_app",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
|
||||
#include <hex_viewer_icons.h>
|
||||
#include <HEX_Viewer_icons.h>
|
||||
#include <gui/gui.h>
|
||||
#include <gui/elements.h>
|
||||
#include <dialogs/dialogs.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="totp",
|
||||
appid="Authenticator",
|
||||
name="Authenticator",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="totp_app",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "totp_app_settings.h"
|
||||
#include <math.h>
|
||||
#include <totp_icons.h>
|
||||
#include <Authenticator_icons.h>
|
||||
#include "../../ui_controls.h"
|
||||
#include "../../scene_director.h"
|
||||
#include "../token_menu/totp_scene_token_menu.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "totp_scene_authenticate.h"
|
||||
#include <dialogs/dialogs.h>
|
||||
#include <totp_icons.h>
|
||||
#include <Authenticator_icons.h>
|
||||
#include "../../../types/common.h"
|
||||
#include "../../constants.h"
|
||||
#include "../../../services/config/config.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gui/gui.h>
|
||||
#include <notification/notification.h>
|
||||
#include <notification/notification_messages.h>
|
||||
#include <totp_icons.h>
|
||||
#include <Authenticator_icons.h>
|
||||
#include "totp_scene_generate_token.h"
|
||||
#include "../../../types/token_info.h"
|
||||
#include "../../../types/common.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "ui_controls.h"
|
||||
#include <totp_icons.h>
|
||||
#include <Authenticator_icons.h>
|
||||
#include "constants.h"
|
||||
|
||||
#define TEXT_BOX_HEIGHT 13
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="usb_hid_autofire",
|
||||
appid="USB_HID_Autofire",
|
||||
name="USB HID Autofire",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="usb_hid_autofire_app",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
App(
|
||||
# --- App Info
|
||||
appid="wii_ec_anal",
|
||||
appid="Wii_EC_Analyser",
|
||||
name="Wii EC Analyser",
|
||||
|
||||
# --- Entry point
|
||||
|
||||
Reference in New Issue
Block a user