mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
- Fix WebDAV methods (PROPFIND, etc) by using OkHttp instead of HttpURLConnection - Add proper async execution with coroutines to prevent UI thread blocking - Improve error handling with specific error types and proper response format - Add retry mechanism for transient network failures - Normalize headers to lowercase for web compatibility - Support all WebDAV methods including REPORT and OPTIONS - Add kotlinx-coroutines dependency for async support Fixes the "Expected one of [OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, PATCH] but was PROPFIND" error |
||
|---|---|---|
| .. | ||
| androidTest/java/com/superproductivity/superproductivity | ||
| main | ||
| test/java/com/superproductivity/superproductivity | ||