From d4ae2e1f0680cd22325f8e309500f0d398214e2d Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 13 Sep 2020 16:29:04 -0700 Subject: [PATCH] up version strings and changelog --- xwords4/android/app/build.gradle | 4 ++-- .../android/app/src/main/assets/changes.html | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 76d32a6a4..3b61c448c 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 10 -def VERSION_CODE_BASE = 162 -def VERSION_NAME = '4.4.166' +def VERSION_CODE_BASE = 163 +def VERSION_NAME = '4.4.167' def BUILD_INFO_NAME = "build-info.txt" // Not all variants use the same BT_UUID. Those with the same talk to diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index b1e461232..6489c79aa 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,10 +13,11 @@ -

CrossWords 4.4.166 release

+

CrossWords 4.4.167 release

-

This release speeds device-to-device communication for some older - games

+

This release fixes phantom invitations and related problems + (occurring on about 10% of devices) by replacing duplicate + addresses

Please take @@ -26,10 +27,9 @@

New with this release

    -
  • Preserve device's new-relay address across upgrades - (including this one)
  • -
  • Fix random number generation, e.g. for device addresses
  • -
  • Fix crash opening game reported on Play Store (thanks!)
  • +
  • Generate new address if device’s current address is not unique
  • +
  • Offer to hide new-game buttons earlier
  • +
  • Redo “About CrossWords” dialog

(The full changelog @@ -45,10 +45,10 @@

Please let me know - (email xwords@eehouse.org) - what's broken and what features you'd most like to - see. And if you do get a crash (on a Play Store release), please - let your device report it to Google so I can see it!

+ (email xwords@eehouse.org) + what features you’d most like to see or if you’re experiencing + problems. And if you do get a crash (on a Play Store release), + please let your device report it to Google so I can see it!

Thanks!
--Eric