Awesome App Rating Versions Save

An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.

2.7.0

8 months ago

New

  • Support for Android 14 (sdk 34)

Improvement

  • Disabled Jetifier

Other

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

2.6.0

1 year ago

Other

  • Updated AGP and Kotlin version
  • Some dependency updates

2.5.0

1 year ago

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

2 years ago
  • 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

3 years ago
  • 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

3 years ago

2.2.0

3 years ago

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

2.1.1

3 years ago