RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

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

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

Exception while processing task java.io.IOException: proguard.ParseException: Unexpected keyword 'io.reactivex.**' in line 83 of file '/Users/wuyunqiang/Desktop/oa_reactNative/oa_reactNative/android/app/proguard-rules.pro' :app:transformClassesAndResourcesWithProguardForRelease FAILED FAILURE: Build failed with an exception ![release](https://user-images.githubusercontent.com/13480948/31871370-44a5a12e-b7e6-11e7-89aa-3cb7b3e28540.png) 混淆文件:

在fragment上执行 RxGalleryFinalApi.openZKCamera这个方法 打开相机之后,立马就执行了RxGalleryFinalApi.openZKCameraForResult这个接口的回调

用于画廊中选择相机拍摄照片后直接打开裁剪,而不是回到相册

能加视频录制时长限制与选择文件大小限制、视频压缩功能吗

![qq 20170906115835](https://user-images.githubusercontent.com/11403290/30093869-d82ee268-92fa-11e7-99f4-f9fe66041788.png) ![qq 20170906120012](https://user-images.githubusercontent.com/11403290/30093894-f92f6bc2-92fa-11e7-980c-819249079ffe.png) 看了您的源码,似乎对Glide的版本有限制要求,我必须使用3.7版本才可以。 是否可以将setImageLoader方法暴露出去?以解决第三方库的版本限制问题

作者你好! 如果图片集是来自网络的能使用此库实现多选不?谢谢

最近遇到一个需求,选择的单张图片不能大于10M,可否加上限制图片大小的入口?