mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
up strings for new release
This commit is contained in:
parent
0e487a4a42
commit
f475356c87
3 changed files with 6 additions and 8 deletions
|
@ -22,7 +22,7 @@
|
||||||
to come from a domain that you own or have control over. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4"
|
package="org.eehouse.android.xw4"
|
||||||
android:versionCode="32"
|
android:versionCode="33"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -6,14 +6,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<b>Crosswords 4.4 beta 40 release</b>
|
<b>Crosswords 4.4 beta 41 release</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Offer choice between SMS and email for sending invitations</li>
|
<li>One new game per invitation</li>
|
||||||
|
|
||||||
<li>Improve handling of invitations and move notifications received</li>
|
<li>Honor "Juggle players" setting when creating "New from"
|
||||||
|
game</li> </ul>
|
||||||
<li>Make undo button easier to get to</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>Please remember that this is beta software. Please let me know (at
|
<p>Please remember that this is beta software. Please let me know (at
|
||||||
eehouse@eehouse.org) what's broken and what features you'd most like
|
eehouse@eehouse.org) what's broken and what features you'd most like
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<!-- Resources in this file do not require localization -->
|
<!-- Resources in this file do not require localization -->
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="app_version">4.4 beta 40</string>
|
<string name="app_version">4.4 beta 41</string>
|
||||||
|
|
||||||
<!-- prefs keys -->
|
<!-- prefs keys -->
|
||||||
<string name="key_color_tiles">key_color_tiles</string>
|
<string name="key_color_tiles">key_color_tiles</string>
|
||||||
|
|
Loading…
Reference in a new issue