1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

19 Commits

Author SHA1 Message Date
MX
821f5bab18 Merge remote-tracking branch 'OFW/dev' into dev 2024-08-10 14:47:38 +03:00
Sean Skyhawk
41fcead710 Images linting: ensure that all images conform specification (#3802)
* Change all icons to be white background
* assets: re-processed all *.png images to 1-bit
* assets: also stripped profile data from .pngs
* assets: also stripped datetime from metadata (`-define png:exclude-chunks=date,time`)
* scripts: added image linter and formatter; fbt: added `lint_img` && `format_img` targets; github: integrated image lint step into CI
* scripts: imglint: fixed deprecation warning
* images: applied `format_img`
* fbt: added `lint_all` and `format_all` targets; docs: updated for new targets

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-08-07 11:57:32 +09:00
MX
cf6e4d341c add warning 2024-07-14 22:14:28 +03:00
MX
e7bf9b4df2 return default update splash screen 2024-01-06 22:35:08 +03:00
MX
56ad7ece69 add new update image for next builds
happy new year !
2023-12-30 03:11:55 +03:00
MX
2e162c1131 Replace QR code with good old link 2023-05-02 04:20:22 +03:00
MX
ab515aeebb Merge branch 'fz-dev' into dev 2023-02-17 13:07:56 +03:00
Ari Bytyqi
1e98361299 Fixed first start animation typo (#2384)
* fixed first start animation typo
* updated pixels. (bottom left corner was off by two pixels)

Co-authored-by: jbohack <joebohack@gmail.com>
2023-02-17 17:17:57 +09:00
MX
6e1875f285 Remove New Year update slideshow 2023-01-18 22:53:22 +03:00
MX
7fae0d5070 Add arrow on new year slideshow
by @Svaarich
2022-12-29 23:24:40 +03:00
MX
1c2f4da4ee New Year slideshow
Preparing new release, pictures for slideshow by @Svaarich
2022-12-29 02:05:04 +03:00
MX
5f3637ca44 update discord link with qr code 2022-10-14 19:48:05 +03:00
MX
ea833d891f discord removes features without new boosts...
so here is new link that will always be available
2022-10-10 16:42:57 +03:00
MX
00323892f2 rebranding :) 2022-10-09 02:27:38 +03:00
MX
1b6794ce7c update manifest 2022-09-12 02:06:44 +03:00
MX
c96bfba95a update slideshow images
author - @Svaarich
2022-09-12 01:18:25 +03:00
MX
94f440d286 update readme/changelog & some fixes 2022-08-24 03:55:13 +03:00
hedger
3fa5e18c5a [FL-2692, FL-2604, FL-2632] New first start sequence (#1456)
* desktop: restored automatic power off & manual power off on slideshow view; assets: added frames for new first start sequence; docs: added info on slideshow compilation
* desktop: restarting long timer on OK button release

Co-authored-by: あく <alleteam@gmail.com>
2022-07-26 21:44:03 +09:00
hedger
eb31fed0e2 [FL-2556] Update complete screen (#1332)
* Desktop: slideshow implementation
* Updater: handling splashscreen installation; added format version field to slideshow binary
* Desktop: added bidirectional slideshow navigation + instant cancel by "back" button; Updater: rebalanced update stages weights
* Updater: fixed missing field init; fixed potential loop when baking slideshows
* Assets: fixed "update complete" image to match original
* Desktop: added check for slideshow file version
* Scripts: slideshow.py cleanup
* Desktop: removed first start intro sequence
* Desktop: removed first start remnants
2022-06-21 23:11:34 +09:00