From 27f352447c23d6790c0f0ea3503852085c554705 Mon Sep 17 00:00:00 2001 From: massimiliano <massimiliano@disroot.org> Date: Mon, 15 Oct 2018 19:59:33 +0200 Subject: [PATCH] edited xmpp Disroot channel redirection --- app/build.gradle | 6 +++--- app/src/main/res/xml/changelog_master.xml | 4 ++++ metadata/en-US/full_description.txt | 10 +++++----- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9f793f8..1b237ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.disroot.disrootapp" minSdkVersion 15 targetSdkVersion 28 - versionCode 7 - versionName "0.9.2" + versionCode 8 + versionName "0.9.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -43,4 +43,4 @@ dependencies { } repositories { mavenCentral() -} \ No newline at end of file +} diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 449846b..e65eb5d 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <changelog> + <release version="0.9.3" versioncode="8" > + <changelog>Fixed chatroom redirection</changelog> + <changelog>Added Dutch translation</changelog> + </release> <release version="0.9.2" versioncode="7" > <changelog>Fixed cloud tip</changelog> <change>Fixed app crash on tapping mail icon</change> diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index cabb36f..0676014 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -1,13 +1,13 @@ -<b>Disroot</b> is a platform providing online services based on principles of freedom, privacy, federation and decentralization. -This app is like your Swiss Army knife to the Disroot platform, made by the community for the community. -If you don't have a Disroot account you can still use this app to access all the Disroot services that do not require an account: +<b>Disroot</b> is a platform providing online services based on principles of freedom, privacy, federation and decentralization. +This app is like your Swiss Army knife to the Disroot platform, made by the community for the community. +If you don't have a Disroot account you can still use this app to access all the Disroot services that do not require an account: * Etherpad * Ethercalc * Private bin * Upload * Poll * Searx -* Diaspora* (requires a Diaspora only account) +* Diaspora* (requires a Diaspora only account) The app may require you to install additional apps. We highly recommend you install F-Droid - a free and open source app marketplace - as not all apps can be found on Google's Play Store and F-Droid is more privacy oriented (no tracking, no account needed) you can download it [here](https://f-droid.org/FDroid.apk). @@ -18,5 +18,5 @@ The app may require you to install additional apps. We highly recommend you inst * Italian <b>Support the project:</b> - ✋ Join discussion on <a href="xmpp:dishub@chat.disroot.org">xmpp:disroot@chat.disroot.org</a> + ✋ Join discussion on <a href="xmpp:disroot@chat.disroot.org">xmpp:disroot@chat.disroot.org</a> ✋ Connect with us <a href="https://hub.disroot.org/channel/disroot</a> -- GitLab