changes for b16: version strings and changes summary text.

This commit is contained in:
Andy2 2010-09-20 19:48:52 -07:00
parent ddedcee3eb
commit bca8300495
3 changed files with 17 additions and 9 deletions

View file

@ -21,8 +21,8 @@
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="8"
android:versionName="4.4 beta 15"
android:versionCode="9"
android:versionName="4.4 beta 16"
>
<uses-permission android:name="android.permission.INTERNET" />

View file

@ -6,18 +6,26 @@
</head>
<body>
<b>Crosswords 4.4 beta 15 release</b>
<b>Crosswords 4.4 beta 16 release</b>
<p>This is a quick bug-fix release while I continue work on the new relay connection code.</p>
<p>This is a <em>another</em> quick bug-fix release while I continue
work on the new relay connection code -- which is coming along,
BTW. Please email if you're willing to comment on an early version.</p>
<ul>Bugs fixed:
<li>Robot wouldn't give up turn when unable to find a move. (Thanks S.A.)</li>
<li>"Crosshairs" was drawn only three columns wide when started on top row</li>
<li>Dictionary download could be routed to Browser if you weren't careful or
your phone maker hard-coded the type. Now it always routes to Crosswords.
(Thanks B.S.)</li>
</ul>
<ul>(Still) coming soon
<li>builtin hints and help</li>
<li>rewrite of gameplay via relay to make connecting easier and allow closed game to receive moves.</li>
<li>builtin hints and help, starting with the Game Settings
screen</li>
<li>rewrite of gameplay via relay to make connecting easier (no
host/guest stuff or requirement that both be online at the same
time) and allow closed game to receive moves.</li>
</ul>
<p>Please remember that this is beta software. Letting me know (at

View file

@ -23,5 +23,5 @@ package org.eehouse.android.xw4;
public interface XWConstants {
public static final String GAME_EXTN = ".xwg";
public static final String DICT_EXTN = ".xwd";
public static final String VERSION_STR = "4.4 beta 15";
public static final String VERSION_STR = "4.4 beta 16";
}