belvedere icon indicating copy to clipboard operation
belvedere copied to clipboard

An image picker library for Android

Results 15 belvedere issues
Sort by recently updated
recently updated
newest added

HI, We have zendesk integrated in our app and it looks like we have crashes being reported to us. Please have a look at the stack trace and fix it...

### Changes IllegalStateException will cause crash if not handled #135 ### Reviewers @baz8080 @schlan @e2po @bridgeri127 @fibelatti ### References - None ### Risks - None

Caused by java.lang.IllegalStateException Only owner is able to interact with pending media content://media/external/images/media/113853 android.os.Parcel.createException (Parcel.java:2087) android.os.Parcel.readException (Parcel.java:2047) android.database.DatabaseUtils.readExceptionFromParcel (DatabaseUtils.java:188) android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel (DatabaseUtils.java:151) android.content.ContentProviderProxy.openTypedAssetFile (ContentProviderProxy.java:705) android.content.ContentResolver.openTypedAssetFileDescriptor (ContentResolver.java:1698) android.content.ContentResolver.openAssetFileDescriptor (ContentResolver.java:1514) android.content.ContentResolver.openInputStream (ContentResolver.java:1198) zendesk.belvedere.ResolveUriTask.doInBackground...

2021-11-02 22:27:27.421 13045-13045/apps.khee.vidya.debug E/AndroidRuntime: FATAL EXCEPTION: main Process: apps.khee.vidya.debug, PID: 13045 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.content.Intent.migrateExtraStreamToClipData(android.content.Context)' on a null object reference at android.app.Instrumentation.execStartActivity(Instrumentation.java:1721) at android.app.Activity.startActivityForResult(Activity.java:5314) at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:597)...

**Stacktrace:** > Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.toString()' on a null object reference > at android.app.Instrumentation.execStartActivity(Instrumentation.java:1496) > at android.app.Activity.startActivityForResult(Activity.java:4396) > at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:676) > at android.app.Activity.startActivityForResult(Activity.java:4355) >...

I'm seeing an issue on Samsung phones(S10 and other models) where the call below doesn't render the image library. The problem appears to be related to the storage permissions request...

_lib version: 3.0.0-RC android version: 11_ **issue:** devs add belvedere either using implementation steps in README.md or using code from sample app. but if you do that, you mark that...

I was wondering if there is an option to prevent the keyboard from showing up after the image is selected. Below is the code I am using: ``` imageStream =...

re #119 ### Changes ### Reviewers @baz8080 @schlan @e2po @bridgeri127 @fibelatti ### References - None ### Risks - None

According [to the docs](https://developer.android.com/reference/android/content/Intent?hl=ru#ACTION_GET_CONTENT) `Intent.createChooser` should be used for `ACTION_GET_CONTENT` with broad mime types like `*/*`. Starting from API 30 it seems like `Intent#createChooser` is the only way to start...