unleashed-firmware/applications/main/nfc/scenes
RebornedBrain a7ab4b9c32
[FL-3678] NFC UI refactor (#3361)
* 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
* Change MIFARE name accroding to new requirements
* New QR code image for MFKey app
* Update nfc_scene_mf_classic_mfkey_complete.c scene according to new UI requirements
* Update detect_reader.c and check_big_20x17.png
* New nfc save confirm scene added
* Implemented new flow for 'Detect Reader button' after partial mf classic read according to new UI
* UID for 15693 tags now shown on the new line
* Fix nfc unit tests
* Revert "Fix nfc unit tests"
  This reverts commit 685ed6bfad.
* Rolled back all Mifare renamings in library files
* Revert "Change MIFARE name accroding to new requirements"
  This reverts commit cfb974dc1f.
* Now Mifare word is changed only on the app level without changes to lib level

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-01-19 22:36:16 +03:00
..
nfc_scene_config.h [FL-3678] NFC UI refactor (#3361) 2024-01-19 22:36:16 +03:00
nfc_scene_debug.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_delete_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_delete.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_detect.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_emulate.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_exit_confirm.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_extra_actions.c [FL-3678] NFC UI refactor (#3361) 2024-01-19 22:36:16 +03:00
nfc_scene_field.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_file_select.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_generate_info.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_info.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_classic_detect_reader.c [FL-3678] NFC UI refactor (#3361) 2024-01-19 22:36:16 +03:00
nfc_scene_mf_classic_dict_attack.c Revert "NFC: Skip system dict bug fixed" 2024-01-12 15:39:00 +03:00
nfc_scene_mf_classic_keys_add.c NfcDict Refactoring (#3271) 2023-12-18 14:30:56 +00:00
nfc_scene_mf_classic_keys_delete.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_classic_keys_list.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_classic_keys_warn_duplicate.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_mf_classic_keys.c NfcDict Refactoring (#3271) 2023-12-18 14:30:56 +00:00
nfc_scene_mf_classic_mfkey_complete.c [FL-3678] NFC UI refactor (#3361) 2024-01-19 22:36:16 +03:00
nfc_scene_mf_classic_mfkey_nonces_info.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_classic_update_initial_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_mf_classic_update_initial.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_classic_write_initial_fail.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_mf_classic_write_initial_success.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_mf_classic_write_initial.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_classic_wrong_card.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_mf_desfire_app.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_desfire_more_info.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_ultralight_capture_pass.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_ultralight_key_input.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_ultralight_unlock_menu.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_mf_ultralight_unlock_warn.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_mf_ultralight_write_fail.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_mf_ultralight_write_success.c [FL-3744] [NFC] Ntag success write freeze when not saved card (#3354) 2024-01-10 20:46:55 +09:00
nfc_scene_mf_ultralight_write.c [FL-3675] Ntag21x write (#3246) 2023-12-02 13:45:47 +09:00
nfc_scene_mf_ultralight_wrong_card.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_more_info.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_read_menu.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_read_success.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_read.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_restore_original_confirm.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_restore_original.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_retry_confirm.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_scene_rpc.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_save_confirm.c [FL-3678] NFC UI refactor (#3361) 2024-01-19 22:36:16 +03:00
nfc_scene_save_name.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_save_success.c [FL-3678] NFC UI refactor (#3361) 2024-01-19 22:36:16 +03:00
nfc_scene_saved_menu.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_select_protocol.c [FL-3701] NFC fixes (#3264) 2023-12-05 22:40:06 +09:00
nfc_scene_set_atqa.c NFC: Set ATQA scene bit numbering changed 2024-01-06 15:38:08 +09:00
nfc_scene_set_sak.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_set_type.c [FL-3678] NFC UI refactor (#3361) 2024-01-19 22:36:16 +03:00
nfc_scene_set_uid.c NFC: Add manually MF Classic UID desync bug fixed 2024-01-06 00:56:50 +09:00
nfc_scene_start.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_scene_supported_card.c [FL-3719] NFC Plugins loading rework (#3295) 2023-12-15 18:09:52 +00:00
nfc_scene.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
nfc_scene.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00