Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontalk devteam committed Aug 21, 2018
2 parents 28e9857 + 6f5e794 commit c95f904
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Next]
### Fixed
- Fix push notifications not working

## [4.2.0-beta2] - 2018-08-21
### Fixed
- Fix messages stuck in sending state
- Fix push notifications not working

Expand Down Expand Up @@ -503,7 +507,8 @@
- Fix draft saving on incoming message (#448)
- Fix crash during sync (#454)

[Next]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta1...HEAD
[Next]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta2...HEAD
[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
[4.1.6]: https://github.com/kontalk/androidclient/compare/v4.1.5...v4.1.6
[4.1.5]: https://github.com/kontalk/androidclient/compare/v4.1.4...v4.1.5
Expand Down
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,4 @@ else if (project.hasProperty('GOOGLE_PLAY_DEVELOPER_KEY_FILE')) {
}
}

if (getGradle().getStartParameter().getTaskRequests().toString().contains("Googleplay")) {
apply plugin: 'com.google.gms.google-services'
}
apply plugin: 'com.google.gms.google-services'
File renamed without changes.
2 changes: 1 addition & 1 deletion app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Help us improve and fix bugs by reporting them on GitHub or discussing them on o
* Badge indicators for OEMs supporting it
* Migrate to Firebase Cloud Messaging
* Upgrade to Smack 4.3
* Support for notification categories
* Accepted invitation is no longer required to chat
* More precise Google Maps location
* Fix some annoying public key issues
* 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 = 393
versionName = '4.2.0-beta1-next'
versionCode = 397
versionName = '4.2.0-beta2-next'
minSdkVersion = 15
targetSdkVersion = 23
compileSdkVersion = 27
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* Accepted invitation is no longer required to chat\n* More precise Google Maps location\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: 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",
"short_description": "A new way of communicating: community-driven instant messaging network.",
"title": "Kontalk Messenger"
}

0 comments on commit c95f904

Please sign in to comment.