From 6473bc9f4c6ba7f1cc2a018c0bca473c782e2f89 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 16 Jan 2024 21:50:52 -0800 Subject: [PATCH] changes and new version strings --- xwords4/android/app/build.gradle | 6 +++--- .../android/app/src/main/assets/changes.html | 19 +++++++++++-------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index a368b6529..429784433 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -1,6 +1,6 @@ /* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */ /* - * Copyright 2015 - 2023 by Eric House (xwords@eehouse.org). All rights + * Copyright 2015 - 2024 by Eric House (xwords@eehouse.org). All rights * reserved. * * This program is free software; you can redistribute it and/or @@ -19,8 +19,8 @@ */ // These two change with every release. -def VERSION_CODE_BASE = 195 -def VERSION_NAME = '4.4.199' +def VERSION_CODE_BASE = 196 +def VERSION_NAME = '4.4.200' def INITIAL_CLIENT_VERS = 10 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 6fc557747..23836ff9e 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,9 +13,9 @@ -

CrossWords 4.4.199 release

+

CrossWords 4.4.200 release

-

This release improves message flow and publishes recent work by translators.

+

This release improves rematch and fixes a networking bug.

Please take @@ -25,16 +25,19 @@

New with this release

    -
  • Display a warning if you invite somebody to a game using a - custom wordlist
  • -
  • Improve move delivery, especially by reducing redundant - network traffic
  • -
  • Include translations in Brazilian Portuguese, German, - Portuguese, Spanish, and Ukrainian (via Weblate)
  • +
  • Improve rematching by letting you specify how the order of + players in the new game will be determined, e.g. lowest + scorer goes first
  • +
  • Fix new bug causing excessive network traffic
  • +
  • Fix play via Bluetooth
  • +
  • Include translations in Brazilian Portuguese, Dutch, German, + Portuguese, Simplified Chinese, Spanish, and Ukrainian (via + Weblate)

Coming soon

    +
  • Fix notification problems on newer Android versions
  • Support duplicate-style play (popular in France)
  • Copy Tutanota's push-notification technique
  • Improve move-via-NFC