Skip to content

Releases: jens-muenker/uCrop-n-Edit

4.0.1-non-native

15 Sep 01:13
5f91215
Compare
Choose a tag to compare

4.0.0-non-native

15 Sep 00:40
745163b
Compare
Choose a tag to compare
  • replaced native libraries with Kotlin implementations
  • added support for webp (and possibly other Android-supported image formats, but I have not tested it yet)
  • migrated AsyncTask to Kotlin Coroutines
  • updated deprecated code to modern APIs

3.0.9

19 Aug 12:29
745163b
Compare
Choose a tag to compare
  • updated compileSdk and targetSdk to Android API level 35 (Android 15)
  • recompiled native libraries to support 16kB page sizes for improved compatibility and performance - Learn more
  • modified ProGuard rules to reduce APK sizes (#16)

3.0.8

06 Jul 14:04
e3ec241
Compare
Choose a tag to compare
  • set sourceCompatibility and targetCompatibility to Java 17 as requested by the community (see issue #14)
  • updated libpng and libjpeg (used by CImg) to their latest versions

3.0.7

03 Jul 15:55
Compare
Choose a tag to compare
  • added bundle proguard rules in AAR (Yalantis#881)
  • updated CImg to 3.4.0
  • set minSdkVersion to 21
  • removed support for armeabi
  • updated dependencies and gradle

3.0.6

20 Jan 13:53
Compare
Choose a tag to compare
  • removed onActivityResult (#6)
  • updated dependencies and gradle (#3)

3.0.5

06 Sep 14:28
Compare
Choose a tag to compare
  • added support for destination uri as a content provider uri (Yalantis#886)
  • updated dependencies and gradle

3.0.4

15 Jun 12:56
b3e2371
Compare
Choose a tag to compare
  • updated dependencies
  • added Vietnamese localization (Yalantis#845)
  • updated French localization (Yalantis#838)
  • updated Italian localization (Yalantis#878)
  • updated German localization

3.0.3

10 Feb 10:44
b9ec707
Compare
Choose a tag to compare
  • transleted sample to kotlin
  • added option to set titlebar text gravity and size (Yalantis#856)

3.0.2

08 Feb 14:47
Compare
Choose a tag to compare
  • downgraded grade for jitpack.io