mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-18 00:22:17 +03:00
✎ Android client for Nextcloud Notes app.
a7859e1faa
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. |
||
---|---|---|
.bundle | ||
.github | ||
.idea | ||
.tx | ||
app | ||
fastlane | ||
gradle | ||
LICENSES | ||
scripts/analysis | ||
.gitignore | ||
build.gradle | ||
CONTRIBUTING.md | ||
FAQ.md | ||
Gemfile | ||
Gemfile.license | ||
Gemfile.lock | ||
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.
▶️ Access
👀 Screenshots
_ | _ | _ |
---|---|---|
🚀 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
- Test the app with different devices
- Report issues in the issue tracker
- Pick a good first issue 📓
- Create a Pull Request
- Help translating this app on Transifex 🌎
- Buy this app on Google Play Store
- Send me a bottle of your favorite beer 🍻 😉
🔗 Requirements
- Nextcloud instance running
- Nextcloud Android app installed (≥ 3.9.0)
- Nextcloud Notes app enabled
📓 License
This project is licensed under the GNU GENERAL PUBLIC LICENSE.