Issue 5171: Fix limited search results
Description
Fix limited search results
Issue(s)
https://gitlab.e.foundation/e/backlog/-/issues/5171
Test environment
Gradle build 5171-fix_limited_search_results install the apk and test.
Test procedures
Search for task
and see if a very small number of results are shown.
Technical details
An if condition was not being true sometimes. That condition is removed.
Additionally we are now observing a livedata to show apps on the screen as they are fetched from the network and not waiting for the entire data to download first. This results in significant UI performance improvement.
Old approach:
New approach with livedata:
Screenshots
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation
Edited by Sayantan Roychowdhury