File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# PhotoEditor SDK - Changelog
2
2
3
+ ## v8.0.5
4
+
5
+ ### Fixed
6
+ * Camera do not capture an image if ` doOpenEditorAfterCapture ` is false.
7
+ * Font icons of ` TextTool ` not rendered correctly on API 23 and below.
8
+ * Some classes and methods are not open as in version 7.
9
+ * Editor crashes when using ` SaveSettings ` instead of ` VideoEditorSaveSettings ` or ` PhotoEditorSaveSettings ` .
10
+
11
+
3
12
## v8.0.4
4
13
5
14
### Fixed
Original file line number Diff line number Diff line change 16
16
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
17
17
</a >
18
18
<a href =" https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/ " >
19
- <img src="https://img.shields.io/badge/VERSION-8.0.4 -007ec6.svg?style=flat" alt="Maven">
19
+ <img src="https://img.shields.io/badge/VERSION-8.0.5 -007ec6.svg?style=flat" alt="Maven">
20
20
</a >
21
21
<a href =" http://twitter.com/PhotoEditorSDK " >
22
22
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
@@ -126,7 +126,7 @@ buildscript {
126
126
maven { url "https://artifactory.img.ly/artifactory/imgly" }
127
127
}
128
128
dependencies {
129
- classpath 'ly.img.android.pesdk:plugin:8.0.4 '
129
+ classpath 'ly.img.android.pesdk:plugin:8.0.5 '
130
130
}
131
131
}
132
132
@@ -431,7 +431,7 @@ public class EditorDemoActivity extends Activity implements PermissionRequest.Re
431
431
// Set input image
432
432
settingsList. getSettingsModel(LoadSettings . class). setSource(inputImage);
433
433
434
- settingsList. getSettingsModel(SaveSettings . class). setOutputToGallery(Environment . DIRECTORY_DCIM );
434
+ settingsList. getSettingsModel(PhotoEditorSaveSettings . class). setOutputToGallery(Environment . DIRECTORY_DCIM );
435
435
436
436
new EditorBuilder (this )
437
437
.setSettingsList(settingsList)
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext. kotlin_version = ' 1.4.10'
5
- ext. pesdk_version = ' 8.0.4 ' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
5
+ ext. pesdk_version = ' 8.0.5 ' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
6
6
repositories {
7
7
google()
8
8
jcenter()
You can’t perform that action at this time.
0 commit comments