Highlight
- New API to run the image picker and get the result
val launcher = registerImagePicker { result: List<Image> ->
result.forEach { image ->
println(image)
}
}
- Multiple bugfixes π
- Android Q support π€
- Updates on the tooling (AGP, KGP) π
- More translations π
Thanks to all the contributors that can make this happen!
What's Changed
- Fix display video duration cause app crash when targeting to sdk 29 and fix display media file under root in folder mode by @wiwuwa in #331
- Japanese support by @kckuo920248 in #332
- Refactor kotlin by @esafirm in #338
- Refactor launcher by @esafirm in #342
- update readme by @esafirm in #343
- Fix memory leak by @esafirm in #344
- Toolbar Done button visibility. by @dilip786 in #347
- set target and compile sdk to 30 by @esafirm in #353
- Hash code and equals by @esafirm in #354
- fix fragment not attached to context exception by @michaelsam94 in #363
- Optimize load images by @esafirm in #364
- custom ui adjustment by @esafirm in #365
- fix on crash camera only cancel by @esafirm in #366
- fix sort on q by @esafirm in #369
- Fix stuff by @esafirm in #370
- camera only back press crash fixed by @shamsshykh in #398
- Add Swedish translation by @ghostbear in #386
- Add spanish and catalan translations by @pballart in #376
- Add camera permission english string (#405) by @alessandrotedd in #406
- add vi language by @chihung93 in #407
- Fix - Change barista dependency by @esafirm in #415
- Add permission check for android13 by @masato1230 in #404
- fix deprecated pickCamera by @chihung93 in #408
- BugFix: Image count visible in the folder mode when moved from one folder to another by @kavitamp in #410
- upgrade AGP and Kotlin version by @esafirm in #416
- Code cleanup by @esafirm in #421
New Contributors
- @wiwuwa made their first contribution in #331
- @kckuo920248 made their first contribution in #332
- @dilip786 made their first contribution in #347
- @michaelsam94 made their first contribution in #363
- @shamsshykh made their first contribution in #398
- @ghostbear made their first contribution in #386
- @pballart made their first contribution in #376
- @alessandrotedd made their first contribution in #406
- @chihung93 made their first contribution in #407
- @masato1230 made their first contribution in #404
- @kavitamp made their first contribution in #410
Full Changelog: 2.4.2...3.0.0