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>
|
2017-04-05 15:52:15 +02:00
|
|
|
<h2>Crosswords 4.4.116 release</h2>
|
2014-10-13 06:12:25 +02:00
|
|
|
|
2017-04-05 15:52:15 +02:00
|
|
|
<p>This release adds side-by-side display for large-screen devices
|
|
|
|
in the "landscape" orientation.</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>
|
2017-04-05 15:52:15 +02:00
|
|
|
<li>Enable side-by-side display for tablets</li>
|
|
|
|
<li>In service of above, rewrite pretty much everything
|
|
|
|
dialog-related. :-)</li>
|
|
|
|
<li>Fix game timers</li>
|
|
|
|
<li>Make blank-tile-picker dialog prettier</li>
|
|
|
|
<li>Remove pick-face-up option for networked games. (It didn't
|
|
|
|
work anyway.)</li>
|
|
|
|
<li>Don't open a closed group when moving games to it</li>
|
|
|
|
<li>Fix occasional crash</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-12-27 20:17:03 +01:00
|
|
|
<li>Continue work to support WiFi Direct (currently working
|
|
|
|
sporadically)</li>
|
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>
|