Commit Graph

10583 Commits

Author SHA1 Message Date
Willy-JL
76a16af423 Show anim errors, move credits to default pack
Remove fallback anim setting
Retry when anim manager resumes error anim
Always skip error anim when manager picks new anim
2023-11-28 03:13:03 +00:00
Willy-JL
b7bfa8c36d Fix evil portal free()'s + more anim cycle times 2023-11-28 02:37:05 +00:00
Willy-JL
2961c1b7ef Minor app updates --nobuild 2023-11-28 01:18:44 +00:00
Willy-JL
721a3f9975 Format 2023-11-28 00:30:14 +00:00
WillyJL
3ae1eee4c8 Added mykey (#467) 2023-11-28 00:28:51 +00:00
Willy-JL
4f8e80b0a4 BadKB ask to migrate badusb folder + show loading 2023-11-28 00:27:41 +00:00
Willy-JL
e0fa360640 Fix rename/move API, now rename/rename_safe (#468)
On OFW "rename" acts like "move", it replaces the destination
XFW had an extra "move" like that, and "rename" errored if dest exists
Now for compatibility "rename" acts as OFW, and new "rename_safe" errors
Tweaked all usages to work properly
Decided for CLI and RPC to use "rename_safe" so user cant lose files
2023-11-28 00:00:40 +00:00
Willy-JL
c4675afa5e Fix evil portal html buffer overflow 2023-11-27 23:24:06 +00:00
47LeCoste
2340efe7e9 Add files via upload 2023-11-27 15:20:56 +01:00
WillyJL
356f57cf16 Apps: Fully rework app update system into a new repo (#466) 2023-11-27 06:29:18 +00:00
Willy-JL
ccc968b9b7 Format and fix apps build 2023-11-27 06:14:23 +00:00
Willy-JL
59e2ff6e85 Add apps repo submodule 2023-11-27 06:00:20 +00:00
Willy-JL
c3018328b9 All apps migrated!!! 2023-11-27 05:49:47 +00:00
Willy-JL
44ad3e94a5 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-new-app-system
# Conflicts:
#	applications/external/esp_flasher/resources/apps_data/esp_flasher/assets/marauder/DevproWroom/esp32_marauder_dev_board_pro.bin
#	applications/external/esp_flasher/resources/apps_data/esp_flasher/assets/marauder/WifidevS2/esp32_marauder_flipper_sd_serial.bin
#	applications/external/esubghz_chat/application.fam
#	applications/external/esubghz_chat/esubghz_chat.c
#	applications/external/esubghz_chat/esubghz_chat_i.h
#	applications/external/esubghz_chat/scenes/esubghz_chat_key_display.c
#	applications/external/esubghz_chat/scenes/esubghz_chat_key_menu.c
#	applications/external/esubghz_chat/scenes/esubghz_chat_key_read_popup.c
#	applications/external/esubghz_chat/scenes/esubghz_chat_key_share_popup.c
#	applications/external/esubghz_chat/scenes/esubghz_chat_scene_config.h
2023-11-27 05:49:03 +00:00
Willy-JL
2ed78baa45 Disable NFC in esubghz chat, works again --nobuild 2023-11-27 05:47:34 +00:00
Willy-JL
ebd30aed78 Marauder 0.13.5 bins 2023-11-26 23:22:10 +00:00
Willy-JL
d986608607 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-new-app-system 2023-11-26 23:10:13 +00:00
Willy-JL
1dd3e99069 Format --nobuild 2023-11-26 21:10:33 +00:00
Sil333033
dddcca815f Update ESP Flasher, FAST FLASH!! 2023-11-26 22:01:38 +01:00
Willy-JL
af00cc4e0a Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-11-26 18:49:04 +00:00
Willy-JL
2606df668a Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2023-11-26 18:48:44 +00:00
Willy-JL
d47fc91e70 Fix proximity pair prefixes (#464) --nobuild 2023-11-26 18:40:16 +00:00
MX
a7b2427007 Merge branch 'ofw_dev' into dev 2023-11-26 19:58:48 +03:00
Astra
f9101d8084 [FL-3686] Mifare Classic fixes (#3221)
* Update Mifare Classic generators to create more accuate data
* Check the transfer buffer validity for NACK
* Fix the AC issues
* CRC errors don't really affect emulation, checking for them isn't worth it
* Make ATQA logic a bit easier to understand
* mf classic: change log level
* mf classic: fix log level

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-11-26 17:20:49 +09:00
RebornedBrain
1c3cbec661 [FL-3640] NFC: Felica UID emulation (#3190)
* Added basic template of Felica listener
* Raw nfc felica listener functions
* Added functions to setup chip for felica listener
* Cleanup function templates from unnecessary parts
* Removed todo comment
* Updated api versions
* Adjusted chip config for felica
* Set proper chip passive target mode for felica
* Added felica function to unit tests
* Update furi_hal_nfc_felica.c
* Removed duplication

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2023-11-26 17:10:33 +09:00
Willy-JL
901724fc18 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into dev 2023-11-25 18:12:16 +00:00
Willy-JL
750f371182 Fix copy/paste and rename behaviors
Same beginning of name != same file/folder
Must check with a / suffixed

And never hold a pointer to furi string cstr
2023-11-25 18:11:54 +00:00
Sil333033
ac5744328a Refactor Mifare fuzzer to new API 2023-11-25 19:10:16 +01:00
Sil333033
66bb02e9db Add WiFi Wardriver, remove WiFi Sniffer --nobuild
Wardriver is an updated version of sniffer. The name is just better lol
2023-11-24 22:31:10 +01:00
MX
cea423742b Merge remote-tracking branch 'origin/nfc-parsers' into dev 2023-11-24 02:56:39 +03:00
Methodius
8c5f28d6a0 Kazan parser: Type: abonnement fix 2023-11-23 23:59:06 +09:00
Methodius
6c2e332638 Kazan transport cards parser added 2023-11-23 22:19:26 +09:00
Methodius
5f18532a59 Umarsh code cleanup 2023-11-23 22:11:12 +09:00
Methodius
63f072a819 Umarsh header check rework reworked. Thanks J for idea! 2023-11-22 17:26:10 +09:00
Willy-JL
dc2614132d Fix subghz pocsag memory leak, now i go slepo 2023-11-22 07:21:26 +00:00
Methodius
df1d6503c0 Umarsh header check rework 2023-11-22 16:15:53 +09:00
Willy-JL
f991f5a74a Fix subghz 1kb memory leak 2023-11-22 06:11:19 +00:00
Willy-JL
e5a671be26 Fix subghz crash on exit with marauder connected 2023-11-22 06:10:57 +00:00
Willy-JL
b34e04d236 Format 2023-11-22 02:59:36 +00:00
Willy-JL
086d4bddf6 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev --nobuild 2023-11-22 01:32:55 +00:00
MMX
972054b377 Merge pull request #655 from DarkFlippers/nfc-parsers
Nfc parsers
2023-11-22 01:50:54 +03:00
MX
e1c89834df no verbose 2023-11-22 01:48:22 +03:00
assasinfil
c145cad653 Verify card bugfix 2023-11-21 22:34:29 +03:00
Methodius
4261063c99 Metromoney transport card parser added 2023-11-22 00:39:23 +09:00
MX
f8546937c0 fix readme and feature name 2023-11-21 15:59:38 +03:00
assasinfil
3daaea6ecf Added new social card 2023-11-21 15:03:46 +03:00
assasinfil
4a84fbc6e3 UI printing bugfix 2023-11-21 13:12:24 +03:00
assasinfil
d8800e9fe3 Merge branch 'nfc-parsers' of https://github.com/DarkFlippers/unleashed-firmware into nfc-parsers 2023-11-21 11:54:11 +03:00
assasinfil
7fd921227c Fixes 2023-11-21 11:54:06 +03:00
Methodius
b6ad07b47c Umarsh parser: kopecks support added 2023-11-21 13:18:18 +09:00