From cd7bce436e849e6992de0fcfa2e39f732f992a79 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Tue, 4 Sep 2018 21:40:12 +0200 Subject: [PATCH] Release version 4.2.0 (410) Signed-off-by: Daniele Ricci --- CHANGELOG.md | 4 ++-- app/src/main/play/en-US/whatsnew | 14 +++++++------- build.gradle | 4 ++-- dist/google_play.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee417a592..90e3d3b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Next] +## [4.2.0] - 2018-09-04 ### Changed - Archived chats screen (#941) @@ -526,7 +526,7 @@ - Fix draft saving on incoming message (#448) - Fix crash during sync (#454) -[Next]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta4...HEAD +[4.2.0]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta4...v4.2.0 [4.2.0-beta4]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta3...v4.2.0-beta4 [4.2.0-beta3]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta2...v4.2.0-beta3 [4.2.0-beta2]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta1...v4.2.0-beta2 diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index f6935556d..1aefe904b 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,11 +1,11 @@ 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! -* NEW: massive refactoring of conversations list -* Migrate to Firebase Cloud Messaging -* Upgrade to Smack 4.3 +* NEW: archive chats +* NEW: copy multiple messages to clipboard * Support for notification categories -* Accepted invitation is no longer required to chat -* Fix some annoying public key issues -* Improve overall performance -* Fix several other bugs \ No newline at end of file +* Smoother first-time chat workflow: accepted invitation is no longer required to chat +* New emojis +* Improved chat list screen +* Several performance improvements +* Lots of bugs fixed \ No newline at end of file diff --git a/build.gradle b/build.gradle index cfd5903c9..811275c7f 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ allprojects { evaluationDependsOn ":client-common-java" ext { applicationId = 'org.kontalk' - versionCode = 403 - versionName = '4.2.0-beta4-next' + versionCode = 410 + versionName = '4.2.0' minSdkVersion = 15 targetSdkVersion = 23 compileSdkVersion = 28 diff --git a/dist/google_play.json b/dist/google_play.json index 860f476a4..56c67239c 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": "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!\n\n* NEW: massive refactoring of conversations list\n* Migrate to Firebase Cloud Messaging\n* Upgrade to Smack 4.3\n* Support for notification categories\n* Accepted invitation is no longer required to chat\n* Fix some annoying public key issues\n* Improve overall performance\n* Fix several other bugs", + "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!\n\n* NEW: archive chats\n* NEW: copy multiple messages to clipboard\n* Support for notification categories\n* Smoother first-time chat workflow: accepted invitation is no longer required to chat\n* New emojis\n* Improved chat list screen\n* Several performance improvements\n* Lots of bugs fixed", "short_description": "A new way of communicating: community-driven instant messaging network.", "title": "Kontalk Messenger" }