mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
string changes a new changes file toward new release and initial
release of SMS version
This commit is contained in:
parent
27cbd0e0c9
commit
c046606e53
8 changed files with 44 additions and 8 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="40"
|
||||
android:versionCode="41"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
changes
|
33
xwords4/android/XWords4-sms/res/raw/changes
Normal file
33
xwords4/android/XWords4-sms/res/raw/changes
Normal file
|
@ -0,0 +1,33 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body {font-size: smaller;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<b>CrossW-SMS 4.4 beta 49 release</b>
|
||||
|
||||
<p>This is first release of this variant of Crosswords featuring the
|
||||
ability to play via SMS</p>
|
||||
|
||||
<ul>Other changes
|
||||
|
||||
<li>Add colored arrows to net status icon to show traffic in and out</li>
|
||||
|
||||
<li>Add debug features to copy games to and from sdcard</li>
|
||||
|
||||
<li>Center board vertically in tall narrow screens</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<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
|
||||
to see.</p>
|
||||
|
||||
<p>(Website <a href="http://eehouse.org/xw4sms.html">here</a>.)</p>
|
||||
|
||||
<p>Thanks!<br>--Eric</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
<resources>
|
||||
<string name="app_name">CrossW-SMS</string>
|
||||
<string name="app_version">4.4 beta 49</string>
|
||||
</resources>
|
||||
|
|
|
@ -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="40"
|
||||
android:versionCode="41"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,12 +5,16 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 48 release</b>
|
||||
<b>Crosswords 4.4 beta 49 release</b>
|
||||
<ul>
|
||||
|
||||
<li>Fix board to be narrower (not need scrolling) on wide screens</li>
|
||||
<li>First release of new play-via-SMS feature (in separate app)</li>
|
||||
|
||||
<li>Add board-size option to game config screen</li>
|
||||
<li>Add colored arrows to net status icon to show traffic in and out</li>
|
||||
|
||||
<li>Add debug features to copy games to and from sdcard</li>
|
||||
|
||||
<li>Center board vertically in tall narrow screens</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
<resources>
|
||||
<string name="app_name">Crosswords</string>
|
||||
<string name="app_version">4.4 beta 49</string>
|
||||
</resources>
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
<!-- Resources in this file do not require localization -->
|
||||
<resources>
|
||||
|
||||
<string name="app_version">4.4 beta 48</string>
|
||||
|
||||
<!-- prefs keys -->
|
||||
<string name="key_color_tiles">key_color_tiles</string>
|
||||
<string name="key_show_arrow">key_show_arrow</string>
|
||||
|
|
Loading…
Reference in a new issue