From 788113ee28e27d2563f8a450f64ff3a94c9c6aef Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 14 Jan 2019 13:12:39 -0800 Subject: [PATCH] up versions strings for new release --- xwords4/android/app/build.gradle | 4 +-- .../android/app/src/main/assets/changes.html | 27 ++++++++++++++----- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 18ec13082..db8699c78 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ def INITIAL_CLIENT_VERS = 8 -def VERSION_CODE_BASE = 136 -def VERSION_NAME = '4.4.140' +def VERSION_CODE_BASE = 137 +def VERSION_NAME = '4.4.141' def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY") def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID") 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 e8979d7b2..f3ea38bb2 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,9 +13,10 @@ -

CrossWords 4.4.140 release

+

CrossWords 4.4.141 release

-

This release updates translations for Catalan, French, German and Japanese.

+

This release changes how background networking works to comply + with new Google requirements.

Please take @@ -25,8 +26,18 @@

New with this release

    -
  • Include changes made by Weblate volunteers for four - languages. (Thanks!)
  • +
  • Run BlueTooth visibly (with permanent notification) when in + the background for 15 minutes after the last BlueTooth + message was received
  • +
  • Group notifications into types so users of latest Android + versions can disable them separately
  • +
  • Improve Invite-via-Bluetooth dialog, esp. show when a remote + device was last detected
  • +
  • Store new games outside Archive group even if created from + inside it
  • +
  • For Spanish-games only, allow trades when fewer than 7 tiles remain
  • +
  • New translations in Arabic, German, Norwegian, Polish and Portuguese
  • +
  • Disable logging for release builds (to improve performance)

(The full changelog @@ -34,9 +45,11 @@

Next up

    -
  • Make changes in how background networking and bluetooth work - that Google's mandating for all releases after 1 - November.
  • +
  • Improve communication with the message-passing relay for + Google Play store release
  • +
  • Investigate removing play-via-SMS feature from Google Play + store release (in case Google doesn't approve my request to + let it stay.) (F-droid release will retain SMS play.)

Please let me know