apps-android-commons/app/src/main/java/fr/free/nrw/commons/description
paco-arana 3f529e674f
Removed comma separator (#5261)
* Removed comma separator from file descriptions

* Removed a redundant line that deleted the last comma of the descriptions

* Added a line to formatDescriptions that replaces every instance of "}}, " with "}}" to remove the comma between descriptions.

* Specified separator as an empty string instead of default value ", " for .joinToString method. Deleted previous fix using .replace method.

* Restored buffer.replace() in updateDescription
2023-07-20 23:14:21 +09:00
..
DescriptionEditActivity.kt Removed comma separator (#5261) 2023-07-20 23:14:21 +09:00
DescriptionEditHelper.java Fix 4615: Option for editing caption and description (#4672) 2021-12-06 22:50:54 +03:00
EditDescriptionConstants.kt Fix 4615: Option for editing caption and description (#4672) 2021-12-06 22:50:54 +03:00