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.
* added required changes
* Fixed#4808 : Added the feature of opening last opened screen between Contribution & NearBy
* removed the unnecessary commits
* removed the unnecessary commits
* removed the unnecessary commits
* removed the unnecessary commits
* added test
* comments added
* Fixed - #4844 : [Bug]: In peer review, deletion proposal is sent even if no reason is chosen
* Minor Changes
* Minor Fixes
* added required changes
* added required changes - 1
* Added Test For OK Button
* Minor Fixes
* Display toast and disable API in LeaderboardFragment beta flavor
* Display toast and disable API in AchievementsFragment beta flavor
* Removed unused Gravity import
* Added Toast appearance tests for AchievementsFragment
* Added Toast appearance tests for LeaderboardFragment
* Improve Context detection in Achievements+Leaderboard fragments to ensure Context found for Toast
* Add testOnCreateView for AchievementsFragment
* LocationPickerActivityUnitTests.kt class created
* Unit tests for LocationPickerActivity
* Unit tests for LocationPickerActivity
* Added verify
* verify added
* Minor changes
* Covered more lines
* Covered more lines
* addCredits test added
* Fixed#4793 : Remove the need to tap "Next" again
* Fixed#4793 : Remove the need to tap "Next" again
* Fixed#4793 : Remove the need to tap "Next" again, Added Changes
* Run instrumentation tests on CI and generate unified coverage report
* Fix ci
* Fix failing tests and use mac machine for HAXM
* Fix failing tests
* Fix coverage failure
* Try with ubuntu latest
* Change API level to 23
* Fix Failing Test
* Add prod APK generator workflow back
* Fixed the issue #4806: Now, "Location Not Found" pop appears only one time
* Fixed the issue #4806: solved the small bug related to popups warning
* Fixed the issue #4806: solved the small bug of : Location Not Found Pop Up
* Fixed the issue #4806: solved the small bug of : Location Not Found Pop Up
* Fixed the issue #4806: solved the small bug of : Location Not Found Pop Up