File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 22[ ![ ] ( https://jitpack.io/v/BzCoder/SmartMediaPicker.svg )] ( https://jitpack.io/#BzCoder/SmartMediaPicker )
33[ ![ Build Status] ( https://www.travis-ci.org/BzCoder/SmartMediaPicker.svg?branch=master )] ( https://www.travis-ci.org/BzCoder/SmartMediaPicker )
44
5+
56主要还是站在了巨人的肩膀上,封装了以下两个库,修复[ 仿微信拍照Android控件] ( https://github.com/CJT2325/CameraView ) 中存在的几个BUG。也欢迎在提出更多的使用配置需求。欢迎提出issue,一天之内回复。
67- [ 知乎matisse] ( https://github.com/zhihu/Matisse )
78- [ 仿微信拍照Android控件] ( https://github.com/CJT2325/CameraView )
1213| ![ ] ( image/20190315005039.gif ) | ![ ] ( image/20190315005454.gif ) |
1314
1415## 改动
16+ ### v 1.1.1
17+ - 修复内存泄漏问题
18+ - 修复 withIsMirror 命名大小写问题
19+ ### v 1.1.0
20+ - 新增 前置摄像头是否开启镜像翻转选项 isMirror
1521### v 1.0.9
16- - 修复底部弹窗无法跳转返回后无法选择媒体的BUG !!
22+ - 修复底部弹窗无法跳转返回后无法获取到文件的BUG !!
1723 - 优化Sample
1824### v 1.0.8 有严重Bug弃用
1925 - 新增单独调用相机,图片选择器功能
4147
4248
4349 dependencies {
44- implementation 'com.github.BzCoder:SmartMediaPicker:1.0.9 '
50+ implementation 'com.github.BzCoder:SmartMediaPicker:1.1.1 '
4551 }
4652```
4753### 代码添加:
6571 .withMaxImageSize(5 )
6672 // 设置图片加载引擎
6773 .withImageEngine(new Glide4Engine ())
68- // 弹出类别,默认弹出底部选择栏,也可以选择单独跳转
74+ // 前置摄像头拍摄是否镜像翻转图像 默认为true 与微信一致的话为false
75+ .withIsMirror(false )
76+ // 弹出类别,默认弹出底部选择栏,也可以选择单独跳转
6977 .withMediaPickerType(MediaPickerEnum . BOTH )
7078 .build()
7179 .show();
You can’t perform that action at this time.
0 commit comments