1.0.39: fix OOM on large-file uploads; use exact reference icon

- WebDavProvider: replace readBytes() with streaming RequestBody
  (Okio sink.writeAll) so large files (1+ GB) upload without
  allocating the full file in heap — fixes PARTIAL sync status
- App icon: replace vector XML with PNG mipmaps generated directly
  from the user-provided reference image at all densities

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 17:51:23 +00:00
parent ae10ed0c82
commit c3be23417d
22 changed files with 12 additions and 55 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.38
VERSION_CODE=39
VERSION_NAME=1.0.39
VERSION_CODE=40