* 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
Adding link to local description page:
(Upload log) !; 15:02 . . Malabarge (talk | contribs | block) uploaded File:Spiegelung 3.jpg (Uploaded using Android Commons app) (Tags: Mobile app edit, Mobile edit)
Using the same edit summary as for edits made using the app, e.g.
(diff | hist) . . ! File:Lul.jpg; 14:48 . . (-20) . . Codedoper (talk | contribs | block) (Added 1 categories. Removed template Uncategorized. Via Commons Mobile App) (Tags: Mobile app edit, Mobile edit)
Instead of showing only the email clients, The Feedback feature was showing multiple unsupported clients (WhatsApp, Bluetooth etc)
* Changes made to let the user choose from the available email related clients only.
* Add explicit mention of beta server to login screen of beta product flavour
* Add explicit mention of beta server to login screen of beta product flavour
* Add explicit mention of beta server to login screen of beta product flavour
* Add explicit mention of beta server to login screen of beta product flavour
* Add explicit mention of beta server to login screen of beta product flavour
* Add explicit mention of beta server to login screen of beta product flavour
* Made the following changes:
->Added OpenCV library to the project
->Added functionality to detect if an image being uploaded is too dark
->Added functionality to detect if an image being uploaded is blurred
* Made corrections and changes based on gradle checkstyle requirements
* Updated gitignore to remove binary files related to OpenCV from project
* Image blurriness detection was undone. Images are checked only for being too dark now
* Removed OpenCV documentation folder containing a lot of html files
* Removed unnecessary buildScript usage in build.gradle file for opencv library and also added abi splits
* Removed OpenCV library usages and references from project
* Removed OpenCV library folder from project