thegrizzlylabs / sardine-android

A WebDAV library for Android
Apache License 2.0
355 stars 70 forks source link

Support Android below 19 #41

Closed 3c71 closed 4 years ago

3c71 commented 4 years ago

Google still "actively" supports Android 14 and above, so IMO it's important that useful libraries like this one supports it too. And considering how little there is to change it'll be a shame not to have it.

So far, tested list(), get(), put() (with a custom inputstream), get() with specific properties (size, type and modified) and move(). All working good so far on Android 4.2.2.

PS: My first PR, so I'm not sure I'm doing it right.