Skip to content

Releases: imgly/pesdk-android-demo

v8.0.8

14 Jan 13:33
75284f5
Compare
Choose a tag to compare

v8.0.8

Fixed

  • ConfigLoader (React Native, Cordova/Ionic).
    • 🚨 Wrapper, always exports even without changes.
  • EditorSDKResult.resultIsDifferentThenSource is always true.
  • 🚨 The result URI is null if export would be skipped, but should be the source URI instead.
  • Crash when drawing with a large brush face on a huge image.
  • Brush is sometimes not drawn completely.
  • Colored brush has bad quality.
  • Maximum Video resolution is calculated wrong, results in an endless loop while export.

v8.0.7

18 Dec 20:27
Compare
Choose a tag to compare

v8.0.7

Fixed

  • Write serialization as ByteArray is broken.
  • ConfigLoader (React Native, Cordova)
    • Aspect Ratio labels do not display.
  • LayerSettings are not replaceable by StateHandler.replaceStateClass.
  • [VideoEditorSDK] Video disappears when resume from background.
  • [PhotoEditorSDK] Image disappears when resume from background.
  • Some classes and methods are not open as in version 7.
  • OutOfMemoryException of the brush tool.
  • v8.0.6 is not compilable with ReactNative or Cordova wrapper.

v8.0.6

10 Dec 18:20
Compare
Choose a tag to compare

v8.0.6

Fixed

  • 🚨 WRITE_EXTERNAL_STORAGE was notated with a maximum API level of 28.
  • Font icons of TextTool not rendered correctly at all. v8.0.3 and v8.0.5 does not fixing this issue.
  • Artifacts on some devices while loading image or video.
  • Serialization rewritten for better performance, smaller code, and removing of third-party library.

v8.0.5

26 Nov 12:37
Compare
Choose a tag to compare

v8.0.5

Fixed

  • Camera do not capture an image if doOpenEditorAfterCapture is false.
  • Font icons of TextTool not rendered correctly on API 23 and below.
  • Some classes and methods are not open as in version 7.
  • Editor crashes when using SaveSettings instead of VideoEditorSaveSettings or PhotoEditorSaveSettings.

v8.0.4

12 Nov 17:22
Compare
Choose a tag to compare

v8.0.4

Fixed

  • Some assets are removed by history.
  • Sound is broken while preview and export.
  • Editor crashes without configuring VideoEditorSaveSettings or PhotoEditorSaveSettings.
  • Filename of exported videos are prefixed with "img_" by default.
  • CameraPreviewActivity is not open to be extensionable.
  • Adding multiple stickers at the same time.
  • Fast trim video export crashes on some devices.

v8.0.3

05 Nov 18:06
Compare
Choose a tag to compare

v8.0.3

Fixed

  • HEIC images does not orientated correctly.
  • Brush tool colorize the whole picture in some cases.
  • The color of the text font icons are always overwritten with white. It is now using imgly_icon_color as color resource.
  • Trim settings and serialization are ignored at startup.
  • Overriding annotation processor arguments.

v8.0.2

16 Oct 15:13
Compare
Choose a tag to compare

v8.0.2

Fixed

  • IllegalArgumentException while exporting a video on some devices.

v8.0.1

15 Oct 16:56
Compare
Choose a tag to compare
v8.0.1 Pre-release
Pre-release

v8.0.1 (Deprecated version, don't use it!)

Fixed

  • KotlinNullPointerException if using a relative export uri.
  • Bitrate value are not clamped within the valid bitrate range.
  • Crash on Android 11 while exporting JPEG format on some devices.
  • Brush size is sometimes too big.

v7.6.6

15 Oct 16:14
Compare
Choose a tag to compare

v7.6.6

Fixed

  • Brush size is sometimes too big.
  • Android 11 ScopedStorage requestLegacyExternalStorage="true" attribute together with target 29 is not working.

🚨
This is the latest update of v7, we will not support v7 anymore please update to v8 as soon as possible

V7 will only run with targetSdkVersion 29 and requestLegacyExternalStorage="true".

We recommend updating to v8 follow our migration guides Migration from v7.
v8 it will run with targetSdkVersion 29 and above with or without requestLegacyExternalStorage.

As of October 15th. In 2020, Google will continue to allow targetSdkVersion 29 and has not yet announced an end of support date.

Please inform yourself regularly on the following website.:

Google Play’s target API level requirements

Meet Google Play's target API level requirement


v8.0.0

30 Sep 20:38
Compare
Choose a tag to compare

v8.0.0

Added

  • Android 10 and Android 11 scoped storage support.
  • Kotlin 1.4.10 support.
  • Gradle 6 compatibility.