2010-08-11 03:48:19 +02:00
|
|
|
<html>
|
2014-08-18 16:12:50 +02: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 16:10:53 +02:00
|
|
|
#survey { display: none; }
|
2014-08-18 16:12:50 +02:00
|
|
|
h2,h3 { text-align: center; }
|
|
|
|
</style>
|
|
|
|
</head>
|
2010-08-11 03:48:19 +02:00
|
|
|
<body>
|
2016-03-13 02:39:18 +01:00
|
|
|
<h2>Crosswords 4.4.106 release</h2>
|
2014-10-13 06:12:25 +02:00
|
|
|
|
2016-03-13 22:42:50 +01:00
|
|
|
<p>This version improves chat display and battery life</p>
|
2012-12-03 15:51:50 +01:00
|
|
|
|
2014-08-18 16:12:50 +02: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-16 05:59:28 +02:00
|
|
|
|
2014-08-18 16:12:50 +02:00
|
|
|
<h3>New with this release</h3>
|
|
|
|
<ul>
|
2016-03-13 22:42:50 +01:00
|
|
|
<li>Reduce power usage by combining all green-to-red turn-length
|
|
|
|
timers into one</li>
|
2016-03-13 02:39:18 +01:00
|
|
|
<li>Include player names in chat display</li>
|
|
|
|
<li>Revert recent change preventing multiple checks in SMS and
|
|
|
|
Bluetooth invitation dialogs</li>
|
2014-08-18 16:12:50 +02:00
|
|
|
</ul>
|
2011-07-07 04:00:06 +02:00
|
|
|
|
2014-08-18 16:12:50 +02:00
|
|
|
<p>(The full changelog
|
|
|
|
is <a href="http://xwords.sf.net/and_changes.php">here</a>.)</p>
|
2014-07-23 16:08:14 +02:00
|
|
|
|
2014-08-18 16:12:50 +02:00
|
|
|
<h3>Next up</h3>
|
|
|
|
<ul>
|
2016-03-13 02:39:18 +01:00
|
|
|
<li>More chat improvements, especially allowing to send and
|
|
|
|
receive without closing the chat window</li>
|
2015-12-22 03:50:04 +01:00
|
|
|
<li>Take advantage of Marshmallow's new permissions model (where
|
|
|
|
the app only asks for them when it needs them.)
|
2014-08-18 16:12:50 +02:00
|
|
|
</ul>
|
2012-11-16 06:23:31 +01:00
|
|
|
|
2015-06-15 16:49:59 +02: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-11 03:48:19 +02:00
|
|
|
|
2014-08-18 16:12:50 +02:00
|
|
|
<p>Thanks!<br>--Eric</p>
|
2010-08-11 03:48:19 +02:00
|
|
|
|
|
|
|
</body>
|
2010-08-12 06:10:10 +02:00
|
|
|
</html>
|