Willy-JL
f948ab33f1
Fix resetting PIN code with key combo
2023-04-13 03:07:07 +01:00
Willy-JL
1609f3c500
Fix critical boot modes (dfu / recovery)
2023-04-13 02:14:03 +01:00
Willy-JL
90e99fe794
Merge branch 'ul-dev' into xfw-dev
2023-04-07 23:40:28 +01:00
MX
aac7654ca3
Merge branch 'fz-dev' into dev
2023-04-06 07:14:48 +03:00
Astra
b4ceb55fd2
[FL-2524] Graphics cleanup and icon rotation ( #2561 )
...
* Canvas with rotation
* Full icon rotation, cleanup of unused resources
* F18 API update
* Bitmap draw cleanup
* More cleaning up
* Migrate recovery and DFU to canvas
* Make the internal draw function static
* Remove all calls to u8g2_DrawXBM
Co-authored-by: あく <alleteam@gmail.com >
2023-04-06 11:36:12 +08:00
Willy-JL
a25bfddcfd
Fix slideshow filename includes
2023-03-28 02:05:19 +01:00
Willy-JL
1eae24cf68
Animate lockscreen
2023-03-18 22:48:10 +00:00
Willy-JL
ea596dc94d
Initial lockscreen redesign
2023-03-18 20:36:24 +00:00
MX
dfc45eb0f9
Merge branch 'fz-dev' into dev
2023-03-09 16:58:51 +03:00
Astra
50ef5deefc
[FL-3118] Dumb mode menu freeze fix ( #2456 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-03-09 17:24:47 +09:00
Willy-JL
fa8ed7f6e4
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware
2023-02-28 20:34:44 +00:00
MX
5b0c5a82c0
Merge branch 'fz-dev' into dev
2023-02-26 21:24:38 +03: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
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
c7f2ac4214
Simpler desktop lock logic
2023-02-15 09:56:35 +00:00
Willy-JL
34f0aced2f
Autolock with pin code
2023-02-15 02:04:16 +00:00
Willy-JL
efb11dfcbd
Properly integrate xtreme apis and headers
2023-02-11 05:19:37 +00: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
0a43a72fc1
Init asset packs at desktop load
2023-02-10 08:55:47 +00:00
Willy-JL
da2ce47bd3
Move sfw mode to custom app
2023-01-17 19:58:27 +00:00
Willy-JL
067f7bd3f5
Add basic Xtreme app, move animcycle option to app
2023-01-17 07:35:35 +00:00
Willy-JL
4791468159
Use default anim cycle duration
2023-01-17 01:27:20 +00:00
Willy-JL
01b1ea123b
Add anim cycle 30s, 1m and manifest
2023-01-17 01:22:19 +00:00
Willy-JL
2566106a56
Fix cycle anims setting
2023-01-16 20:16:38 +00:00
Willy-JL
f2c1921638
Change cycle anims setting to control anim length
2023-01-16 20:02:40 +00:00
VerstreuteSeele
905bb23fdf
Formatting & New updated IR
2023-01-14 08:44:32 +01:00
VerstreuteSeele
7385a28ddd
Remove unused code
2023-01-14 08:01:52 +01:00
jbohack
185774677b
animations now cycle between sfwmode change without a restart :)
2023-01-09 08:11:15 -05:00
jbohack
46655abe07
restart the flipper on sfw setting change
2023-01-08 21:35:45 -05:00
VerstreuteSeele
9d51cb7f7b
The nightmare begins, lol
2023-01-08 21:51:09 +01:00
jbohack
33d09e6bc1
added desktop setting save back to fix sfw_mode. (broke in the previous commit)
2023-01-07 00:50:22 -05:00
jbohack
73164d6c32
boot loops & null dereference error fixed
...
namechanger application was updated thanks to ESurge and application now works without issues :D
2023-01-06 23:51:29 -05:00
jbohack
bb8999ce62
changed dummy mode to sfw mode
2022-12-26 02:24:55 -05:00
RogueMaster
d014ded1f3
Merge branch 'flipperdevices:dev' into 420
2022-12-12 07:57:01 -05:00
usiegl00
1c12613863
Prevent hacking related backgrounds from being displayed in dummy mode. ( #2107 )
...
* Prevent hacking related backgrounds from being displayed in dummy mode.
* Add function call to animation manager to set dummy mode.
* Reboot retains dummy mode background.
Co-authored-by: あく <alleteam@gmail.com >
2022-12-12 21:46:41 +09:00
Nikolay Minaylov
d80329b323
[FL-2815, FL-2821] Dummy mode ( #1739 )
...
* Dummy mode implementation
* dumb -> dummy
* F7: Add new api_symbols: game icon
* Starting snake game from dummy mode
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-09-19 22:03:42 +09:00
RogueMaster
7f0c5dc247
Merge remote-tracking branch 'origin/dev' into 420-newfaps
2022-09-17 03:59:17 -04:00
MX
14bd8f2c49
ofw pr: dummy mode
...
OFW PR 1739 by nminaylov
2022-09-17 00:43:21 +03:00
RogueMaster
2ec2493e9e
Desktop, Dolphin, Loader, Passport and Power Settings
2022-09-16 13:59:45 -04:00
SG
b9a766d909
[FL-2627] Flipper applications: SDK, build and debug system ( #1387 )
...
* Added support for running applications from SD card (FAPs - Flipper Application Packages)
* Added plugin_dist target for fbt to build FAPs
* All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default
* Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them
* Added debugging support for FAPs with fbt debug & VSCode
* Added public firmware API with automated versioning
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: SG <who.just.the.doctor@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-09-15 02:21:03 +09:00
SG
873e1f114b
[FL-2627] Flipper applications: SDK, build and debug system ( #1387 )
2022-09-15 01:11:38 +09:00