mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 08:47:50 +01:00
up strings for release
This commit is contained in:
parent
6721f52ae9
commit
fe9b70b7e1
3 changed files with 16 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.xw4"
|
||||
android:versionCode="88"
|
||||
android:versionCode="89"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Crosswords 4.4 beta 95 release</h2>
|
||||
<h2>Crosswords 4.4 beta 96 release</h2>
|
||||
|
||||
<p>This is a quick bug fix release.</p>
|
||||
<p>Another quick bug fix release</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,21 +25,28 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Don't crash copying games</li>
|
||||
<li>Don't crash after assigning tiles when there's empty
|
||||
space to the left of the tray divider (thanks DS!)</li>
|
||||
<li>Tweaks to make it easier to build for f-droid.org's
|
||||
"store"</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
is <a href="http://xwords.sf.net/and_changes.php">here</a>.)</p>
|
||||
|
||||
<h3>Next up</h3>
|
||||
<h3>Next up (and very nearly done!)</h3>
|
||||
<ul>
|
||||
<li>Finish fixing things so you don't have to specify how
|
||||
two devices will communicate: Bluetooth, Relay, SMS -
|
||||
shouldn't be something you have to pick. I should just
|
||||
use what works at the time. (This is coming along, but
|
||||
still weeks out.)</li>
|
||||
use what works at the time.</li>
|
||||
|
||||
<li>Offer "Rematch" when game's over (easy if I get
|
||||
<li>Full French localization!</li>
|
||||
</ul>
|
||||
|
||||
<h3>After that...</h3>
|
||||
<ul>
|
||||
<li>Offer "Rematch" when game's over (easy if I get
|
||||
the above right)</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 95</string>
|
||||
<string name="app_version">4.4 beta 96</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue