cloudinary_android icon indicating copy to clipboard operation
cloudinary_android copied to clipboard

Android client for integrating with Cloudinary

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

E/JobProxy14: com.app.xyz: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some...

It looks like `BitmapDecoder` used in `ImageProcessChain` does not rotate images with the included exif orientation tags on a photo. Not including any preprocessing chains for photo uploads resolves this...

bug

[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [File system watching](https://blog.gradle.org/introducing-file-system-watching)....

## Bug report for Cloudinary Android SDK ANR in com.evernote.android.job.JobRescheduleService ## Describe the bug in a sentence or two. We are unable to reproduce in test build but In production,...

Here is the error stack trace. E/DefaultRequestProcessor: Unexpected exception for request ff49ae42-aed4-463b-96c2-c4a1d875d8cc. java.lang.RuntimeException: Invalid Content-Range header at com.cloudinary.android.UploaderStrategy.callApi(UploaderStrategy.java:143) at com.cloudinary.Uploader.callApi(Uploader.java:34) at com.cloudinary.Uploader.uploadLargeParts(Uploader.java:212) at com.cloudinary.Uploader.uploadLarge(Uploader.java:143) at com.cloudinary.android.DefaultRequestProcessor.doProcess(DefaultRequestProcessor.java:197) at com.cloudinary.android.DefaultRequestProcessor.processRequest(DefaultRequestProcessor.java:89) at com.cloudinary.android.MediaManager.processRequest(MediaManager.java:367)...

bug
question

When passing a public id `products:wO_ieThMSrGaI8c-_swfzw-0000000000` in the overlay method like in the code snippet given ``` Transformation x = new Transformation(); Log.d("SEEHERE", "addTagsOverlay@@@: " + x.generate()); x.overlay(alteredPublicId); Log.d("SEEHERE", "addTagsOverlay$$:...

I get a merge error with other libraries that also contains this. Please remove this as the app should decide how to handle backup.

question

Cloudinary works fine for me except on a OnePlus 5T device. I get upload onProgress() callbacks upto 100% and then I get a onError() callback with this on logs: `EOFException...

question

This is the tracing of a bindViewHolder in a recyclerView for displaying videos using ExoPlayer. Where the methods to generate the URL's are taking a lot of time, which was...

question

I have added the following line in gradle. compile group: 'com.cloudinary', name: 'cloudinary-android', version: '1.25.0' It is giving me error Failed resolve support-appcomact I have tried updating libraries and build...