unleashed-firmware/applications/main/subghz/scenes
RebornedBrain d511d76a1b
[FL-3678] [FL-3733] [FL-3723] UI refactor (#3323)
* Added new image DolphinSaved_113x58.png for all "saved" pages
* New image DolphinDone_80x58.png added
* Replaced dolphins on all scenes accroding to new UI specs
* New success dolphin image added
* Success scene image replaced
* Changed image and text for update initial scene
* Image and text adjusted for "Original restored" scene
* Removed old DolphinNice_96x59.png image
* New image for LFRFID scene
* Removed unused image
* New UI image added to assets
* Replaced warning dolphin on mf_classic write initial fail scene
* Removed old image
* Changed image on scenes to a new one
* New dolphin mafia image
* Replaced dolphin mafia image to a new one
* Removed DolphinMafia_115x62.png
* New check symbol on completed state for detect_reader
* Adjusted layout elements position
* Removed second switching to popup view in order to achieve control in support callbacks
In general now we show generic scene and after that in on_enter callback we can redefine it for particular protocol
* CardDetected event now also triggers on_event callback
* Now on AuthRequest we throw CardDetected custom event
* Added callback for read_on_event
* Now we show different screen while reading and unlocking
* Fixed missing asstes for some scenes
* Update DolphinMafia_119x62.png
* Adjusted all the scenes with DolphinMafia image
* Scenes with save image adjusted
* Removed unnecessary assets DolphinMafia_119x62.png and DolphinSaved_113x58.png
* All common dolphins moved to Dolphin folder
* Moved DolphinReadingSuccess_59x63.png to Dolphin folder
* Set proper led color for detect and read scenes
* Added new notification sequence for semi_success results
* Use new sequence for semi_success nfc reads
* Different events are now throwed depending on read result
* Added handling of incomplete event for ultralight cards
* Replaced image for iButton scene
* Updated API for f18
* Fixed issue with unlock retry sequence
* Fix after review
* Success notification replaced to semi success in case of incomplete mf classic reading
* New text for read scene
* New read result sound notification logic for mf classic cards

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-01-02 15:43:46 +09:00
..
subghz_scene.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
subghz_scene.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
subghz_scene_config.h [FL-3401, FL-3402] SubGhz: add "SubGhz test" external application and the ability to work "SubGhz" as an external application (#2851) 2023-07-07 00:15:03 +09:00
subghz_scene_delete.c [FL-3242] SubGhz: refactoring app (#2554) 2023-05-04 12:04:26 +09:00
subghz_scene_delete_raw.c [FL-3242] SubGhz: refactoring app (#2554) 2023-05-04 12:04:26 +09:00
subghz_scene_delete_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
subghz_scene_frequency_analyzer.c [FL-2828] Dolphin score update take 2 (#1929) 2022-10-28 16:18:41 +09:00
subghz_scene_more_raw.c [FL-2961] SubGhz: properly handle storage loss (#1990) 2022-11-11 02:14:44 +09:00
subghz_scene_need_saving.c [FL-3242] SubGhz: refactoring app (#2554) 2023-05-04 12:04:26 +09:00
subghz_scene_radio_setting.c SubGhz: fix todo (#2984) 2023-08-24 04:51:32 +09:00
subghz_scene_read_raw.c Storage: force mount (#3033) 2023-09-04 14:10:07 +09:00
subghz_scene_receiver.c [FL-3582] SubGhz: heap overflow text error (#3021) 2023-08-29 20:55:36 +09:00
subghz_scene_receiver_config.c [FL-3242] SubGhz: refactoring app (#2554) 2023-05-04 12:04:26 +09:00
subghz_scene_receiver_info.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
subghz_scene_region_info.c [FL-3242] SubGhz: refactoring app (#2554) 2023-05-04 12:04:26 +09:00
subghz_scene_rpc.c [FL-3618] Infrared remote button index support (#3180) 2023-11-10 16:22:34 +09:00
subghz_scene_save_name.c Add File Naming setting for more detailed naming (#3002) 2023-09-01 14:57:49 +09:00
subghz_scene_save_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
subghz_scene_saved.c [FL-3242] SubGhz: refactoring app (#2554) 2023-05-04 12:04:26 +09:00
subghz_scene_saved_menu.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
subghz_scene_set_type.c fix #3141: 12-bits is 0xFFF (or 0xFF0) CAME/NICE 12-bit (#3142) 2023-10-13 05:39:14 +09:00
subghz_scene_show_error.c [FL-3242] SubGhz: refactoring app (#2554) 2023-05-04 12:04:26 +09:00
subghz_scene_show_error_sub.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
subghz_scene_show_only_rx.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
subghz_scene_start.c [FL-3401, FL-3402] SubGhz: add "SubGhz test" external application and the ability to work "SubGhz" as an external application (#2851) 2023-07-07 00:15:03 +09:00
subghz_scene_transmitter.c [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00