Skip to content

v2.0.12 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@maltebaumann maltebaumann released this 24 Oct 07:32
· 309 commits to master since this release

Breaking changes are tagged with 🚨
See README for a example integration.

New in v2.0.12 Release Candidate 2

  • Fixed wrong output file paths reported in ActivityResult.

New in v2.0.12 Release Candidate 1

  • Fixed a concurrency bug that lead to a crash when importing images.

New in v2.0.11 Release Candidate 1

  • New tracking system makes it possible to integrate your own analytics tracking.
  • New event system makes it easier to extend our library.
  • 🚨 New state handler makes it easier to start editor with different presetting.
  • 🚨 PhotoEditorIntent and CameraPreviewIntent are replaced by PhotoEditorBuilder and CameraPreviewBuilder.
  • Export shows now the progress.

New in version v2.0.2 Beta

  • Improved export. The SDK now can export ultra large Images (limited by the device image decoder chip) up to the JPEG limit of 65.535 * 65.535 Pixel => 4294 MegaPixels
  • Frames Feature (Currently only fixed image aspects supported) by default it is disabled please add the FrameTool manually in the PhotoEditorSdkConfig.
  • Experimental: The new image operator can make image changes without UI.
  • New: Image editing changes are now save in an event sending SettingsModels.
  • A lot of source code improvements
  • Memory improvements (Fix out of Memory issues)