xwords/xwords4/android/XWords4/assets/changes.html

64 lines
1.7 KiB
HTML
Raw Normal View History

<html>
<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; }
h2,h3 { text-align: center; }
</style>
</head>
<body>
2016-08-19 20:58:10 +02:00
<h2>Crosswords 4.4.109 release</h2>
2016-08-19 20:58:10 +02:00
<p>This release adds experimental support for side-by-side views on
tablets.</p>
2012-12-03 15:51:50 +01: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>
<h3>New with this release</h3>
<ul>
2016-08-19 20:58:10 +02:00
<li>Add side-by-side mode for tablets. For now, it's an option
you'll be encouraged to enable. Later it'll always be on.</li>
2016-07-18 18:27:33 +02:00
2016-08-19 20:58:10 +02:00
<li>For small screens, make alerts' content scrollable</li>
2016-07-08 15:18:07 +02:00
2016-08-19 20:58:10 +02:00
<li>Modern phones have multi-touch screens, so remove old ways
of zooming board</li>
2016-07-08 15:18:07 +02:00
2016-08-19 20:58:10 +02:00
<li>Improve generation of board snapshots</li>
2016-07-08 15:18:07 +02:00
2016-08-19 20:58:10 +02:00
<li>Move "Play sound" preference</li>
<li>Fix problem with invitations and unclosable games</li>
</ul>
<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
<h3>Next up</h3>
<ul>
<li>Take advantage of Marshmallow's new permissions model (where
2016-08-19 20:58:10 +02:00
the app only asks for permission, e.g. to send SMS, when it
needs it.)
</ul>
2012-11-16 06:23:31 +01:00
<p>Please let me know
(email <a href="mailto:xwords@eehouse.org">xwords@eehouse.org</a>)
what&apos;s broken and what features you&apos;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>
<p>Thanks!<br>--Eric</p>
</body>
2010-08-12 06:10:10 +02:00
</html>