From 4e542e2f3ee38d1664e96e24faea31b48424f507 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Tue, 19 Jun 2018 21:43:30 +0200 Subject: [PATCH] Releasing version 4.1.5 (312) Signed-off-by: Daniele Ricci --- CHANGELOG.md | 8 ++++++++ app/src/main/play/de-DE/whatsnew | 8 +++----- app/src/main/play/en-US/whatsnew | 5 ++--- build.gradle | 4 ++-- dist/google_play.json | 2 +- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd74cc66..9740ab3da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [4.1.5] - 2018-06-19 +### Changed +- Some major performance improvements (#1160) + +### Fixed +- Fix rare crash on some devices (#1175, #1182, #1183) +- Fix several issues (#1167, #1169, 1170) + ## [4.1.4] - 2018-03-18 ### Changed - Typing status in groups (#1152) diff --git a/app/src/main/play/de-DE/whatsnew b/app/src/main/play/de-DE/whatsnew index a8b791d26..ee918e40f 100644 --- a/app/src/main/play/de-DE/whatsnew +++ b/app/src/main/play/de-DE/whatsnew @@ -2,9 +2,7 @@ Neues Registrierungsverfahren – Angeboten von https://JMP.Chat Helfen Sie uns bei Verbesserungen und Fehlerbehebungen indem Sie Fehlerreports auf Github posten oder in unserem Forum darüber diskutieren: https://forum.kontalk.org -* NEU: Bildervorschau in Benachrichtigen -* NEU: Benachrichtigungstöne in offenen Chats -* Neue Android-Berechtigungsverwaltung -* Direktantwort für ältere Androidversionen -* Behoben: Emoji Problem bei Tablets +* NEU: "...schreibt" Anzeige in Gruppenchats +* Behoben: Einige Probleme bei Nachrichtenzustellung +* Behoben: Einige Probleme mit Berechtigungserteilung * Weitere Fehler behoben \ No newline at end of file diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 8d061a144..f4a5aadc4 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,7 +1,6 @@ -This release features our new registration provider kindly offered by https://JMP.Chat +Registration provider kindly offered by https://JMP.Chat Help us improve and fix bugs by reporting them on GitHub or discussing them on our forum: https://forum.kontalk.org -* NEW: typing status in groups -* fix some message delivery issues +* some major performance improvements * fix some permission issues * a lot of other bugfixes \ No newline at end of file diff --git a/build.gradle b/build.gradle index 7769bc08b..e218f0136 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ allprojects { evaluationDependsOn ":client-common-java" ext { applicationId = 'org.kontalk' - versionCode = 311 - versionName = '4.1.4-next' + versionCode = 312 + versionName = '4.1.5' minSdkVersion = 15 targetSdkVersion = 23 compileSdkVersion = 27 diff --git a/dist/google_play.json b/dist/google_play.json index 80597303e..d1a2acd6d 100644 --- a/dist/google_play.json +++ b/dist/google_play.json @@ -1,6 +1,6 @@ { "full_description": "Please help us making Kontalk better! E-mail us at devteam@kontalk.org if you have any issues!! Leaving a negative review won't help a non-profit project! Thank you!\nNOTE: DO NOT INSTALL ON SD CARD!\n\nFollow @kontalknet on Twitter or identi.ca to keep up to date with the latest changes and on service status!\n\nKontalk is a secure instant messenger, allowing you to send and receive text, image and voice messages (other file types coming soon) to and from other Kontalk users completely free of charge (*).\n\n•  Your phone number is your ID. No usernames or passwords
\n•  It automatically finds other Kontalk users by looking at your address book, making it even easier to start chatting on Kontalk with your friends
\n•  End-to-end encryption ensures safe and private conversations, so that only you and the person you are talking to can read them
\n•  Your and all phone numbers used on the network are irreversibly encrypted
\n•  It supports multiple devices, making it very easy to start chatting on your phone and continue the conversation on your tablet
\n•  Based on open standards: XMPP and OpenPGP\n\nKontalk is a completely Open Source community project, with all the source code hosted on GitHub (https://github.com/kontalk), allowing everyone to inspect its security and improve it.\nThe network relies on community donations to keep the infrastructure running, so if you can, please donate on http://kontalk.net/. Even small donations matter.\n\nYou can find all permissions used by the app explained at this page: https://github.com/kontalk/androidclient/wiki/Android-client-permissions\n\n(*) Carrier fees for Internet traffic may apply", - "recent_changes": "This release features our new registration provider kindly offered by https://JMP.Chat\nHelp us improve and fix bugs by reporting them on GitHub or discussing them on our forum: https://forum.kontalk.org\n\n* NEW: typing status in groups\n* fix some message delivery issues\n* fix some permission issues\n* a lot of other bugfixes", + "recent_changes": "Registration provider kindly offered by https://JMP.Chat\nHelp us improve and fix bugs by reporting them on GitHub or discussing them on our forum: https://forum.kontalk.org\n\n* some major performance improvements\n* fix some permission issues\n* a lot of other bugfixes", "short_description": "A new way of communicating: community-driven instant messaging network.", "title": "Kontalk Messenger" }