unleashed-firmware/applications/main/ibutton/scenes
RebornedBrain 49e1ae6e87
[FL-3895] Broken file interaction fixes (#3852)
* Show error screen if corrupted filed has been loaded
* Added rpc error codes and error processing to NFC
* Made iButton scene on_enter handler clear to prevent showing scene before file is loaded
* Added rpc error codes and error processing to iButton
* Made lfRfid scene on_enter handler clear to prevent showing scene before file is loaded
* Added rpc error codes and error processing to lfRfid
* Made SubGHz scene on_enter handler clear to prevent showing scene before file is loaded. Also moved file_name_tmp formatting logic to a separate function
* Now function returns loading status and starts rx only if load succeeded
* Added show error logic on tx_button start
* Introduced rpc error codes for infrared
* Adjusted rpc scene logic to show scene only when
loading is fine
* Added new  list of rpc errors which are common within several applications
* Removed same enums from apps
* Same rpc error in different apps replaced with common value from rpc error code list
* SubGHz error codes now start from RpcAppSystemErrorCodesReserved value
* Infrared error codes now start from RpcAppSystemErrorCodesReserved value
* Removed unused enum
* Now all rpc error codes are more generalized and can be used among all apps without any specific enums
* Removed specific error codes, now rpc error codes are used instead
* RPC: no plurals in enums

Co-authored-by: あく <alleteam@gmail.com>
2024-09-05 20:54:49 +01:00
..
ibutton_scene.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
ibutton_scene.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
ibutton_scene_add_type.c [FL-3070] iButton system and app refactoring (#2388) 2023-03-02 22:23:33 +09:00
ibutton_scene_add_value.c [FL-3752] Fix iButton/LFRFID Add Manually results being discarded (#3749) 2024-07-03 12:44:17 +01:00
ibutton_scene_config.h [FL-3815] Fix the retry/exit confirmation prompts in iButton (#3613) 2024-04-24 21:35:15 +09:00
ibutton_scene_delete_confirm.c [FL-3679] iButton new UI (#3471) 2024-04-18 08:05:37 +09:00
ibutton_scene_delete_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
ibutton_scene_emulate.c [FL-3679] iButton new UI (#3471) 2024-04-18 08:05:37 +09:00
ibutton_scene_exit_confirm.c More UI fixes and improvements (#2419) 2023-03-08 20:27:21 +09:00
ibutton_scene_info.c [FL-3679] iButton new UI (#3471) 2024-04-18 08:05:37 +09:00
ibutton_scene_read.c [FL-3679] iButton new UI (#3471) 2024-04-18 08:05:37 +09:00
ibutton_scene_read_error.c [FL-3679] iButton new UI (#3471) 2024-04-18 08:05:37 +09:00
ibutton_scene_read_key_menu.c [FL-3827] iButton ID writing (#3734) 2024-08-01 01:59:41 +09:00
ibutton_scene_read_success.c [FL-3815] Fix the retry/exit confirmation prompts in iButton (#3613) 2024-04-24 21:35:15 +09:00
ibutton_scene_retry_confirm.c [FL-3815] Fix the retry/exit confirmation prompts in iButton (#3613) 2024-04-24 21:35:15 +09:00
ibutton_scene_rpc.c [FL-3895] Broken file interaction fixes (#3852) 2024-09-05 20:54:49 +01:00
ibutton_scene_save_name.c [FL-3831] Separate editing and renaming in iButton and LFRFID (#3735) 2024-06-30 12:34:13 +01:00
ibutton_scene_save_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
ibutton_scene_saved_key_menu.c [FL-3827] iButton ID writing (#3734) 2024-08-01 01:59:41 +09:00
ibutton_scene_select_key.c [FL-3070] iButton system and app refactoring (#2388) 2023-03-02 22:23:33 +09:00
ibutton_scene_start.c Services: simplify api (#2540) 2023-06-09 20:02:47 +09:00
ibutton_scene_view_data.c [FL-3070] iButton system and app refactoring (#2388) 2023-03-02 22:23:33 +09:00
ibutton_scene_write.c [FL-3827] iButton ID writing (#3734) 2024-08-01 01:59:41 +09:00
ibutton_scene_write_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00