wallabag / wallabag/android-app

Improve Search responsiveness

Open
#490 6 comments 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.