Skip to content

Commit

Permalink
Releasing version 4.2.0-beta4 (401)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Aug 28, 2018
1 parent f9d4b05 commit 7bb1802
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Next]
## [4.2.0-beta4] - 2018-08-28
### Changed
- Massive refactoring of conversations list (#1206)
- Defer message center activities to the background (#1210)
Expand Down Expand Up @@ -516,7 +516,7 @@
- Fix draft saving on incoming message (#448)
- Fix crash during sync (#454)

[Next]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta3...HEAD
[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
[4.2.0-beta1]: https://github.com/kontalk/androidclient/compare/v4.1.6...v4.2.0-beta1
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -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: Copy multiple messages to clipboard
* Badge indicators for OEMs supporting it
* NEW: massive refactoring of conversations list
* Migrate to Firebase Cloud Messaging
* Upgrade to Smack 4.3
* 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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ allprojects {
evaluationDependsOn ":client-common-java"
ext {
applicationId = 'org.kontalk'
versionCode = 399
versionName = '4.2.0-beta3'
versionCode = 401
versionName = '4.2.0-beta4'
minSdkVersion = 15
targetSdkVersion = 23
compileSdkVersion = 28
Expand Down
2 changes: 1 addition & 1 deletion dist/google_play.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"full_description": "<b>Please help us making Kontalk better! E-mail us at [email protected] if you have any issues!! Leaving a negative review won't help a non-profit project! Thank you!</b>\n<i>NOTE: DO NOT INSTALL ON SD CARD!</i>\n\n<b>Follow @kontalknet on Twitter or identi.ca to keep up to date with the latest changes and on service status!</b>\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&#8226;&#8195; <b>Your phone number is your ID.</b> No usernames or passwords<br/>\n&#8226;&#8195; <b>It automatically finds other Kontalk users</b> by looking at your address book, making it even easier to start chatting on Kontalk with your friends<br/>\n&#8226;&#8195; <b>End-to-end encryption</b> ensures safe and private conversations, so that only you and the person you are talking to can read them<br/>\n&#8226;&#8195; Your and all phone numbers used on the network are irreversibly encrypted<br/>\n&#8226;&#8195; It supports multiple devices, making it very easy to start chatting on your phone and continue the conversation on your tablet<br/>\n&#8226;&#8195; 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: Copy multiple messages to clipboard\n* Badge indicators for OEMs supporting it\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* 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: 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",
"short_description": "A new way of communicating: community-driven instant messaging network.",
"title": "Kontalk Messenger"
}

0 comments on commit 7bb1802

Please sign in to comment.