Nikolay Minaylov
73441af9c6
BadUSB and Archive fixes ( #2005 )
...
* BsdUsb: fix empty lines handling
* Archive: folders and unknown files rename fix
Co-authored-by: あく <alleteam@gmail.com >
2022-11-12 20:55:42 +09:00
MX
3c7a4eeaed
iButton: Fix header "Saved!" message stays on other screens ( #2003 )
...
* iButton: Fix header "Saved!" message stays on other screens
* SubGhz,iButton: proper popup reset
Co-authored-by: あく <alleteam@gmail.com >
2022-11-12 18:45:19 +09:00
MX
3cba34bbc8
SubGHz: Add frequencies 434.075, 434.390
2022-11-11 18:46:35 +03:00
MX
8240b25fe0
iButton: header message fix
2022-11-11 17:04:32 +03:00
RogueMaster
e8a76df61d
Merge branch 'UNLEASHED' into 420
2022-11-10 20:12:04 -05:00
MX
95df532612
Frequency analyzer: Add counter, GUI fixes, allow Ok button - see desc.
...
When signal is present (when frequency window shows black background)
2022-11-11 03:45:09 +03:00
RogueMaster
a004eae2ba
Merge branch 'UNLEASHED' into 420
2022-11-10 17:01:00 -05:00
MX
f6eed35729
Reorder main menu
2022-11-11 00:54:09 +03:00
RogueMaster
55ab43e47b
Merge branch 'UNLEASHED' into 420
2022-11-10 15:12:20 -05:00
MX
930b369812
Merge branch 'fz-dev' into dev
2022-11-10 21:38:03 +03:00
RogueMaster
7d67cd958b
Update nfc_scene_mf_ultralight_emulate.c
2022-11-10 13:12:45 -05:00
RogueMaster
a411305a5f
Update nfc_scene_mf_ultralight_emulate.c
2022-11-10 13:11:53 -05:00
RogueMaster
09c900d2b6
Merge branch 'ofwdev' into 420
2022-11-10 13:05:03 -05:00
Skorpionm
721ab717d7
[FL-2961] SubGhz: properly handle storage loss ( #1990 )
...
Co-authored-by: あく <alleteam@gmail.com >
2022-11-11 02:14:44 +09:00
RogueMaster
2ce7b4bdcc
Merge branch 'ofwdev' into 420
2022-11-10 11:44:55 -05:00
Astra
e7c4b40dbe
Force card types in extra actions ( #1961 )
...
* Mifare Classic forced read
* Add all the needed card types
* nfc: remove unused scene
* nfc: remove unused worker state
* nfc: fix read card type scene state usage
* nfc: move NfcReadMode to NfcDevData struct
* nfc: fix bank card reading and scene navigation
* nfc magic: fix magic deactifate function
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-11-11 01:29:57 +09:00
Astra
820afd2aec
NFC Unit tests part 1.1 ( #1927 )
...
* Mifare Classic 1/4K, 4/7b uid, NFC-A: NFC-A is not complete yet, as there are no 4b uid tests. Also, Mifare Classic tests don't cover the key cache yet.
* NFC unit tests require access to the NFC app
* Made nfc_device_save accept full path as an argument
* Move from cstrs to furi strings and fix logic
* nfc tests: fix memory leak
* nfc: add mf_classic_get_total_blocks() to API
* nfc tests: simplify nfc tests
* nfc: fix memory leak in shadow file saving
* nfc: fix set uid scene
* nfc: fix saving files
* nfc: fix preload nfc file path
* nfc: remove comments
Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com >
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-11-11 01:20:35 +09:00
RogueMaster
e52cb3ca74
Merge branch 'UNLEASHED' into 420
2022-11-10 10:56:06 -05:00
MX
625b1eb126
move -+ in freq analyzer, swap up & down button, more in desc
...
now its more intuitive and easier to select values in freq analyzer history
2022-11-10 12:30:01 +03:00
MX
22902aabcc
Cleanup code in unirf, fix issue #153
2022-11-10 12:15:10 +03:00
MX
684fdc632f
Merge branch 'fz-dev' into dev
2022-11-10 06:57:08 +03:00
g3gg0
fe216b4ddd
implemented unlock, read, save sequence
2022-11-09 22:59:09 +01:00
g3gg0
8d2daa7986
rename file to match scene name
2022-11-09 21:20:33 +01:00
g3gg0
fa74fc9541
fix naming ReadAuth->Unlock
2022-11-09 21:19:12 +01:00
g3gg0
c840e9ad49
added ISO15693 reading, saving and revealing from privacy mode (unlock)
2022-11-09 14:10:05 +01:00
RogueMaster
bafe3dc3c6
Update archive_scene_browser.c
2022-11-06 10:07:34 -05:00
RogueMaster
f72578c4b7
Update lfrfid_view_read.c
2022-11-06 10:02:52 -05:00
RogueMaster
d4d10377fd
Update lfrfid_i.h
2022-11-06 10:02:13 -05:00
RogueMaster
a514b64396
faster RFID
2022-11-06 10:00:58 -05:00
RogueMaster
30dbaea2e8
Merge branch 'ofwdev' into 420
2022-11-05 14:23:42 -04:00
あく
e8913f2e33
Code cleanup: srand, PVS warnings ( #1974 )
...
* Remove srand invocation
* PVS High priority fixes
* PVS High errors part 2
* Furi: heap tracing inheritance
* Furi add __builtin_unreachable to furi_thread_catch
2022-11-05 18:07:24 +03:00
hedger
04e50c9f89
fbt: fixes for ufbt pt3 ( #1970 )
...
* fbt: replaced debug dir paths with FBT_DEBUG_DIR
* scripts: updated requirements.txt
* fbt: fixed wrong import
* fbt: removed delayed import for file2image
* fbt: added UPDATE_BUNDLE_DIR internal var
* fbt: cleaner internal management of extapps
* applications: added fap_libs for core apps to link with resources when building with --extra-ext-apps
* fbt: removed deprecation stub for faps
* fbt: added quotation for icons build cmd
* fbt: reworked BUILD_DIR & fap work dir handling; fap debug: using debug elf path from fbt
* fbt: explicit LIB_DIST_DIR
2022-11-05 20:47:59 +09:00
RogueMaster
ef8be7b697
clock fun
2022-11-05 04:23:36 -04:00
RogueMaster
07313d8687
Some error fixes
2022-11-04 21:53:03 -04:00
ESurge
c461d40f94
Fixed Infrared FAP when fixing Infrared CLI
2022-11-04 15:23:54 -07:00
ESurge
4709ad4c0c
Restored Infrared and RFID CLI
2022-11-04 14:26:40 -07:00
RogueMaster
3d030e2d41
GPIO fap it up fap it up
2022-11-04 15:36:33 -04:00
RogueMaster
2cc4dadf19
Merge branch 'pr/401' into 420
2022-11-04 13:18:52 -04:00
MX
0ab400a27e
Merge branch 'fz-dev' into dev
2022-11-04 14:34:34 +03:00
RogueMaster
4f2c3c1ee3
Fix Order
2022-11-04 04:10:49 -04:00
RogueMaster
bbd51396df
Update infrared_i.h
2022-11-04 03:53:29 -04:00
RogueMaster
f14ec22903
Update application.fam
2022-11-04 03:52:53 -04:00
RogueMaster
a974dece57
assets fix?
2022-11-04 03:52:21 -04:00
RogueMaster
5dd50ad2c3
assets reference
2022-11-04 03:51:31 -04:00
RogueMaster
f541d2e367
clock move
2022-11-04 03:49:44 -04:00
RogueMaster
05e66ad91d
infrared FAP test
2022-11-04 03:48:17 -04:00
RogueMaster
d57af36705
fix icons reference
2022-11-04 03:33:18 -04:00
RogueMaster
bfde28cb38
fapssss
2022-11-04 03:31:01 -04:00
RogueMaster
6690df9971
Update lfrfid_view_read.c
2022-11-04 03:23:10 -04:00
RogueMaster
576e397d4e
Update lfrfid_i.h
2022-11-04 03:22:42 -04:00