gornekich
03f242618c
mf plus: assert -> check in public API funxtion
2024-05-30 13:55:59 +01:00
gornekich
fd90567f0e
mf plus: handle load and save errors
2024-05-30 13:49:27 +01:00
gornekich
5f7a139cff
mf plus: fix return error codes
2024-05-30 12:54:05 +01:00
gornekich
bf41cc43a1
mf plus: fix read fail event handling
2024-05-29 18:23:34 +01:00
gornekich
ba0051967c
mf plus: remove unused code
2024-05-29 17:01:14 +01:00
gornekich
6ccbc16e74
mf plus: code clean up
2024-05-29 16:53:12 +01:00
gornekich
8cdb8aafac
Merge branch 'dev' into astra/3746-mfp-detect
2024-05-28 17:11:43 +01:00
Willy-JL
4931b5b2f7
NFC: Fix Mifare DESFire reading
2024-05-28 05:51:07 +01:00
Willy-JL
1f1c05d81a
Remove redundant extra API
2024-05-28 05:03:20 +01:00
Willy-JL
3358ee63bb
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild
2024-05-26 07:54:07 +01:00
Astra
060a488ae9
ATQA byte swap fix
2024-05-22 19:55:12 +09:00
Astra
d3d483e60f
Fix incorrect comparison
2024-05-22 19:10:26 +09:00
Astra
514fd244fa
Fix atqa detection
2024-05-22 18:29:57 +09:00
Astra
c8a779da3f
Review changes and extra logging
2024-05-21 19:30:05 +09:00
Willy-JL
d9f55d110d
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-05-21 04:56:03 +01:00
MX
6a91588f52
Merge remote-tracking branch 'OFW/dev' into dev
2024-05-21 01:34:05 +03:00
hedger
9e42e00ead
Icons: compression fixes & larger dimension support ( #3564 )
...
* toolbox, gui: fixes for compressed icon handling
* ufbt: fixes for generated vscode project
* scripts: increased max dimensions for image converter
* icon type changes
* linter fixes; api sync
* gui: docs fix
* toolbox: fixed potential decoder buffer overflow
* minor cleanup
* fbt: sdk: suppressed deprecation warnings in API table
* toolbox: compress: added unit tests
vscode: now installs resources for unit_tests
unit_tests: now loads subghz region data
* toolbox: compress: review fixes, pt 1
* compress: now passes decoder buffer size as constructor argument; auto-resize decoder buffer; crash on failed icon decompression
* PVS fixes
* pvs fixes, pt2
* doxygen fixes
* investigating unit test failures
* investigating unit test failures
* investigating unit test failures
* investigating unit test failures
* investigating unit test failures
* UnitTests: move all tests into plugins, brakes testing
* UnitTests: add plugin API and update plugin entrypoints
* UniTests: Test runner that works with plugins
* fbt: extra filtering for extapps to include in build
* UnitTests: filter tests by name
* loader: restored API table for unit_test build config
* Add various missing symbols to API table
* UnitTest: fail on plugin load error
* UnitTests: cleanup plugin api and reporting
* unit_tests: composite resolver
* UnitTests: remove unused declaration
* unit_tests, nfc: moved mock nfc implementation to libnfc
* unit_tests: api: removed redundant #define
* toolbox: compress: removed size_hint for icons; triggering furi_check on oversized icons
* gui: icon, icon_animation: removed size hit APIs
* Format Sources. Cleanup code.
* loader: refuse to start .fal as app
* toolbox: compress: fixed memory corruption in operations with small destination buffer; added unit tests for that case
* unit_tests: proper test skipping; better selective test interface
* unit_tests: moved 'loading' logging to proper location
Co-authored-by: あく <alleteam@gmail.com >
2024-05-20 18:23:47 +01:00
Astra
68eb196645
Merge branch 'astra/3746-mfp-detect' of https://github.com/flipperdevices/flipperzero-firmware into astra/3746-mfp-detect
2024-05-20 19:19:22 +09:00
Astra
2929955a3c
Remove stray reminder comment
2024-05-20 19:19:11 +09:00
Astra
915304b986
Merge branch 'dev' into astra/3746-mfp-detect
2024-05-20 19:14:30 +09:00
Astra
cf9b09042e
Remove leftover logging
2024-05-20 19:12:18 +09:00
Astra
54f63e06ec
Fixes from code review
2024-05-20 19:08:54 +09:00
Willy-JL
3a82c94e28
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev --nobuild
2024-05-18 05:46:15 +01:00
MX
51bb9c0a0a
Merge remote-tracking branch 'OFW/dev' into dev
2024-05-17 17:15:48 +03:00
gornekich
217bfac2fc
NFC: add Slix capabilities ( #3652 )
...
* iso15693 listener: fix inventory cmd and buffer overflow
* iso15 listener: fix read multiple blocks command
* slix: print password
* slix: add capabilities field
* slix listener: skip password validation for special capability
* slix: fix capability name
* slix: add capabilities handler to verify and reset
* nfc test: introduce slix tests
* fbt: change toolchain back to 33 version
* slix: fix saving capablities comment
* unit tests: add slix files to resources
* slix: fix set passwrd signature
* nfc tests: add set correct password test
* nfc test: complete slix password tests
* nfc test: add slix file test
* nfc test: handle errors in worker callback
* iso15693_3: code clean up
* iso15693_listener: fix incorrect afi handling
* slix: chage capabilities format to one word camel case
* unit tests: update nfc files with new slix format
Co-authored-by: あく <alleteam@gmail.com >
2024-05-17 12:58:32 +01:00
MX
1afa3f7ef3
Merge remote-tracking branch 'OFW/dev' into dev
2024-05-15 18:22:54 +03:00
Willy-JL
bdeb0351f7
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev --nobuild
2024-05-15 03:31:31 +01:00
gornekich
988b9cf155
Merge branch 'dev' into astra/3746-mfp-detect
2024-05-14 17:12:37 +01:00
gornekich
5f9b300ab2
NFC: Mf Desfire fix reading big files ( #3616 )
...
* mf desfire: fix incorrect long files reading
* nfc app: trim record size for mf desfire render
* mf desfire: rework reading long record files
* mf desfire: more robust size check
Co-authored-by: あく <alleteam@gmail.com >
2024-05-14 13:34:27 +01:00
Willy-JL
f04975f50d
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild
2024-05-04 03:41:44 +01:00
MX
6bfa383cea
Revert "Merge remote-tracking branch 'OFW/astra/3746-mfp-detect' into dev"
...
This reverts commit 9b377e6f80 , reversing
changes made to 1736a8a7c2 .
2024-05-03 14:50:58 +03:00
Willy-JL
9d2b4d1dfa
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
2024-05-01 23:35:55 +01:00
MX
75ece9b697
add temp fix since no proper fix exist at the moment
2024-05-01 19:07:57 +03:00
MX
9b377e6f80
Merge remote-tracking branch 'OFW/astra/3746-mfp-detect' into dev
2024-05-01 16:49:53 +03:00
Willy-JL
441fe9f032
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild
2024-04-29 21:31:18 +01:00
MX
c157ca9879
Merge remote-tracking branch 'OFW/gornek/desfire_long_files' into dev
2024-04-27 15:09:21 +03:00
gornekich
0e3cbb4911
mf desfire: rework reading long record files
2024-04-25 20:01:32 +01:00
gornekich
e5f9af3b43
mf desfire: fix incorrect long files reading
2024-04-25 18:13:52 +01:00
Willy-JL
ed57426106
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
2024-04-24 01:21:29 +01:00
MX
c3b59a9dba
add todo
2024-04-23 14:54:56 +03:00
Astra
2987a46322
Alloc takes no arguments
2024-04-23 11:00:37 +09:00
Astra
85fc0a2dd3
Merge branch 'dev' into astra/3746-mfp-detect
2024-04-23 10:39:34 +09:00
Astra
83ff6fb8bf
Mifare Plus detection done
2024-04-22 21:09:06 +09:00
Willy-JL
2967fe08da
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
2024-04-22 02:52:50 +01:00
MX
f88a916ccc
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2024-04-21 11:42:57 +03:00
Willy-JL
e3cc377b56
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-04-19 22:40:41 +01:00
Leopold
286fd796e7
add support for S(WTX) request in iso14443_4a_poller ( #3590 )
...
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-04-19 21:11:22 +09:00
Astra
9042009b0b
Proper detection (WIP)
2024-04-19 20:43:18 +09:00
Astra
7189026335
Initial MFPlus draft
2024-04-17 11:00:51 +09:00
Willy-JL
a3b6a2a04f
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-04-17 00:12:26 +01:00