update version strings and changelog

This commit is contained in:
Eric House 2012-07-12 20:56:28 -07:00
parent b02855b00c
commit 248db3d144
4 changed files with 13 additions and 5 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.xw4sms"
android:versionCode="38"
android:versionCode="39"
android:versionName="@string/app_version"
>

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

View file

@ -5,10 +5,18 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 46 release</b>
<b>Crosswords 4.4 beta 47 release</b>
<ul>
<li>Improve board layout for small-screen phones, e.g. Samsung Galaxy Y</li>
<li>New tappable network status/game type icon on board</li>
<li>Tweak for better experience on large-screen devices like Kindle Fire</li>
<li>Improve drawing of scoreboard and tiles in rack</li>
<li>tap in empty area of tray undoes one tile move, and arrow follows</li>
<li>other minor bug fixes</li>
</ul>

View file

@ -3,7 +3,7 @@
<!-- Resources in this file do not require localization -->
<resources>
<string name="app_version">4.4 beta 46</string>
<string name="app_version">4.4 beta 47</string>
<!-- prefs keys -->
<string name="key_color_tiles">key_color_tiles</string>