mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 04:01:01 +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 |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| app_config.properties | ||
| build.gradle | ||
| capacitor.build.gradle | ||
| config.gradle | ||
| google.properties | ||
| proguard-rules.pro | ||