Android-Rate
Android-Rate copied to clipboard
Android-Rate is a library to help you promote your android app by prompting users to rate the app after using it for a few days.
Added a DialogManager.Factory interface to use any AlertDialog.Builder implementation. Like https://developer.android.com/reference/android/support/v7/app/AlertDialog.html Please merge and release unless you want to use the support AlertDialog as a default ;-)
Added Arabic in the Read me language supported list
Added new Arabic strings support to support Arabic language
#106 Users can add additional optional requirements for showing dialog. Each requirement can be added/referenced as a unique string. Users can set a minimum count for each such event (for...
Hi. I would like to implement method similar to `setRemindInterval` but it would take number of launches of the app instead of days. Name proposition is `setRemindLaunchTimes`. It would allow...
For some reason dialog button text color is red and not primary color. If i remember correctly it used to work and text was colored by primary color. Could you...
Application is crashed when press 'Rate' but PlayMarket is not installed. Maybe you should check for ResolveInfo when call 'startActivity' and notify client code with listener?
Hi, I want a customized theme but the setDialogStyle is not working anymore? Is the feature removed now or something? If so then can you please tell me how I...
How could I set a random install days instead of a static number?