apps-android-commons/app
Kaartic Sivaraam c961099013
Revert "Fixes: #3179 Make category search non case-sensitive (#3326)" (#3636)
Simply lower casing the name of the category sent to the server
doesn't result in the server doing a case insensitive category
search. In fact, it reduces the category search space as only
categories that has a lower case character is searched even
if the search text contains upper case characters.

The test case did not catch this issue as the first character
of the title is case insensitive[1].

So, revert the changes done in commit afdeaae075.

See further disucssion in the issue thread of #3179 starting
from [2].

[1]: https://www.mediawiki.org/wiki/Manual:Page_title
[2]: https://github.com/commons-app/apps-android-commons/issues/3179#issuecomment-605462140
2020-04-10 10:38:51 +01:00
..
src Revert "Fixes: #3179 Make category search non case-sensitive (#3326)" (#3636) 2020-04-10 10:38:51 +01:00
build.gradle Update wiki page links (#3608) 2020-04-07 04:57:31 +10:00
proguard-rules.txt [WIP] Implemented Espresso tests for upload with multilingual descriptions (#2830) 2020-03-10 12:01:22 -07:00
quality.gradle Deprecation removed 2018-05-01 17:03:59 +05:30
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30