mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
up beta version
This commit is contained in:
parent
3b3439371f
commit
c17826ffbf
4 changed files with 7 additions and 9 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="35"
|
||||
android:versionCode="36"
|
||||
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="35"
|
||||
android:versionCode="36"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -7,13 +7,11 @@
|
|||
<body>
|
||||
<b>Crosswords 4.4 beta 43 release</b>
|
||||
<ul>
|
||||
<li>Fix new crash drawing board on some versions of Android </li>
|
||||
|
||||
<li>In Wordlist screen remember which languages are expanded</li>
|
||||
|
||||
<li>In Word Lookup dialog fix contrast on some versions of Android</li>
|
||||
|
||||
<li>Fix old crash when two buttons pressed at about the same time</li>
|
||||
<li>Fix bug that prevented undo from working for networked games.
|
||||
(I'll turn undo back on in the next version, after everybody has
|
||||
this fix.)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p>Please remember that this is beta software. Please let me know (at
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!-- Resources in this file do not require localization -->
|
||||
<resources>
|
||||
|
||||
<string name="app_version">4.4 beta 43</string>
|
||||
<string name="app_version">4.4 beta 44</string>
|
||||
|
||||
<!-- prefs keys -->
|
||||
<string name="key_color_tiles">key_color_tiles</string>
|
||||
|
|
Loading…
Reference in a new issue