nextcloud-notes-android/app
Robbie Cooper a7859e1faa Use a longer debounce delay for short search strings
This gives the user more time to type in their whole query before a search blocks the main thread.

Searches for short strings often have many results that aren't really useful to the user. They also take much longer to process.

This commit increases the debounce delay to 200ms for short strings three characters long or less. Longer strings still have the 50ms delay. Hopefully, this is a good balance between avoiding slowdowns for short strings and providing a snappy interactive experience for long strings.
2024-08-27 20:09:48 -04:00
..
src Use a longer debounce delay for short search strings 2024-08-27 20:09:48 -04:00
.gitignore chore: Remove unused flavors from .gitignore 2023-03-24 20:51:40 +01:00
build.gradle fix(deps): update dependency com.github.nextcloud.android-common:ui to v0.23.0 2024-08-09 08:03:09 +00:00
proguard-rules.pro Add SPDX header and dep5 package description 2024-03-06 14:33:34 +01:00