Skip to content

v5.0.3

Compare
Choose a tag to compare
@svendvd svendvd released this 04 Oct 10:26
· 261 commits to master since this release

v5.0.3

Fixed

  • Licensing issues.
  • Filter always uses the placeholder photo.
  • Image not centered by using a custom layout.

v5.0.2

Fixed

  • The save policy are handled correct now.
  • OpenGL Error after deserialize.

Not fixable at the moment

  • Deserialization / Rendering of text is not platform independent.

v5.0.1-RC1

This is pre release version and can have some bugs

Fixed

  • Problems with Android 8.0

Changed

  • Performance improvements. Preview of Brush, Sticker and Text are now extremely fast on most of the devices.
  • Layer are now rendered in preview with OpenGL.

Not fixable at the moment

  • Deserialization / Rendering of text is not platform independent.

v5.0.0-beta

Beta-Release-Notes

This is a beta version and has some known bugs

  • Android 8.0.0 seams to have an issue with TextureView, this view is used by brush and cause display issues in preview.
    This Bug is also happen in older SDK Versions, we will hat to fix it later by changing our general implementation.
  • Deserialization of text is not platform independent.
  • The save policy are currently not correct.
  • PNG and GIF can crash if the image is to big.

Added

  • GIF loading support for the first frame and exported as PNG or JPEG.
  • Global History for all Tools, Local History for some tools.
  • Support for serialization and deserialization with json schema v3.0.0 (platform independent, but with some issues).
  • The background color of the editor stage is now adjustable in the LayerListSettings.
  • The background color of the camera stage is now adjustable in the CameraSettings.

Changed

  • Version 2.1 of the Licence is now required.
  • Assets now must have an unique id for the serialisation.
  • Method AbstractEditorTool.isRevertible() is now deprecated, please use isCancelable() and isAcceptable() instead.
  • 🚨 Rename imgly_icon_download to imgly_icon_save.
  • Transform Tool now operates like iOS.
  • Event dispatcher is now Synchronized.
  • Object recycling for better performance and better thread stability.
  • New thread handler for better performance and better thread stability.

Fixed

  • Errors with the Event dispatcher.
  • Randomly icon change when using VectorDrawables.
  • VectorDrawable display issues.
  • Some short bugs.
  • Add two missing default ColorFilters.