Skip to content

android-upload-service-3.1

Compare
Choose a tag to compare
@gotev gotev released this 11 Jan 22:39
· 418 commits to master since this release

See 3.1 milestone issues for more details and commits after 3.0.3 release.

This release is an important upgrade for the library:

  • Full support of OkHttp interceptors when using OkHttp stack
  • Added context to UploadStatusDelegate methods
  • Android Nougat (API 25) is supported
  • Improved request cancellation
  • Content URI (content://) supported (thanks to @stephentuso). You can set the content uri string instead of the absolute path to the file to upload
  • Fixed byte count in FTP upload
  • Bugfixes