Skip to content

Releases: jens-muenker/uCrop-n-Edit

4.0.4-non-native

07 Jan 20:47
30be50d
Compare
Choose a tag to compare
  • improved support for edge-to-edge displays (thanks to MankinChung #28)
  • updated dependencies and gradle

4.0.4

07 Jan 20:46
60d04c3
Compare
Choose a tag to compare
  • improved support for edge-to-edge displays (thanks to MankinChung #28)
  • updated dependencies and gradle

4.0.3-non-native

28 Oct 16:31
b2915ce
Compare
Choose a tag to compare
  • add support for edge-to-edge displays
  • fixed #24

4.0.3

28 Oct 16:30
b2915ce
Compare
Choose a tag to compare
  • add support for edge-to-edge displays
  • fixed #24

4.0.2-non-native

10 Oct 17:31
06cdaa7
Compare
Choose a tag to compare
  • fixed #20 and #21
  • fixed an Android API error

4.0.2

10 Oct 17:30
1191c61
Compare
Choose a tag to compare
  • fixed #20 and #21
  • fixed an Android API error

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