pihelper-android/app
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 Update app .gitignore 2020-02-05 08:29:50 -06:00
build.gradle WIP: Use statically linked pihelper lib 2021-02-23 14:01:53 -07:00
proguard-rules.pro Implement working Pi-hole connections and management 2020-01-01 14:21:33 -06:00