Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Mobile Plasma Mobile
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 67
    • Issues 67
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma MobilePlasma Mobile
  • Merge requests
  • !80

WIP: Rework SIM PIN screen

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Nicolas Fella requested to merge work/simpin into master Aug 01, 2020
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 2

The SIM pin screen looks out of date and needs a redesign.

IMO it should be aligned with how the lock screen looks. I copied some of the lockscreen code to the SIM pin screen but there are a few things left to be figured out:

The lockscreen darkens the background when showing the numpad. However I was not able to recreate that effect here, so I went with a dark and lightly transparent rectangle instead. Due to the transpareny the content behind is leaking through. The lockscreen does not do that since it paints a wallpaper as background. Should we do the same here? And if so how? Unlike the lockscreen we also have the top and bottom panel visible. I don't think we want that, but I'm not sure how to best get rid of it

20200801_170332

Edited Aug 03, 2020 by Bhushan Shah
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/simpin