Commit Graph

3665 Commits

Author SHA1 Message Date
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 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 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
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
Willy-JL 1ef497df6d Remove old namechanger app 2023-02-19 23:25:22 +00:00
Willy-JL 0f7a65dceb Name changer in xfw app misc + small app fixes 2023-02-19 23:22:58 +00:00
Willy-JL eb97b3b80a Add asset pack support to external cc1101 scanning 2023-02-19 02:37:32 +00:00
Willy-JL 2b6fbb161b Remove old mouse jiggler 2023-02-18 08:36:17 +00:00
Willy-JL 87963417aa Merge unleashed + general cleanup 2023-02-18 07:41:51 +00:00
Willy-JL 35da1f0ad5 Separate xtreme app into tidy submenus 2023-02-18 01:52:22 +00:00
Willy-JL fa3db2e994 Move setting values (de)init to xfw app alloc/free 2023-02-18 01:04:15 +00:00
Willy-JL f3955752aa Fix array direct assignment in default settings 2023-02-18 01:03:02 +00:00
Willy-JL 3ed7caf27d Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2023-02-17 23:47:39 +00:00
Willy-JL 462a0c8efc Cleaner settings implementation (proper defaults) 2023-02-17 23:30:28 +00: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
MX ee2f6581bb Merge remote-tracking branch 'origin/dev' into dev 2023-02-17 04:27:11 +03:00
MX 5b0f74bffa Add missing buttons into hid app, remove old app
Now its all in one app, compiles as two apps that will be placed in misc folder
2023-02-17 04:27:01 +03:00
MX aae37121d6 Bump Settings file version to 7, cuz struct is changed and requires upd
Settings are saved as binary struct dump, so if we make any change to struct, we need to bump a version since it will not be compatible with older file in any case
2023-02-17 03:36:34 +03:00
Willy-JL 8a8e5b3de0 Add desktop auto lock with pin setting 2023-02-16 23:28:51 +00:00
Willy-JL 660f97f241 Add desktop auto lock with pin setting 2023-02-16 23:21:35 +00:00
Willy-JL 387e9431f5 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into autolock-with-pin 2023-02-16 23:04:38 +00:00
p3ngu19z a52f64acfd Improve fall speed algorithm 2023-02-16 11:23:46 +02:00
Willy-JL 68353563ec Xtreme assets/settings boot process improvements 2023-02-16 05:49:16 +00:00
Willy-JL c7e02a5faa Butthurt timer xfw app setting 2023-02-16 03:43:01 +00:00
Willy-JL eccc467220 Remove unsued variable 2023-02-16 03:18:47 +00:00
Willy-JL a887cb2fd6 Better xfw app save at exit system 2023-02-16 03:10:02 +00:00
Willy-JL 771cb137d6 Fix too long fav app setting label 2023-02-16 00:45:05 +00:00
Willy-JL 7fd5e72fca Better fix for fav apps 2023-02-15 11:45:54 +00:00