unleashed-firmware/applications/services/gui
Georgii Surkov 64bd2f9c84
[FL-3677, FL-3798] RFID Improvements (#3524)
* Update saved_info and read_success scenes
* Update EM4100 rendering
* Update HIDExt rendering
* Update Gallagher rendering
* Update HidProx rendering
* Update IOProx rendering
* Update H10301 rendering
* Update PAC/Stanley rendering
* Add strcasecmp() to API, better manufacturer/name handling
* Update Viking rendering
* Update FDX-A rendering
* Update Pyramid rendering
* Update Indala26 rendering
* Update Idteck rendering
* Update Keri rendering
* Update Nexwatch rendering
* Update Jablotron rendering
* Update Paradox rendering
* Truncate long Hex string on scene_read_suceess
* Fix formatting
* Update AWID rendering
* Update FDX-B rendering
* Tweak string formatting in various screens
* More read_success view tweaks
* Fix formatting
* Fix Pyramid brief rendering
* Reset saved key menu when going back
* Reset other menus on back where applicable
* Update confirmation scenes
* Update emulation scene
* Update delete scene
* Update raw read info screen
* Update raw read scene, fix crash
* Update raw read success scene
* Update write scene
* Always return to SceneSelectKey after saving
* Update SceneWriteSuccess and SceneDeleteSuccess
* Replace closing parens with dots
* FL-3798: Fix special formatting in text_box
* Simplify SceneReadSuccess
* Fix crash when having a trailing newline in text_box
* Bump API symbols version
* Make PVS happy
* Format sources

Co-authored-by: あく <alleteam@gmail.com>
2024-03-29 12:32:43 +09:00
..
modules GUI: Fix textbox overflow/crash/hang with 256+ lines (#3536) 2024-03-25 15:28:20 +09:00
application.fam fbt fixes for mfbt pt2 (#1951) 2022-11-03 00:15:40 +09:00
canvas.c [FL-3729] Gui: unicode support, new canvas API (#3322) 2024-03-19 19:23:06 +04:00
canvas.h [FL-3729] Gui: unicode support, new canvas API (#3322) 2024-03-19 19:23:06 +04:00
canvas_i.h [FL-3729] Gui: unicode support, new canvas API (#3322) 2024-03-19 19:23:06 +04:00
elements.c [FL-3677, FL-3798] RFID Improvements (#3524) 2024-03-29 12:32:43 +09:00
elements.h GUI: Fix elements module for new canvas API (#3527) 2024-03-23 14:54:01 +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
gui_i.h GUI: canvas commit callback has been moved to canvas. Direct Draw apps can now be streamed via RPC. (#3397) 2024-02-07 09:38:20 +07:00
icon.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
icon.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
icon_animation.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
icon_animation.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
icon_animation_i.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
icon_i.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
scene_manager.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
scene_manager.h [FL-870] Auto-generated firmware documentation take two (#2944) 2024-03-06 15:25:21 +09:00
scene_manager_i.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
view.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
view.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
view_dispatcher.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
view_dispatcher.h [FL-3496, FL-3523, FL-3767, FL-3790] Infrared fixes and more (#3515) 2024-03-20 23:54:07 +09:00
view_dispatcher_i.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
view_holder.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
view_holder.h fbt: doxygen target (#3510) 2024-03-21 01:32:53 +09:00
view_i.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
view_port.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
view_port.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
view_port_i.h Undo some TODO (#3024) 2023-09-01 05:54:52 +04: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