UNPKG

cordova-plugin-background-upload-put-s3

Version:
36 lines (22 loc) 2 kB
## [4.0.4](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.0.3...4.0.4) (2022-03-29) * **android:** Add support for devices that does not support JSON as Content-Type ## [4.0.3](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.0.2...4.0.3) (2022-03-28) * **android:** Use cordova.getThreadPool() for execute Method ## [4.0.2](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.0.0...4.0.2) (2022-03-24) * **android:** Used ScheduledExecutorService and OutofQuotaPolicy added for Android 12 and above ## [4.0.1](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/4.0.0...4.0.1) (2022-03-04) * **android:** Fixed number of Threads for Executor Service and update Room ## [4.0.0](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/2.0.7...4.0.0) (2022-03-04) * **android:** Added WorkManager to handle uploads ## [2.0.5](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/2.0.4...2.0.5) (2021-07-07) * **android:** update demo project ## [2.0.4](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/2.0.3...2.0.4) (2021-06-18) ### Bug Fixes * **android:** Null pointer exception on manager service destroy ## [2.0.3](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/2.0.2...2.0.3) (2021-05-03) ## [3.0.2](https://github.com/spoonconsulting/cordova-plugin-background-upload/compare/3.0.1...3.0.2) (2021-04-22) ### Bug Fixes * **android:** Move gotev initialisation to a separate class that so it is initialised at app startup as per the android upload wiki (gotev) ## [2.0.1](https://github.com/spoonconsulting/cordova-plugin-background-upload/releases/tag/2.0.3) * **android:** Http Request method null for pendingUploads. setMethod(requestMethod) was null thus raising Java NullPointerException ## [3.0.1](https://github.com/spoonconsulting/cordova-plugin-background-upload)