Skip to content

Commit

Permalink
Merge pull request #81 from imgly/release/9.2.0
Browse files Browse the repository at this point in the history
release/9.2.0
  • Loading branch information
prempalsingh authored Jan 20, 2022
2 parents 4e63540 + 977b50f commit 7709b40
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# PhotoEditor SDK - Changelog

## v9.2.0

### Added

* Support for a custom watermark image.

### Fixed
* `ConfigLoader` (React Native, Flutter, Cordova/Ionic).
* Crash if the system language is Turkish, because the `i` is converted to a `ı`.
* `personalVideoClips` was being ignored in the `composition` object.
* OutOfMemoryError in `AudioPlayWindowSliderView` when all video composition parts are removed.
* NullPointerException on denying `WRITE_EXTERNAL_STORAGE` permission when exporting media on Android API versions < 29.
* NullPointerException when trimming a video.
* Memory leak in `DataSourceListAdapter`.
* Memory leak after removing Sticker, Text design or Text.
* Menu items for unavailable modules were being added to `UiConfigMainMenu` by default.
* NullPointerException caused by invalid IFD0 offset during EXIF parsing.
* Audio tool panel doesn't work if `Trim` feature is not included in the license.
* Exporting video in background doesn't respect specified duration limits.
* Image overflow on applying frame if UI lifecycle state changes.
* Missing filter categories thumbnail for existing categories.
* Export hangs if the audio track is unsupported or broken.
* Those tracks that can't be decoded, such as ALAC (Apple Lossless Audio Codec) encoded tracks, are ignored.


## v9.1.1

### Fixed
Expand All @@ -12,7 +37,6 @@
* Video parts could hang if only two videos be composed.
* In cases where more than one video part is composed, video parts could be black after app recovery.


## v9.1.0

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
</a>
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/">
<img src="https://img.shields.io/badge/VERSION-9.1.1-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-9.2.0-007ec6.svg?style=flat" alt="Maven">
</a>
<a href="http://twitter.com/PhotoEditorSDK">
<img src="https://img.shields.io/badge/[email protected]?style=flat" alt="Twitter">
Expand Down Expand Up @@ -119,7 +119,7 @@ buildscript {
maven { url "https://artifactory.img.ly/artifactory/imgly" }
}
dependencies {
classpath 'ly.img.android.pesdk:plugin:9.1.1'
classpath 'ly.img.android.pesdk:plugin:9.2.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.4.10'
ext.pesdk_version = '9.1.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '9.2.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
repositories {
google()
gradlePluginPortal()
Expand Down

0 comments on commit 7709b40

Please sign in to comment.