metadata: release happy eyeball
This commit is contained in:
parent
50456e3cac
commit
8d996f390a
|
@ -84,8 +84,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 349
|
||||
versionName "2.6.0"
|
||||
versionCode 350
|
||||
versionName "2.6.0.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.sum7.conversations"
|
||||
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
|
||||
only patches away the hardcoded IPv4 preference and rebrands it as chat.sum7.eu (to run both version together).
|
||||
Conversations for Sum7 is a fork of <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a>.
|
||||
|
||||
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
|
||||
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