Skip to content

Commit 2cd0370

Browse files
chore(release): prepare for 1.0.0 release
1 parent ea51b58 commit 2cd0370

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
The changes documented here do not include those from the original repository.
8+
9+
## [1.0.0]
10+
11+
### 2026-04-10
12+
13+
- Add implementation for whole library, including `takePhoto`, `recordVideo`, `deleteVideoFilesFromCache`, `createCaptureFile`, `processResultFromCamera`, `processResultFromVideo`, `editImage`, `editURIPicture`, `openCropActivity`, `processResultFromEdit`, `chooseFromGallery`, `onChooseFromGalleryResult`, `onChooseFromGalleryEditResult`, `extractUris`, and `playVideo`.
14+
- The methods above are spread into different managers with differenr responsibilities: `IONCAMRCameraManager`, `IONCAMREditManager`, `IONCAMRGalleryManager` and `IONCAMRVideoManager`.
15+
16+
### 2026-02-19
17+
18+
- Create repository.
19+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.ionic.libs</groupId>
88
<artifactId>ioncamera-android</artifactId>
9-
<version>0.1.0</version>
9+
<version>1.0.0</version>
1010
</project>

0 commit comments

Comments
 (0)