mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| androidTest/java/fr/free/nrw/commons | ||
| beta/res/values | ||
| betaDebug/res | ||
| main | ||
| prod/res/values | ||
| test/kotlin/fr/free/nrw/commons | ||