Releases: gregko/Mini-WebDAV-server-for-Android
Releases · gregko/Mini-WebDAV-server-for-Android
v1.6.6: version 1.6.6
jitpack.yml
jitpack.yml fix
Java 11 compatibility
JitPack needs
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
Version 1.6.3
Fix handling of "chunked" transfer encoding
Version 1.6.2
Fix URL-decode problem on rename
Version 1.6.0
Commented out excessive Log.d() output and upped version to 1.6.0, as the project seems stable now.
Version 1.5.8
Small WebDAV protocol bug fixes
Version 1.5.7
Better WebDAV protocol implementation - handle Depth header in propfind, plus code restructuring
Version 1.5.6
WebDAV protocol implementation improvements
Version 1.5.5
Socket code fixes