You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a fresh clone the build failed due to a missing resource 'res.drawable.outer_glow_2 ; copied and renamed outer_glow.png to outer_glow_2.png and everything works fine in the rebuild - just an FYI
The text was updated successfully, but these errors were encountered:
Thanks, you made my job compiling this for myself easier :). I would also like to leave a note: Since Android 12, apps do not receive touch events when an overlay is active over them. For this app, that's a crucial change, because when I first installed it, I locked myself out and couldn't tap anything at all. You need to do adb shell settings put global block_untrusted_touches 0 to be able to click through the overlay. It decreases your security a bit, but if you're a more vigilant user than the average (which, if you manage to compile this app by youself, you probably are), you'll be fine :).
Also, the entry code generation (in order to enter settings) didn't work for me for some reason. I'm not an Android/Java developer, so I don't know why it's broken. For myself, I just replaced it with a static string.
Anyways, thanks very much for the app, I hope it helps me to be more mindful when spending time on my phone :D.
When building a fresh clone the build failed due to a missing resource 'res.drawable.outer_glow_2 ; copied and renamed outer_glow.png to outer_glow_2.png and everything works fine in the rebuild - just an FYI
The text was updated successfully, but these errors were encountered: