up strings for release

This commit is contained in:
Eric House 2015-04-07 20:45:45 -07:00
parent 6721f52ae9
commit fe9b70b7e1
3 changed files with 16 additions and 9 deletions

View file

@ -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"
>

View file

@ -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&apos;t crash copying games</li>
<li>Don&apos;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&apos;s
&quot;store&quot;</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&apos;t have to specify how
two devices will communicate: Bluetooth, Relay, SMS -
shouldn&apos;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 &quot;Rematch&quot; when game&apos;s over (easy if I get
<li>Full French localization!</li>
</ul>
<h3>After that...</h3>
<ul>
<li>Offer &quot;Rematch&quot; when game&apos;s over (easy if I get
the above right)</li>
</ul>

View file

@ -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>