flipperzero-firmware/applications/gui/modules
Albert Kharisov 6c74ea65c2
[FL-1369, FL-1397, FL-1420] IRDA + SDcard (#513)
* Add saving to SD-Card (not ready yet)
* Add saving to SD-card (done)
* Select previous menu item
* Fix central button
* Fix current_button
* Refactoring
* Add notifications
* [FL-1417] Add IRDA CLI
  CLI commands:
  1) ir_rx
  Receives all IR-trafic, decodes and prints result to stdout
  2) ir_tx <protocol> <address> <command>
  Transmits IR-signal. Address and command are hex-formatted
* Fix BUG with random memory corruption at random time in random place in random universe in random unknown space and time forever amen
* Fix submenu set_selected_item
* Bring protocol order back
* Add TODO sdcard check
2021-06-09 16:04:49 +03:00
..
button_menu.c [FL-1369, FL-1397, FL-1420] IRDA + SDcard (#513) 2021-06-09 16:04:49 +03:00
button_menu.h [FL-1369, FL-1397, FL-1420] IRDA + SDcard (#513) 2021-06-09 16:04:49 +03:00
byte_input.c [FL-1234] Keyboards redesign (#501) 2021-06-02 15:51:05 +03:00
byte_input.h
dialog_ex.c
dialog_ex.h
dialog.c
dialog.h
file_select.c [FL-1307] iButton key files: ASCII encoding and .ibtn extension (#493) 2021-05-26 19:50:16 +03:00
file_select.h
popup.c
popup.h
submenu.c [FL-1369, FL-1397, FL-1420] IRDA + SDcard (#513) 2021-06-09 16:04:49 +03:00
submenu.h [FL-1250, FL-1252, FL-1323, FL-1324] New IRDA Application (part 1) (#497) 2021-06-02 18:16:05 +03:00
text_input.c prevent "enter/save" key callback if string is empty (#509) 2021-06-07 18:49:56 +03:00
text_input.h