diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 1aefe904b..6335614a4 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,11 +1,12 @@ 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: archive chats -* NEW: copy multiple messages to clipboard -* Support for notification categories -* 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 +* Group chat indicator in chat list +* Support for Android Oreo +* Support for multiwindow +* Improve registration screen +* Smack upgraded to 4.3.1 +* Faster reconnection on faulty networks +* Fix several crashes and other bugs +* Fix broken static maps +* Picture notification for groups now correctly shows group title \ No newline at end of file diff --git a/build.gradle b/build.gradle index a4338879c..22a232f51 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ allprojects { evaluationDependsOn ":client-common-java" ext { applicationId = 'org.kontalk' - versionCode = 425 - versionName = '4.3.0-alpha4' + versionCode = 430 + versionName = '4.3.0' minSdkVersion = 16 targetSdkVersion = 27 compileSdkVersion = 28 diff --git a/dist/google_play.json b/dist/google_play.json index 56c67239c..a879fb56d 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: 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", + "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* Group chat indicator in chat list\n* Support for Android Oreo\n* Support for multiwindow\n* Improve registration screen\n* Smack upgraded to 4.3.1\n* Faster reconnection on faulty networks\n* Fix several crashes and other bugs\n* Fix broken static maps\n* Picture notification for groups now correctly shows group title", "short_description": "A new way of communicating: community-driven instant messaging network.", "title": "Kontalk Messenger" }