nextcloud-notes-android/README.md

68 lines
4.1 KiB
Markdown
Raw Normal View History

<!--
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2024 Stefan Niedermann <info@niedermann.it>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
# Nextcloud Notes for Android
An android client for [Nextcloud Notes App](https://github.com/nextcloud/notes/).
2015-10-01 19:05:06 +03:00
[![Android CI](https://github.com/nextcloud/notes-android/actions/workflows/android.yml/badge.svg)](https://github.com/nextcloud/notes-android/actions/workflows/android.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/997fa10faefe4904b7bdf730734f151a)](https://app.codacy.com/gh/nextcloud/notes-android/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
2023-01-14 11:31:11 +03:00
[![GitHub issues](https://img.shields.io/github/issues/nextcloud/notes-android.svg)](https://github.com/nextcloud/notes-android/issues)
[![GitHub stars](https://img.shields.io/github/stars/nextcloud/notes-android.svg)](https://github.com/nextcloud/notes-android/stargazers)
2018-04-13 01:24:20 +03:00
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/notes-android)](https://api.reuse.software/info/github.com/nextcloud/notes-android)
2016-01-29 15:44:42 +03:00
## :arrow_forward: Access
2023-01-14 11:31:11 +03:00
[![Latest Release](https://img.shields.io/github/v/tag/nextcloud/notes-android?label=latest+release&sort=semver)](https://github.com/nextcloud/notes-android/tags)
2019-12-22 22:17:02 +03:00
[![F-Droid Release](https://img.shields.io/f-droid/v/it.niedermann.owncloud.notes)](https://f-droid.org/de/packages/it.niedermann.owncloud.notes/)
2019-12-22 18:18:24 +03:00
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
alt="Get it on Play Store"
height="80">](https://play.google.com/store/apps/details?id=it.niedermann.owncloud.notes)
[<img src="https://f-droid.org/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/repository/browse/?fdid=it.niedermann.owncloud.notes)
2019-02-08 11:17:54 +03:00
## :eyes: Screenshots
2018-08-25 19:15:08 +03:00
| _ | _ | _ |
| :--: | :--: | :--: |
2020-06-11 00:54:13 +03:00
| ![Screenshot of list view](/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) | ![Screenshot of edit mode](/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png) | ![Screenshot of preview](/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) |
2016-01-29 15:44:42 +03:00
## :rocket: Features
2020-01-02 14:44:34 +03:00
* 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
2020-05-25 20:40:15 +03:00
* Single note widget and note list widget
2021-01-08 10:43:40 +03:00
* Render Markdown (using [Markwon](https://noties.io/Markwon))
* Translated in many languages on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-notes/)
2023-01-14 11:31:11 +03:00
* Context based formatting ([#363](https://github.com/nextcloud/notes-android/issues/363))
* Password protection ([#354](https://github.com/nextcloud/notes-android/issues/354))
2015-10-01 19:05:06 +03:00
2022-03-24 21:54:55 +03:00
## :checkered_flag: Roadmap
2023-01-14 11:31:11 +03:00
* We usually focus on [pinned issues](https://github.com/nextcloud/notes-android/issues) in our issue tracker
2022-03-24 21:54:55 +03:00
* Since this is an Open Source freetime project, there is no guarantee when and if and how we implement new features
2015-10-01 19:12:01 +03:00
2018-08-25 19:15:08 +03:00
## :family: Join the team
2020-01-02 14:44:34 +03:00
* Test the app with different devices
2023-01-14 11:31:11 +03:00
* Report issues in the [issue tracker](https://github.com/nextcloud/notes-android/issues)
* [Pick a good first issue](https://github.com/nextcloud/notes-android/labels/Good%20first%20issue) :notebook:
2020-01-02 14:44:34 +03:00
* Create a [Pull Request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
* Help translating this app on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-notes/) 🌎
2020-01-02 14:44:34 +03:00
* Buy this app on [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.owncloud.notes)
* Send me a bottle of your favorite beer :beers: :wink:
## :link: Requirements
2020-01-02 14:44:34 +03:00
* [Nextcloud](https://nextcloud.com/) instance running
2020-06-24 12:30:40 +03:00
* [Nextcloud Android](https://github.com/nextcloud/android) app installed (≥ 3.9.0)
2020-01-02 14:44:34 +03:00
* [Nextcloud Notes](https://github.com/nextcloud/notes) app enabled
2015-10-01 19:23:03 +03:00
## :notebook: License
This project is licensed under the [GNU GENERAL PUBLIC LICENSE](/LICENSE).