Skip to content

Commit

Permalink
android: use native search (#547)
Browse files Browse the repository at this point in the history
-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]>
  • Loading branch information
kari-ts authored Oct 30, 2024
1 parent 0bd4ef9 commit c7b1362
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 149 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ dependencies {
implementation "com.google.accompanist:accompanist-permissions:$accompanist_version"
implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version"
implementation "androidx.core:core-splashscreen:1.1.0-rc01"
implementation "androidx.compose.animation:animation:1.7.4"

// Navigation dependencies.
def nav_version = "2.8.2"
Expand Down
Loading

0 comments on commit c7b1362

Please sign in to comment.