-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve inline suggestions #675
base: main
Are you sure you want to change the base?
Conversation
@RHJihan it should be possible to dismiss the inline suggestions now. Could you test it on your end? |
Thanks. Works perfectly. Loved it. I'm wondering what if someone needs the inline suggestions as well as the toolbar key? As the close button replaces the toolbar key. However, I have not found any case in my mind where this could possibly happen. |
Thanks for testing it
If they frequently do that for a specific key then they can pin it. |
@RHJihan I checked and it seems like this empty space appears when no toolbar keys are pinned. |
Actually it is indeed related to the mPinnedKeys view. |
Great! Thanks for fixing this! |
Some password managers like KeepassDX and Bitwarden spam inline suggestion requests (at least in Android 14) so it flickers/disappears whenever a character is typed.
inline-flicker.mp4
This PR attempts to fix this issue to ensure the clipboard suggestions #647 work in tandem with the inline suggestions.
I also changed the expand toolbar key to show a "X" icon that dismisses the inline suggestions and prevent them from reappearing until the input is restarted. So it should also fix #681 as well