Skip to content

Releases: cloudinary/cloudinary_android

2.3.1

12 Dec 13:56

Choose a tag to compare

2.3.1 / 2022-12-12

Other changes

  • Fix fullBackupContent attribute

2.3.0

12 Oct 10:23

Choose a tag to compare

Other changes

  • Replace EverNote with Android WorkManager

2.2.0

08 Apr 14:30

Choose a tag to compare

Other change

  • Bump cloudinary-core version to 1.32.0

Version 2.1.0

23 Mar 05:22

Choose a tag to compare

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

22 Feb 06:10

Choose a tag to compare

  • Set all requests to https
  • Add SDK analytics feature

Version 1.30.0

22 Jul 05:21

Choose a tag to compare

New functionality

  • Add Download module (#114)
  • Add Glide integration (#111)

Other changes

  • Bump gradle and dependencies (#118)
  • Bump cloudinary-core version to 1.26.0 (#115)

Version 1.28.2

13 May 20:52

Choose a tag to compare

New functionality

  • Add a fully-automatic mode to the Upload Widget (#113)

Version 1.27.0

06 Apr 18:58

Choose a tag to compare

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)

Version 1.26.0

13 Feb 13:54

Choose a tag to compare

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)

Version 1.25.0

23 Aug 11:46

Choose a tag to compare

  • Add UploadRequest.startNow() api to support immediate upload requests
  • Remove a check from DefaultRequestProcessor, improve tests