up version strings etc.

This commit is contained in:
Eric House 2012-12-20 21:51:38 -08:00
parent 8cb9d3d66b
commit db829337f5
3 changed files with 6 additions and 13 deletions

View file

@ -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="49"
android:versionCode="50"
android:versionName="@string/app_version"
>

View file

@ -5,24 +5,17 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 57 release</b>
<b>Crosswords 4.4 beta 58 release</b>
<h3>New with this release</h3>
<ul>
<li>Include new game information as an attachment in email invites
for use on devices that don't dispatch URLs correctly in received
email (e.g. some by HTC) </li>
<li>Show final scores alert whenever a finished game is opened -- to
make it more clear that it's finished</li>
<li>Fix flickering in main screen (games list)</li>
<li>Add option, off by default, to keep rack tiles square even when
the screen is large enough that they can be taller</li>
<li>Allow grouping of games in collapsible user-defined categores:
"Games with Kati", "Finished games", etc.</li>
</ul>
<h3>Next up</h3>
<ul>
<li>Allow grouping of games in collapsible user-defined categores: "Games with
Kati", "Finished games", etc.</li>
<li>Improve communication with relay</li>
</ul>
<p>(The full changelog

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4 beta 57</string>
<string name="app_version">4.4 beta 58</string>
</resources>