-
Notifications
You must be signed in to change notification settings - Fork 480
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
android: use native search #547
Conversation
1db019f
to
e7972af
Compare
ee0cce5
to
bc417f3
Compare
Looking now ... |
On an API level 30 emulated device, the layout jumps a bit when I select the Search bar. search_recording.webm |
Other than the above layout issue, it's working well for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AndroidTV is a bit borked on low res devices. Everything else works great though.
bc417f3
to
900fbbf
Compare
I used AnimatedVisibility to make the expansion animation a bit smoother. This keeps the initial search bar in place while expanding the content below it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pulled and built the latest, and the list of nodes is not appearing.
-Add dynamic suggestions -Use search bar with expanded view showing suggestions -dpad: only open keyboard when clicked on and not on scroll Updates tailscale/corp#18973 Fixes tailscale/corp#19231 Signed-off-by: kari-ts <[email protected]>
900fbbf
to
a1ffcaf
Compare
fixed! PTAL |
-Add dynamic suggestions
-Use search bar with expanded view showing suggestions
Updates tailscale/corp#18973