mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
up strings for next beta (a quick fix)
This commit is contained in:
parent
a38fd0e96c
commit
b33991486c
3 changed files with 4 additions and 16 deletions
|
@ -22,7 +22,7 @@
|
|||
to come from a domain that you own or have control over. -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.eehouse.android.xw4"
|
||||
android:versionCode="55"
|
||||
android:versionCode="56"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,23 +5,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 63 release</b>
|
||||
<b>Crosswords 4.4 beta 64 release</b>
|
||||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Reduce amount of network traffic required to get moves</li>
|
||||
|
||||
<li>Make all wordlists available from wordlists button below board
|
||||
(on Android 3.0 and above)</li>
|
||||
|
||||
<li>Dim pending score counter (at right end of tray) when it's not
|
||||
that player's turn or game's over</li>
|
||||
|
||||
<li>Move more frequently used game buttons to left where they're
|
||||
more visible</li>
|
||||
|
||||
<li>Fix a few bugs</li>
|
||||
|
||||
<li>Fix tray height on large tablets</li>
|
||||
</ul>
|
||||
|
||||
<h3>Next up</h3>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 63</string>
|
||||
<string name="app_version">4.4 beta 64</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue