unleashed-firmware/applications/services/gui
Sergey Gavrilov a7d1ec03e8
[FL-3270] Loader refactoring, part 1 (#2593)
* Loader: menu part
* Settings: remove unused loader api
* Desktop: get loader from record_open
* CLI: remove unneeded loader api
* gitignore: ignore .old files
* Loader: now really a service
* Loader: working service prototype
* Loader: cli, system start hooks
* CI/CD: make happy
* Loader: autorun
* Loader: lock and unlock
* Loader: rearrange code
* Gui, module menu: fix memleak
* Updater test: add timeout
* added update timeouts and max run duration
* Github: revert updater test workflow changes
* Loader: less missleading message in info cli command

Co-authored-by: doomwastaken <k.volkov@flipperdevices.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-05-04 12:48:13 +09:00
..
modules [FL-3270] Loader refactoring, part 1 (#2593) 2023-05-04 12:48:13 +09:00
application.fam fbt fixes for mfbt pt2 (#1951) 2022-11-03 00:15:40 +09:00
canvas_i.h [FL-2524] Graphics cleanup and icon rotation (#2561) 2023-04-06 11:36:12 +08:00
canvas.c [FL-2524] Graphics cleanup and icon rotation (#2561) 2023-04-06 11:36:12 +08:00
canvas.h [FL-2524] Graphics cleanup and icon rotation (#2561) 2023-04-06 11:36:12 +08:00
elements.c feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
elements.h [FL-3060] New MFC Bruteforce animation (#2190) 2022-12-27 18:14:03 +09:00
gui_i.h Upside down / left handed orientation support (#2462) 2023-03-10 02:13:18 +09:00
gui.c [FL-3152] Screen streaming improvements (#2498) 2023-03-23 03:00:48 +10: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 feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
icon_animation.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
icon.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
icon.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
scene_manager_i.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
scene_manager.c feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
scene_manager.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +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_dispatcher.c Upside down / left handed orientation support (#2462) 2023-03-10 02:13:18 +09:00
view_dispatcher.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +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_i.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
view_port.c Upside down / left handed orientation support (#2462) 2023-03-10 02:13:18 +09:00
view_port.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
view_stack.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
view_stack.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
view.c Gui: relax some asserts in view (#2623) 2023-05-03 12:33:30 +09:00
view.h Support for setting all screen orientations (#1928) 2022-10-27 03:35:49 +09:00