pihelper-android/piholeclient
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
..
src/main Remove unnecessary coroutine interactions 2021-02-23 17:05:11 -07:00
.gitignore Implement working Pi-hole connections and management 2020-01-01 14:21:33 -06:00
build.gradle WIP Native pihelper implementation 2021-02-23 14:01:08 -07:00
consumer-rules.pro Implement working Pi-hole connections and management 2020-01-01 14:21:33 -06:00
proguard-rules.pro Improve back navigation for first-time setup 2020-02-05 07:17:20 -06:00