Alexander Savin
Alexander Savin
@arunrajgm @TharakaDamayantha In [Vorlonsoft/AndroidRate](https://github.com/Vorlonsoft/AndroidRate) release 1.1.7: Dialog will be disabled automatically after the user click on the RateIt button. If you want to show the dialog again, call `AppRate#clearAgreeShowDialog()`. Also...
@TheOneMonkey Could you please test it on [Vorlonsoft/AndroidRate](https://github.com/Vorlonsoft/AndroidRate) Release 1.1.7? There many Appstore's options.
@ManojMadanmohan In https://github.com/Vorlonsoft/AndroidRate (Release 1.1.6+) you can use: ### Optional custom event requirements for showing dialog You can add additional optional requirements for showing dialog. Each requirement can be added/referenced...
@lufuqiang In https://github.com/Vorlonsoft/AndroidRate (Release 1.1.6+) you can do it: ### Appstores You can use different app stores. #### Chinese app stores The first Chinese app store found on the user...
@taka-me @haijima Fixed in https://github.com/Vorlonsoft/AndroidRate (Release 1.1.6+). Could you check it and confirm it? Fix was in AppRate.java: `private static AppRate singleton; ` changed to `private static volatile AppRate singleton...
@KevinYaoooooo @hendrawd [AndroidRate](https://github.com/Vorlonsoft/AndroidRate) release 1.1.5 supports: #### Google Play, Amazon Appstore, Cafe Bazaar, Mi Appstore (Xiaomi Market), Samsung Galaxy Apps, SlideME Marketplace, Tencent App Store, Yandex.Store ```java AppRate.with(this).setStoreType(StoreType.GOOGLEPLAY); // Google...
@hendrawd Thanks for your idea. We added this feature to the [AndroidRate Release 1.1.6](https://github.com/Vorlonsoft/AndroidRate): #### Сustom Intents You can set custom action to the Rate button. For example, you want...
@Jacovchak5 [AndroidRate](https://github.com/Vorlonsoft/AndroidRate) release 1.1.5 uses `onClickButton(final byte which)` instead (**byte** instead **int**).
@nirajbrn @1442acb42ee0e3a727d7330e9755eb94 @sevar83 [AndroidRate](https://github.com/Vorlonsoft/AndroidRate) release **1.1.5** works fine on API24-27, also you can use a specific theme to inflate the dialog: `AppRate.with(this).setThemeResId(int);`
@hendrawd In [AndroidRate](https://github.com/Vorlonsoft/AndroidRate) Release **1.1.5** you can use ``` AppRate.with(this).setShowLaterButton(false); AppRate.with(this).setShowNeverButton(false); ```