An unofficial Android app to simplify enabling and disabling your Pi-hole!
Find a file
William Brawner 14eebe0c3d Remove unnecessary coroutine interactions
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.
2021-02-23 17:05:11 -07:00
.idea Remove unnecessary coroutine interactions 2021-02-23 17:05:11 -07:00
app Remove unnecessary coroutine interactions 2021-02-23 17:05:11 -07:00
gradle/wrapper Migrate from kotlin-android-extensions (synthetics) to data binding 2020-12-08 16:36:42 -07:00
libpihelper Delete unused empty file 2021-02-23 17:01:05 -07:00
piholeclient Remove unnecessary coroutine interactions 2021-02-23 17:05:11 -07:00
.gitignore Add command-line signing tooling 2020-02-05 08:37:21 -06:00
.gitmodules WIP Native pihelper implementation 2021-02-23 14:01:08 -07:00
build.gradle Migrate from kotlin-android-extensions (synthetics) to data binding 2020-12-08 16:36:42 -07:00
gradle.properties Implement working Pi-hole connections and management 2020-01-01 14:21:33 -06:00
gradlew Implement working Pi-hole connections and management 2020-01-01 14:21:33 -06:00
gradlew.bat Implement working Pi-hole connections and management 2020-01-01 14:21:33 -06:00
keystore.properties.sample Add command-line signing tooling 2020-02-05 08:37:21 -06:00
settings.gradle WIP: Implement native pihelper library 2021-02-23 13:57:07 -07:00