flipperzero-firmware/applications/gui/modules
Georgii Surkov a8acfcabb4
[FL-2568] Infrared C port (#1326)
* Add skeleton for infrared C port, rename old app
* Add scene stubs
* Add more views
* Misc changes
* Add remote and signal class stubs
* Complete infrared signal class
* Add remote button class stub
* Check if button contains a signal during destruction
* Complete infrared signal class more
* Implement remote storing
* Implement remote loading
* Fix error handling
* Implement remote transmitting
* Rename scene
* Canonise event consumption
* Implement remote learning (stub)
* Implement learn success screen (stub)
* Implement AskBack scene
* Improve remote saving&loading
* Fix remote file name
* Add LearnDone scene
* Switch from Remote scene correctly
* Add SceneButtonSelect
* Remove unneeded assert
* Add new SceneManager method
* Use new SceneManager method in Infrared
* Implement renaming of buttons and remotes
* Implement deleting of buttons and remotes
* Add universal remotes list
* Add brute force code
* Brute force code improvements
* Partially implement Universal Remote GUI
* Fix wrong singnal handling
* Fully implement Universal Remote
* Use standard custom events everywhere
* Return infrared CLI
* Remove old Infrared app
* Change container name
* Fix scene order
* Put ButtonPanel into stack only when needed
* Show loading animation during slow operations
* Do not hardcode Loading widget coordinates
* Switch Loading widget orientation as needed
* Save Start scene state
* Save Remote scene state
* Save Edit scene state
* Save EditButtonSelect scene state
* Do not use scene state
* Use string_t instead of const char* for brevity
* Fix memory leak
* Fix saving raw remotes
* Add Infrared debug menu
* Add debug view
* Move Infrared monitor into Infrared application
* Remove old Infrared monitor app
* Use common signal received callback everywhere
2022-06-21 21:45:50 +09:00
..
widget_elements [FL-2475] Text Box add three dots trim option (#1136) 2022-04-19 22:23:50 +03:00
button_menu.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
button_menu.h [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
button_panel.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
button_panel.h [FL-2284] IR: Show universal remote loading (#1004) 2022-02-24 14:59:36 +03:00
byte_input.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
byte_input.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
dialog_ex.c FL-2534: change button text in format dialog and fix incorrect dialog_ex behavior when text is not set (#1253) 2022-05-21 04:40:49 +10:00
dialog_ex.h [FL-2131] IR: continuous signal tx on learn scene (#1002) 2022-02-18 23:16:22 +03:00
dialog.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
dialog.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
empty_screen.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
empty_screen.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
file_browser_worker.c [FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs (#1333) 2022-06-20 18:54:48 +04:00
file_browser_worker.h [FL-2565] Archive: switch to browser worker #1295 2022-06-09 16:09:52 +09:00
file_browser.c [FL-2491] File browser GUI module (#1237) 2022-05-27 14:19:21 +03:00
file_browser.h [FL-2491] File browser GUI module (#1237) 2022-05-27 14:19:21 +03:00
loading.c [FL-2568] Infrared C port (#1326) 2022-06-21 21:45:50 +09:00
loading.h [FL-2284] IR: Show universal remote loading (#1004) 2022-02-24 14:59:36 +03:00
menu.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
menu.h [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
popup.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
popup.h [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
submenu.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
submenu.h [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
text_box.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
text_box.h [FL-2198], [FL-2161] NFC emulation refactoring (#968) 2022-02-02 22:59:28 +03:00
text_input.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
text_input.h [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
validators.c [FL-2491] File browser GUI module (#1237) 2022-05-27 14:19:21 +03:00
validators.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
variable_item_list.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
variable_item_list.h [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
widget.c [FL-2475] Text Box add three dots trim option (#1136) 2022-04-19 22:23:50 +03:00
widget.h [FL-2475] Text Box add three dots trim option (#1136) 2022-04-19 22:23:50 +03:00