up strings and changelog for new release

This commit is contained in:
Eric House 2015-12-21 18:50:04 -08:00
parent 7878fd8fcc
commit 49caf6505a
3 changed files with 12 additions and 24 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="91"
android:versionCode="92"
android:versionName="@string/app_version"
>

View file

@ -13,10 +13,10 @@
</style>
</head>
<body>
<h2>Crosswords 4.4 beta 98 release</h2>
<h2>Crosswords 4.4 beta 99 release</h2>
<p>This release is mostly to get the new Dutch translation out
there, and to catch up Catalan and French.</p>
<p>This is a quick-fix release for Bluetooth on Android
Marshmallow.</p>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -26,23 +26,10 @@
<h3>New with this release</h3>
<ul>
<li>Complete and up-to-date translations into Dutch, French and
Catalan. What language is next?</li>
<li>Allow copying invitation URL to clipboard so you can paste
it into any messaging app you like</li>
<li>Improvements to in-game chat experience (but more are coming)</li>
<li>Show a "toast" when hint button can't find any moves</li>
<li>Add SMS to the list of ways you can invite somebody</li>
<li>When displaying Bluetooth-connected devices to invite, skip
stuff like headphones</li>
<li>Turn off email invite attachments. They didn't seem to work anyway,
and aren't needed on modern Android.</li>
<li>Fix very old memory leak</li>
<li>Work around "security" change that broke Bluetooth
invitations and gameplay on the latest Android release
("Marshmallow").</li>
<li>Fix crash choosing menu at the wrong time</li>
</ul>
<p>(The full changelog
@ -51,8 +38,9 @@
<h3>Next up</h3>
<ul>
<li>Offer &quot;Rematch&quot; when game&apos;s over (Easy via
SMS and Bluetooth; harder via the internet/relay)</li>
<li>Look into supporting play via peer-to-peer wifi</li>
SMS and Bluetooth; harder via the internet/relay)</li>
<li>Take advantage of Marshmallow's new permissions model (where
the app only asks for them when it needs them.)
</ul>
<p>Please let me know

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4 beta 98</string>
<string name="app_version">4.4 beta 99</string>
</resources>