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

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-05-12 12:23:12 +0300
committerDaniel Lublin <daniel@lublin.se>2020-05-12 23:11:52 +0300
commit0ff633afd5957600875578977934dc2ab213c6e5 (patch)
tree573eadc9f4ab34bf6db08b366d6cb2daff40a889
parenta1d0f0fbf5ff9f4b757a923c53fe68f9cb5daeba (diff)
Tag a new version for gp3.5.2-gp
-rw-r--r--README.md2
-rw-r--r--app/build.gradle2
-rw-r--r--fastlane/metadata/android/en-US/changelogs/86.txt17
-rw-r--r--fastlane/metadata/android/en-US/full_description.txt32
4 files changed, 38 insertions, 15 deletions
diff --git a/README.md b/README.md
index 6fc0356..7b37e53 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Mumla is a fork and continuation of [Plumble](https://github.com/acomminos/Plumble),
a robust GPLv3 Mumble client for Android originally written by Andrew Comminos.
It uses the [Humla](https://gitlab.com/quite/humla) protocol implementation
-(forked from Comminos' [Jumble](https://github.com/acomminos/Jumble)).
+(forked from Comminos's [Jumble](https://github.com/acomminos/Jumble)).
Mumla should run on Android 4.0 (IceCreamSandwich, API 14) and later.
diff --git a/app/build.gradle b/app/build.gradle
index c35685e..66662fa 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -62,7 +62,7 @@ android {
multiDexEnabled true
applicationId "se.lublin.mumla"
- versionCode 85
+ versionCode 86
versionName gitDescribe()
setProperty("archivesBaseName", "mumla")
diff --git a/fastlane/metadata/android/en-US/changelogs/86.txt b/fastlane/metadata/android/en-US/changelogs/86.txt
new file mode 100644
index 0000000..1191035
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/86.txt
@@ -0,0 +1,17 @@
+This is the first release on Googel Play store.
+
+- Many bugs fixed, especially related to permission requests.
+
+- Connect over Tor (Orbot) works better and supports Hidden Services (.onion).
+
+- Support DNS SRV record for server address lookup.
+
+- Certificate dialog displays SHA-256 digest and text can be copied.
+
+- Allan Nordhøy reworked the English source strings.
+
+- R4SAS translated Mumla to Russian.
+
+- deluxghost translated Mumla to simplified Chinese.
+
+- Public server list retrieval works again.
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 6ed5d57..dd3049b 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -1,13 +1,19 @@
-Mumla is a client for Mumble -- the free, open source voice chat system. This is a continuation (a fork) of Andrew Comminos' app Plumble.
-
-* Opus, CELT, and Speex codec support
-* Certificates
-* Voice activity
-* Bluetooth
-* Public servers
-* Comments
-* Administration
-* Overlay
-* Theming
-* Notifications
-* Orbot integration
+Mumla is a client for the voice chat system Mumble. It is a continuation (a fork) of Plumble by Andrew Comminos.
+
+Some of the features:
+
+* Certificate generation, import and export
+* Browse public servers
+* Voice activated transmission (the default), or different Push-to-talk buttons
+* Bluetooth headset support
+* Self-registration on server
+* Access tokens
+* Opus, CELT, and Speex codec support
+* Automatic reconnection
+* Tor support through the Orbot app
+* Text-to-speech for messages (turned on by default)
+* Light and dark theme
+
+Voice activated transmission works best when using a headset. Echo cancellation and noise reduction needs better implementations. You may try tweaking the Detection threshold in the settings.
+
+Like the Mumble server and desktop applications, Mumla is also free and open source software. Find out more at https://mumla-app.gitlab.io/