PomepuyN / discreet-app-rate

A lightweight non intrusive app rate reminder for Android
http://nicolaspomepuy.fr/non-intrusive-app-rate
Apache License 2.0
464 stars 51 forks source link

Network state check #2

Closed kozaxinan closed 10 years ago

kozaxinan commented 10 years ago

AppRate check application network state and try to avoid not to be seen in offline state. In this way, users will see AppRate only when they can connect Google Play Store.

PomepuyN commented 10 years ago

Nice addition again. Will be merged. However the isOnline method will be put in the Utils class to keep AppRate as clean as possible.

kozaxinan commented 10 years ago

Thats right. It blinks Utils class. Thanks.