4.0.4 (2022-03-29)
- android: Add support for devices that does not support JSON as Content-Type
4.0.3 (2022-03-28)
- android: Use cordova.getThreadPool() for execute Method
4.0.2 (2022-03-24)
- android: Used ScheduledExecutorService and OutofQuotaPolicy added for Android 12 and above
4.0.1 (2022-03-04)
- android: Fixed number of Threads for Executor Service and update Room
4.0.0 (2022-03-04)
- android: Added WorkManager to handle uploads
2.0.5 (2021-07-07)
- android: update demo project
2.0.4 (2021-06-18)
- android: Null pointer exception on manager service destroy
2.0.3 (2021-05-03)
3.0.2 (2021-04-22)
- android: Move gotev initialisation to a separate class that so it is initialised at app startup as per the android upload wiki (gotev)
- android: Http Request method null for pendingUploads. setMethod(requestMethod) was null thus raising Java NullPointerException