Commit Graph

63 Commits

Author SHA1 Message Date
Willy-JL
b7220237de Small bump in the road
- Update assets and references for new project
- Revert DFU image and CLI motd
- Remove NSFW text and flag
- Remove credits animation (will be replaced with a setting menu soon)
- New EvilPortal example HTML and better error message
- Initial standalone naming for asset packs and mainmenu apps
- File migration fixes/improvements
- Remove hotfix workflow
2024-03-01 06:11:16 +00:00
Willy-JL
0a55300926 Fix xtreme lib import 2023-12-02 06:32:04 +00:00
Willy-JL
74de6f87fc Fix leftover comment 2023-11-29 19:18:16 +00:00
Willy-JL
0d3a12c00d Add back option to disable credits for base pack 2023-11-29 17:52:31 +00:00
Willy-JL
76a16af423 Show anim errors, move credits to default pack
Remove fallback anim setting
Retry when anim manager resumes error anim
Always skip error anim when manager picks new anim
2023-11-28 03:13:03 +00:00
Willy-JL
4e79f22fee Simplify and speedup the fallback anim fix 2023-11-17 23:54:08 +00:00
thomas
72aa64d03c fix(animation-manager): avoid animation is set correctly if fallback is enabled and the user has only one or less available animation 2023-11-17 10:10:50 +01:00
Willy-JL
418f44fef1 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2023-11-12 02:56:30 +00:00
あく
aa06328516 Furi, FuriHal: remove FreeRTOS headers leaks (#3179)
* Furi: remove direct FreeRTOS timers use
* Furi: eliminate FreeRTOS headers leak. What did it cost? Everything...
* SubGhz: proper public api for protocols. Format Sources.
* Furi: slightly less redundant declarations
* Desktop: proper types in printf
* Sync API Symbols
* Furi: add timer reset and fix dolphin service, fix unit tests
* Furi: proper timer restart method naming and correct behavior in timer stopped state.

---------

Co-authored-by: hedger <hedger@nanode.su>
2023-11-01 11:24:11 +04:00
あく
9af81ce8d0 Furi: cleanup crash use (#3175)
* Furi: optional message in furi_crash and furi_halt
* Consistent furi_crash use
* UnitTests: crash instead of assert
* furi: check: fixed macro for default arg
* unit_tests: fixed crashes everywhere
* lib: infrared: fixed PVS warnings
* furi: eliminated __FURI_ASSERT_MESSAGE_FLAG
* Furi: update check.h docs
* Furi: add check.h usage note
* Docs: grammar

---------

Co-authored-by: hedger <hedger@nanode.su>
2023-10-31 14:40:32 +04:00
Willy-JL
28bcc09d9b This can just be made global at this point lol 2023-10-26 04:03:42 +01:00
Willy-JL
d7aa3ea60f Make all service memory structures OFW comaptible 2023-08-29 01:57:06 +02:00
Willy-JL
7f19e16d47 Use stock system icons instead of assets 2023-05-20 20:00:02 +01:00
Willy-JL
efe6dbf008 Revert "Formatting"
This reverts commit a441feec83.
2023-05-09 18:11:05 +01:00
Willy-JL
a6bc7f8abb Rework xtreme settings and assets implementation 2023-05-01 15:28:59 +01:00
Willy-JL
a441feec83 Formatting 2023-03-28 23:59:32 +01:00
Willy-JL
e3c6a63481 Add option to disable fallback animation 2023-03-22 11:59:13 +00:00
Willy-JL
84a51de03d Dont repeat same animation twice (when possible) 2023-03-22 11:57:43 +00:00
Willy-JL
775b360391 Fix crashes on bad animation manifests 2023-03-22 11:55:50 +00:00
Willy-JL
fa8ed7f6e4 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware 2023-02-28 20:34:44 +00:00
Willy-JL
4111070d1c Temp fix crash by bad manifest 2023-02-14 03:47:02 +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
1a9f098936 Move lvlup anim to asset system 2023-02-10 04:31:03 +00:00
Willy-JL
955e16b0ef Move NSFW mode to an asset pack 2023-02-10 03:14:40 +00:00
VerstreuteSeele
a2b797fe01 formatting 2023-01-27 02:09:42 +01:00
Willy-JL
109583cb9f SFW mode by default 2023-01-23 13:37:15 +00:00
Willy-JL
88eb98dd9e Fix sonarcloud bugs 2023-01-20 21:14:59 +00:00
Willy-JL
8d6c12d942 Better animation repeat fix 2023-01-20 07:42:10 +00:00
Willy-JL
7c63b6dfd0 Dont play same anim twice in a row 2023-01-20 07:21:11 +00:00
Willy-JL
6187045ef1 Cleaner anim cycle check 2023-01-18 10:52:07 +00:00
Willy-JL
3302613ec5 Fix xtreme_settings fetch 2023-01-18 10:46:25 +00:00
Willy-JL
da2ce47bd3 Move sfw mode to custom app 2023-01-17 19:58:27 +00:00
Willy-JL
5a091fb205 Add unlock anims setting 2023-01-17 17:03:07 +00:00
Willy-JL
9f47b499e4 Rename cycle anims 2023-01-17 17:01:20 +00:00
Willy-JL
483d96f447 Unique ptr for xtreme settings, no more loading 2023-01-17 15:45:39 +00:00
Willy-JL
067f7bd3f5 Add basic Xtreme app, move animcycle option to app 2023-01-17 07:35:35 +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
Willy-JL
cf2a1265db Add a cycle animations setting 2023-01-16 19:18:28 +00:00
VerstreuteSeele
905bb23fdf Formatting & New updated IR 2023-01-14 08:44:32 +01:00
jbohack
ff7c3742c0 fixed level up animations not properly being displayed 2023-01-12 09:48:32 -05:00
jbohack
1d6aa77b9a modified levelup animations, added sfw levelups, and changed framerates 2023-01-10 21:27:03 -05:00
VerstreuteSeele
1e994b0a31 And adding back our animation 2023-01-10 00:26:53 +01:00
VerstreuteSeele
250b463b30 breaking things. yay 2023-01-09 23:39:43 +01:00
VerstreuteSeele
3a45a3068d Thank you Animation 2023-01-09 23:13:25 +01:00
VerstreuteSeele
9d51cb7f7b The nightmare begins, lol 2023-01-08 21:51:09 +01:00
VerstreuteSeele
47706d20e7 Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into dev 2022-12-27 11:11:02 +01:00