Skip to content

Releases: NativeScript/nativescript-background-http

v3.2.5

Choose a tag to compare

@VladimirAmiorkov VladimirAmiorkov released this 25 Apr 08:29
e69ba5f

Fixes

  • Fix/improve error handling (#134)

v3.2.3

Choose a tag to compare

@DimitarTodorov DimitarTodorov released this 16 Apr 15:08
b4170a2

Fixes

  • Android: NAMESPACE is null - #117
  • Does not work with Android 8.0.0 - #124

v3.2.1

Choose a tag to compare

@tbozhikov tbozhikov released this 02 Mar 09:46
46687b8

Fixes:

  • Fixes issue #85 by upgrading gotev/android-upload-service dependency to v3.4.2

v3.2.0

Choose a tag to compare

@lini lini released this 26 Feb 07:49

What's new:

  • Added a cancel() method to the upload Task to stop an upload in progress.
  • Android: Added option to automatically delete file after upload - androidAutoDeleteAfterUpload
    Note: The delete option implies that the plugin will now ask for Read/Write permission for external storage in Android instead of just Read permission.

Fixes:

  • Android: fix errors during snapshot.

v3.1.0

Choose a tag to compare

@radeva radeva released this 19 Sep 13:21

New:

  • option to show/hide download notification on Android
  • option to use utf8 in request

Fixes:

  • filename for multipart upload on iOS