coderGtm / yantra-app-launcher

A minimal CLI based Android app Launcher
https://play.google.com/store/apps/details?id=com.coderGtm.yantra
Other
51 stars 19 forks source link

Suggestions even when not visible #222

Open disco-volante opened 1 week ago

disco-volante commented 1 week ago

Currently when suggestions are marked as not visible they are not being displayed as autocomplete.

It would be great if suggestions bar would serve a dual purpose:

  1. As a quick links box when prompt is empty and no autocomplete is required - only not hidden suggestions would appear
  2. Show possible autocomplete options regardless of them being hidden or not

In addition there's possibly a bug that does not show a suggestion if there's a complete match. Suggestion is show until the last letter of the text is entered and even if it matches 100% it disappears.

coderGtm commented 5 days ago

The auto complete for hidden suggestions can be done in a future pr. Also, the "bug" you said is an intended behaviour to keep the bar clean by removing exact matches as clicking them will have no effect.