Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Nähler authored and Sven Nähler committed Oct 10, 2017
1 parent 8cc52fc commit 464d5f9
Show file tree
Hide file tree
Showing 33 changed files with 225 additions and 573 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# PhotoEditor SDK - Changelog

## v5.0.5

### Changed
* Changed crop ratio name to 'Free'.
* Set rotation control dots invisible behind the value.
* Set item label to blue if the item is selected.

### Fixed
* Flipped image rotates in the wrong direction.
* Sticker not loading.

## v5.0.4

### Changed
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

compile 'ly.img.android:photo-editor-sdk:5.0.4'
apt 'ly.img.android:build-processor:5.0.4'
compile 'ly.img.android:photo-editor-sdk:5.0.5'
apt 'ly.img.android:build-processor:5.0.5'

}
21 changes: 21 additions & 0 deletions default_res_files/res/color/imgly_lable_color_states.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2017 9elements GmbH <[email protected]>
~ 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>
20 changes: 4 additions & 16 deletions default_res_files/res/drawable/imgly_icon_redo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@
~ https://www.photoeditorsdk.com/LICENSE.txt
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<group
android:scaleX="-1"
android:translateX="23">
<!--path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="#000000" /-->
<path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="@color/imgly_icon_color" />
</group>
</vector>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:drawable="@drawable/imgly_icon_redo_disabled"/>
<item android:state_enabled="true" android:drawable="@drawable/imgly_icon_redo_enabled"/>
</selector>
32 changes: 32 additions & 0 deletions default_res_files/res/drawable/imgly_icon_redo_disabled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2017 9elements GmbH <[email protected]>
~ 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
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<group
android:scaleX="-1"
android:translateX="23">
<!--path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="#000000" /-->
<path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="@color/imgly_icon_color_disabled" />
</group>
</vector>
32 changes: 32 additions & 0 deletions default_res_files/res/drawable/imgly_icon_redo_enabled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2017 9elements GmbH <[email protected]>
~ 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
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<group
android:scaleX="-1"
android:translateX="23">
<!--path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="#000000" /-->
<path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="@color/imgly_icon_color" />
</group>
</vector>
16 changes: 4 additions & 12 deletions default_res_files/res/drawable/imgly_icon_undo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@
~ https://www.photoeditorsdk.com/LICENSE.txt
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<!--path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="#000000" /-->
<path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="@color/imgly_icon_color" />
</vector>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:drawable="@drawable/imgly_icon_undo_disabled"/>
<item android:state_enabled="true" android:drawable="@drawable/imgly_icon_undo_enabled"/>
</selector>
28 changes: 28 additions & 0 deletions default_res_files/res/drawable/imgly_icon_undo_disabled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2017 9elements GmbH <[email protected]>
~ 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
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<!--path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="#000000" /-->
<path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="@color/imgly_icon_color_disabled" />
</vector>
28 changes: 28 additions & 0 deletions default_res_files/res/drawable/imgly_icon_undo_enabled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of the PhotoEditor Software Development Kit.
~
~ Copyright (C) 2017 9elements GmbH <[email protected]>
~ 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
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="24"
android:viewportHeight="24"
android:width="24dp"
android:height="24dp">
<!--path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="#000000" /-->
<path
android:pathData="M21 10L21 9L7 9L7 6L2 10L7 14L7 11L19 11L19 17L21 17L21 10"
android:fillColor="@color/imgly_icon_color" />
</vector>
9 changes: 5 additions & 4 deletions default_res_files/res/layout/imgly_list_item_crop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
android:layout_centerInParent="true">
<TextView
android:id="@+id/label"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/imgly_color_filter_name_default"
android:maxLines="5"
android:lines="5"
android:gravity="center"
style="@style/Imgly.Editor.Toolbar.Panels.Crop.ItemLabel"
android:lines="1"
/>
</ly.img.android.ui.widgets.AutoRotateLayout>>
</ly.img.android.ui.widgets.AutoRotateLayout>
</RelativeLayout>
7 changes: 7 additions & 0 deletions default_res_files/res/layout/imgly_panel_tool_adjust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
android:layout_height="wrap_content"
android:orientation="vertical">

<ly.img.android.ui.widgets.HorizontalListView
android:id="@+id/quickOptionList"
android:layout_height="44dp"
android:layout_width="match_parent"
android:layout_marginBottom="10dp"
/>

<ly.img.android.ui.widgets.SeekSlider
android:id="@+id/seekBar"
android:layout_width="match_parent"
Expand Down
7 changes: 7 additions & 0 deletions default_res_files/res/layout/imgly_panel_tool_brush.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>

<ly.img.android.ui.widgets.HorizontalListView
android:id="@+id/quickOptionList"
android:layout_height="44dp"
android:layout_width="match_parent"
android:layout_marginBottom="10dp"
/>
<ly.img.android.ui.widgets.SeekSlider
android:id="@+id/seekBar"
android:layout_width="match_parent"
Expand Down
11 changes: 10 additions & 1 deletion default_res_files/res/layout/imgly_panel_tool_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
android:layout_height="wrap_content"
android:orientation="vertical">

<include layout="@layout/imgly_option_list"/>
<ly.img.android.ui.widgets.HorizontalListView
android:id="@+id/quickOptionList"
android:layout_height="44dp"
android:layout_width="match_parent"
android:layout_marginBottom="10dp"
/>
<include layout="@layout/imgly_option_list"
android:layout_width="match_parent"
android:layout_height="88dp"
/>

</LinearLayout>
18 changes: 12 additions & 6 deletions default_res_files/res/layout/imgly_panel_tool_sticker_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,29 @@
~ https://www.photoeditorsdk.com/LICENSE.txt
-->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rootView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<ly.img.android.ui.widgets.HorizontalListView
android:id="@+id/quickOptionList"
android:layout_height="44dp"
android:layout_width="match_parent"
android:layout_marginTop="10dp"
android:layout_marginBottom="98dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="10dp"
/>

<ly.img.android.ui.widgets.SeekSlider
android:id="@+id/seekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="invisible"
style="@style/Imgly.SeekSlider"/>

<include layout="@layout/imgly_option_list"
android:layout_width="match_parent"
android:layout_height="88dp"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>
</LinearLayout>
42 changes: 0 additions & 42 deletions default_res_files/res/layout/imgly_test.xml

This file was deleted.

4 changes: 2 additions & 2 deletions default_res_files/res/layout/imgly_widget_actionbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
android:layout_width="match_parent"
android:layout_height="48dp"
style="@style/Imgly.Editor.Header">
<ly.img.android.ui.widgets.AutoRotateImageSource
<ly.img.android.ui.widgets.buttons.CancelButton
android:id="@+id/cancelButton"
android:scaleType="center"
style="@style/Imgly.Editor.Header.Button.CancelButton" />
Expand All @@ -32,7 +32,7 @@
android:layout_height="match_parent"
android:layout_weight="1"/>

<ly.img.android.ui.widgets.AutoRotateImageSource
<ly.img.android.ui.widgets.buttons.AcceptButton
android:id="@+id/acceptButton"
android:scaleType="center"
style="@style/Imgly.Editor.Header.Button.AcceptButton" />
Expand Down
Loading

0 comments on commit 464d5f9

Please sign in to comment.