Releases: donglua/PhotoPicker
Releases · donglua/PhotoPicker
0.9.12
- remove nineoldandroids dependency
- remove thumbnail animation
v0.9.5
- Determine whether the image exists.
- Runtime permission
- Android N Support
- Bottom color of photo pick page with colorPrimary
0.8.5
😓 fix setShowCamera method
0.8.4
0.8.4
0.8.3
PhotoPicker.builder()
.setPhotoCount(9)
.setShowCamera(true)
.setShowGif(true)
.setPreviewEnabled(false)
.start(this, PhotoPicker.REQUEST_CODE);