From 0c804af1bc22c5aaf95c3bbf53964d43a431b46f Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 4 Jan 2015 17:23:34 +0100 Subject: added travis build icon to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 66213e46..d20b052a 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,9 @@ Make sure to have ANDROID_HOME point to your Android SDK cd Conversations ./gradlew build + +[![Build Status](https://travis-ci.org/siacs/Conversations.svg?branch=development)](https://travis-ci.org/siacs/Conversations) + ### How do I update/add external libraries? If the library you want to update is in Maven Central or JCenter (or has its own -- cgit v1.2.3 From fa9cba930f0aa256522fe1bc4c4e32c0f4b4faf3 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 9 Jan 2015 13:27:21 +0100 Subject: modified readme to link to transifex --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d20b052a..42ce3cff 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,7 @@ run your own XMPP server for you and your friends. These XEP's are: * [Diego Turtulici](http://efesto.eigenlab.org/~diesys) (Original) #### Translations - -* [Sergio Cárdenas](https://github.com/kruks23) (Spanish) -* [Benoit Bouvarel](https://github.com/BenoitBouvarel) (French) -* [Daniel Gultsch](https://github.com/iNPUTmice) (German) -* [Aitor Beriain](https://github.com/beriain) (Basque) -* [Ilia Rostovtsev](https://github.com/qooob) (Russian) -* [Jelmer Vernooij](https://github.com/jelmer) (Dutch) -* [Anders Sandblad](https://github.com/andersruneson) (Swedish) -* [Aizaz AZ](http://www.linkedin.com/in/aizazhaider) (Chinese) -* [Jaroslav Lichtblau] (https://github.com/svetlemodry) (Czech) +Translations are managed on [Transifex](https://www.transifex.com/projects/p/conversations/) ## FAQ -- cgit v1.2.3 From 6976c4ffe161cd971ad3317890c4a0f75d4af9b4 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 13 Jan 2015 12:16:07 +0100 Subject: added faq about beta testing --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 42ce3cff..ac075fd3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ The more convenient way — which not only gives you automatic updates but also supports the further development of Conversations — is to buy the App in the Google [Play Store](https://play.google.com/store/apps/details?id=eu.siacs.conversations). +Buying the App from the Play Store will also give you access to our [beta test](#beta). + #### I don't have a Google Account but I would still like to make a contribution I accept donations over PayPal, Bitcoin and Flattr. For donations via PayPal you @@ -268,6 +270,14 @@ this.) ### Development + +#### Beta testing +If you bought the App on [Google Play](https://play.google.com/store/apps/details?id=eu.siacs.conversations) +you can get access to the latest beta version by joining the +[Conversations Beta Testers](https://plus.google.com/communities/107649347599361240873) +community on Google+ and then using [this link](https://play.google.com/apps/testing/eu.siacs.conversations) +to sign up for the beta test. + #### How do I build Conversations Make sure to have ANDROID_HOME point to your Android SDK -- cgit v1.2.3