You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## [2.3.0]
2
+
3
+
### Changed
4
+
5
+
*[imgly_sdk] Removed `WRITE_EXTERNAL_STORAGE` permission request when opening the editor on Android.
6
+
*[imgly_sdk] Aligned emoji support for iOS and Android. Emoji support is not optimized for cross-platform use and disabled by default. Added option `TextOptions.allowEmojis`.
7
+
*[imgly_sdk] Updated documentation for remote resources used in the editor. Remote resources are usable but not optimized and therefore should be downloaded in advance and then passed to the editor as local resources.
8
+
9
+
### Added
10
+
11
+
*[imgly_sdk] Added integration and documentation for custom watermark. Use `Configuration.watermark` to add a custom watermark to the image/video.
12
+
13
+
### Fixed
14
+
15
+
* Fixed unexpected behavior when invoking multiple requests.
16
+
*[imgly_sdk] Fixed `CompositionOptions.personalVideoClips` would not be resolved correctly on Android.
In order to update VideoEditor SDK for Android replace the version string `9.1.0` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
64
+
In order to update VideoEditor SDK for Android replace the version string `9.2.0` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
65
65
66
66
3. Still in the `android/build.gradle` file (**not**`android/app/build.gradle`), add these lines at the bottom:
0 commit comments