📱😀 Video & audio calls through Nextcloud on Android
Перейти к файлу
Marcel Hibbe 6253aeecad
Merge pull request #1062 from nextcloud/unreadMessagesPillStyle
Use chip view for pill-style unread messages counter
2021-03-26 00:14:12 +01:00
.tx fix he->iw and id->in 2018-06-04 13:27:27 +02:00
app re-add proper spacing between conversations 2021-03-23 21:26:59 +01:00
contribute Fix a typo in documentation 2017-10-24 19:34:39 +02:00
drawable_resources Update background icon 2020-01-02 14:46:47 +01:00
fastlane/metadata/android Add new screenshots 2019-01-19 01:56:11 +01:00
gradle/wrapper bump libs/build tools to Android Studio 4.1.3 versions 2021-03-22 17:40:43 +01:00
scripts update lint results based on linter bump 2021-03-22 17:42:28 +01:00
.drone.yml Run drone also on master broken 2021-02-17 08:01:48 +01:00
.gitignore ignore .idea in .gitignore / remove .idea from index 2021-01-30 23:19:08 +01:00
CODE_OF_CONDUCT.md Add CoC 2018-01-11 21:02:38 +01:00
LICENCE Initial import 2017-10-23 12:40:38 +02:00
README.md Remove turn documentation, linked to official one. 2020-11-19 16:19:22 +01:00
build.gradle bump libs/build tools to Android Studio 4.1.3 versions 2021-03-22 17:40:43 +01:00
findbugs-filter.xml Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
gradle.properties Update configuration 2020-01-03 11:15:10 +01:00
gradlew Initial import 2017-10-23 12:40:38 +02:00
gradlew.bat Initial import 2017-10-23 12:40:38 +02:00
lombok.config Fix the build 2018-04-26 20:24:30 +02:00
settings.gradle Fix bugs & build issues 2019-10-14 09:06:49 +02:00

README.md

Nextcloud Talk for Android

Video & audio calls through Nextcloud on Android

Nextcloud Talk is a fully on-premises audio/video and chat communication service. It features web and mobile apps and is designed to offer the highest degree of security while being easy to use.

Nextcloud Talk lowers the barrier for communication and lets your team connect any time, any where, on any device, with each other, customers or partners.

Codacy Badge irc F-Droid Release

Download from Google Play Get it on F-Droid

Documentation
CoTURN

Screen 1 Screen 2 Screen 3
List Contacts Chat

Why is this so awesome?

Because it is self hosted!!! Audio/video calls and text chat typically require a central server. Some projects go commendably far in trying to ensure they can't see the data, so nobody, not government, advertising company or somebody who broke in the servers, can follow conversations. But the servers still have to mediate every call and text message, allowing them to map out who talks to who and at what time. This 'metadata' is as useful, if not more, to track people, than the full content, especially for mass surveillance purposes. Even if the data is not stored by the chat server, the hosting provider or a hacker could simply gather the data.

By hosting your own server, all meta data stays on your server and thus under your control!

If you have suggestions or problems, please open an issue or contribute directly :)

Contribution Guidelines

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

Testing

So you would like to contribute by testing? Awesome, we appreciate that very much. Right now our testing is conducted through the Google Play Beta channel, so if you'd like to receive the newest dough, sign up over at the Google Play Beta channel.

Apply a license

All contributions to this repository are considered to be licensed under the GNU GPLv3 or any later version.

Contributors to the Nextcloud Talk 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>)

For further information on how to add or update the license header correctly please have a look at our licensing HowTo.

Sign your work

We use the Developer Certificate of Origin (DCO) as a additional safeguard for the Nextcloud project. This is a well established and widely used mechanism to assure contributors have confirmed their right to license their contribution under the project's license. Please read developer-certificate-of-origin. If you can certify it, then just add a line to every git commit message:

  Signed-off-by: Random J Developer <random@developer.example.org>

Use your real name (sorry, no pseudonyms or anonymous contributions). If you set your user.name and user.email git configs, you can sign your commit automatically with git commit -s. You can also use git aliases like git config --global alias.ci 'commit -s'. Now you can commit with git ci and the commit will be signed.