Releases: BasemNasr/EasyMediaPicker
Releases · BasemNasr/EasyMediaPicker
v2.2.0
v2.0.2 KMP Support
Replace JVM-dependent `String.format` with a custom decimal rounding …
v2.0.1 KMP Support
Update README documentation remove duplicate README-KMP file update dependency versions to v2.0.1 clarify Android-only usage instructions for XML vs Compose projects
v2.0.0 KMP Support
Migrate to Kotlin Multiplatform and add Compose support
- Establish new KMP project structure with
easy-media-picker-coreandeasy-media-picker-composemodules. - Implement platform-specific
MediaPickerlogic:- Android: Use Activity Result API and PhotoPicker.
- iOS: Integrate
PHPickerViewControllerandUIDocumentPickerViewController. - Desktop: Implement AWT/Swing file dialogs.
- Add
MediaPickerStateandrememberMediaPickerStatefor Compose Multiplatform integration. - Migrate build configuration from Groovy to Kotlin DSL (
.kts) and upgrade Gradle wrapper to 8.5. - Update Android
compileSdkandtargetSdkto 34. - Add KMP-specific documentation and update
README.md.
permission issue solved
permission issue solved
v0.1.9
v0.1.8: Merge pull request #2 from BasemNasr/elasil
[fix files at fragment android 10]
fix bugs in choose file android 10
fix get file from download issue