Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.18 KB

File metadata and controls

25 lines (14 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

The changes documented here do not include those from the original repository.

[1.0.1]

2026-04-27

  • Fix: gallery multiple selection returning duplicate uri and webPath on Android devices where the MediaStore _data column is unavailable. Each selected image now gets a unique cache filename via UUID.randomUUID().

[1.0.0]

2026-04-10

  • Add implementation for whole library, including takePhoto, recordVideo, deleteVideoFilesFromCache, createCaptureFile, processResultFromCamera, processResultFromVideo, editImage, editURIPicture, openCropActivity, processResultFromEdit, chooseFromGallery, onChooseFromGalleryResult, onChooseFromGalleryEditResult, extractUris, and playVideo.
  • The methods above are spread into different managers with differenr responsibilities: IONCAMRCameraManager, IONCAMREditManager, IONCAMRGalleryManager and IONCAMRVideoManager.

2026-02-19

  • Create repository.