Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefan-niedermann/nextcloud-tables
📊 Android client for nextcloud tables app
https://github.com/stefan-niedermann/nextcloud-tables
android data nextcloud nextcloud-tables tables
Last synced: about 2 months ago
JSON representation
📊 Android client for nextcloud tables app
- Host: GitHub
- URL: https://github.com/stefan-niedermann/nextcloud-tables
- Owner: stefan-niedermann
- License: gpl-3.0
- Created: 2023-03-23T10:18:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T10:21:38.000Z (8 months ago)
- Last Synced: 2024-04-21T22:39:48.772Z (8 months ago)
- Topics: android, data, nextcloud, nextcloud-tables, tables
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.tables.play
- Size: 2.57 MB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ Early Beta ⚠️
***This app is currently under heavy development. It is not yet able to view or manage data in a production environment. Data loss may be possible. Use at your own risc!***
## ⛔ Limitations
- Table emoji can not be changed
- Managing columns is not yet possible
- Validations are not enforced
- Sorting & Filtering is not yet possible# Nextcloud Tables for Android
[![Android CI](https://github.com/stefan-niedermann/nextcloud-tables/workflows/Android%20CI/badge.svg)](https://github.com/stefan-niedermann/nextcloud-tables/actions)
[![GitHub issues](https://img.shields.io/github/issues/stefan-niedermann/nextcloud-tables.svg)](https://github.com/stefan-niedermann/nextcloud-tables/issues)
[![GitHub stars](https://img.shields.io/github/stars/stefan-niedermann/nextcloud-tables.svg)](https://github.com/stefan-niedermann/nextcloud-tables/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 Tables App](https://github.com/nextcloud/tables/).
## ▶️ Access
[![Latest Release](https://img.shields.io/github/v/tag/stefan-niedermann/nextcloud-tables?label=latest+release&sort=semver)](https://github.com/stefan-niedermann/nextcloud-tables/releases)
[![F-Droid Release](https://img.shields.io/f-droid/v/it.niedermann.nextcloud.tables)](https://f-droid.org/de/packages/it.niedermann.nextcloud.tables/)[](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.tables.play)
[](https://f-droid.org/repository/browse/?fdid=it.niedermann.nextcloud.tables)
[](https://www.paypal.com/donate/?hosted_button_id=8ERCNEZ6CQ666)
[](https://liberapay.com/stefan-niedermann/donate)## 👀 Screenshots
| List View | Card View |
|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|
| ![Screenshot of list view](/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) | ![Screenshot of card](/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) |## 🚀 Features
* Multiple accounts 👥
* Works offline 🔌
* Manage tables, columns and rows 📝
* Dark mode 🌙
* Translated in many languages 🌎## 🏁 Planned features
* Manage sharing## 👪 Join the team
* Test the app with different devices
* Report issues in the [issue tracker](https://github.com/stefan-niedermann/nextcloud-tables/issues)
* [Pick a good first issue](https://github.com/stefan-niedermann/nextcloud-tables/labels/good%20first%20issue) :notebook:
* Create a [Pull Request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
* Help increasing the test coverage by contributing unit tests
* Translate the app on [Transifex](https://app.transifex.com/nextcloud/nextcloud/android-tables/)
* 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 (≥ 3.9.0)
* [Nextcloud Tables](https://github.com/nextcloud/tables) app enabled (≥ 0.5.0)## 📓 License
All contributions to this repository are considered to be licensed under the [GNU GENERAL PUBLIC LICENSE 3+](/LICENSE).Contributors to the Tables 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) , ()
```