Skip to content

Releases: seunghee17/DynamicImagePicker

v1.0.2

01 Apr 02:52

Choose a tag to compare

DynamicImagePicker v1.0.2

Release focused on video selection support and gallery paging refactoring.

Highlights

  • Added video selection support in the picker flow
  • Refactored gallery loading to a paging-based structure
  • Improved gallery and picker UI/UX for mixed media selection
  • Updated permission handling to cover video access
  • Added Korean string resources and stability configuration updates

Maven Central

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.seunghee17:imagepicker:1.0.2")
}

Included In This Release

  • video selection support across picker, gallery, and editor flows
  • paging-based gallery data loading for smoother large-library browsing
  • updated media domain models including MediaType
  • improved permission fallback and media access handling
  • localized strings for Korean users

v1.0.0

25 Mar 23:48

Choose a tag to compare

First public release of DynamicImagePicker.

Highlights

  • Compose-based image picker UI for Android
  • Runtime gallery permission handling
  • Gallery browsing with album support
  • Configurable max selection count with selection order badge
  • Drag multi-select support
  • Basic image editing with 90-degree rotation and crop
  • Result delivery with original and edited image metadata

Maven Central

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.seunghee17:imagepicker:1.0.0")
}

Included In This Release

  • initial public Maven Central publishing setup
  • public DynamicImagePicker.Content(...) entry point
  • reusable image picker library module in :imagepicker
  • permission fallback flow
  • gallery grid and album selection UI
  • image edit flow with rotate and crop
  • PickerResult / PickedImage result model
  • license and repository metadata for distribution

Notes

  • This is the first stable public release.
  • v1 focuses on the core image picker flow.
  • Video support and more advanced editing are planned for future versions.