RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

图片选择库,单选/多选、拍照、裁剪、压缩,自定义。包括视频选择和录制。

Results 101 RxGalleryFinal issues
Sort by recently updated
recently updated
newest added

Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'. 用不了?怎么弄

你好,预览图片的时候,图像质量比相册的低是怎么回事

手机api为24,callback没有进去 RxGalleryFinalApi.openZKCameraForResult(activity, callback);

Error:Unable to load class 'org.gradle.logging.StyledTextOutput$Style'. Possible causes for this unexpected error include:Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project...

调用 RxGalleryFinalApi.setImgSaveRxCropDir(...) 设置裁剪路劲。 但是在 public void onLoadFile() { //没有的话就默认路径 if (getImageStoreDirByFile() == null && getImageStoreDirByStr() == null) { mImageStoreDir = new File(Environment.getExternalStorageDirectory(), "/DCIM/IMMQY/"); setImageStoreCropDir(mImageStoreDir); } ..... } 方法中,如果图片存储路径为空,那么会连带着设置裁剪路径为默认值,导致之前的调用设置失效。

bug

![qq 20170929120824](https://user-images.githubusercontent.com/16076306/31000540-dfa54d04-a50e-11e7-99a2-6ecefb8c929e.png) ![qq 20170929120555](https://user-images.githubusercontent.com/16076306/31000557-f09a087a-a50e-11e7-918d-9acc396ee14d.png)

bug

compressAndSaveImage()这个方法压缩的好像是本地的图片,如果这样,本地的图片就会改变,是不是有点不合适?

多选之后再拍照在进入多选拍的照片不能在相册里面选中,希望在多选的里面加上一个list用于将调用拍照的图片也能在相册里面选中