From 6d3dc8b33c00152cf5fc8663af5b310ceb937d80 Mon Sep 17 00:00:00 2001 From: imgly-bot <47853486+imgly-bot@users.noreply.github.com> Date: Mon, 27 Mar 2023 07:18:40 +0000 Subject: [PATCH] Update from https://github.com/imgly-labs/pesdk/commit/475001f74c9358029f1caa005f07fe49607c1faa --- CHANGELOG.md | 21 +++++++++++++++++++-- README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 789ec9bc..0bd3e98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,27 @@ # PhotoEditor SDK - Changelog +## v10.7.0 + +### Added +* If `uiMainConfig.showConfirmCloseDialog` is `false` no discard confirm dialog is shown, when close button is clicked. Default is `true`. +* Support for adding min and max values to AdjustmentOptions. + +### Fixed +* Sticker and Text-Design previews occasionally failing to load. +* The background of the editor flickers transparently at startup. +* [VideoEditorSDK] A rare NullPointerException when changing the tool. +* [VideoEditorSDK] A rare RuntimeException whenever the timeline was shown due to a recycled Bitmap being drawn. +* [VideoEditorSDK] Bad video quality if auto bitrate is used. + +### Changed +* Removed the `OrientationSensor` class to comply with privacy policy guidelines of certain third-party app stores. +* Deprecated `AutoRotateLayout`, `AutoRotateImageSource`, and `AutoRotateTextView` views. + ## v10.6.0 ### Added -* Support for custom audio selection fragment. -* Added soundstripe audio selection fragment, with proxy or custom data fetch implementation. +* [VideoEditorSDK] Support for custom audio selection fragment. +* [VideoEditorSDK] Added soundstripe audio selection fragment, with proxy or custom data fetch implementation. ## v10.5.0 diff --git a/README.md b/README.md index cf6af283..d31bd47a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - Maven + Maven Twitter @@ -119,7 +119,7 @@ buildscript { maven { url "https://artifactory.img.ly/artifactory/imgly" } } dependencies { - classpath 'ly.img.android.pesdk:plugin:10.6.0' + classpath 'ly.img.android.pesdk:plugin:10.7.0' } } diff --git a/build.gradle b/build.gradle index 6c41a614..e384b7f3 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = '1.5.32' - ext.pesdk_version = '10.6.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases + ext.pesdk_version = '10.7.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases repositories { google() gradlePluginPortal()