Commit Graph

4176 Commits

Author SHA1 Message Date
MX
2b8f55322e Merge branch 'fz-dev' into dev 2023-02-26 05:51:58 +03:00
MX
b15a15411f Revert "Fix BadUSB bug (#365)"
This reverts commit 543346f885.
2023-02-26 05:51:37 +03:00
MX
39329eb422 Update lightmeter plugin 2023-02-26 05:46:50 +03:00
MX
a71abedd25 Rename some vars 2023-02-26 05:25:22 +03:00
MX
b53924c27a Infrared debug settings - output pin 2023-02-26 05:23:26 +03:00
Willy-JL
6b9eb8f350 Format 2023-02-26 01:45:02 +00:00
Willy-JL
ad2522fc1d Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into fix-bad_kb_bt-flipper_app-conflict 2023-02-26 01:44:44 +00:00
Willy-JL
991d49733f Format 2023-02-26 01:44:32 +00:00
Willy-JL
9ff49110a0 Cleaner BadKB pin sync 2023-02-26 01:41:40 +00:00
Willy-JL
3207fbab3f Show BadKB connection mode in main view 2023-02-26 01:41:07 +00:00
MX
543346f885 Fix BadUSB bug (#365) 2023-02-26 04:22:06 +03:00
MX
a435959ee3 Fix counter settings being reset w custom btns 2023-02-26 04:14:55 +03:00
MX
d33b092a9d Fix Subghz item removal bug 2023-02-26 04:13:28 +03:00
Willy-JL
4aeec153c4 Fix BadKB connection management and persistence 2023-02-26 00:55:49 +00:00
Willy-JL
20f9e1102f Better bt pin code detection 2023-02-25 23:24:09 +00:00
MX
f676072e15 Fix custom button counter bug 2023-02-26 01:09:08 +03:00
MX
ba09da107a Worst code ever
subghz imporvements

- hold right to delete signal in read
- extra buttons in saved signals
- ability to change counter increase value in debug
2023-02-25 22:28:35 +03:00
n30f0x
eaf965c66f BadUsb: STRINGDELAY feature, worker signal handling refactoring (#2269)
* BadUsb: Added stringdelay feature
* BadUsb: added stringdelay feature, fixed delay
* BadUsb: fix cursed delay structure
* BadUsb: long delay check added
* BadUsb: long delay distribution
* furi_delay_ms(0) edgecase fix, add documentation entry
* additional documentation entry
* BadUsb: get rid of bad logic, fixed documentation
* BadUSB script: fix events handling
* Delay value fix
* Script execution fix

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: nminaylov <nm29719@gmail.com>
2023-02-26 02:34:48 +09:00
Logandev_
e999c35749 Grammar fix in CLI (#2390)
* fixed grammar
* Update cli_commands.c: made it a little nicer

Co-authored-by: あく <alleteam@gmail.com>
2023-02-25 22:49:53 +09:00
Willy-JL
62dd0aded2 Subtly show PIN in BadKB 2023-02-25 03:25:31 +00:00
Willy-JL
c6c6b50583 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into fix-bad_kb_bt-flipper_app-conflict 2023-02-24 04:46:44 +00:00
Willy-JL
3296cf3b79 Keyboard hold backspace to keep deleting 2023-02-24 04:46:14 +00:00
Willy-JL
c8e9e9bc9e Secondary symbol keyboard pane + switch key
Original idea & code by @edrethardo, update and fix by @Willy-JL
2023-02-24 04:02:09 +00:00
Willy-JL
568e271599 Remove game xp from SWD probe (fix build) 2023-02-24 01:17:14 +00:00
Willy-JL
d3f3bf1e11 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-02-24 01:05:31 +00:00
Willy-JL
f8eda660d2 Keyboard long press first char for lowercase 2023-02-24 00:50:00 +00:00
Willy-JL
fd7620202a Keyboard long press first char for lowercase 2023-02-24 00:49:41 +00:00
Willy-JL
d23f396c44 Keyboard lowercase check fix 2023-02-24 00:23:33 +00:00
Willy-JL
f3e3e828aa Fix keyboard capitalization bug 2023-02-24 00:22:43 +00:00
Willy-JL
02591c12b7 Fix keyboard capitalization bug (_ and space) 2023-02-24 00:10:04 +00:00
MX
c230d09dad Faster Turn OFF hold time 2023-02-24 03:04:36 +03:00
MX
72fd448541 replace paths 2023-02-24 03:04:12 +03:00
MX
07ff0c7d97 Add SWD Probe into main FW
Moved from extra pack to main FW

https://github.com/g3gg0/flipper-swd_probe
2023-02-24 02:43:42 +03:00
Willy-JL
bb4a024d88 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into fix-bad_kb_bt-flipper_app-conflict 2023-02-23 22:37:44 +00:00
MX
f9db06b781 fbt format 2023-02-21 23:42:12 +03:00
MX
5132b16305 Merge branch 'dev' into dev2 2023-02-21 23:23:07 +03:00
MX
a0b02b0110 Merge branch 'fz-dev' into dev 2023-02-21 23:10:51 +03:00
Liam Hays
663eb6cd6d Display Mifare Classic data in NFC app (#2389)
* Add data display for Mifare Classic cards.
* Clean up log statements and data display.

Co-authored-by: あく <alleteam@gmail.com>
2023-02-21 16:15:48 +09:00
Round-Pi
e9aa2d3449 Merge branch 'DarkFlippers:dev' into dev2 2023-02-20 21:24:32 -05:00
MX
7d4bffb575 Merge branch 'fz-dev' into dev 2023-02-21 03:00:48 +03:00
Willy-JL
85e77d82db Remove dolphin deeds (xp) from games 2023-02-20 20:30:40 +00:00
Willy-JL
8d78d6b524 Small xtreme settings tweaks 2023-02-20 19:57:19 +00:00
Willy-JL
c29ea2e2e2 Add custom icon for xtreme main menu app 2023-02-20 19:51:31 +00:00
Willy-JL
617700bd15 Move xtreme app to main menu 2023-02-20 19:00:38 +00:00
Willy-JL
355ef763e4 Cleanup main apps manifest 2023-02-20 18:59:39 +00:00
Round-Pi
b89902942b typo combing 2023-02-20 10:55:53 -05:00
MX
0a3ff7f85a Show RSSI in Weather Station app (#2395)
* Show RSSI in weather station app: copy changes from main SubGHz app
* WeatherStation: remove dead code
* WeatherStation: sync naming schema with current code.

Co-authored-by: あく <alleteam@gmail.com>
2023-02-21 00:19:53 +09:00
Igor Danilov
738e0df4f4 Delete rwfiletest.bin on exit SDcard benchmark (#2415)
* Update storage_settings_scene_benchmark.c: delete rwfiletest.bin on exit SDcard brencmark
* Settings: cleanup SD Benchmark temp file only if test successful


Co-authored-by: あく <alleteam@gmail.com>
2023-02-20 21:52:15 +09:00
Willy-JL
6ec93b46ce Move some apps, fix some app names 2023-02-20 03:19:56 +00:00
Willy-JL
f4b5c172d2 Move morse code to misc (doesnt belong in music) 2023-02-20 02:49:01 +00:00