Android Upload Service Versions Save

Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.

4.5.1

3 years ago

Fixes wrong multipart content type regression in 4.5.0 (#539)

4.5.0

3 years ago

Changelog

  • implemented persistent upload requests #538
  • added support for unit and instrumentation tests with GitHub Actions

4.4.2

3 years ago

4.4.1

3 years ago

Updated third party dependencies:

4.4.0

3 years ago

4.3.1

3 years ago

Updated OkHttp to 4.7.2

4.3.0

4 years ago
  • Implemented AbstractSingleNotificationHandler to ease implementations of notification handlers which display a single notification for all the uploads.
  • Implemented GlobalRequestObserver to observe all the upload events happening in the app, even if it's in background
  • Added Notification Handler docs

4.2.2

4 years ago
  • removed LocalBroadcastManager dependency, which is now deprecated by Google
  • updated Kotlin to 1.3.71
  • updated Gradle to 5.6.4 and plugin to 3.6.1
  • updated OkHttp to 4.4.1

4.2.1

4 years ago

Implemented filtering of events in RequestObserver

4.2.0

4 years ago

Added onDismissed in UploadNotificationStatusConfig #489 (thank you @mvasquezb 🎉)

It's now possible to perform a custom PendingIntent when the user swipes out successful, error or cancelled notification or when a clear all is performed.