Skip to content

v2.3.3

Compare
Choose a tag to compare
@LuckSiege LuckSiege released this 23 Nov 15:51
· 1967 commits to master since this release

1.新增动态设置相册和裁剪主题功能api,动态设置主题的权限最高!!!
.setPictureStyle(mPictureParameterStyle); // 动态自定义相册主题
.setPictureCropStyle(mCropParameterStyle); // 动态自定义裁剪主题
注意:如果动态设置了主题 以上相册和裁剪两者的主题优先级都高于.theme(themeId);方式,所以个人建议动态设置主题和.theme(themeId); 二选一最好!!!
2.新增api .queryMaxFileSize(10) // 只查多少M以内的图片、视频、音频 单位:M
3.修复FolderPopWindow未点在超过屏幕高度60%时关闭不了问题
4.修复java.lang.IllegalStateException: The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count: 86, found: 0 bug
5.修复.theme(themeId);方式修改裁剪主题不生效问题
6.优化布局层次
7.修复issues