AlstonLin/TheLearningLock

Add a status bar

Closed this issue · 2 comments

Right now, all other 3rd party lock screen apps are doing a custom status bar to replace the default one when the screen is locked, and increasing the overlay draw priority to the highest to cover the existing one.

This is a workaround from the fact that other apps can change the status bar color, and make it something other than transparent, which would make the UI of the lockscreen really wierd.

Things that the status bar should include

  • Battery percentage (text)
  • Wifi (Based on strength)
  • Signal (Based on strength)
  • Airplane Mode

Obtain icons from here: https://github.com/google/material-design-icons/tree/master/device/drawable-hdpi

It looks like Android N updates actually fixes this problem, so this needs to be tested on older phones

Bug can be seen when testing using Nexus 5 on API 19