Commit graph

2510 commits

Author SHA1 Message Date
MX
6396e3287a
Fix HID Analyzer plugin
use new attach_to_gui function
2022-08-12 23:17:15 +03:00
MX
c78e0b8706
update changelog 2022-08-12 20:58:26 +03:00
MX
adb64051fc
Merge branch 'fz-dev' into dev 2022-08-12 17:52:29 +03:00
Georgii Surkov
9e452d2b26
[FL-2735] IR green LED fix (#1591)
* Fix incorrect LED behaviour
* Turn green LED off before blinking
2022-08-13 00:40:26 +10:00
MX
250674925b
Merge branch 'fz-dev' into dev 2022-08-12 16:52:25 +03:00
Georgii Surkov
1655366ef4
[FL-2728] Fix Null Pointer Dereference errors in IR #1583
Co-authored-by: あく <alleteam@gmail.com>
2022-08-12 22:50:04 +09:00
hedger
c846bca280
FuriHal: do not enable LSECSS if BORRST is active (#1590)
Co-authored-by: あく <alleteam@gmail.com>
2022-08-12 22:40:28 +09:00
Daniel
2ad9aec802
Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-12 14:27:06 +02:00
あく
6ee2c15854
FuriHal,About,Desktop: show provisioned region (#1589)
Co-authored-by: hedger <hedger@users.noreply.github.com>
2022-08-12 13:19:29 +03:00
Yukai Li
1db7632041
fbt: clear PYTHONPATH in env setup (#1585) 2022-08-12 12:01:25 +03:00
MX
76a4a58924
Merge branch 'fz-dev' into dev 2022-08-12 05:21:52 +03:00
MX
13465ef41d
Merged latest OFW changes 2022-08-12 05:18:27 +03:00
Daniel
be942ef7b2
feat[unirfremix]: allow protocols other than raw 2022-08-12 01:55:19 +02:00
MX
db430214e2
Return storage fixes OFW PR 1563
This reverts commit b2bd1353a9.
2022-08-12 00:53:52 +03:00
Daniel
f84d5e9b85
refactor[playlist]: made app a plugin 2022-08-11 20:47:08 +02:00
Daniel
1a60093689
feat[playlist]: overview view 2022-08-11 20:05:56 +02:00
Daniel
a8eb53af4e
fix[playlist]: resending playlist 2022-08-11 18:48:02 +02:00
Daniel
5cb074fc24
fix[playlist]: crash & mass send on pause 2022-08-11 18:24:35 +02:00
あく
e0b184c057
Scripts: add new region to otp generator (#1582) 2022-08-12 01:10:50 +09:00
Daniel
d9265164a3
Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-11 18:08:25 +02:00
MX
75b1eadd74
Update Frequency analyzer by ClusterM
OFW PR 1557 & PR 43
2022-08-11 18:46:58 +03:00
Nikolay Minaylov
a5a79c5da3
[FL-2705] RPC APP fixes #1568
Co-authored-by: あく <alleteam@gmail.com>
2022-08-12 00:37:23 +09:00
Skorpionm
36b8dfe655
[FL-2729] SubGhz: fix bett decoder (#1573)
* SubGhz: fix bett decoder
* SubGhz: fix duration preamble bett protocol

Co-authored-by: あく <alleteam@gmail.com>
2022-08-12 00:21:13 +09:00
Nikolay Minaylov
aab8ce5e3a
Skip empty lines in favorites.txt (#1571)
Co-authored-by: あく <alleteam@gmail.com>
2022-08-12 00:16:47 +09:00
hedger
874eb46c93
rpc: fixed missing read blocks (#1581)
* rpc: fixed missing read blocks
* rpc: storage: restored old behavior
* rpc: allocating 0 bytes for empty read

Co-authored-by: あく <alleteam@gmail.com>
2022-08-11 23:51:31 +09:00
Skorpionm
a39111ade2
[FL-2723] SubGhz: add protocol Honeywell_WDB / Doorbell (#1560)
* SubGhz: add protocol Honeywell_WDB (receive/save/load/transfer)
* SubGhz: add  parsing data honeywell
* SubGhz: fix UI CAME TWEE
* SubGhz: add unit_test honeywell_wdb

Co-authored-by: あく <alleteam@gmail.com>
2022-08-11 21:20:31 +09:00
Vri
79d9731ea5
fix: typo badusb demo windows (#1579)
* fix: typo badusb demo windows: Fix a typo in the badusb demo script for Windows.
* Assets: update manifest

Co-authored-by: あく <alleteam@gmail.com>
2022-08-11 20:47:18 +09:00
あく
ba0502ae1b
SubGhz: show region provisioning message (#1580)
* SubGhz: region provisioning message
* SubGhz: correct region warning text
2022-08-11 20:18:02 +09:00
あく
fae392d84e
[FL-2677] SubGhz: region provisioning (#1574)
* FuriHal: region HAL draft
* FuriHal,SubGhz: complete region provisioning.
* Rpc: fix null pointer dereference.
* Cli: device info formatting
* FuriHal: region provisioning fixes and documentation.
2022-08-11 19:21:56 +10:00
hedger
add2497a1c
rpc: additional verification of message data (#1576)
* rpc: additional verification of message data
* rpc: storage: fixed read handler
* acessor: fixed record naming
2022-08-11 17:28:57 +09:00
Daniel
b67dfb5821
Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-11 01:34:10 +02:00
Daniel
4c2e38b51c
refactor[playlist]: repetitions 2022-08-11 01:33:41 +02:00
Daniel
d13b4e3bd5
feat[playlist]: implementd sending 2022-08-11 00:44:35 +02:00
MX
91c7441fa8
Update Frequency analyzer by @ClusterM
OFW PR #1557
2022-08-10 22:46:12 +03:00
MX
46b7b3121b
update universal ir audio & tv assets
from UberGuidoZ repo, updates by amec0e
2022-08-10 20:21:26 +03:00
Daniel
b7922a2a49
Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-10 17:04:10 +02:00
MX
ed034da3ff
update changelog 2022-08-10 17:55:52 +03:00
MX
b2bd1353a9
Temporary drop storage fixes OFW PR #1563 2022-08-10 16:53:54 +03:00
MX
3d723679bd
free message queue and nrfsniff updates
nrfsniff updates by mothball187 and ESurge
2022-08-10 05:03:01 +03:00
Daniel
f0937e91f1
Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-10 03:43:43 +02:00
MX
8527b7a8ed
update changelog 2022-08-10 01:06:46 +03:00
MX
338871cb2b
Merge branch 'fz-dev' into dev 2022-08-09 21:39:35 +03:00
MX
06a444a512
do not replace keeloq mfcodes user file on every update 2022-08-09 21:38:28 +03:00
hedger
1d50a5981e
[FL-2059] Storage fixes for handling empty files (#1563)
* storage: fixed handling of zero-length files
* docs: added ReadMe.md for vscode workspace
* rpc: storage: improved empty file & error handling in write handler
* docs: markdown fix
* docs: typo fixes

Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-08-10 00:57:11 +09:00
Astra
01eb92db06
Mifare Classic emulation fixes (#1566)
* Add fix for field
* More small bugfixes
* Clean up
2022-08-10 01:45:52 +10:00
MX
419b51dc80
Merge branch 'fz-dev' into dev 2022-08-09 17:09:53 +03:00
MX
21e52bea25
new icon and add new AC remote in universal ac
icon and remote dumps by Svarich
2022-08-09 17:08:48 +03:00
MX
ca23d0c207
fix building updater package (#1564) 2022-08-09 15:16:09 +03:00
MX
4d955ed455
Merge pull request #46 from ESurge/eng1n33r
Fixed an issue where attempts to write to addresses.txt will freeze program if the file doesn't exist
2022-08-09 15:12:34 +03:00
MX
2b357a12bc
add a bit more stack to spectrum analyzer
maybe it will be a little bit faster (but its not)
2022-08-09 15:12:20 +03:00