* used CDATA
* Improvements in Notification Activity (#1374)
* Improvements in Notification Activity
* Update NotificationActivity.java
* Share feature (#1338)
* added share app feature in About
* added share app feature in About
* a small fix
* Use custom tabs for nearby web views (#1347)
* Localisation updates from https://translatewiki.net.
* Fix for issue #1380 Improved Notification UI (#1387)
* Links added to TextView about_upload_to in aboutActivity (#1326)
* Added the link in about_upload_to textfield
* Merge conflicts resolved
* Removed the extra textView
* Fix re-enabling delete button if the action is canceled.
* Keep delete button enabled until a reason is given.
* 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
- for home activity it will reuse existing activity from back stack and
also clears all current activities
- for nearby, about and settings, it will use the existing activity from
back stack