Skip to content
/ mumla Public
forked from quite/mumla

Android app for Mumble voice conference system. Mirror of https://gitlab.com/quite/mumla – please file issues and merge requests over there.

License

Notifications You must be signed in to change notification settings

lcslouis/mumla

 
 

Repository files navigation

Mumla

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

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

Mumla is available on F-Droid.

There is a small landing page, that also has information about Beta releases.

Translations

If you want to help out translating Mumla, the project is on Weblate -- thanks for gratis hosting of our libre project!

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

Notes

According to https://developer.android.com/studio/releases/gradle-plugin default NDK for Android Gradle Plugin 7.x is 21.4.7075529. It should be installed automatically (by Android Studio and/or the plugin right), but for me it wasn't.

I had to Bring up SDK Manager in Android Studio.

  • Click SDK Tools tab.
  • Check "Show Package Details"
  • In the list view, expand "NDK (Side by side)"
  • Check 21.4.7075529
  • Click OK

License

Mumla's LICENSE is GNU GPL v3.

About

Android app for Mumble voice conference system. Mirror of https://gitlab.com/quite/mumla – please file issues and merge requests over there.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%