MX
9dc97807a0
upd changelog
2024-07-17 00:55:07 +03:00
MX
3ed62e334f
Merge remote-tracking branch 'OFW/dev' into dev
2024-07-16 21:43:04 +03:00
GreenBean
03221e990f
Update tv.ir ( #3789 )
...
Adds definitions for Emerson TV Universal Remote
Co-authored-by: あく <alleteam@gmail.com>
2024-07-16 21:27:33 +09:00
MX
57f3bce8e3
merge manually formatted stuff too
2024-07-16 01:01:17 +03:00
MX
726cb770d0
formatting
2024-07-15 20:02:45 +03:00
hedger
ffa3996a5e
[FL-3867] Code formatting update ( #3765 )
...
* clang-format: AllowShortEnumsOnASingleLine: false
* clang-format: InsertNewlineAtEOF: true
* clang-format: Standard: c++20
* clang-format: AlignConsecutiveBitFields
* clang-format: AlignConsecutiveMacros
* clang-format: RemoveParentheses: ReturnStatement
* clang-format: RemoveSemicolon: true
* Restored RemoveParentheses: Leave, retained general changes for it
* formatting: fixed logging TAGs
* Formatting update for dev
Co-authored-by: あく <alleteam@gmail.com>
2024-07-15 13:38:49 +09:00
MX
039274f718
Sub-GHz: Choose RSSI threshold for Hopping mode
...
by Willy-JL
2024-07-15 04:40:23 +03:00
MX
365159c11a
update mf classic keys dict
...
from
810f085aae/client/dictionaries/mfc_default_keys.dic
and
2a623b4ff3/NFC/mf_classic_dict/mf_classic_dict_user.nfc
2024-07-15 04:31:32 +03:00
MX
8e58da2be1
Merge remote-tracking branch 'OFW/dev' into dev
2024-07-14 05:50:53 +03:00
Zinong Li
5f9d68f3ad
NFC: ISO15693 Render Typo Fix ( #3784 )
...
* Fixed the bug showing IC reference value as DSFID.
2024-07-14 00:05:54 +04:00
MMX
848e6e6efa
SubGHz: Keeloq - Add Novoferm remotes decode support ( #3768 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-07-10 16:45:47 +01:00
MX
54192afe56
hormann_ecostar add manually support and custom button
2024-07-08 09:40:09 +03:00
MX
0390bd3ff9
subghz add manually fixes and improvements
2024-07-08 09:08:23 +03:00
MX
94cbaed655
remove broken preset mod
2024-07-08 08:42:59 +03:00
MX
f21ba616cd
fm238 mod for sommer add manually for rare cases
2024-07-08 08:41:45 +03:00
MX
92c997b9a7
fix decoderaw scene
2024-07-08 08:20:42 +03:00
MX
96b1ca97dc
subghz add novoferm support
2024-07-08 08:10:00 +03:00
MX
e4f315188b
fbt format
2024-07-08 07:37:28 +03:00
MX
a7ca56cf4e
Merge remote-tracking branch 'OFW/dev' into dev
2024-07-07 02:22:08 +03:00
あく
d39c3b3776
Fix PVS Warnings ( #3760 )
2024-07-06 15:05:29 +01:00
WillyJL
a0eab5a371
NFC: Cache plugin name not full path, saves some RAM ( #3737 )
...
* NFC: Cache plugin name not full path, saves some RAM
* Remove file_path FuriString from context
Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: gornekich <gornekich@users.noreply.github.com>
2024-07-06 13:18:48 +01:00
hedger
7879876ba1
[FL-3863] toolchain: v37 ( #3746 )
...
* toolchain: v36
* toolchain: fixed cert path; lib: nanopb: updated to 0.4.8
* fbtenv: rolled back cert path for 3.11
* clang-format: updated config for v18
* linter fixes
* clang-format: properly regenerated config (`clang-format -style=file:.clang-format -dump-config > .clang-format-new; mv .clang-format-new .clang-format`)
* clang-format: AllowShortLoopsOnASingleLine: false
* toolchain: v37
* fbt: compilation_db.py: fixes for Windows
2024-07-05 18:27:21 +01:00
MX
223de97d8c
NFC: Cache plugin name not full path, saves some RAM [ci skip]
...
by Willy-JL
2024-07-04 22:53:47 +03:00
MMX
36e227d24d
Merge pull request #774 from korden32/patch-1
...
LFRFID: Update t5577 passwords
2024-07-04 06:24:33 +03:00
MX
842922f018
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2024-07-04 04:56:04 +03:00
Astra
2715d9a0e1
[FL-3752] Fix iButton/LFRFID Add Manually results being discarded ( #3749 )
...
Co-authored-by: あく <alleteam@gmail.com>
2024-07-03 12:44:17 +01:00
RebornedBrain
3224401479
[FL-3835] Ultralight C authentication with des key ( #3720 )
...
* Update api_symbols.csv
* Ultralight C 3des implementation added
* Access check for Ultralight cards is now splitted into 2 functions one for ULC card and another for common
* Ultralight C authentication command handlers added
* Update api_symbols.csv and api_symbols.csv
* Length added to ultralight encrypt function
* New structure for storing 3des key added
* Reseting of 3des_key added
* des_context init/deinit added to poller
* New poller step for ultralight c auth added
* Added ultralight c des key to application
* Renamed felica unlock scenes to more generic des auth scenes, because they are now used also for ultralight c
* Show different menus for different ultralight card types
* Update api_symbols.csv and api_symbols.csv
* Some macro defines added
* Different amount of pages will be now read for ultralight C and others
* New unit test for ultralight C
* Some comments and macro replacements
* New function added to api
* Now all data read checks mfulC separately
* Adjusted listener to handle missing 3des_key properly
* Now poller populates 3des_key after reading with auth to card data
* Nfc: rename _3des_key to tdes_key
* Bump API Symbols
* Mute PVS Warnings
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-07-03 12:38:30 +01:00
MX
0812cd30b2
Merge remote-tracking branch 'OFW/dev' into dev
2024-07-01 22:18:36 +03:00
Astra
81e2736145
[FL-3831] Separate editing and renaming in iButton and LFRFID ( #3735 )
...
Co-authored-by: あく <alleteam@gmail.com>
2024-06-30 12:34:13 +01:00
Astra
0b2827836d
[FL-3860] Update link to mfkey32 ( #3738 )
...
Co-authored-by: あく <alleteam@gmail.com>
2024-06-30 11:54:59 +01:00
KorDen
3b4183f4dd
LFRFID: Update t5577 passwords
...
Removed duplicates; added few more China cloners pw
2024-06-30 10:09:19 +03:00
MMX
2b25c14374
Merge pull request #771 from Willy-JL/emv-transactions-restructure
...
NFC: EMV Transactions less nested, hide if unavailable
2024-06-27 14:14:14 +03:00
MX
a91a4af053
Merge remote-tracking branch 'OFW/dev' into dev
2024-06-27 04:36:00 +03:00
Willy-JL
1d41944182
NFC: EMV Transactions less nested, hide if unavailable
2024-06-26 03:21:37 +02:00
Zinong Li
a881816673
NFC: Desfire Renderer Minor Debug ( #3731 )
...
* Update mf_desfire_render.c
Co-authored-by: あく <alleteam@gmail.com>
2024-06-25 14:37:50 +01:00
IRecabarren
653423145b
Add support for Sony RM-SC3 remote control ( #3724 )
...
Commands:
Power
Vol_up
Vol_dn
Play
Pause
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-06-25 13:40:40 +01:00
MX
632627b2d5
set idle state when running read from main menu
2024-06-22 17:14:55 +03:00
MX
990d80e5b9
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2024-06-17 23:59:15 +03:00
Sergei Gavrilov
d8ef0991fb
ELF, Flipper application: do not crash on "out of memory" ( #3664 )
...
* ELF, Flipper application: do not crash on "out of memory"
* loader: better error messages
* typo
* fix position
* Loader: QR code for common errors
* NFC: error message
* Loader: error descriptions
2024-06-17 16:40:47 +01:00
gornekich
729db7fa98
[FL-3857] NFC Ultralight Original write support ( #3718 )
...
* mf ultralight: rename ultralight unknown to origin
* nfc app: add write to origin support for origin ultralights
* mf ultralight: add orig write support on lib level
* targets: bump major API version
2024-06-17 15:20:35 +01:00
MX
30b376f4e3
subghz sync delete scene with ofw
2024-06-17 16:40:10 +03:00
Astra
ecd324dd1c
[FL-3856] Don't crash on reading weird cards ( #3717 )
...
* Don't crash on reading weird cards
* mf plus: fix incorrect read fail event handler
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-06-17 14:18:53 +01:00
MX
47c1031dc7
Merge remote-tracking branch 'OFW/astra/mfp-crash-fix' into dev
2024-06-17 15:33:41 +03:00
MX
2a163db3ad
fix add manually and fix check
2024-06-17 15:33:08 +03:00
gornekich
0b8ddb6173
mf plus: fix incorrect read fail event handler
2024-06-17 12:59:28 +01:00
MX
0770578d49
fix incorrect state in decode raw exit
...
causing keys to be not removed from history and showing up in Read menu after exit from decode raw
2024-06-17 02:16:20 +03:00
Skorpionm
bda6d4f75a
[FL-3853] SubGhz: fix Missed the "Deleted" screen when deleting RAW Subghz ( #3715 )
2024-06-16 13:39:26 +01:00
MX
5da3ab440f
Merge remote-tracking branch 'OFW/skorp/subghz_fix_3853' into dev
2024-06-16 14:23:52 +03:00
SkorP
cdc7e36d5c
[FL-3853] SubGhz: fix Missed the "Deleted" screen when deleting RAW Subghz
2024-06-15 21:10:59 +04:00
MX
5d4ed946cb
move part of the CLI to microsd to free up space for COMPACT 0 builds
...
CLI wrapper and idea by Willy-JL
2024-06-15 15:12:50 +03:00