Album
Album copied to clipboard
:watermelon: Album and Gallery for Android platform.
11要来了 会有计划适配吗
华为手机Android10,相册选择,“对号”消失,不显示,没有办法进行相关的图片选择操作。
We do not need this `(Long.MAX_VALUE)` this creates confusion here.
Added Korean locale
删除的图片还是会显示出来,debug后选择删除的图片,信息都有,就mSize=0
机型华为LIO-AL00,安卓10 NullPointerException in DoInvoke because of null receiver com.yanzhenjie.album.app.album.NullActivity.onCreate(Native Method) NullPointerException in DoInvoke because of null receiver com.yanzhenjie.album.app.camera.CameraActivity.onCreate(Native Method)
jcenter仓库的代码是最新的,不配置jcenter,代码是不一样的,看起来像1.0.2的代码,麻烦作者检查更新下
thanks for support to this stage now this lib have different bug if i changed app lang and open album activity it call locale method so app reverse to previous...
在仅显示视频的页面点击摄像机调起摄像头拍摄视频中无法限定拍摄时长和文件大小 Album.video(this) .multipleChoice() .columnCount(3) .selectCount(1) .camera(true) .filterDuration { it >= 31000 } .filterSize { it >= 20 * 1024 * 1024L } .widget( Widget.newDarkBuilder(this) .title("选择视频") .build() ) .quality(0) .limitDuration(31) .limitBytes(20...
I have a scenario where I have to allow users to record video only up to 2 minutes and then I found your library & implemented but it is not...