An unofficial Android app to simplify enabling and disabling your Pi-hole!
William Brawner
14eebe0c3d
Only reading, saving, and deleting the config actually involve disk operations, and even the network operations have a 500ms timeout, so it doesn't make sense to have all of the methods support concurrency. The increased complexity outweighs the benefits of following the best practice of keeping disk and network operations off the main thread. |
||
---|---|---|
.idea | ||
app | ||
gradle/wrapper | ||
libpihelper | ||
piholeclient | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
keystore.properties.sample | ||
settings.gradle |