Commons Android App: Improve the share message of the app
The share message of the app can be improved.
Go to the about section of the app and click on the share option on the top right corner of the menu. Click it. When the app is shared, the following message is shown: "Upload photos to Wikimedia Commons on your phone Download the Commons app: https://play.google.com/store/apps/details?id=fr.free.nrw.commons"
It can be improved so that it reads: "Upload photos to Wikimedia Commons directly from your phone. Download the Commons App now: https://play.google.com/store/apps/details?id=fr.free.nrw.commons"
This part of the app where this exists is the About Activity
. The click on the share button is controlled by the onOptionsItemSelected function.
Codebase: https://github.com/commons-app/apps-android-commons/
A quickstart guide can be found here: https://github.com/commons-app/apps-android-commons/wiki/Quick-start-guide-for-Developers