Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2927222f435844b1c4d4c4e8bd7066ff23200fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Nextcloud Deck for Android

[![Android CI](https://github.com/stefan-niedermann/nextcloud-deck/workflows/Android%20CI/badge.svg)](https://github.com/stefan-niedermann/nextcloud-deck/actions)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9e4e03edecb34ea18fa1d6d6346cbc4f)](https://www.codacy.com/app/Nextcloud/nextcloud-deck)
[![GitHub issues](https://img.shields.io/github/issues/stefan-niedermann/nextcloud-deck.svg)](https://github.com/stefan-niedermann/nextcloud-deck/issues)
[![GitHub stars](https://img.shields.io/github/stars/stefan-niedermann/nextcloud-deck.svg)](https://github.com/stefan-niedermann/nextcloud-deck/stargazers)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

An Android client for [Nextcloud Deck App](https://github.com/nextcloud/deck/).

## ▶️ Access

[![Latest Release](https://img.shields.io/github/v/tag/stefan-niedermann/nextcloud-deck?label=latest+release&sort=semver)](https://github.com/stefan-niedermann/nextcloud-deck/releases)
[![F-Droid Release](https://img.shields.io/f-droid/v/it.niedermann.nextcloud.deck)](https://f-droid.org/de/packages/it.niedermann.nextcloud.deck/)

[<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.nextcloud.deck.play)
[<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.nextcloud.deck)
[<img src="https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png"
      alt="Donate with PayPal"
      height="80">](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZD39ZE7MGEGBL&source=url)
[<img src="https://raw.githubusercontent.com/stefan-niedermann/DonateButtons/master/LiberaPay.png"
      alt="Donate using Liberapay"
      height="80">](https://liberapay.com/stefan-niedermann/donate)

## 👀 Screenshots

| List View | Card View |
| --- | --- |
| ![Screenshot of list view](/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) | ![Screenshot of card](/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png) |

## 🚀 Features
  * Multiple accounts 👥
  * Offline-capabilities 🔌
  * Manage cards, lists and boards 📝
  * Supports attachments 📎
  * Supports activities ⚡
  * Dark mode 🌙
  * Translated in many languages 🌎

## 🏁 Planned features
* [Widgets](https://github.com/stefan-niedermann/nextcloud-deck/issues/217)
* [Manage tags per board](https://github.com/stefan-niedermann/nextcloud-deck/issues/309)
* [Add more sources to upload attachments](https://github.com/stefan-niedermann/nextcloud-deck/issues/289)
* Further stabilization of the UI and bugfixes
* [Improve synchronization speed](https://github.com/nextcloud/deck/issues/1650)

## 👪 Join the team
* Test the app with different devices
* Report issues in the [issue tracker](https://github.com/stefan-niedermann/nextcloud-deck/issues)
* [Pick a good first issue](https://github.com/stefan-niedermann/nextcloud-deck/labels/good%20first%20issue) :notebook:
* Create a [Pull Request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
* Translate the app on [Transifex](https://www.transifex.com/nextcloud/nextcloud/android-deck/)
* Send me a bottle of your favorite beer :beers: :wink:

## 🔗 Requirements
* [Nextcloud](https://nextcloud.com/) instance running
* [Nextcloud Android](https://github.com/nextcloud/android) app installed (version 3.9.0 or later)
* [Nextcloud Deck](https://github.com/nextcloud/deck) app enabled (version 0.6.4 or later)

## 📓 License
All contributions to this repository are considered to be licensed under the [GNU GENERAL PUBLIC LICENSE 3+](/LICENSE).

Contributors to the Deck Android app retain their copyright. Therefore we recommend to add following line to the header of a file, if you changed it substantially:

```
@copyright Copyright (c) <year>, <your name> (<your email address>)
```