wallabag / wallabag/android-app
Improve Search responsiveness
Open
Improvement
- Dominant language
- Java
- Stars
- 587
- Forks
- 276
- PR merge metrics
- No merged PRs in 30d
Description
There are two obvious options:
* Use "submit" button for Search field instead of performing search on every text change.
* If the text in the search field changes, don't immediately update list, but schedule an update with a short delay. If the text is changed again (shortly after that), reschedule the update.
The options can be combined.
Current implementation contains hacks that ~~preserve the search field state~~ open new search field with the same text when context menu is recreated, so it should be done carefully.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.