Skip to content

Commit

Permalink
Releasing version 4.1.6 (314)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Jun 23, 2018
1 parent 4448b05 commit 42615b1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [4.1.6] - 2018-06-24
### Fixed
- Temporarily revert to stable emoji version
- Fix public key retrieval
- Fix attachment panel close icon (#1184)

## [4.1.5] - 2018-06-19
### Changed
- Some major performance improvements (#1160)
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/play/ca/whatsnew
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Versió amb nou proveïdor de registre, ofert amablement per https://JMP.Chat
Nou proveïdor de registre, ofert amablement per https://JMP.Chat
Ajuda'ns a millorar i corregir els errors informant a GitHub o a discutir-los al nou fòrum: https://forum.kontalk.org

* NOU: resposta contextual
* solució temporal de l'error de bootloop de firmware d'alguns dispositius
* solucionat el retard en la notificació de lliuraments
* algunes millores importants en el rendiment
* solucionats certs problemes de permisos
* altres correccions d'errors
7 changes: 3 additions & 4 deletions app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Neues Registrierungsverfahren – Angeboten von https://JMP.Chat
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: "...schreibt" Anzeige in Gruppenchats
* Behoben: Einige Probleme bei Nachrichtenzustellung
* Behoben: Einige Probleme mit Berechtigungserteilung
* einige wichtige Leistungsverbesserungen
* Behoben: einige Berechtigungsprobleme
* Weitere Fehler behoben
1 change: 1 addition & 0 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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

* fix some public key issues
* some major performance improvements
* fix some permission issues
* a lot of other bugfixes
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ allprojects {
evaluationDependsOn ":client-common-java"
ext {
applicationId = 'org.kontalk'
versionCode = 313
versionName = '4.1.5-next'
versionCode = 314
versionName = '4.1.6'
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: https://forum.kontalk.org\n\n* some major performance improvements\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* fix some public key issues\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"
}

0 comments on commit 42615b1

Please sign in to comment.