media/library
Oliver Woodman 362dc5f382 Don't fail if server doesn't support partial requests.
Some servers, probably edge cache machines that exclusively serve
chunked media, don't support partial requests. Which is kind of
vaguely reasonable for that particular case. This change modifies
DefaultHttpDataSource to correctly handle this case, by manually
skipping data up to the requested position (and making sure not to
read more data than the requested length).
2015-04-10 22:28:20 +01:00
..
doc/images Bring internal/external branches closer. 2014-11-19 15:58:26 +00:00
src Don't fail if server doesn't support partial requests. 2015-04-10 22:28:20 +01:00
build.gradle Add ability to release via Bintray. 2015-03-25 23:50:27 +00:00