Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Issue 5171: Fix limited search results

Sayantan Roychowdhury requested to merge 5171-fix_limited_search_results into main

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.
Screenshot_from_2022-05-20_17-46-09

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:

old

New approach with livedata:

new

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

Merge request reports

Loading