apps-android-commons/app
Kaartic Sivaraam 9a1d3efe75 Stop filtering out all categories that have a year in it
As a fix for #750, a validation was added to filter out categories
that were of form "... taken on ... 1990" or "... needing ... 2005".
The conditional added for the fix was a bit loose than it should be
as a result of which it filtered out all categories that had a year
in its name. This is incorrect.

Fix this by tigheting the conditional so that only categories that
have a year, is not the present or previous year AND (contains
"taken on" OR "needing") is filtered out.

While doing so, turn an implicit precedence into an explicit one.
2022-03-19 16:58:53 +05:30
..
src Stop filtering out all categories that have a year in it 2022-03-19 16:58:53 +05:30
build.gradle Run Instrumentation tests and generates unified code coverage (#4828) 2022-02-18 16:18:29 +10:00
proguard-rules.txt [WIP] Implemented Espresso tests for upload with multilingual descriptions (#2830) 2020-03-10 12:01:22 -07:00
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30