Releases: imgly/pesdk-android-demo
Releases · imgly/pesdk-android-demo
v6.0.1
v6.0.1
Changed
- You can leave
pesdkVersion
from thepesdkConfig
in you gradle config, the default value is now the plugin version.
Fixed
- Missing ForceCrop option.
- Missing ForceCrop Guides on the Page.
- Missing
clear()
options for the assets. - Missing Kotlin dependency.
- Crash without troubleshoot info, while creating the SettingList()
v6.0.0
v6.0.0
PLEASE LOOK AT THE NEW DOCUMENTATION MANY THINGS HAVE CHANGED
Added
- Licensed new feature "TextDesign", get a trial license to test it.
- Background exporting without UI.
- Gradle integration plugin.
- You can create and start the editor with different themes.
- Two new focus modes.
- Gamma adjustments.
Changed
- Java version to 1.8.
- Android SDK to 27.
- Use of Gradle 3.1.3 build plugin for faster builds.
- Split features into separate modules and asset packs, this makes it easier to control the SDK size.
- Refactored Layouts and styles.
- Rework of the focus tool with better single touch control.
- UI is now optional and can be completely replaced by your own UI.
- The tool class concept is removed, all functionality is now in the backend.
- You can now add your own operations (using OpenGL and Renderscript).
- Settings and state classes can be extended with your own code.
Fixed
- Color mismatch at export.
- Some blurriness in the focus area.
- Broken focus preview on some low end devices.
- Cross platform issues with the serialisation.
RecyclerView
sometimes scrolls in the wrong position.
v5.1.6
v5.1.5
v5.1.4
v5.1.3
v5.1.2
v5.1.1
v5.1.0
5.1.0
Fixed
- SDK crashes if
ImageSource
source file is deleted while decoding (ArithmeticException). - Editor can be opened twice.
- Serialized stickers are sometimes broken or missing after loading.
- Add
onAttachedToList()
andonDetachedFromList()
to theDataSourceViewHolder
- Add URI Support
EditorLoadSettings.setImageSource()
Breaking changes
EditorLoadSettings.setImageSourcePath()
is deprecated useEditorLoadSettings.setImageSource()
instead.Intent.getStringExtra(ImgLyIntent.SOURCE_IMAGE_PATH)
is deprecated useUri source = Intent.getParcelableExtra(ImgLyIntent.SOURCE_IMAGE_URI);
instead.Intent.getStringExtra(ImgLyIntent.RESULT_IMAGE_PATH)
is deprecated useUri result = Intent.getParcelableExtra(ImgLyIntent.RESULT_IMAGE_URI);
instead.