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

github.com/Morlunk/Jumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2014-07-13 02:15:16 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-07-13 02:15:16 +0400
commit65968fd0025ced36f880b08c8a3334898bfd3907 (patch)
tree84d69b083fc650b49e3b8e9b18c2d86bd4d8895f
parent0747318791e3179a8c2d94fc3ed4050d0c66403d (diff)
Update readme.
-rw-r--r--README.md24
1 files changed, 10 insertions, 14 deletions
diff --git a/README.md b/README.md
index 3208bad..9d756f7 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,21 @@
Jumble
======
-An Android service implementation of the Mumble protocol, designed to be used as the backend of Plumble in future releases.
+An Android service implementation of the Mumble protocol, designed as the backend of [Plumble](https://www.github.com/Morlunk/Plumble).
-Note that this project will only provide a service and utilities necessary for operation, and will never be a standalone app. That's what Plumble will be for.
-
-Why?
+About
-----
-There's no open-source (free as in freedom) Mumble protocol implementation on Android. Jumble will serve to fill this void and aid in bringing a full-featured Mumble client to Android under the Apache License v2.
-
-Due to the restrictive nature of the 'mumble-android' project by @pcgod, no sources or derivatives will be copied from that project.
+The primary goal of the Jumble project is to encourage developers to embrace the Mumble protocol on Android through a free, complete, and stable implementation. At the moment, development is focused on improving stability and security.
-The primary goal of the Jumble project is to replicate the functionality of the desktop Mumble client as much as possible. At the moment, development is focused on adding complete support for the Mumble protocol, particularly audio support (adding Speex and CELT alpha).
+Prior to the release of Jumble, all implementations of the Mumble protocol on Android have been using the same non-free code developed by @pcgod. To ensure the unencumbered use of Jumble, no sources or derivatives will be copied from that project.
-When?
------
+Projects using Jumble
+---------------------
-Jumble should be usable soon™. Likely by the end of summer 2013.
+[Plumble 3.0+](https://www.github.com/Morlunk/Plumble)
-How will I be able to use this?
------
+Including in your project
+-------------------------
-Upon release, Jumble will be usable as an Android library project. You'll be able to interface with the service via AIDL.
+Jumble is a standard Android library project using the gradle build system. [See here for instructions on how to include it into your gradle project](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Referencing-a-Library). \ No newline at end of file