2010-08-10 18:48:19 -07:00
|
|
|
<html>
|
2014-08-18 07:12:50 -07:00
|
|
|
<head>
|
|
|
|
<script>
|
|
|
|
showSurvey = function() {
|
|
|
|
var div = document.getElementById('survey');
|
|
|
|
div.style.display = 'inline';
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
|
|
body {font-size: smaller;}
|
2014-08-20 07:10:53 -07:00
|
|
|
#survey { display: none; }
|
2014-08-18 07:12:50 -07:00
|
|
|
h2,h3 { text-align: center; }
|
|
|
|
</style>
|
|
|
|
</head>
|
2010-08-10 18:48:19 -07:00
|
|
|
<body>
|
2015-08-25 05:24:58 -07:00
|
|
|
<h2>Crosswords 4.4 beta 98 release</h2>
|
2014-10-12 21:12:25 -07:00
|
|
|
|
2015-08-25 05:24:58 -07:00
|
|
|
<p>This release is mostly to get the new Dutch translation out
|
|
|
|
there, and to catch up Catalan and French.</p>
|
2012-12-03 06:51:50 -08:00
|
|
|
|
2014-08-18 07:12:50 -07:00
|
|
|
<div id="survey">
|
|
|
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
|
|
|
this survey</a> to help determine what gets done next in
|
|
|
|
Crosswords.</p>
|
|
|
|
</div>
|
2014-08-15 20:59:28 -07:00
|
|
|
|
2014-08-18 07:12:50 -07:00
|
|
|
<h3>New with this release</h3>
|
|
|
|
<ul>
|
2015-08-25 05:24:58 -07:00
|
|
|
<li>Complete and up-to-date translations into Dutch, French and
|
|
|
|
Catalan. What langauge is next?</li>
|
2015-03-10 20:23:51 -07:00
|
|
|
|
2015-08-25 05:24:58 -07:00
|
|
|
<li>Allow copying invitation URL to clipboard so you can paste
|
|
|
|
it into any messaging app you like</li>
|
2015-03-10 20:23:51 -07:00
|
|
|
|
2015-08-25 05:24:58 -07:00
|
|
|
<li>Improvements to in-game chat experience (but more are coming)</li>
|
2015-03-10 20:23:51 -07:00
|
|
|
|
2015-08-25 05:24:58 -07:00
|
|
|
<li>Show a "toast" when hint button can't find any moves</li>
|
2015-03-10 20:23:51 -07:00
|
|
|
|
2015-08-25 05:24:58 -07:00
|
|
|
<li>Add sms to the list of ways you can invite somebody</li>
|
2015-06-10 07:29:28 -07:00
|
|
|
|
2015-08-25 05:24:58 -07:00
|
|
|
<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>
|
2014-08-18 07:12:50 -07:00
|
|
|
</ul>
|
2011-07-06 19:00:06 -07:00
|
|
|
|
2014-08-18 07:12:50 -07:00
|
|
|
<p>(The full changelog
|
|
|
|
is <a href="http://xwords.sf.net/and_changes.php">here</a>.)</p>
|
2014-07-23 07:08:14 -07:00
|
|
|
|
2014-08-18 07:12:50 -07:00
|
|
|
<h3>Next up</h3>
|
|
|
|
<ul>
|
2015-03-10 20:23:51 -07:00
|
|
|
<li>Offer "Rematch" when game's over (Easy via
|
|
|
|
SMS and Bluetooth; harder via the internet/relay)</li>
|
|
|
|
<li>Look into supporting play via peer-to-peer wifi</li>
|
2014-08-18 07:12:50 -07:00
|
|
|
</ul>
|
2012-11-15 21:23:31 -08:00
|
|
|
|
2015-06-15 07:49:59 -07:00
|
|
|
<p>Please let me know
|
|
|
|
(email <a href="mailto:xwords@eehouse.org">xwords@eehouse.org</a>)
|
|
|
|
what's broken and what features you'd most like to
|
|
|
|
see. And if you do get a crash, please let your device report it
|
|
|
|
to Google so I can see it!</p>
|
2010-08-10 18:48:19 -07:00
|
|
|
|
2014-08-18 07:12:50 -07:00
|
|
|
<p>Thanks!<br>--Eric</p>
|
2010-08-10 18:48:19 -07:00
|
|
|
|
|
|
|
</body>
|
2010-08-11 21:10:10 -07:00
|
|
|
</html>
|