paperbenni / mumla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mumla

Mumla is a fork and continuation of Plumble, a robust GPLv3 Mumble client for Android originally written by Andrew Comminos. It uses the Humla protocol implementation (forked from Comminos' Jumble).

Mumla should run on Android 4.0 (IceCreamSandwich, API 14) and later.

There is a small page for Mumla here: https://mumla-app.gitlab.io/

Get it on F-Droid

Building on GNU/Linux

TODO: humla-spongycastle should be built as a sub-project of Humla's Gradle, but currently isn't.

git submodule update --init --recursive

pushd libraries/humla/libs/humla-spongycastle
../../gradlew jar
popd

./gradlew assembleDebug

License

Mumla's LICENSE is GNU GPL v3+.

About

License:GNU General Public License v3.0


Languages

Language:Java 100.0%