Skip to content

Releases: imgly/pesdk-android-demo

v6.0.1

08 Aug 10:45
Compare
Choose a tag to compare

v6.0.1

Changed

  • You can leave pesdkVersion from the pesdkConfig 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

27 Jul 12:02
Compare
Choose a tag to compare

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

12 Jul 12:16
Compare
Choose a tag to compare

v5.1.6

Fixed

  • Camera GPS-EXIF latitude and longitude is converted wrong into DMS format.

v5.1.5

05 Jul 12:44
Compare
Choose a tag to compare

v5.1.5

Fixed

  • SDK crashes if there is a missing font in the serialisation.
  • Radial focus creates an oval blur on non-rectangular images.
  • ArithmeticException if device's display is too small like on smartwatches.

v5.1.4

21 Jun 11:49
Compare
Choose a tag to compare

v5.1.4

Fixed

  • Alpha blending produces dark glow.
  • Clarity adjustment produces dark glow.

v5.1.3

14 Jun 14:22
Compare
Choose a tag to compare

v5.1.3

Added

  • Option TextGlLayer.BOUNDING_BOX_WIDTH_AUTO_FIT = false to prevent the Text Sticker bounding box from resizing when the font is changed.

v5.1.2

07 Jun 14:35
Compare
Choose a tag to compare

5.1.2

Fixed

  • CameraSettings.setOpenEditorAfterCapture flag is not working.
  • SOURCE_IMAGE_URI is null if editor is canceled.
  • NullPointerException when input image is null.

v5.1.1

30 May 14:03
Compare
Choose a tag to compare

5.1.1

Fixed

  • Radial and linear blur do not work on some devices.

v5.1.0

17 May 15:46
Compare
Choose a tag to compare

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() and onDetachedFromList()to the DataSourceViewHolder
  • Add URI Support EditorLoadSettings.setImageSource()

Breaking changes

  • EditorLoadSettings.setImageSourcePath() is deprecated use EditorLoadSettings.setImageSource() instead.
  • Intent.getStringExtra(ImgLyIntent.SOURCE_IMAGE_PATH) is deprecated use Uri source = Intent.getParcelableExtra(ImgLyIntent.SOURCE_IMAGE_URI); instead.
  • Intent.getStringExtra(ImgLyIntent.RESULT_IMAGE_PATH) is deprecated use Uri result = Intent.getParcelableExtra(ImgLyIntent.RESULT_IMAGE_URI); instead.

v5.0.22

26 Apr 15:23
Compare
Choose a tag to compare

v5.0.22

Fixed

  • Frame list does not live update when config has changed.

Added

  • Optional text buttons for the action bar instead of icon buttons.