Skip to content

Releases: gotev/android-upload-service

android-upload-service-3.3

30 Jul 09:56
Compare
Choose a tag to compare

This release:

  • enhances stability
  • reduces battery usage by auto shutting down the service after an idle time
  • reduces memory leaks
  • improves public API for delegates and broadcast receivers
  • introduces notitication action support
  • makes the notification configuration more complete and finely tuneable

Check milestone 3.3 issues for more details

If you are migrating from 3.2.x, these are the breaking changes:

  • UploadNotificationConfig has been completely redesigned, to allow more customization. See changes
  • delegates and broadcast receiver's onError method has an additional parameter serverResponse. See changes
  • The onCompleted callback gets called only if the server response code is >= 200 and < 400, so you have to handle both networking and server response errors in the onError method now. Previous to 3.3, you had to handle networking errors in onError and server response errors in onCompleted

android-upload-service-3.2.4

28 May 07:28
Compare
Choose a tag to compare

Fixed OkHttp version to 3.8.0 and updated build tools to 25.0.2

android-upload-service-3.2.3

18 Mar 08:05
Compare
Choose a tag to compare

android-upload-service-3.2.2

16 Mar 11:04
Compare
Choose a tag to compare

android-upload-service-3.2.1

06 Mar 15:18
Compare
Choose a tag to compare

android-upload-service-3.2

03 Mar 10:36
Compare
Choose a tag to compare

android-upload-service-3.1

11 Jan 22:39
Compare
Choose a tag to compare

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

android-upload-service-3.0.3

12 Aug 12:30
Compare
Choose a tag to compare

android-upload-service-3.0.2

11 Aug 12:44
Compare
Choose a tag to compare

android-upload-service-3.0.1

07 Aug 07:24
Compare
Choose a tag to compare