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
cccf1e6b33
Delete unused empty file
2021-02-23 17:01:05 -07:00
4067e20705
WIP: Use statically linked pihelper lib
...
Signed-off-by: William Brawner <me@wbrawner.com>
2021-02-23 14:01:53 -07:00
eb3b4ee81b
WIP Native pihelper implementation
...
Signed-off-by: William Brawner <me@wbrawner.com>
2021-02-23 14:01:08 -07:00
f01cae55ae
WIP: Implement native pihelper library
...
Signed-off-by: William Brawner <me@wbrawner.com>
2021-02-23 13:57:07 -07:00
b6bf045fd0
Add option to disable for hours
...
Signed-off-by: William Brawner <me@wbrawner.com>
2021-01-10 14:11:39 -07:00
53cd8c7312
Migrate from kotlin-android-extensions (synthetics) to data binding
2020-12-08 16:36:42 -07:00
3164bee01b
Bump version for release
2020-04-19 17:51:26 -07:00
c178bd196b
Improve landscape layouts on tablets and larger displays
2020-04-19 17:50:44 -07:00
a5fd369f9a
Add keyboard actions for pi-hole auth screen and progress bars
2020-04-19 12:20:07 -07:00
738d2cc81d
Improve AddPiHoleFragment with enter button handling
2020-04-19 11:58:14 -07:00
eb260dec4c
Add progress dialog for direct pi-hole connections
2020-04-19 11:21:30 -07:00
f96f7df5d8
Fix shortcut icons and shorten action names
2020-04-19 10:40:36 -07:00
eebb3b7699
Remove automated error loggers
2020-04-19 10:40:09 -07:00
cf5a6473b9
Update dependencies
2020-04-19 10:39:02 -07:00
1e2e0c38d3
Fix TopItemsResponse
2020-04-19 10:37:46 -07:00
b723899f4a
Fix SHA 256 hashing by adding 0 padding
2020-04-19 10:37:15 -07:00
09d7c66aff
Add command-line signing tooling
2020-02-05 08:37:21 -06:00
83cd3f3855
Update app .gitignore
2020-02-05 08:29:50 -06:00
66838ed4a2
Fix lint warnings
2020-02-05 08:18:01 -06:00
fdbd55cdf8
Improve Pi-hole interactions
2020-02-05 07:55:29 -06:00
9479c5b40e
Improve back navigation for first-time setup
2020-02-05 07:17:20 -06:00
e1c8ffcd5d
Simplify password connections
2020-02-05 07:17:02 -06:00
1347b9ea10
Implement working Pi-hole connections and management
...
Signed-off-by: William Brawner <me@wbrawner.com>
2020-01-01 14:21:33 -06:00