mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
up strings and changelog for new release
This commit is contained in:
parent
7878fd8fcc
commit
49caf6505a
3 changed files with 12 additions and 24 deletions
|
@ -22,7 +22,7 @@
|
||||||
to come from a domain that you own or have control over. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4"
|
package="org.eehouse.android.xw4"
|
||||||
android:versionCode="91"
|
android:versionCode="92"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,10 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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
|
<p>This is a quick-fix release for Bluetooth on Android
|
||||||
there, and to catch up Catalan and French.</p>
|
Marshmallow.</p>
|
||||||
|
|
||||||
<div id="survey">
|
<div id="survey">
|
||||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||||
|
@ -26,23 +26,10 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Complete and up-to-date translations into Dutch, French and
|
<li>Work around "security" change that broke Bluetooth
|
||||||
Catalan. What language is next?</li>
|
invitations and gameplay on the latest Android release
|
||||||
|
("Marshmallow").</li>
|
||||||
<li>Allow copying invitation URL to clipboard so you can paste
|
<li>Fix crash choosing menu at the wrong time</li>
|
||||||
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>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
@ -51,8 +38,9 @@
|
||||||
<h3>Next up</h3>
|
<h3>Next up</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Offer "Rematch" when game's over (Easy via
|
<li>Offer "Rematch" when game's over (Easy via
|
||||||
SMS and Bluetooth; harder via the internet/relay)</li>
|
SMS and Bluetooth; harder via the internet/relay)</li>
|
||||||
<li>Look into supporting play via peer-to-peer wifi</li>
|
<li>Take advantage of Marshmallow's new permissions model (where
|
||||||
|
the app only asks for them when it needs them.)
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Please let me know
|
<p>Please let me know
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_version">4.4 beta 98</string>
|
<string name="app_version">4.4 beta 99</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue