Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Bachmann authored and Niklas Bachmann committed Jun 13, 2019
1 parent 2a6b8b3 commit d631d09
Show file tree
Hide file tree
Showing 325 changed files with 9,929 additions and 6 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,53 @@
# PhotoEditor SDK - Changelog

## v6.5.1

### Added
* `Sharpness` as a new adjustment value.

### Changed
* Kotlin version to `1.3.31`.

### Fixed
* TextDesign `Summer Feeling` has no lines (old Serialisation HTML5 and Android < 3.5.0 and iOS < 3.1.1 restore the old design).
* Bounding box of TextDesign `Deko` is too big (old Serialisation HTML5 and Android < 3.5.0 and iOS < 3.1.1 restore the old design).
* `Blacks` and `Whites` adjustment applied to alpha values.
* The serialization will not be serialized / deserialized properly if some modules are not included.
* Resource deprecation warning, keeps alive until restart gradle daemon.

## v5.1.12

### Fixed
* Wrong save policy when using camera.
* Wrong label of sticker color selection tool.

## v6.5.0

### Added
* Example light theme color schema to `imgly_colors.xml` and documentation. Due to a limitation of Android 4, it is currently not possible to change the colors theme at runtime, you need to add these colors at compile time.
* Color identifier to be able to customize in more detail.

### Fixed
* Background thread workload not balanced.
* Thumbnails not shown under certain conditions.
* Wrong tool stack handling.
* Wrong tool event calls on certain conditions. `LEAVE_TOOL` and `ENTER_TOOL` sometimes were in wrong order.
* Wrong PESDK plugin classpath in the `README.md`.

### Changed
* Rename internal renderscript files to trigger recompiling
* Layout order of `imgly_list_item_filter.xml`, `imgly_list_item_filter_folder_subitem.xml` and `imgly_list_item_overlay.xml`.
* Names of some old color identifier.
* We've removed some legacy styles, make sure you stop using them or that you have a copy from an old version.
** `Imgly.PESDK.Editor.Popup.Brush.HorizontalMargin`
** `Imgly.PESDK.Camera.UI.Container`
** `Imgly.PESDK.Editor.Panel.default.Item.SelectBackground`
** `Imgly.PESDK.Editor.Panel.Overlay.OverlayItem.Value`
** `Imgly.PESDK.Editor.Panel.Transform.Crop`
** `Imgly.PESDK.Widget.GalleryButton`
** `Imgly.PESDK.Widget.GalleryButton.ClickOverlay`
** `Imgly.PESDK.Widget.GalleryButton.PreviewImage`

