Maxr1998 / MaxLock

Powerful app locker for Android, with a root and no-root implementation
https://maxlock.maxr1998.de
GNU General Public License v3.0
197 stars 45 forks source link

Dim the unlocking background and/or option to change the pattern dot colour #93

Open WildS0ft opened 8 years ago

WildS0ft commented 8 years ago

It just occurred to me that if you are using a very light or even white wallpaper where the dots are in the pattern unlock, you'll be having a hard time seeing them.

A workaround would be to dim the background like in Android's unlocking view or to be able to change the colour of the dots.

Maxr1998 commented 8 years ago

@WildS0ft You can already use the invert color option from the lockscreen ui settings.

WildS0ft commented 8 years ago

Ah, I have missed that option for some reason :neutral_face: Still believe "my solution" would be neater though :bowtie:

However this will help a lot until the other bug has been dealt with :smile:

Maxr1998 commented 8 years ago

What is in my opinion the most suitable way is contrast detection of the background image, with Palette API and android.support.v4.graphics.ColorUtils.calculateContrast().