741329a743
* Added a text input that only accepts full numbers (int) * Added to Gui sdk_headers and api_symbols in f7 and f18 * Fixed _Bool declarations in symbols csv * renamed int_input to number_input * Changed name & added example fap * Added a text input that only accepts full numbers (int) * Added to Gui sdk_headers and api_symbols in f7 and f18 * Changed name & added example fap * update for clearing views * GUI: Fix array out of bounds in menu exit (#3604) * GUI: Fix array out of bounds in menu exit * Gui: fix incorrect empty menu handling * Gui: add missing item check in menu ok handling * Gui: remove dead code from menu module * nfc app: add legacy keys for plantain cards (#3602) * refactoring test app, part 1 * Refactor test app, part 2 * Minor updates while travelling * Switched from const char to FuriString. Using Temp module copy for development to spare compile time * Option to limit number output with min and max values * Preparations for option to change number sign from + to - * Preparations for option to change number sign from + to - * Preparing for testing * counter automatic API version change * added trailing comma in application.fam ... because the lint check wants it¿ * removed unused callback NumberChangedCallback * change uint8_t to size_t in number_input_backspace_cb * Removal of unused view_stack in demo app * copied module to app folder for faster development (remove later) * Replaced all uint8_t with size_t... removed unused logic for selected_row < 0 * Optimize use of canvas_set_color * Remove alloc/free of furistring that actually is a pointer * Dynamic Header text with min/max in Example * Removed the need of useSign in Model * Number_input Removed sign from model, started transfer from text to int32_t * number_input FuriString in input_show_number * number_input FuriString in input_show_number * limiting inputs for min/max values * limiting inputs for min/max values * number_input change save button on invalid numbers * input_number update demo app to allow change of min/max * number input fine tuning * number_input, Remove temp development folder * number_input, fbt format * Bump CSV Files * Clear input if value is zero * number_input: handle null on header text * number_input: change keyboard values to char * number input: Remove static on char for header text, change numbers to INT32_MIN/INT32_MAX * number_input: removal of dead code * number_input: fix for crash if number_input not opened before free * number_input: added icon for example app * number_input: Replaced view for show_number with DialogEx * Number_input: FBT Format * number_input: bump csv versions * number_input: allow negative input if max_value is 0 * Number_input: linting / format * Removed dead code, fbt format * Examples: cleanup number input code * Examples: moar code cleanup in number input, simplify as much as possible, highlight incorrect input handling * Gui: correctly handle INT_MAX and INT_MIN * Gui: fix memory leak in number input module Co-authored-by: David Lee <david.lee@arcmedia.ch> Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com> Co-authored-by: WillyJL <49810075+Willy-JL@users.noreply.github.com> Co-authored-by: gornekich <n.gorbadey@gmail.com> |
||
---|---|---|
.. | ||
debug | ||
drivers | ||
examples | ||
main | ||
services | ||
settings | ||
system | ||
ReadMe.md |
Structure
debug
Applications for factory testing the Flipper.
accessor
- Wiegand serverbattery_test_app
- Battery debug appblink_test
- LED blinkerbt_debug_app
- BT test app. Requires full BT stack installeddisplay_test
- Various display tests & tweaksfile_browser_test
- Test UI for file pickerkeypad_test
- Keypad testlfrfid_debug
- LF RFID debug tooltext_box_test
- UI testsuart_echo
- UART mode testunit_tests
- Unit testsusb_mouse
- USB HID testusb_test
- Other USB testsvibro_test
- Vibro test
main
Applications for main Flipper menu.
archive
- Archive and file managerbad_usb
- Bad USB applicationgpio
- GPIO application: includes USART bridge and GPIO controlibutton
- iButton application, onewire keys and moreinfrared
- Infrared application, controls your IR deviceslfrfid
- LF RFID applicationnfc
- NFC application, HF rfid, EMV and etcsubghz
- SubGhz application, 433 fobs and etcu2f
- U2F Application
services
Background services providing system APIs to applications.
-
applications.h
- Firmware application list header -
bt
- BLE service and application -
cli
- Console service and API -
crypto
- Crypto cli tools -
desktop
- Desktop service -
dialogs
- Dialogs service: GUI Dialogs for your app -
dolphin
- Dolphin service and supplementary apps -
gui
- GUI service and API -
input
- Input service -
loader
- Application loader service -
notification
- Notification service -
power
- Power service -
rpc
- RPC service and API -
storage
- Storage service, internal + sdcard
settings
Small applications providing configuration for basic firmware and its services.
about
- Small About application that shows flipper infobt_settings_app
- Bluetooth optionsdesktop_settings
- Desktop configurationdolphin_passport
- Dolphin passport appnotification_settings
- LCD brightness, sound volume, etc configurationpower_settings_app
- Basic power optionsstorage_settings
- Storage settings appsystem
- System settings
system
Utility apps not visible in other menus, plus few external apps pre-packaged with the firmware.
hid_app
- BLE & USB HID remotejs_app
- JS engine runnersnake_game
- Snake gamestorage_move_to_sd
- Data migration tool for internal storageupdater
- Update service & application