NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
101 stars 50 forks source link

added option to change maxRetryCount on Android devices #165

Closed timhill1989 closed 6 years ago

timhill1989 commented 6 years ago

Co-Authored-By: Icer2000 andre.huehn81@gmail.com

PR Checklist

What is the current behavior?

If the connection is lost during an upload the upload fails on android devices

What is the new behavior?

If the androidMaxRetries options is set to a value greater than 0, the upload continues on its own for the specified count .

Additionally the autoDeleteAfterUpload option is included in multipart upload

tbozhikov commented 6 years ago

@timhill1989 Thanks for your contribution!

jlooper commented 6 years ago

This contribution earned a badge!

contrib