## v6.4.2
### Fixed
* Typo in the filter name 'High Carp'.
Expand Down
8 changes: 3 additions & 5 deletions README.md
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-6.5.0-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-6.5.1-007ec6.svg?style=flat" alt="Maven">
</a>
<a href="http://twitter.com/PhotoEditorSDK">
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
Expand Down Expand Up @@ -126,7 +126,7 @@ buildscript {
maven { url "https://artifactory.img.ly/artifactory/imgly" }
}
dependencies {
classpath 'ly.img.android.pesdk:PESDKPlugin:6.5.0'
classpath 'ly.img.android.pesdk:plugin:6.5.1'
}
}
Expand All @@ -147,7 +147,7 @@ PESDKConfig {
licencePath "LICENSE" // Name of the Licence file in the asset folder
// Write here the newest SDK verion you will here https://github.com/imgly/pesdk-android-demo/releases
pesdkVersion "6.5.0"
pesdkVersion "6.5.1"
// If you are using another supportLibVersion ('com.android.support') please change this version here our update your own supportLibVersion
supportLibVersion "27.1.1"
Expand All @@ -164,7 +164,6 @@ PESDKConfig {
include 'ly.img.android.pesdk.operation:sticker'
include 'ly.img.android.pesdk.operation:overlay'
include 'ly.img.android.pesdk.operation:adjustment'
include 'ly.img.android.pesdk.operation:abstract-sticker'
// Add all the UI modules you are need
include 'ly.img.android.pesdk.ui.mobile_ui:core'
Expand All @@ -184,7 +183,6 @@ PESDKConfig {
// Add asset packs if you need
include 'ly.img.android.pesdk.assets:font-basic'
include 'ly.img.android.pesdk.assets:font-text-design'
include 'ly.img.android.pesdk.assets:frame-basic'
include 'ly.img.android.pesdk.assets:filter-basic'
include 'ly.img.android.pesdk.assets:overlay-basic'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.2.71'
ext.pesdk_version = '6.5.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '6.5.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
repositories {
google()
jcenter()
Expand Down
22 changes: 22 additions & 0 deletions default_res_files/v_6_5/color/imgly_crop_item_color_states.xml
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->


<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true"
android:color="@color/imgly_text_color_active"/>
<item android:color="@color/imgly_editor_text_color_secondary"/>
</selector>
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->



<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true"
android:color="@color/imgly_crop_icon_fill_color_active"/>
<item android:color="@color/imgly_crop_icon_fill_color"/>
</selector>
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->



<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true"
android:color="@color/imgly_icon_color_active"/>
<item android:color="@color/imgly_icon_color"/>
</selector>
23 changes: 23 additions & 0 deletions default_res_files/v_6_5/color/imgly_lable_color_states.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->



<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true"
android:color="@color/imgly_text_color_active"/>
<item android:color="@color/imgly_editor_text_color_secondary"/>
</selector>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->


<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="400" android:exitFadeDuration="400">
<item>
<shape>
<gradient android:startColor="#99000000" android:endColor="#33000000" android:angle="90"/>
</shape>
</item>
</selector>
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->


<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="400" android:exitFadeDuration="400">
<item>
<shape>
<gradient android:startColor="#33000000" android:endColor="#00000000" android:angle="90"/>
</shape>
</item>
</selector>
24 changes: 24 additions & 0 deletions default_res_files/v_6_5/drawable/imgly_button.xml
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->



<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="0" android:exitFadeDuration="0">
<item android:drawable="@drawable/imgly_button_disabled" android:color="@color/imgly_text_color" android:state_enabled="false"/>
<item android:drawable="@drawable/imgly_button_pressed" android:color="@color/imgly_text_color" android:state_pressed="true"/>
<item android:drawable="@drawable/imgly_button_normal" android:color="@color/imgly_text_color" android:state_enabled="true"/>
<item android:drawable="@drawable/imgly_button_normal" android:color="@color/imgly_text_color"/>
</selector>
32 changes: 32 additions & 0 deletions default_res_files/v_6_5/drawable/imgly_button_click_overlay.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->



<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape>
<corners android:radius="2dp"/>
<solid android:color="#33FFFFFF"/>
</shape>
</item>
<item>
<shape>
<corners android:radius="2dp"/>
<solid android:color="@color/imgly_transparent_color"/>
</shape>
</item>
</selector>
43 changes: 43 additions & 0 deletions default_res_files/v_6_5/drawable/imgly_button_disabled.xml
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2019 img.ly GmbH <contact@img.ly>
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, without
~ modification, are permitted provided that the following license agreement
~ is approved and a legal/financial contract was signed by the user.
~
~ The license agreement can be found under the following link:
~
~ https://www.photoeditorsdk.com/LICENSE.txt
-->



<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<padding android:top="0dp" android:right="0.5dp" android:bottom="0.5dp" android:left="0dp" />
<solid android:color="#14000000" />
<corners android:radius="3.5dp"/>
<size android:width="20dp" android:height="20dp" />
</shape>
</item>
<item>
<shape>
<padding android:top="0dp" android:right="0.5dp" android:bottom="0.5dp" android:left="0dp" />
<solid android:color="#14000000" />
<corners android:radius="3.5dp"/>
</shape>
</item>
<item>
<shape>
<padding android:top="3dp" android:right="3dp" android:bottom="3dp" android:left="3dp" />
<corners android:radius="3.5dp"/>
<solid android:color="@color/imgly_button_color_disabled"/>
</shape>
</item>
</layer-list>

0 comments on commit d631d09

Please sign in to comment.