Christian Betz
Christian Betz
# Review and testing required !!! Related issue: #869 The recent event bringing a "spin 3 pokestops" quest highlighted the problem of handling finished quests during quest scan. While it's...
Due to PD being able to hide Pokemon on the game map, it is no longer a problem that Pokemon might be clicked instead of the Pokestop during quest scan....
With UIV enabled in PD, it is no longer necessary that an `iv_mitm` worker only encounters its scheduled specific pokemon at the target location. Instead, it can jump to the...
My second swing at bringing pingreboot to 64bit land 😉 Also adding a forgotten `echo` and three little logcat messages to 42mad to see it's alive and launching pingreboot. The...
Currently, we're able to delay when - an app is running in fullscreen (checkFullscreen and isAppRunning) - an app is running anywhere (checkDelayProgs) There should be an option to trigger...
Example: ``` # Check if user want to detect VLC fullscreen. if [ $vlc_detection == 1 ]; then if [[ "$activ_win_title" = *vlc* ]]; then # Check if VLC is...
The README file is missing a lot of the supported browsers and not very clear in describing the function of the script in general. I'll redo it when I'm done...
Hi everyone. On `dev` branch, after cloning the repository the initial `docker compose up -d` returned status 1 in `scripts/install/deb.sh` during install of `unixodbc`, because the command requests confirmation of...
Hey guys, since we don't really have a community thing anywhere (or do we?), I'll share my approach to handling account bans for workers on my Ubuntu 14.04 server right...
My phone (Nexus 5) often kills the app for resource management. It's a real problem with Pokemon go demanding a lot from my aging phone. It all but defeats the...