Skip to content

Releases: gregko/Mini-WebDAV-server-for-Android

v1.6.6: version 1.6.6

20 Oct 12:36
Compare
Choose a tag to compare

build.gradle updated for jitpack

jitpack.yml

09 Oct 15:00
Compare
Choose a tag to compare

jitpack.yml fix

Java 11 compatibility

09 Oct 14:55
Compare
Choose a tag to compare

JitPack needs
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11

Version 1.6.3

06 Oct 14:58
Compare
Choose a tag to compare

Fix handling of "chunked" transfer encoding

Version 1.6.2

09 Sep 13:20
388ba54
Compare
Choose a tag to compare

Fix URL-decode problem on rename

Version 1.6.0

17 Jan 14:13
Compare
Choose a tag to compare

Commented out excessive Log.d() output and upped version to 1.6.0, as the project seems stable now.

Version 1.5.8

16 Jan 14:21
Compare
Choose a tag to compare

Small WebDAV protocol bug fixes

Version 1.5.7

16 Jan 01:20
Compare
Choose a tag to compare

Better WebDAV protocol implementation - handle Depth header in propfind, plus code restructuring

Version 1.5.6

13 Jan 01:37
Compare
Choose a tag to compare

WebDAV protocol implementation improvements

Version 1.5.5

11 Jan 22:52
Compare
Choose a tag to compare

Socket code fixes