From 8cb89976cb5ee731c122545312243a00243d7bb8 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 25 Jun 2013 20:03:03 -0700 Subject: [PATCH] new quickie release to fix Play Store filtering out devices without phones -- or so I think. Make SMS optional, and up version strings. --- xwords4/android/XWords4/AndroidManifest.xml | 24 +++++++++++++++++-- xwords4/android/XWords4/project.properties | 2 +- xwords4/android/XWords4/res/raw/changes | 13 +++------- .../android/XWords4/res/values/app_name.xml | 2 +- 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/xwords4/android/XWords4/AndroidManifest.xml b/xwords4/android/XWords4/AndroidManifest.xml index a11eab419..4e8c9b55e 100644 --- a/xwords4/android/XWords4/AndroidManifest.xml +++ b/xwords4/android/XWords4/AndroidManifest.xml @@ -22,11 +22,18 @@ to come from a domain that you own or have control over. --> - + + + @@ -38,6 +45,19 @@ + + + + + diff --git a/xwords4/android/XWords4/project.properties b/xwords4/android/XWords4/project.properties index c1fd41ab1..ddd0fc418 100644 --- a/xwords4/android/XWords4/project.properties +++ b/xwords4/android/XWords4/project.properties @@ -10,4 +10,4 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-8 +target=android-10 diff --git a/xwords4/android/XWords4/res/raw/changes b/xwords4/android/XWords4/res/raw/changes index 80f99854d..ee10ed83e 100644 --- a/xwords4/android/XWords4/res/raw/changes +++ b/xwords4/android/XWords4/res/raw/changes @@ -5,21 +5,14 @@ -Crosswords 4.4 beta 60 release +Crosswords 4.4 beta 61 release

New with this release

    -
  • Allow alternate spellings for tiles in the Find field in the - wordlist browser, e.g. 'a' for 'A' and 'L-L' for 'L·L' (in - Catalan). The new wordlist format requires this upgrade, so I will - wait a few weeks before releasing new wordlists.
  • -
  • Upgrade built-in English wordlists.
  • +
  • Change manifest to make SMS optional, allowing installation on + tablets and other devices without phones.
  • -
  • Don't run SMSService if play via SSM is disabled
  • - -
  • Fix bug with invites to SMS games where invitee is missing - wordlist

Next up

diff --git a/xwords4/android/XWords4/res/values/app_name.xml b/xwords4/android/XWords4/res/values/app_name.xml index 324c6a8e8..332550f5b 100644 --- a/xwords4/android/XWords4/res/values/app_name.xml +++ b/xwords4/android/XWords4/res/values/app_name.xml @@ -1,5 +1,5 @@ - 4.4 beta 60 + 4.4 beta 61