From 8d1065ea75c9a2f84a64c8012a33537cc914eeed Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 27 Nov 2019 07:32:49 -0800 Subject: [PATCH] up strings for new release --- xwords4/android/app/build.gradle | 4 ++-- .../android/app/src/main/assets/changes.html | 17 ++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index ce310b6ea..49e61f8cc 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 9 -def VERSION_CODE_BASE = 145 -def VERSION_NAME = '4.4.149' +def VERSION_CODE_BASE = 146 +def VERSION_NAME = '4.4.150' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY") def BUILD_INFO_NAME = "build-info.txt" diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index 11af199c2..4119cc62d 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,10 +13,10 @@ -

CrossWords 4.4.149 release

+

CrossWords 4.4.150 release

-

This release adds some translations, fixes minor bugs, and adds - minor improvements. And congratulates Nantina and Michalis.

+

This release removes Invite-via-NFC on Android 10 (since it + doesn't work there) and fixes a few other annoyances.

Please take @@ -26,12 +26,10 @@

New with this release

    -
  • Add 'X' to right of some fields that clears contents
  • -
  • Turn on SMS-Data changes now that everybody should have - upgraded (does not apply to Google Play builds)
  • -
  • Fix crash browsing empty wordlists (e.g. Greek)
  • -
  • Add translations for Catalan, Chinese, Japanese, Norwegian, - Polish and Portuguese (from Weblate)

    +
  • Don't offer NFC on Android 10, where it's broken
  • +
  • Improve board layout on taller, narrower screens
  • +
  • Fix occasional stall sending chat messages
  • +
  • Fix another (very rare!) type of stall

(The full changelog @@ -39,6 +37,7 @@

Next up