Skip to content

Commit dd2cbee

Browse files
author
Niklas Bachmann
committed
Bump version
1 parent fe7e455 commit dd2cbee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+265
-82
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# PhotoEditor SDK - Changelog
22

3+
## v8.0.3
4+
5+
### Fixed
6+
* HEIC images does not orientated correctly.
7+
* Brush tool colorize the whole picture in some cases.
8+
* The color of the text font icons are always overwritten with white. It is now using `imgly_icon_color` as color resource.
9+
* Trim settings and serialization are ignored at startup.
10+
* Overriding annotation processor arguments.
11+
12+
313
## v8.0.2
414

515
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
1717
</a>
1818
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/">
19-
<img src="https://img.shields.io/badge/VERSION-8.0.2-007ec6.svg?style=flat" alt="Maven">
19+
<img src="https://img.shields.io/badge/VERSION-8.0.3-007ec6.svg?style=flat" alt="Maven">
2020
</a>
2121
<a href="http://twitter.com/PhotoEditorSDK">
2222
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
@@ -126,7 +126,7 @@ buildscript {
126126
maven { url "https://artifactory.img.ly/artifactory/imgly" }
127127
}
128128
dependencies {
129-
classpath 'ly.img.android.pesdk:plugin:8.0.2'
129+
classpath 'ly.img.android.pesdk:plugin:8.0.3'
130130
}
131131
}
132132

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlin_version = '1.4.10'
5-
ext.pesdk_version = '8.0.2' // 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.3' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
66
repositories {
77
google()
88
jcenter()

default_res_files/v8_0/res/drawable/imgly_icon_pause.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of the PhotoEditor Software Development Kit.
4+
~
5+
~ Copyright (C) 2017 9elements GmbH <contact@9elements.com>
6+
~ All rights reserved.
7+
~
8+
~ Redistribution and use in source and binary forms, without
9+
~ modification, are permitted provided that the following license agreement
10+
~ is approved and a legal/financial contract was signed by the user.
11+
~
12+
~ The license agreement can be found under the following link:
13+
~
14+
~ https://www.photoeditorsdk.com/LICENSE.txt
15+
-->
16+
17+
218
<vector xmlns:android="http://schemas.android.com/apk/res/android"
319
android:viewportWidth="20"
420
android:viewportHeight="20"

default_res_files/v8_0/res/drawable/imgly_icon_play.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of the PhotoEditor Software Development Kit.
4+
~
5+
~ Copyright (C) 2017 9elements GmbH <contact@9elements.com>
6+
~ All rights reserved.
7+
~
8+
~ Redistribution and use in source and binary forms, without
9+
~ modification, are permitted provided that the following license agreement
10+
~ is approved and a legal/financial contract was signed by the user.
11+
~
12+
~ The license agreement can be found under the following link:
13+
~
14+
~ https://www.photoeditorsdk.com/LICENSE.txt
15+
-->
16+
17+
218
<vector xmlns:android="http://schemas.android.com/apk/res/android"
319
android:viewportWidth="20"
420
android:viewportHeight="20"

default_res_files/v8_0/res/drawable/imgly_icon_play_pause.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of the PhotoEditor Software Development Kit.
4+
~
5+
~ Copyright (C) 2017 9elements GmbH <contact@9elements.com>
6+
~ All rights reserved.
7+
~
8+
~ Redistribution and use in source and binary forms, without
9+
~ modification, are permitted provided that the following license agreement
10+
~ is approved and a legal/financial contract was signed by the user.
11+
~
12+
~ The license agreement can be found under the following link:
13+
~
14+
~ https://www.photoeditorsdk.com/LICENSE.txt
15+
-->
16+
17+
218
<selector xmlns:android="http://schemas.android.com/apk/res/android">
319
<item android:drawable="@drawable/imgly_icon_play" android:state_checked="true"/>
420
<item android:drawable="@drawable/imgly_icon_pause" android:state_checked="false"/>

default_res_files/v8_0/res/drawable/imgly_icon_to_front.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
~ https://www.photoeditorsdk.com/LICENSE.txt
1515
-->
1616

17-
<vector xmlns:android="http://schemas.android.com/apk/res/android"
18-
android:viewportWidth="48"
19-
android:viewportHeight="48"
20-
android:width="48dp"
21-
android:height="48dp">
22-
<path
23-
android:pathData="M18.003074 18.003074L24.006147 12 30.003074 17.996926 28.58886 19.41114 25.010239 15.832519V23h-2.008183v-7.167481l-3.584769 3.584768zM15 27h18c1.104569 0 2 0.89543 2 2v4c0 1.104569 -0.895431 2 -2 2H15c-1.104569 0 -2 -0.895431 -2 -2v-4c0 -1.10457 0.895431 -2 2 -2z"
24-
android:fillColor="@color/imgly_icon_color_on_canvas" />
25-
26-
</vector>
17+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18+
<item android:state_enabled="false" android:drawable="@drawable/imgly_icon_to_front_disabled"/>
19+
<item android:state_enabled="true" android:drawable="@drawable/imgly_icon_to_front_enabled"/>
20+
</selector>

default_res_files/v8_0/res/layout/imgly_list_item_blend_mode.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
13
<!--
24
~ This file is part of the PhotoEditor Software Development Kit.
35
~

default_res_files/v8_0/res/layout/imgly_list_item_color.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
13
<!--
24
~ This file is part of the PhotoEditor Software Development Kit.
35
~

default_res_files/v8_0/res/layout/imgly_list_item_color_pipette.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
13
<!--
24
~ This file is part of the PhotoEditor Software Development Kit.
35
~

0 commit comments

Comments
 (0)