unleashed-firmware/applications/services/gui
David Lee 741329a743
Added a text input that only accepts full numbers (int) (#3350)
* 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>
2024-08-08 15:05:48 +09:00
..
modules Added a text input that only accepts full numbers (int) (#3350) 2024-08-08 15:05:48 +09:00
application.fam Added a text input that only accepts full numbers (int) (#3350) 2024-08-08 15:05:48 +09:00
canvas_i.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
canvas.c Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
canvas.h [FL-3729] Gui: unicode support, new canvas API (#3322) 2024-03-19 19:23:06 +04:00
elements.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
elements.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
gui_i.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
gui.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
gui.h [FL-3152] Screen streaming improvements (#2498) 2023-03-23 03:00:48 +10:00
icon_animation_i.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
icon_animation.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
icon_animation.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
icon_i.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
icon.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
icon.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
scene_manager_i.h Coalesce some allocations (#3747) 2024-07-03 12:56:13 +01:00
scene_manager.c Coalesce some allocations (#3747) 2024-07-03 12:56:13 +01:00
scene_manager.h [FL-870] Auto-generated firmware documentation take two (#2944) 2024-03-06 15:25:21 +09:00
view_dispatcher_i.h [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
view_dispatcher.c [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
view_dispatcher.h [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
view_holder.c [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
view_holder.h [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
view_i.h Coalesce some allocations (#3747) 2024-07-03 12:56:13 +01:00
view_port_i.h Undo some TODO (#3024) 2023-09-01 05:54:52 +04:00
view_port.c [FL-3842] Desktop lockup fix, GUI improvements (#3710) 2024-06-14 02:47:43 +10:00
view_port.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
view_stack.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
view_stack.h [FL-3496, FL-3523, FL-3767, FL-3790] Infrared fixes and more (#3515) 2024-03-20 23:54:07 +09:00
view.c Coalesce some allocations (#3747) 2024-07-03 12:56:13 +01:00
view.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00