Releases: cloudinary/cloudinary_android
Releases · cloudinary/cloudinary_android
2.3.1
2.3.0
2.2.0
Version 2.1.0
2.1.0 / 2022-03-22
Other changes
- Bump cloudinary-core version to 1.31.0
- Add test cloud
- Add Immutable flag to pending intent
- Update
README.md
2.0.0
Version 1.30.0
Version 1.28.2
New functionality
- Add a fully-automatic mode to the Upload Widget (#113)
Version 1.27.0
New functionality
- Separate modules (io, preprocess, ui).
- Add support for native Upload-Widget and video preprocessing
Other changes
Version 1.26.0
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_timeoutandconnect_timeoutin 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)
Version 1.25.0
- Add
UploadRequest.startNow()api to support immediate upload requests - Remove a check from
DefaultRequestProcessor, improve tests