metadata: release happy eyeball
This commit is contained in:
parent
50456e3cac
commit
8d996f390a
|
@ -84,8 +84,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 349
|
versionCode 350
|
||||||
versionName "2.6.0"
|
versionName "2.6.0.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.sum7.conversations"
|
applicationId "eu.sum7.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
• changes in Networkstack 'let OS decide IPv4 or IPv6' to own 'Happy Eyeball' for faster connection and fair to both IP version.
|
|
@ -1,5 +1,8 @@
|
||||||
Conversations with IPv6 is a fork of <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a> that
|
Conversations for Sum7 is a fork of <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a>.
|
||||||
only patches away the hardcoded IPv4 preference and rebrands it as chat.sum7.eu (to run both version together).
|
|
||||||
|
Changes to origin:
|
||||||
|
• replace the hardcoded IPv4 preference to easy Happy Eyeball, for faster connection and fair to both IP version.
|
||||||
|
• rebrands it as chat.sum7.eu (to run both version together)
|
||||||
|
|
||||||
Easy to use, reliable, battery friendly. With built-in support for images, group
|
Easy to use, reliable, battery friendly. With built-in support for images, group
|
||||||
chats and e2e encryption.
|
chats and e2e encryption.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
A Jabber/XMPP chat client with IPv6 support
|
A Jabber/XMPP chat client which is fair to IPv6
|
||||||
|
|
Loading…
Reference in New Issue