mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
up strings for release
This commit is contained in:
parent
e9ccf5a305
commit
b967c39c20
3 changed files with 5 additions and 13 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.xw4"
|
||||
android:versionCode="87"
|
||||
android:versionCode="88"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,12 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Crosswords 4.4 beta 94 release</h2>
|
||||
<h2>Crosswords 4.4 beta 95 release</h2>
|
||||
|
||||
<p>This is an interim release making low-level network changes that
|
||||
need to be out there before the next, more ambitious set of changes
|
||||
can go out. Once this version's been adopted I can release the
|
||||
next without breaking networked games that are in progress.</p>
|
||||
<p>This is a quick bug fix release.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -28,12 +25,7 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Change "protocol" of messages passed between games
|
||||
to include more information</li>
|
||||
<li>Replace "Do not show again" button in new-player hint
|
||||
dialogs with a checkbox</li>
|
||||
<li>Resend pending messages every time game is opened</li>
|
||||
<li>Fix crash downloading wordlists</li>
|
||||
<li>Don't crash copying games</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 94</string>
|
||||
<string name="app_version">4.4 beta 95</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue