cloudinary_android icon indicating copy to clipboard operation
cloudinary_android copied to clipboard

Android client for integrating with Cloudinary

Results 16 cloudinary_android issues
Sort by recently updated
recently updated
newest added

When the size of the uploading file is bigger then `chunk_size` option I'm getting the following error ``` java.lang.RuntimeException: General Error at com.cloudinary.android.UploaderStrategy.callApi(UploaderStrategy.java:145) at com.cloudinary.Uploader.callApi(Uploader.java:34) at com.cloudinary.Uploader.uploadLargeParts(Uploader.java:218) at com.cloudinary.Uploader.uploadLarge(Uploader.java:149) at...

## Describe the bug in a sentence or two. I get an `java.lang.ClassCastException: com.cloudinary.Transformation cannot be cast to java.lang.String` error when attempting a transformation: `val transformation = Transformation().width(1280).crop("scale")` ## Issue...

Hacktoberfest is here! And we’re excited to invite you to explore and contribute to our Cloudinary SDKs on GitHub! Whether you’re a seasoned contributor or new to Open Source, this...

## Bug report for Cloudinary Android SDK com.cloudinary:cloudinary-android-download:2.8.0 depends on facebook fresco 2.6.0 (com.facebook.fresco:fresco:2.6.0), which uses bad version of SoLoader. 0.10.1 ## Describe the bug in a sentence or two....

**ANRs are reporting on firebase when application is on background state on multiple OS/Devices.** ![image](https://github.com/user-attachments/assets/8c9c606f-edee-4a36-8082-014d42e39817) **This Function is called from Application's on create** ``` private void initMediaManager() { Map config...

# Feature request for Cloudinary Android SDK want to add minimal sample project. example https://github.com/LeoAndo/CloudinaryQuickStart https://github.com/LeoAndo/CloudinaryQuickStartKotlin ## Describe the problem you’re trying to solve newest android studio compativility.