mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
update version strings and changelog
This commit is contained in:
parent
b02855b00c
commit
248db3d144
4 changed files with 13 additions and 5 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.xw4sms"
|
||||
android:versionCode="38"
|
||||
android:versionCode="39"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue