LibreShift / red-moon

Android screen filter app for night time phone use.
GNU General Public License v3.0
650 stars 81 forks source link

Significantly Speed Up Root Mode #162

Closed notjuliee closed 7 years ago

notjuliee commented 7 years ago

Ignore the fact that all my changes are in the merge commit, I'm not very good at this :/

I made changes to MainActivity and ScreenFilterView

Opening a root shell is slow, so it's preferable to only open it once. My method uses a named pipe, so you can communicate from a normal shel.

Also it seems for whatever reason that if I don't merge master in, it's still slow, so master is merged in too.