apps-android-commons/app/src
neslihanturan 4c476e7a06 Hotfix for overwrite issue in 2.8.0 (#1838)
* This solution is an hotfix for overrite issue came back on 2.8.0 version. What I did is checking the extension, and if it is null, adding .jpg suffix. Because commons files always have suffixes, and we should compare file names after adding suffixes. Othervise overrides are possible.

* Check if file title includes an extension already, by checking if is there any dot in it.

* Fix logic error

* Add uncovered tests

* Remove unecessary line breaks

* Make Javadocs more explicit
2018-08-20 18:32:45 +10:00
..
androidTest/java/fr/free/nrw/commons Revamp the Settings page (#1259) 2018-03-11 00:56:05 +05:30
beta/res/values Fix conflict between different product flavors (#1726) 2018-07-20 02:03:28 +10:00
betaDebug/res Product flavors to allow switching between the production and the beta-cluster Wikimedia servers. 2017-08-26 15:42:44 -05:00
main Hotfix for overwrite issue in 2.8.0 (#1838) 2018-08-20 18:32:45 +10:00
prod/res/values Fix conflict between different product flavors (#1726) 2018-07-20 02:03:28 +10:00
test/kotlin/fr/free/nrw/commons Hotfix for overwrite issue in 2.8.0 (#1838) 2018-08-20 18:32:45 +10:00