ImageSelector icon indicating copy to clipboard operation
ImageSelector copied to clipboard

Photo picker library for Android. Support single choice、multi-choice、cropping image and preview image.

Results 31 ImageSelector issues
Sort by recently updated
recently updated
newest added

Intent 设置Uri 没有适配android N android.os.FileUriExposedException: file:///storage/emulated/0/LiteNote/pictures/1476891731242.jpg exposed beyond app through Intent.getData()

标题栏不能设置样式吗?跟我的App风格不匹配

还需要手动添加各种依赖库,可以直接写在pom文件中,这样就不用手动添加了

在ImageSelectorActivity里,FolderWindow消失的时候,会引起这个问题 java.lang.NullPointerException at android.view.ViewRootImpl.drawAccessibilityFocusedDrawableIfNeeded(ViewRootImpl.java:2301) 不知道为什么会引起,stackoverflow上给了一个解决方案http://stackoverflow.com/questions/16221175/aos-4-x-crash-issue-with-animation。 能分析下是怎么引起的吗?

I pick some of pics in ImagePreviewActivity,after that back to ImageSelectorActivity,there is nothing happen !!! It should show the pics which i choosed in ImagePreviewActivity~

否则需要对横屏做适配

通过这样调用界面 ImageSelectorActivity.start(PersonInfoActivity.this, 1, ImageSelectorActivity.MODE_SINGLE, true, true, true); onActivityResult 回调的时候会报下面的异常,一开始以为是Fragment的问题,换到Activity中也一样 07-20 00:22:03.922 12846-12846/com.ixwork E/WindowManager: android.view.WindowLeaked: Activity com.yongchun.library.view.ImageCropActivity has leaked window com.android.internal.policy.PhoneWindow$DecorView{a5cff5a V.E...... R.....ID 0,0-1336,464} that was originally added here at android.view.ViewRootImpl.(ViewRootImpl.java:565)...