flipperzero-firmware/applications/nfc/scenes
Albert Kharisov 84410c83b5
[FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965)
* Desktop: cleanup headers
* Get loader pubsub via record
* [FL-2183] Dolphin refactoring 2022.01
* Restruct animations assets structure
* Rename assets
* Cleanup headers
* Update Recording animation
* Add BadBattery animation
* Provide loader's pubsub via record
* Fix load/unload animations
* Scripts: add flipper format support, initial dolphin packager rework. Assets: internal and external dolphin.
* Sync internal meta.txt and manifest.txt
* Reorder, rename dolphin assets
* Split essential generated assets
* Add ReadMe for dolphin assets
* Separate essential blocking animations
* Scripts: full dolphin validation before packaging
* Assets, Scripts: dolphin external resources packer
* Github: update codeowners
* Scripts: proper slots handling in dolphin animation meta
* Scripts: correct frames enumeration and fix compiled assets.
* [FL-2209] Add Dolphin Deeds points and many more
* Remove excess frame_rate
* Change dolphin assets directory
* Scripts: add internal resource support to dolphin compiler
* Scripts: add internal assets generation, renaming
* Scripts: correct assert, renaming
* Code cleanup, documentation, fixes
* Update Levelup animations
* Rename essential -> blocking
* Fix Unlocked hint
* Scripts: rewrite Templite compiller, replace regexps with token parser, split block types into code and variable blocks. Update dolphin templates.
* Documentation: add key combos description and use information
* Scripts: cleanup templit, more debug info and add dev comment

Co-authored-by: あく <alleteam@gmail.com>
2022-01-29 12:20:41 +03:00
..
nfc_scene_card_menu.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
nfc_scene_config.h [FL-1526] Mifare Ultralight emulation (#645) 2021-08-17 00:45:04 +03:00
nfc_scene_delete_success.c Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
nfc_scene_delete.c [FL-1849] NFC and iButton gui fixes (#943) 2022-01-03 03:01:54 +03:00
nfc_scene_device_info.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
nfc_scene_emulate_apdu_sequence.c [FL-1919] NFC rework with Flipper File Format (#756) 2021-11-09 00:55:06 +03:00
nfc_scene_emulate_mifare_ul.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_emulate_uid.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_file_select.c [FL-1919] NFC rework with Flipper File Format (#756) 2021-11-09 00:55:06 +03:00
nfc_scene_mifare_ul_menu.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
nfc_scene_not_implemented.c Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
nfc_scene_read_card_success.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_read_card.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_read_emv_app_success.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_read_emv_app.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_read_emv_data_success.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_read_emv_data.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_read_mifare_ul_success.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_read_mifare_ul.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_restore_original.c Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
nfc_scene_run_emv_app_confirm.c Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
nfc_scene_save_name.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
nfc_scene_save_success.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_saved_menu.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
nfc_scene_scripts_menu.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
nfc_scene_set_atqa.c [FL-1919] NFC rework with Flipper File Format (#756) 2021-11-09 00:55:06 +03:00
nfc_scene_set_sak.c [FL-1919] NFC rework with Flipper File Format (#756) 2021-11-09 00:55:06 +03:00
nfc_scene_set_type.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03:00
nfc_scene_set_uid.c [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
nfc_scene_start.c [FL-2204] Bluetooth forget devices (#967) 2022-01-21 20:32:03 +03: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