flipperzero-firmware/applications/nfc/scenes
gornekich 560ea5f995
[FL-2714] New NFC info screens (#1605)
* nfc: add scroll element for info
* widget: format lines for scroll text element
* widget: fix new line generation
* widget: finish element text scroll
* nfc: rework ultralight and NTAG info scenes
* nfc: rework mf classic info screens
* nfc: rework nfca info scenes
* nfc: fix mf ultralight navigation
* widget: add documentation
* nfc: rework bank card infO
* nfc: rework device info scene
* nfc: fix incorrect atqa order
* mf ultralight: remove unused function
* widget: add mutex for model protection
* widget: fix memory leak
* nfc: rework delete scene
* nfc: fix selected item in saved menu scene
* widget: fix naming in text scroll element
* nfc: fix navigation from delete success
* nfc: add dictionary icon
* widget: fix memory leak
2022-08-18 00:08:13 +09:00
..
nfc_scene_config.h [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_debug.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_delete_success.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_delete.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_detect_reader.c FIX: Fixed inconsistencies between texts (#1496) 2022-08-04 01:18:48 +09:00
nfc_scene_device_info.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_dict_not_found.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene_emulate_apdu_sequence.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
nfc_scene_emulate_uid.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene_emv_menu.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_emv_read_success.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_exit_confirm.c FIX: Fixed inconsistencies between texts (#1496) 2022-08-04 01:18:48 +09:00
nfc_scene_extra_actions.c Mifare Ultralight authentication (#1365) 2022-08-08 00:09:00 +09:00
nfc_scene_field.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_file_select.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_generate_info.c nfc: On-device tag generator (#1319) 2022-07-04 20:16:59 +09:00
nfc_scene_mf_classic_dict_attack.c nfc: make dict attack more interactive (#1462) 2022-08-04 02:07:35 +09:00
nfc_scene_mf_classic_emulate.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene_mf_classic_keys_add.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene_mf_classic_keys.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_classic_menu.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_classic_read_success.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_desfire_app.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene_mf_desfire_data.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene_mf_desfire_menu.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_desfire_read_success.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_ultralight_data.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_ultralight_emulate.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene_mf_ultralight_key_input.c Mifare Ultralight authentication (#1365) 2022-08-08 00:09:00 +09:00
nfc_scene_mf_ultralight_menu.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_ultralight_read_auth_result.c Mifare Ultralight authentication (#1365) 2022-08-08 00:09:00 +09:00
nfc_scene_mf_ultralight_read_auth.c SubGhz: update notification messages (#1602) 2022-08-15 18:53:08 +03:00
nfc_scene_mf_ultralight_read_success.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_mf_ultralight_unlock_menu.c Mifare Ultralight authentication (#1365) 2022-08-08 00:09:00 +09:00
nfc_scene_mf_ultralight_unlock_warn.c SubGhz: update notification messages (#1602) 2022-08-15 18:53:08 +03:00
nfc_scene_nfc_data_info.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_nfca_menu.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_nfca_read_success.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_read_card_success.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_read.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_restore_original_confirm.c FIX: Fixed inconsistencies between texts (#1496) 2022-08-04 01:18:48 +09:00
nfc_scene_restore_original.c [FL-2701], [FL-2702], [FL-2699] NFC fixes (#1478) 2022-07-28 21:34:28 +09:00
nfc_scene_retry_confirm.c FIX: Fixed inconsistencies between texts (#1496) 2022-08-04 01:18:48 +09:00
nfc_scene_rpc.c [FL-2705] RPC APP fixes #1568 2022-08-12 00:37:23 +09:00
nfc_scene_save_name.c [FL-2491] File browser GUI module (#1237) 2022-05-27 14:19:21 +03:00
nfc_scene_save_success.c [FL-2701], [FL-2702], [FL-2699] NFC fixes (#1478) 2022-07-28 21:34:28 +09:00
nfc_scene_saved_menu.c [FL-2714] New NFC info screens (#1605) 2022-08-18 00:08:13 +09:00
nfc_scene_set_atqa.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_set_sak.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_set_type.c nfc: On-device tag generator (#1319) 2022-07-04 20:16:59 +09:00
nfc_scene_set_uid.c NFC: Edit UID feature (#1513) 2022-08-04 02:00:17 +09:00
nfc_scene_start.c [FL-2605] NFC new design (#1364) 2022-07-27 00:30:49 +09:00
nfc_scene.c [FL-1448], [FL-1529] Introducing Scene Manager, NFC App refactoring and bug fixes (#575) 2021-07-12 21:56:14 +03:00
nfc_scene.h [FL-1448], [FL-1529] Introducing Scene Manager, NFC App refactoring and bug fixes (#575) 2021-07-12 21:56:14 +03:00