TedBottomPicker icon indicating copy to clipboard operation
TedBottomPicker copied to clipboard

TedBottomPicker is simple image picker using bottom sheet

Results 60 TedBottomPicker issues
Sort by recently updated
recently updated
newest added

android 13에서 WRITE_EXTERNAL_STORAGE 퍼미션 문제가 발생합니다.

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. 빈 안드로이드 프로젝트 dependencies에 implementation 'gun0912.ted:tedbottompicker:2.0.1' 만 추가했을 뿐인데 위와 같은 에러가 뜹니다. 어떤 에러인지 아시는 분 있을까요. 현재...

TedBottomPicker uses ProxyActivity. and ProxyActivity stores ActivityRequest. So if configuration change occurs, ActivityRequest's OnActivityResultListener reference destroyed TedBottomSheetDialogFragment. This causes runtime Exception. `Failure delivering result ResultInfo{who=null, request=3457, result=-1, data=Intent { dat=content://media/external/images/media/7356...

Content URI is: content://com.google.android.apps.photos.contentprovider/0/1/mediakey%3A%2Flocal%253A6c569636-fc1d-4a66-865c-3654544a06de/ORIGINAL/NONE/image%2Fjpeg/127765016 I think the issue is in the following function in RealPathUtil: ``` public static boolean isGooglePhotosUri(Uri uri) { return "com.google.android.apps.photos.content".equals(uri .getAuthority()); } ``` E/AndroidRuntime: FATAL EXCEPTION:...

I am getting this error in android 11 only Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'android.content.ContentResolver android.content.Context.getContentResolver()' on a null object reference android.media.MediaScannerConnection.lambda$scanFile$2 (MediaScannerConnection.java:250) android.media.-$$Lambda$MediaScannerConnection$OHvRCUP9iHmcrBgJ56umGlJZPUU.run (Unknown Source:6) android.os.Handler.handleCallback...

Pls provide method to change spanCount of gridView

Images in the bottoms sheet are not loading. Also on selecting an image, URI value is null,