MX
57f68c11e9
Deduplicate fans.ir
...
Thanks to @Amec0e
2022-12-19 17:57:56 +03:00
MX
94e7bb7fe3
Add mouse jiggler to USB Keyboard&Mouse App
2022-12-19 17:56:13 +03:00
MX
da32d252db
Clock - use system locale settings
2022-12-19 17:54:59 +03:00
MX
1a4071a7c1
Merge pull request #215 from airs0urce/dev
...
Added Toshiba F-WSA20 and Senko TR828
2022-12-19 16:59:05 +03:00
MX
084cdc6ad0
Merge branch 'fz-dev' into dev
2022-12-19 16:57:00 +03:00
Konstantin Volkov
36e15a1352
Doom/Unit_tests flashing proper firmware ( #2133 )
...
* doom: should fix all issues, needs review
* fixed flash call and added port
* increased timeout, full flash wasn't completing
* turned serial back
* added unit formatting and force flag for overwriting files
* testing crash
* fixed step names, added release flashing, removed unit_tests from updater tests
* changed checkout method, added step validations
* removed duplicated tag
* fixed styling, stopped relying on shebang lines, removed debug output
* moved format to the end, flash_usb_full copies resourses already
* awaiting flipper after flashing and step status for file move
Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-12-19 22:07:23 +09:00
あく
94453d9100
[FL-3046] Notification: fix recursive speaker acquire #2147
2022-12-19 20:57:44 +09: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
Nikolay Minaylov
f10e82c64d
[FL-3024] Locale settings ( #2137 )
...
* Locale settings
* Time/date format fix
* Locale: add docs, enums for HAL, cleanup.
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-12-19 18:38:20 +09:00
MX
0238da8ac9
Update SubGHz Bruteforcer
2022-12-19 00:53:08 +03:00
MX
5e5d6cf1a0
Update changelog
2022-12-19 00:52:37 +03:00
MX
f2e6384860
add links to dev builds and releases in telegram
2022-12-17 08:53:03 +03:00
MX
0c3fc5cc30
Merge remote-tracking branch 'origin/dev' into dev
2022-12-17 08:49:54 +03:00
MX
1464c65d10
Create FUNDING.yml
2022-12-17 08:49:13 +03:00
MX
96a97f1bfb
Merge branch 'fz-dev' into dev
2022-12-17 07:25:49 +03:00
Skorpionm
2dea6969fe
[FL-3040] Audio support for SubGhz ( #2131 )
...
* Furi_hal_speaker: multiple resource usage
* Furi_hal_speaker: fix multiple resource usage
* Furi_hal_speaker: fix music_player_worker
* Furi_hal_speaker: fix mutex release queue handling
* SubGhz: add furi_hal_subghz_set_debug_pin
* SubGhz: add sound SubGhz Read, SubGhz Read RAW
* furi_hal_speaker: add __attribute__((warn_unused_result)) for furi_hal_speaker_acquire()
* Furi_hal_speaker: fix review comments
* SubGhz: cleanup naming and locking timings
* SubGhz,FuriHal: fix speaker deinit logic and subghz speaker release sequence
* FuriHal: crash on speaker acquire/release from IRQ
* Furi, FuriHal: FURI_WARN_UNUSED and documentation update
* Bump api symbols version: fix broken speaker
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-12-17 07:20:10 +09: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
fbcb1f0c6e
Merge pull request #208 from gid9798/scene_set_faac
...
Removing duplicate code in subghz FAAC scenes.
2022-12-16 01:36:31 +03:00
MX
a0488624b5
Merge branch 'dev' into scene_set_faac
2022-12-16 01:31:26 +03:00
MX
d56e399ae5
Update readme
2022-12-16 00:48:15 +03: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
Adam Boeglin
1dc79fddf0
Added support for IDTECK cards ( #2134 )
2022-12-16 05:02:43 +09:00
gid9798
f43fd7a351
Removing duplicate code in subghz scnes.
2022-12-15 17:31:54 +03:00
MX
03153b4d02
Merge branch 'fz-dev' into dev
2022-12-14 16:54:13 +03:00
Skorpionm
327df4a813
[FL-3034] WS: fix protocol and add new ( #2116 )
...
* WS: fix Nexus-TH potocol
* WS: add Oregon_v1 protocol
* WS: add AmbientWeather-TX8300 protocol
Co-authored-by: あく <alleteam@gmail.com>
2022-12-14 17:27:55 +09:00
Der Skythe
1fa4c646e6
VSCode: add task 'Serial console' and group task with sequence calling ( #2121 )
...
* Add task 'Serial console' and group task with sequence calling
* PR fixes
Co-authored-by: あく <alleteam@gmail.com>
2022-12-14 16:42:13 +09:00
usiegl00
1c12613863
Prevent hacking related backgrounds from being displayed in dummy mode. ( #2107 )
...
* Prevent hacking related backgrounds from being displayed in dummy mode.
* Add function call to animation manager to set dummy mode.
* Reboot retains dummy mode background.
Co-authored-by: あく <alleteam@gmail.com>
2022-12-12 21:46:41 +09:00
Kassim
d541f142c8
Add Mouse Jiggler to HID Remote ( #2113 )
...
* feat: add Mouse Jiggler to HID Remote
* move processing to use furi_timer instead of draw loop
* HidApp: refine mouse jiggler, move timer work into enter/exit callbacks
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-12-12 18:47:22 +09:00
MX
966528b16a
Merge branch 'fz-dev' into dev
2022-12-11 22:31:46 +03:00
MX
87fb852bcf
Weather Station: Fix display of temps lower than -9 ( #2120 )
...
Co-authored-by: あく <alleteam@gmail.com>
2022-12-12 04:29:58 +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
76e8b00dc8
WS: Fix displaying temps lower than -9
2022-12-11 03:04:12 +03:00
MX
f73d28677b
Update changelog
2022-12-11 01:08:00 +03:00
MX
bb3dd48447
Merge branch 'fz-dev' into dev
2022-12-11 00:44:27 +03: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
63b40992ef
Fix naming was different from OFW
2022-12-11 00:09:38 +03:00
あく
27921e42ff
Github: fix unit tests workflow ( #2117 )
2022-12-11 05:34:12 +09:00
MX
ebf39f189d
Add link back
2022-12-10 22:39:04 +03:00
Georgii Surkov
2954ec6d97
[FL-3025] IR button overflow fix ( #2115 )
...
* Allow for more than 255 button_menu items
* Allow more than 255 items in submenu
* Fix button_menu_reset
Co-authored-by: あく <alleteam@gmail.com>
2022-12-11 03:05:52 +09:00
MX
31a9a3f5f3
SubGHz: Improve signal text visibility in history ( #2111 )
...
Co-authored-by: あく <alleteam@gmail.com>
2022-12-11 02:31:07 +09:00
MX
2fcff37f88
Add POCSAG Receiver plugin
2022-12-10 20:08:17 +03:00
MX
35a4eef3fc
Merge branch 'fz-dev' into dev
2022-12-10 19:30:20 +03:00
MX
01e24f6837
WS: Show received signal age ( #2087 )
...
* Feat: Show received signal age: by @LY2NEO with some fixes from me
* WS: Signal age display GUI fixes and improvements
* WeatherStation: refactor variable names
* WS: GUI fixes and improvements: add icons by @Karator and apply UI changes
* Weather Station: proper event flow for view redraw.
Co-authored-by: あく <alleteam@gmail.com>
2022-12-11 00:30:03 +09:00
Max Andreev
9d728a1c65
Check FL ticket in PR name after merge ( #2076 )
...
* Add base
* Add base again
* Test reporting
* Fix reporting
* Fix secrets
* Fix arguments in report
* Remove depricated actions
* Disable reporting on PR
Co-authored-by: あく <alleteam@gmail.com>
2022-12-10 22:10:51 +09:00
Astra
7fb1af07b8
[FL- 3014] Untangle NFC from Unit Tests ( #2106 )
...
* Untangle NFC from Unit Tests
* nfc tests: add log error
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-12-10 22:02:34 +09:00
MX
e756c680e5
RFID and iButton fuzzer fixes
...
Attempt to fix crash when exiting from uids from file attack
2022-12-10 04:36:44 +03:00