Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GIF support for animated lock screen #262

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 15, 2024

  1. Add GIF support for animated lock screen

    Use gif_lib to read a GIF file [1] and show animated lock screen.
    Currently it supports only 0-2 disposal methods.
    
    [1] https://www.w3.org/Graphics/GIF/spec-gif89a.txt
    sh1r4s3 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5dd8537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ccc7e View commit details
    Browse the repository at this point in the history
  3. Fix CodeQL error

    Multiplication result converted to larger type
    sh1r4s3 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8fed6a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f9e957 View commit details
    Browse the repository at this point in the history