Willy-JL
6555082e2a
Revert "Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev"
...
This reverts commit 708dd167c8 .
2023-02-10 20:50:30 +00:00
VerstreuteSeele
176c01c0da
More subghz (btw.. entire subghz update, credits to unleashed. will be in release note too)
2023-02-10 21:16:40 +01:00
VerstreuteSeele
708dd167c8
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev
2023-02-10 17:36:22 +01:00
VerstreuteSeele
5b1fe0caa0
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev
2023-02-10 17:30:12 +01:00
VerstreuteSeele
e7d01998c1
Update subghz
2023-02-10 17:29:45 +01:00
VerstreuteSeele
792d58c4cb
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-02-10 17:15:39 +01:00
Pierce
3eacb0c715
Fixed typo in nfc_magic_scene_wrong_card.c ( #2382 )
2023-02-10 21:52:53 +09:00
Willy-JL
9b80cec2fa
Add internal flash browser tab
2023-02-10 10:09:28 +00:00
Willy-JL
a1d1e2a5a2
Format
2023-02-10 08:56:07 +00:00
Willy-JL
0a43a72fc1
Init asset packs at desktop load
2023-02-10 08:55:47 +00:00
Willy-JL
8e2fd393ac
Load nsfw lvlup from sd with asset pack
2023-02-10 08:54:20 +00:00
Willy-JL
2b7f3797ee
Support animated icons in asset packs
2023-02-10 08:53:34 +00:00
Willy-JL
1a9f098936
Move lvlup anim to asset system
2023-02-10 04:31:03 +00:00
Willy-JL
8cec6ee207
Cleaner asset system
2023-02-10 04:29:54 +00:00
Willy-JL
8376e866e3
Use lvl2 sfw passport portait
2023-02-10 03:41:07 +00:00
Willy-JL
45809b28b0
Fix dashes in icon names
2023-02-10 03:15:31 +00:00
Willy-JL
33742b3268
Remove unused icons
2023-02-10 03:15:08 +00:00
Willy-JL
955e16b0ef
Move NSFW mode to an asset pack
2023-02-10 03:14:40 +00:00
Willy-JL
0a6f830ad0
Fix api version tag
2023-02-09 20:05:48 +00:00
Willy-JL
8b11797949
Fix api symbols
2023-02-09 19:53:25 +00:00
Willy-JL
5afe515896
Fix missing canvas custom font api
2023-02-09 19:44:34 +00:00
Willy-JL
55d18eb8a4
Kinda fix subghz protocols linker issues
2023-02-09 19:37:19 +00:00
Willy-JL
7474ac193e
Kinda fix subghz gpio pin shenanigans
2023-02-09 19:15:35 +00:00
Willy-JL
dfb6e9daa6
Fix spi header
2023-02-09 19:04:53 +00:00
Willy-JL
17db80794c
Better asset pack git ignore
2023-02-09 18:46:40 +00:00
VerstreuteSeele
af869ef8d2
Merging OFW | Suffering | Part 1 | Wont build as is
...
I honestly dont even know anymore...
2023-02-09 18:34:56 +01:00
VerstreuteSeele
c6dd13bc80
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev
2023-02-09 14:42:12 +01:00
VerstreuteSeele
5998d337e8
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-02-09 14:41:46 +01:00
Max Andreev
67c2d1cf61
Migrating CI/CD to Linode S3 ( #2380 )
...
* Test PVS linode S3
* Migrating to Linode S3
* Disable PVS action debug
* Fix pvs_studio.yml
2023-02-09 19:42:41 +09:00
Skorpionm
82c730b6be
SubGhz: fix cc1101_read_fifo func ( #2379 )
2023-02-09 14:45:30 +09:00
Petr Portnov | PROgrm_JARvis
4265057ee8
feat: add missing const qualifiers ( #2233 )
...
* feat: make `ViewPort` getters const
* feat: make tx-buffers const
* feat: make `canvas_get_buffer_size` const
* feat: make `canvas` methods const
* feat: make `icon_animation` methods const
* feat: make `scene_manager` methods const
* feat: make `loader` method const
* feat: make `canvas_get_font_params` const
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 13:58:01 +09:00
Skorpionm
163be139eb
SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) ( #2322 )
...
* SubGhz: add protocol DataRAW (binarization of data quantized by the minimum correlated duration)
* SubGhz: fix name history
* SubGhz: add encoder Data_RAW protocol
* SubGhz: decreasing the size of the LevelDuration structure
* SubGhz: history, added check that there is free RAM
* SubGhz: checking for free memory, support to pass without gap
* SubGhz: add running average to average the result, auto cut noise at the end of a burst
* SubGhz: support for repeating sequences
* SubGhz: fix secplus_v2 decoder
* SubGhz: bin_RAW fix add history
* SubGhz: add debug
* SubGhz: debug refactoring
* FURI_LOG: add FURI_LOG_RAW_x formatted string output like printf
* SubGhz: fix new FURI_LOG metod
* FURI_LOG: fix unit test
* SubGhz: add enable/disable BinRAW protocol decoding
* SubGhz: fix PVS
* SubGhz: forcibly turn off the speaker when exiting SubGhz
* SubGhz: adaptive adjustment to the noise level
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 13:48:06 +09:00
Patrick Cunningham
71871949ec
Picopass: show elite key used from dictionary ( #2119 )
...
* show elite key used from dictionary
* remove space so it fits on screen
Co-authored-by: あく <alleteam@gmail.com >
2023-02-09 12:47:16 +09:00
Victor Nikitchuk
d7ecc95de4
Firmware fixes and improvements for flashing via blackmagic ( #2321 )
...
Co-authored-by: quen0n <quen0n@github.com >
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: hedger <hedger@users.noreply.github.com >
2023-02-09 12:40:04 +09:00
jbohack
7bde578a36
added pager bruteforce playlist for looping
2023-02-08 14:04:53 -05:00
jbohack
8370367f31
added common lrs pager frequency to subghz read & analyzer
2023-02-08 13:56:31 -05:00
jbohack
65ed2ed277
added pager bruteforce for lrs pagers
...
thanks jimi!
2023-02-08 13:54:06 -05:00
jbohack
892adcc695
added pager modulation, removed duplicate modulations, and cleaned up duplicate setting file
2023-02-08 13:46:33 -05:00
hedger
a005087636
fbt: building fap_dist for compact gh build; accessor: fixed for latest ibutton changes ( #2377 )
...
* fbt: building fap_dist as default target; accessor: fixed for latest ibutton changes
* fbt: not building fap_dist as default target; github: doing fap_dist for compact builds
Co-authored-by: あく <alleteam@gmail.com >
2023-02-09 03:16:05 +09:00
Eric Betts
8f2f2d810a
Move CSN space to revent overflow ( #2232 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-02-09 03:06:42 +09:00
Skorpionm
db1a8f8014
[FL-3099] SubGhz: add protocol KingGates Stylo4k ( #2368 )
...
* [FL-3099] SubGhz: add protocol KingGates Stylo4k
* SubGhz: add unit test file
* f7: api: reverted symbols
Co-authored-by: hedger <hedger@nanode.su >
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 02:47:39 +09:00
itsweekly
39841bd5a9
Universal Projector Remote ( #2343 )
...
Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-02-09 02:28:34 +09:00
Skorpionm
bf4d00a7d1
[FL-3100] SubGhz: add protocol Nice One ( #2358 )
...
* SubGhz: add protocol Nice One
* SubGhz: fix annotation
* SubGhz: add unit test
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 02:20:28 +09:00
Skorpionm
31259d5304
[FL-3091] SubGhz: add protocol Alutech at-4n ( #2352 )
...
* GubGhz: add protocol Alutech at-4n
* SubGhz: fix syntax
* SubGhz: fix subghz_protocol_decoder_alutech_at_4n_get_hash_data
* SubGhz: add unit test alutech at-4n
* SubGhz: add name key
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 01:59:49 +09:00
Skorpionm
0afc4a8982
[FL-3092] SubGhz: add DOOYA protocol ( #2178 )
...
* SubGhz: add DOOYA protocol
* SubGhz: add unit_test DOOYA protocol
* SubGhz: fix protocol Dooya
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 01:37:24 +09:00
Brandon Weeks
8288a08eb3
SubGhz: add protocol "Linear Delta-3" ( #2239 )
...
* SubGhz: add protocol "Linear Delta-3"
* SubGhz: fix Leniar Delta 3
* BadUSB: mask pvs studio warning for valid code
Co-authored-by: SkorP <skorpionm@yandex.ru >
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: Skorpionm <85568270+Skorpionm@users.noreply.github.com >
2023-02-09 00:26:45 +09:00
MX
b1f581239b
BadUSB: Keyboard Layouts ( #2256 )
...
* BadUSB: Keyboard Layouts
* Apply requested changes pt1
* Add layout file check when we loading config
Co-authored-by: Nikolay Minaylov <nm29719@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-02-09 00:01:00 +09:00
Skorpionm
99253a0e28
[FL-3093, FL-3087] SubGhz: Fix Raw write, add short duration filter setting ( #2300 )
...
* SubGhz: Fix recording RAW files, sometimes could not start at a high level
* SubGhz: subghz_worker, add short duration filter setting
* SubGhz: capture raw timings in cli. Furi: clear pending interrupts on ISR set/reset
* SubGhz: fix start duration in furi_hal_subghz_start_async_rx
* [FL-3093] SubGhz: hopping issue in some regions
* [FL-3087] SubGhz: fix delete-ok issue
* SubGhz: remove copypasta from rx_raw cli command
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-08 22:20:42 +09:00
あく
cee9b640b3
Update Missing SD Card icon from PR 2373 ( #2376 )
2023-02-08 15:45:33 +04:00
あく
20f98050f2
Github: disable f18 build ( #2375 )
2023-02-08 13:38:09 +03:00