Victor
5458157924
Added external CC1101 support
2023-02-02 22:47:50 +03:00
MX
f45f2a45da
Remove invalid keys from mf classic dict
2023-02-02 13:46:53 +03:00
MX
d94caf0ba6
Merge pull request #306 from amec0e/dev
...
Updated infrared assets + InfraredCaptures Documentation
2023-02-02 12:47:48 +03:00
MX
16f8f2c2df
Merge branch 'fz-dev' into dev
2023-02-02 11:54:20 +03:00
amec0e
989442eab6
Updated fans.ir
...
Removed 2 temp entries as it does not adjust fan speed.
2023-01-31 17:20:23 +00:00
amec0e
d91dc04585
Updated tv.ir
...
updated last checked
2023-01-31 15:09:31 +00:00
amec0e
e6f7e3a37e
Updated projectors.ir
2023-01-31 15:09:01 +00:00
amec0e
2929b12134
Updated fans.ir
2023-01-31 15:08:39 +00:00
amec0e
3985cb61c8
Updated audio.ir
2023-01-31 15:08:17 +00:00
amec0e
376e45a09d
Updated ac.ir
...
Updated last checked
2023-01-31 15:07:50 +00:00
DEXV
55054fc1a7
Assets: correct MicroSD card pinout in service animations ( #2323 )
...
* New Micro Sd-Card pinout: fixing the Micro Sd-Card pinout for the blocking an internal sd card animations
* Updating the sd card pinout
* Updating magnifying glass
2023-01-29 17:55:04 +07:00
amec0e
42fc209c63
Updated tv.ir
2023-01-19 17:07:17 +00:00
amec0e
2aafc207c0
Updated projectors.ir
...
Updated last checked
2023-01-19 17:06:58 +00:00
amec0e
ecb0e5c520
Updated fans.ir
2023-01-19 17:06:13 +00:00
amec0e
c875aca468
Updated audio.ir
2023-01-19 17:05:50 +00:00
amec0e
80a778e4cb
Updated ac.ir
...
Updated last checked
2023-01-19 17:05:30 +00:00
MX
6e1875f285
Remove New Year update slideshow
2023-01-18 22:53:22 +03:00
MX
dfe141c78f
Merge pull request #282 from amec0e/dev
...
Updated Infrared Assets
2023-01-18 18:28:19 +03:00
MX
c708a301f5
Merge branch 'fz-dev' into dev
2023-01-18 18:26:49 +03:00
hedger
341610b8a1
[FL-3080] fbt: PVS support ( #2286 )
...
* fbt: added firmware_pvscheck & firmware_pvs targets for *nix
* fbt: pvs support on Windows
* fbt: additional fixes & docs for PVS support
* fbt: fixes for updater env configuration
* github: reworked pvs workflow
* vscode: added PVS shortcut
* pvs: added --ignore-ccache flag
* fbt: pvs: opening web browser if there are warnings
* fbt: pvs: added browser handler for mac
* github: fixed report path for PVS
* fbt: pvs: fixed report upload path
* removed intentional PVS warning
* fixed more PVS warnings
* fixed secplus_v1 PVS warning
* fbt: added PVSNOBROWSER flag
* github: setting PVSNOBROWSER for pvs runs
* fbt: less debug output
Co-authored-by: あく <alleteam@gmail.com>
2023-01-17 15:55:49 +03:00
amec0e
d50418e839
Updated projectors.ir
2023-01-13 18:17:47 +00:00
amec0e
682d2d9b6f
Updated tv.ir
2023-01-13 17:38:53 +00:00
amec0e
deaf80fddc
Updated projectors.ir
2023-01-13 17:38:31 +00:00
amec0e
895dba06ba
Updated fans.ir
2023-01-13 17:38:06 +00:00
amec0e
c89a594d30
Updated audio.ir
2023-01-13 17:37:44 +00:00
amec0e
70f0ab1442
Updated ac.ir
2023-01-13 17:37:13 +00:00
Georgii Surkov
75e9de12b0
[FL-3078] Per protocol signal repeat count ( #2293 )
...
* Better Infrared protocol file structure
* Rename InfraredProtocolSpec to InfraredProtocolVariant
* Slightly better names
* Add repeat count field to protocol variant description
* Repeat the signal the appropriate number of times when brute-forcing
* Repeat the signal the appropriate number of times when sending via worker
* Better signal count logic in infrared_transmit
* Better variable names
* Convert some raw signals to messages in tv.ir
Co-authored-by: あく <alleteam@gmail.com>
2023-01-13 16:50:19 +03:00
Liam Droog
b7046b2179
Change broken BadUSB link to Hak5 duckyscript quick reference webpage ( #2270 )
...
* Change broken link to Hak5 duckyscript quick reference webpage
* Update BadUSB syntax link
2023-01-09 15:03:51 +09:00
amec0e
cd4f719783
Updated tv.ir
...
New additions and removed 2 mislabelled buttons CH- and VOL- which in fact was Pre_ch and Num_Input
2023-01-07 22:21:48 +00:00
amec0e
b3f32b6938
Updated projectors.ir last checked
2023-01-07 22:20:51 +00:00
amec0e
3a4b5e6445
Updated fans.ir
2023-01-07 22:20:16 +00:00
amec0e
754a29009d
Updated audio.ir
2023-01-07 22:19:56 +00:00
amec0e
8c791a998a
Updated ac.ir
2023-01-07 22:19:27 +00:00
MX
a921a828e5
Fix Dolphin animations manifests
2023-01-07 02:00:39 +03:00
MX
a94c553c5a
Merge branch 'fz-dev' into dev
2023-01-07 01:59:20 +03:00
Astra
5e74622b2a
[FL-3072] Add the sleigh ride animation ( #2224 )
...
* Add sleigh animation
* Fix manifest
Co-authored-by: あく <alleteam@gmail.com>
2023-01-07 01:16:58 +09:00
あく
41c43f4805
Various improvements: Toolbox, Updater and Unit Tests. ( #2250 )
...
* Toolbox: add seek to character stream method. UpdateUtils: reverse manifest iterator. UnitTests: more unit tests.
* Target: bump API version. Updater: delete empty folders from manifest before resource deployment.
* UnitTests: use manifest from unit_tests folder instead of global one
* Make PVS happy
* sector cache: allocate always
* Better PVS config for manifest.c
* PVS: Move exception outside of condition
* PVS: remove confusing condition
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2023-01-06 16:31:17 +10:00
amec0e
ecf7dfd8fd
Updated audio.ir
2023-01-05 21:39:09 +00:00
amec0e
c8fb64ce22
Updated fans.ir
2023-01-05 21:38:19 +00:00
amec0e
11c6d2d0be
Updated projectors.ir
2023-01-05 21:37:26 +00:00
amec0e
23155f9891
Updated ac.ir
2023-01-05 21:36:40 +00:00
amec0e
9248de50d1
Updated tv.ir
2023-01-05 21:34:55 +00:00
Jack Webb-Heller
b8dd75884c
Add Dyson Purifier Hot+Cool support to IR AC Library ( #2252 )
2023-01-05 22:39:42 +03:00
peoblouk
84fbe6ad36
adding CZ layout support
2022-12-31 17:35:44 +01:00
MX
7fae0d5070
Add arrow on new year slideshow
...
by @Svaarich
2022-12-29 23:24:40 +03:00
MX
1c2f4da4ee
New Year slideshow
...
Preparing new release, pictures for slideshow by @Svaarich
2022-12-29 02:05:04 +03:00
amec0e
a96eb74f91
Updated tv.ir
...
Added POWER only button support for Sony Bravia KDL40RD453
2022-12-28 18:22:34 +00:00
amec0e
dc6379a1ca
Updated tv.ir
...
Added POWER only button support for Sony Bravia KDL40RD453
2022-12-28 18:16:26 +00:00
MX
66d31b3a0e
Merge branch 'fz-dev' into dev
2022-12-28 21:01:36 +03:00
Konstantin Volkov
27ee0f73f7
Fixing various typos in readme files #2208
...
Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
2022-12-28 23:30:20 +09:00
MX
473f9c0e44
Merge branch 'fz-dev' into dev
2022-12-27 16:06:27 +03:00
Skorpionm
1390f10a6f
[FL-3068] SubGhz: add Holtek_ht12x protocol ( #2187 )
...
* SubGhz: add Holtek_ht12x protocol
* SubGhz: add unit_test holtek_ht12x
* SubGhz: correct string formatting
Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 17:29:21 +09:00
Daniel Carvallo
8a279758fd
Fix quoted error for macOS bad-usb ( #2155 )
...
* Add stderr redirect to null device
* Remove stderr redirect and replace <`> with <'>
Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 16:55:25 +09:00
amec0e
3ec517bb54
Updated tv.ir last checked
2022-12-26 23:05:04 +00:00
amec0e
bce32bf893
Updated projectors.ir
2022-12-26 23:04:38 +00:00
amec0e
29ba7956c1
Updated fans.ir last checked
2022-12-26 23:03:57 +00:00
amec0e
05293ce860
Updated audio.ir
2022-12-26 23:03:28 +00:00
amec0e
b21618b4cc
Updated ac.ir last checked
2022-12-26 23:02:33 +00:00
Dmitry Eroshenko
ad3bff0b67
Update ac.ir ( #2184 )
...
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
2022-12-24 21:44:04 +03:00
valentinegb
10580b5117
Add Edifier R1850DB signals to audio.ir ( #2168 )
...
Co-authored-by: あく <alleteam@gmail.com>
2022-12-23 12:13:13 +03:00
MX
3b1bc8b7e1
Update infrared assets
...
by @amec0e
2022-12-21 20:44:39 +03:00
MX
05147e5b7a
Update universal remote assets
...
by @Amec0e
2022-12-21 14:19:12 +03:00
valentinegb
2796623551
Add VIZIO signals to tv.ir ( #2167 )
...
* Add VIZIO signals to tv.ir
* Fix improper formatting
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
2022-12-21 12:30:40 +03:00
MX
57f68c11e9
Deduplicate fans.ir
...
Thanks to @Amec0e
2022-12-19 17:57:56 +03:00
Dmitry Eroshenko
30801d4eb8
Added Toshiba F-WSA20 and Senko TR828
...
Works for other models of the brands. Both fans purchased in Vietnam
2022-12-19 17:01:30 +07:00
MX
675d1f007f
OFW Anim updates
2022-12-16 02:55:34 +03:00
MX
65b6dd5707
Merge branch 'fz-dev' into dev
2022-12-16 02:51:15 +03:00
あく
3681a5478c
[FL-3044] Dolphin: add new animation
2022-12-16 08:04:15 +09:00
MX
021ba9dc1a
Merge branch 'fz-dev' into dev
2022-12-16 00:16:47 +03:00
Skorpionm
b5e7bb3334
[FL-3043] SubGhz: add SMC5326, UNILARM protocol ( #2138 )
...
* SubGhz: add SMC5326 protocol
* SubGhz: add unit_test smc5326 protocol
Co-authored-by: あく <alleteam@gmail.com>
2022-12-16 05:25:43 +09:00
MX
d87caac5fe
Merge branch 'fz-dev' into dev
2022-12-11 21:34:32 +03:00
Eric Betts
6ff437ad18
Dictionary stuff: iClass keys ( #2118 )
...
* MFC comments
* iClass keys from proxmark3 repo
Co-authored-by: あく <alleteam@gmail.com>
2022-12-12 02:32:25 +09:00
MX
17ea9315e0
Fix incompatibility with OFW in subghz part + improve speed
...
SubGHz app launch times improved, also setting_user file no longer added by firmware, this update will remove this file, be sure to backup!
Now this file is actually should be created by user and will be not removed every update!
2022-12-11 00:42:26 +03:00
MX
6f9f0dbe6e
Infrared: Update assets
...
by @Amec0e
2022-12-09 20:42:09 +03:00
MX
aae82b2694
Misc fixes & updates
2022-12-09 20:00:39 +03:00
MX
1fc67f76a2
Merge branch 'fz-dev' into dev
2022-12-08 08:58:39 +03:00
gornekich
c535b8f4ce
[FL-3017], [FL-3018] Change NFC emulation screens ( #2102 )
...
* nfc: fix emulate uid view
* archive: hide dot files in apps
* nfc: fix other emulation scenes view
2022-12-08 01:47:55 +09:00
Dmitry Zinin
cbc5e3fa92
IR TV Universal: Toshiba TV ( #2084 )
...
From Toshiba TV 32W1534DG (C)
Co-authored-by: あく <alleteam@gmail.com>
2022-12-07 18:50:44 +09:00
あく
2b06b41ffd
Dolphin: new animation L2_Wake_up_128x64 ( #2099 )
2022-12-07 19:34:36 +10:00
MX
e1e208922e
XMas / New year animation
...
by @Svaarich
2022-12-02 23:46:45 +03:00
MX
ef4bdf3909
Merge branch 'fz-dev' into dev
2022-12-01 22:13:12 +03:00
Skorpionm
79fbaf2620
SubGhz: unit_test modification of text files to one frequency and modulation ( #2066 )
...
* SubGhz: unit_test modification of text files to one frequency and modulation
* SubGhz: unit_tests raw file
Co-authored-by: あく <alleteam@gmail.com>
2022-12-02 04:07:16 +09:00
MX
eec21b073b
Merge branch 'fz-dev' into dev
2022-11-29 16:11:13 +03:00
Georgii Surkov
0261dc3075
[FL-2957] Unified Info API, App Error, Data Xchange ( #1998 )
...
* Update protobuf definitions
* Add Property subsystem entry point function
* Key-based system info and power info function stubs
* Remove unneeded functions
* Working power info
* Working system info
* Replace #defines with string literals
* Remove unneeded field
* Simplify system info formatting
* Refactor output callback handling
* Handle the last info element correctly
* Optimise power info, rename methods
* Add comments
* Add power debug
* Remove unneeded definitions
* Rename some files and functions
* Update protobuf definitions
* Implement App GetError and DataExchange APIs
* Send GetErrorReply with correct command_id
* Add RPC debug app stub
* Add more scenes
* Add warning, increase stack size
* Add receive data exchange scene
* Improve data exchange
* Add notifications
* Update application requirements
* Bump format version for property-based infos
* Correctly reset error text
* RCP: sync protobuf repo to latest release tag
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-11-29 18:08:08 +09:00
Georgii Surkov
849afc8798
[FL-2998] IR TV Universal Remote refactor and docs ( #2052 )
...
* Rename signals for IR TV universal remote
* Update UniversalRemotes.md
Co-authored-by: あく <alleteam@gmail.com>
2022-11-29 04:49:51 +09:00
StellarStoic
2985268fe3
Adding Slovenian, Bosnian and Croatian layout
...
Slovenian (si) / Croatian (hr) keyboard layout, which is also the default layout for Bosnian (ba) (Latin, Bosnia and Herzegovina)
2022-11-26 22:49:56 +01:00
Vadim
ab65c17dd5
possible keys for transport cards by novacard.ru
2022-11-24 11:52:04 +06:00
MX
7829428455
Merge branch 'fz-dev' into dev
2022-11-23 19:21:50 +03:00
Anna Prosvetova
51d478489a
Infrared: Add Olimpia Splendid AC ( #2038 )
...
Co-authored-by: あく <alleteam@gmail.com>
2022-11-23 22:43:48 +09:00
MangoTornado
669822cdd2
Fix typos in various outputs ( #2032 )
...
* Fix typos in various outputs
* Update u2f_view.c
Co-authored-by: あく <alleteam@gmail.com>
2022-11-23 22:15:08 +09:00
Skorpionm
00fcd9cfcd
[FL-2976] SubGhz: add protocol "Ansonic" ( #2000 )
...
* SubGhz: add protocol "Ansonic"
* SubGhz: fix encoder "Ansonic"
* SubGhz: add unit_test "Ansonic"
* SubGhz: fix flag
* SubGhz: protocol "Ansonic" fix timing
Co-authored-by: あく <alleteam@gmail.com>
2022-11-23 18:29:30 +09:00
MX
8bbfadffe5
Remove not widely used frequency from hopper
2022-11-22 16:37:54 +03:00
MX
0adcaf7592
Update infrared assets
...
by @Amec0e
2022-11-18 00:31:49 +03:00
MX
1e183d5450
SubGHz: Add 440.175 Mhz
2022-11-16 14:26:48 +03:00
MX
0f81248579
Add new freq and modulation to user config
2022-11-15 22:46:58 +03:00
MX
de5eb16ef2
New animation L3_FlipperMustache_128x64
...
animation by @Svaarich
2022-11-12 22:27:27 +03:00
MX
8b71ac9483
Fix FlipperCity animation
...
animation by @Svaarich
2022-11-11 21:46:21 +03:00
MX
3cba34bbc8
SubGHz: Add frequencies 434.075, 434.390
2022-11-11 18:46:35 +03:00
MX
741c784f2d
Introducing ibutton fuzzer
2022-11-11 18:12:55 +03:00
MX
684fdc632f
Merge branch 'fz-dev' into dev
2022-11-10 06:57:08 +03:00