Commit Graph

2320 Commits

Author SHA1 Message Date
MX 2c95a7cba4 Somfy Telis - Custom buttons + Prog mode 2023-02-28 00:02:30 +03:00
MX 568176d775 App categories 2023-02-27 23:13:52 +03:00
MX 04250632d7 Merge branch 'fz-dev' into dev 2023-02-27 21:34:30 +03:00
Nikolay Minaylov 9ae58f5462 [FL-3116, FL-3136] BadUSB UI fixes (#2439) 2023-02-27 23:04:14 +09:00
あく e6d1bcc421 Plugins: move to designated categories (#2438) 2023-02-27 23:33:45 +10:00
MX 0f8d7dd6db Merge pull request #366 from MatthisC/features-mousejacker
Features mousejacker
2023-02-27 03:27:50 +03:00
MX 182296d8af Nice flor s - custom buttons 2023-02-27 01:13:21 +03:00
matthisc cd14380dba Correcting bug on DEL and DELETE 2023-02-26 20:09:05 +01:00
MX 5b0c5a82c0 Merge branch 'fz-dev' into dev 2023-02-26 21:24:38 +03:00
Shane Synan 09edf66a2a FuriHal, Power, UnitTests: fix, rename battery charging voltage limit API (#2228)
* FuriHal, Power, UnitTests: rename battery charge voltage limit API
* FuriHal: bump API, power info major versions
* Power: fix battery charge voltage limit for > 7.935v

Co-authored-by: あく <alleteam@gmail.com>
2023-02-27 02:23:39 +09:00
あく 3efb7d4050 Updater: handle storage errors when removing files, fix folder remove routine, prevent unused services from starting (#2432)
* Updater: handle storage errors when removing files
* Updater: properly handle folder removal in post update cleanup stage. Prevent power, desktop and dolphin services from starting on update.
* Desktop, Dolphin, Power: proper handling and message for special boot mode.
* Desktop, Power: add missing TAG
* Updater: unify start skip message and fix double delete in backup worker
* Cli: unify special boot mode message
2023-02-27 00:15:26 +09:00
Astra 0c06e54831 [FL-3105] Unify power info, power debug, and device_info into one info command (#2393)
* Unify power info, power debug, and device_info into one info command
* Fix the storage script
* Cli: return device_info command for compatibility, rollback storage script
* Cli: remove unused context in info_get calls
* Cli: cleanup device info callbacks, switch to new separator

Co-authored-by: あく <alleteam@gmail.com>
2023-02-26 21:28:52 +09:00
matthisc 905273e066 Adding function to detect end of altcode 2023-02-26 10:38:40 +01:00
matthisc 16fe62e98d Adding ALTSTRING feature for non-qwerty keyboards 2023-02-26 10:29:56 +01:00
matthisc 958797062d Improving logic of mod keys when releasing a key 2023-02-26 10:23:33 +01:00
matthisc 2bb76e09c6 Adding TAB command 2023-02-26 10:14:14 +01:00
matthisc 33dd256dfb Correcting bug on DEL and DELETE key 2023-02-26 10:10:00 +01:00
MX efdf24d711 Merge branch 'fz-dev' into dev 2023-02-26 11:11:00 +03:00
MX 12c1ec37a2 Fix PVS warnings (#2430)
Co-authored-by: あく <alleteam@gmail.com>
2023-02-26 17:08:05 +09:00
Eric Betts 03f889962b Picopass: factory key support, app rename and move to NFC category, minor code cleanup (#2417)
* message on successful card write
* auth using factory key
* auth using factory default
* factory default screen
* write standard iclass key
* pass block explicitly
* Fix array indexing, add empty detection
* PicoPass: rename app and move to NFC group, minor code cleanup

Co-authored-by: あく <alleteam@gmail.com>
2023-02-26 16:59:50 +09:00
MX a19768e376 Throw small delay 2023-02-26 06:39:42 +03:00
MX 0bf0267edd Fix pvs warnings from OFW 2023-02-26 06:07:31 +03:00
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
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
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 f8eda660d2 Keyboard long press first char for lowercase 2023-02-24 00:50:00 +00:00
Willy-JL f3e3e828aa Fix keyboard capitalization bug 2023-02-24 00:22:43 +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
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
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
MX 80a64d8e1a Merge branch 'fz-dev' into dev 2023-02-17 21:55:32 +03:00
Mathie 009c9b1b71 Update nfc_cli.c (#2402)
Modified the f to a capital F, looks cleaner.

Co-authored-by: あく <alleteam@gmail.com>
2023-02-17 20:43:06 +09:00