Skip to content

Releases: SuddenH4X/awesome-app-rating

2.7.0

03 Sep 20:07
9138f45
Compare
Choose a tag to compare

New

  • Support for Android 14 (sdk 34)

Improvement

  • Disabled Jetifier

Other

  • A few dependency updates
  • Migrated to Material 3 (example app)

2.6.0

22 Jan 16:55
Compare
Choose a tag to compare

Other

  • Updated AGP and Kotlin version
  • Some dependency updates

2.5.0

25 Sep 17:15
4b0bbad
Compare
Choose a tag to compare

New

  • Added support for Android 13
  • Added support for Jetpack Compose (ComponentActivity)

Improvement

  • Added spanish translation - thanks to @danramirez
  • Added some more helpful logs

Other

  • Use play review dependency for Google in-app review instead of play core
  • Minor code optimizations
  • Some dependency updates

2.4.0

09 Aug 14:14
Compare
Choose a tag to compare
  • New: First release to Maven Central instead of JCenter
  • Fix: Possible crash if listener were used with a context reference (#48)
  • Fix: Add missing jvm compatibility compile options (#53)
  • Other: A lot of dependency updates

2.3.0

13 Feb 12:22
e7d34db
Compare
Choose a tag to compare
  • New: Added an option to use a custom theme
  • New: Added a dialog cancel listener
  • Improvement: showIfMeetsConditions now returns a boolean to indicate whether the dialog shows up or not
  • Improvement: Added russian translation
  • Fix: Mail intent wasn't working with targetSdkVersion 30 (#36)
  • Fix: Duplicate dialog was shown after orientation change (#33)
  • Fix: Cancelation now works the same as on later button click (#34)
  • Other: Some dependency updates

2.2.1

18 Oct 14:34
7d41a44
Compare
Choose a tag to compare
  • increased sdk version to 30
  • fixed NotSerializableException if the app went to background while the dialog was displayed (see #21)
  • updated some dependencies

2.2.0

31 Aug 17:44
0be17d8
Compare
Choose a tag to compare

With this release you can display the new Google in-app review dialog easily under certain conditions.

2.1.1

11 Jul 17:18
6ab51c2
Compare
Choose a tag to compare
Merge pull request #16 from SuddenH4X/feature/2.1.1

Feature/2.1.1