Tags: cloudinary/cloudinary_android
Tags
New functionality ----------------- * Separate modules (io, preprocess, ui). * Add support for native Upload-Widget and video preprocessing Other changes ------------- * Automate publishing script, bump gradle version to 6.0.1 (#105) * Change `compile` to `implementation` in README.MD * Bump cloudinary-core version (#108) * Use cloudinary-java's `isRemoteUrl` (#92)
New functionality ----------------- * Generate https urls by default when running on Android 9 and above. (#81) * Add support for gs:// urls in uploader (#87) * Add support for `read_timeout` and `connect_timeout` in uploads. Other changes ------------- * Remove advanced samples and bump gradle plugin version (#85) * Bump cloudinary-core version to 1.22 (#86) * Update README.md (#84) * Fix exception type thrown for non-existing absolute paths. (#83) * Modify user agent to explicitly use cloudinary-core version (#82) * Fix upload progress callback step size when file size is unknown. (#80) * Update tools versions and fix project setup (#79)
* Bump cloudinary-core library version to 1.19.0 * Refactor max error count handling for upload requests. * Update libraries and tools versions, fix tests * Add `consumerProguardFiles` to automatically generate proguard rules for consumers. * Improve support for immediate time window in upload requests. * Fix categorization request test case