apps-android-commons/app
Ayushi Negi cfc1449615 Launch Rate Us Feature from AboutActivity (#1264)
* Launch Rate Us Feature from AboutActivity

Rate us feature is added in Utils, But it is never used/launched.

* Add LaunchRatings Method in AboutActivity

* Fix Package Name to enable rate us feature

The rate us feature was not working for the debug build type since getPackageName() was returning the fr.free.nrw.commons.debug. Use of this package name was leading to an error on google play.

* Replace getPackageName() with BuildConfig.class.getPackage().getName() in rateApp method of Utils.java
2018-03-07 06:44:51 +05:30
..
src Launch Rate Us Feature from AboutActivity (#1264) 2018-03-07 06:44:51 +05:30
build.gradle Fixes issue 1224 2018-03-03 19:55:09 +05:30
proguard-rules.txt Fix #413 - proguard rules 2017-03-09 00:25:21 +00:00
quality.gradle Move config file of PMD 2017-04-18 19:55:19 +09:00