Commit Graph

533 Commits

Author SHA1 Message Date
jbohack
9800d1686e added demo_ios for badusb over bluetooth / connector
thanks @Peaakss for the payload :D
2023-02-12 17:49:41 -05:00
Clara K
f15e3680bd godspeed
unauthorized
2023-02-12 16:48:41 +01:00
Willy-JL
484164e308 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-12 01:05:01 +00:00
Willy-JL
8dc77852f5 Update dithered compiled assets 2023-02-12 01:04:40 +00:00
yocvito
6de0470b4d Merge remote-tracking branch 'upstream/dev' into badusb-ble 2023-02-12 00:33:42 +01:00
jbohack
becc398268 removed pager bruteforce playlist until we can support the custom modulation for the playlist 2023-02-11 14:59:33 -05:00
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
708dd167c8 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev 2023-02-10 17:36:22 +01:00
Willy-JL
3234273c9a Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-10 09:54:53 +00:00
Willy-JL
8e2fd393ac Load nsfw lvlup from sd with asset pack 2023-02-10 08:54:20 +00:00
Willy-JL
955e16b0ef Move NSFW mode to an asset pack 2023-02-10 03:14:40 +00:00
Willy-JL
e35b1d476a Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-09 20:04:46 +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
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
Willy-JL
65081c878a Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-08 04:05:46 +00:00
VerstreuteSeele
15ec5b4e0d fixed api, fixed cartfiles & removed my stupidity 2023-02-08 03:58:08 +01:00
VerstreuteSeele
9b81f93fd2 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-07 19:12:13 +01:00
Wild Rat
147f42a2b7 Add Daikin FTXM20M & Mitsubishi SRK63HE (#2349)
Co-authored-by: あく <alleteam@gmail.com>
2023-02-07 00:49:34 +09:00
Willy-JL
f3bb068fd7 Rename bad usb to bad kb 2023-02-03 17:43:59 +00:00
Willy-JL
e33023463a Format 2023-02-02 21:38:45 +00:00
VerstreuteSeele
bbba74b79b Update IR again, to prove a point 2023-01-31 19:07:05 +01:00
VerstreuteSeele
36eace9996 Update infrared assets 2023-01-31 16:48:15 +01:00
Willy-JL
f2ce7dad14 Fix RFID success icon 2023-01-28 16:44:17 +00:00
VerstreuteSeele
5a150fe414 workflow stuff 2023-01-27 00:18:36 +01:00
Willy-JL
f8e32afbcc Update resources 2023-01-24 11:45:28 +00:00
Willy-JL
73eaf337a1 Remove useless frames from WD spiral anim 2023-01-23 02:55:06 +00:00
Willy-JL
edc130b0c9 Add more watchdogs anims 2023-01-23 00:41:11 +00:00
WillyJL
36a2a6ef34 Xtreme app (#106) 2023-01-20 20:26:10 +00:00
Willy-JL
991fd995c7 Why are pngs here 2023-01-20 14:48:10 +00:00
Willy-JL
abffc3152f New asset system everywhere sfw mode is supported 2023-01-20 06:43:05 +00:00
Willy-JL
9d67980eef Add example WatchDogs asset pack 2023-01-20 03:09:16 +00:00
Willy-JL
58586c21f4 Unlocked manifest no longer needed (option in app) 2023-01-20 03:01:44 +00:00
Willy-JL
95552f536e Fix animation pathing 2023-01-20 03:01:10 +00:00
jbohack
15e012efe3 added lowes wire cutting customer service button 2023-01-19 20:34:17 -05:00
jbohack
87582441c2 added 446 MHz to frequency list 2023-01-15 23:42:54 -05:00
VerstreuteSeele
3e0eac000d Why is this still here? 2023-01-14 20:49:40 +01:00
VerstreuteSeele
905bb23fdf Formatting & New updated IR 2023-01-14 08:44:32 +01: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
jbohack
f6abce51ca changed duration of sfw animations 3600-->360
cycles more frequent
2023-01-12 11:42:04 -05:00
jbohack
8dbf8e6a58 new compiled firmware metas added 2023-01-10 21:28:29 -05:00
VerstreuteSeele
cc2f421b12 Playlists 2023-01-10 18:11:19 +01:00
jbohack
fa8eb5d426 readded paxgod animation
randomly got reverted in dev build however it is fixed now :)
2023-01-10 10:30:43 -05:00
jbohack
3b2ece56b9 readded no_lvl_up_manifest.txt 2023-01-10 08:27:03 -05:00
VerstreuteSeele
1a23515ebd fixing things 2023-01-10 00:23:50 +01:00
VerstreuteSeele
250b463b30 breaking things. yay 2023-01-09 23:39:43 +01:00
VerstreuteSeele
b1d605aa69 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-01-09 19:18:28 +01:00
jbohack
88b467906c updated sfw manifest. all animations display no matter the level 2023-01-09 08:55:13 -05:00