✎ Android client for Nextcloud Notes app.
Find a file
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
.bundle
.github 🔄 synced local '.github/workflows/' with remote 'config/workflows/' 2024-08-27 08:38:17 +00:00
.idea
.tx
app Use a longer debounce delay for short search strings 2024-08-27 20:09:48 -04:00
fastlane
gradle Merge pull request #2323 from nextcloud/renovate/com.github.nextcloud.android-common-ui-0.x 2024-08-18 00:44:13 +02:00
LICENSES
scripts/analysis
.gitignore
build.gradle fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 2024-08-09 09:48:12 +02:00
CONTRIBUTING.md
FAQ.md
Gemfile
Gemfile.license
Gemfile.lock chore(deps): update dependency fastlane to v2.222.0 2024-08-22 20:03:08 +00:00
Gemfile.lock.license
gradle.properties
gradlew
gradlew.bat
gradlew.bat.license
gradlew.license
LICENSE
PRIVACY.md
README.md
renovate.json5
REUSE.toml
settings.gradle

Nextcloud Notes for Android

An android client for Nextcloud Notes App.

Android CI Codacy Badge GitHub issues GitHub stars License: GPL v3 REUSE status

▶️ Access

Latest Release F-Droid Release

Get it on Play Store Get it on F-Droid

👀 Screenshots

_ _ _
Screenshot of list view Screenshot of edit mode Screenshot of preview

🚀 Features

  • Multiple accounts
  • List, create, edit, share, search and delete notes
  • Share text and links as new note into the app
  • Toggling checkboxes in view mode
  • Mark notes as favorite
  • Bulk delete
  • In-note search
  • Single note widget and note list widget
  • Render Markdown (using Markwon)
  • Translated in many languages on Transifex
  • Context based formatting (#363)
  • Password protection (#354)

🏁 Roadmap

  • We usually focus on pinned issues in our issue tracker
  • Since this is an Open Source freetime project, there is no guarantee when and if and how we implement new features

👪 Join the team

📓 License

This project is licensed under the GNU GENERAL PUBLIC LICENSE.