AndroidRate icon indicating copy to clipboard operation
AndroidRate copied to clipboard

AndroidRate is a library to help you promote your Android app by prompting users to rate the app after using it for a few days.

Results 13 AndroidRate issues
Sort by recently updated
recently updated
newest added

The function quickstart() in AppRate object does not exist or is private

It seems like recently we've been getting NumberFormatException errors when starting the app and initializing AndroidRate. I'll need to do further investigation but here's an (obfuscated) stack trace in case...

tried using the basic example but it keeps on crashing

The language code for Greek should be `el`, not `gr` per the [IANA registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry). This incorrect language code seems to be causing apps containing this library to fail when uploaded...

It seems like the images and gifs in the README aren't showing up. Any other way I can see what the result would look like?

Hello, how to change the color of the button. For example, ok = green, later= yellow and no = red. Maybe it could be more encouraging. https://drive.google.com/file/d/11-QmUHyBE6TEtK_WytYdVC94Yz0VmGtg/view?usp=sharing

Allow the prompt to be shown again at intervals after each user action (accept/ignore). Track the time each time the AgreeShowDialog preference is set to false. When checking if this...

Hello, I tried using the custom dialog strings as mentioned and they work fine on the default locale, but if I change them to one of the supported languages it...

To open app's page in Huawei AppGallery the following URI should be used: `appmarket://details?id=...` Currently Huawei is part of CHINESE_STORES_PACKAGES_NAMES all using DEFAULT_STORE_URI: `market://details?id=...` https://github.com/Vorlonsoft/AndroidRate/blob/master/library/src/main/java/com/vorlonsoft/android/rate/IntentHelper.java#L78 https://github.com/Vorlonsoft/AndroidRate/blob/master/library/src/main/java/com/vorlonsoft/android/rate/UriHelper.kt#L49

```Caused by java.lang.IllegalArgumentException View=DecorView@9cb1f85[HomeActivity] not attached to window manager android.view.WindowManagerGlobal.findViewLocked (WindowManagerGlobal.java:533) android.view.WindowManagerGlobal.removeView (WindowManagerGlobal.java:433) android.view.WindowManagerImpl.removeViewImmediate (WindowManagerImpl.java:124) android.app.Dialog.dismissDialog (Dialog.java:518) android.app.Dialog.dismiss (Dialog.java:501) com.vorlonsoft.android.rate.AppRate.dismissRateDialog (AppRate.java:663) com.vorlonsoft.android.rate.AppRate.showRateDialog (AppRate.java:628) com.vorlonsoft.android.rate.AppRate.showRateDialogIfMeetsConditions (AppRate.java:118) com.....HomeActivity.onCreate (HomeActivity.kt:330) ``` The above...