mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-11 08:01:22 +01:00
bbae0ab6ed
Easier to test dualpane upgrade notification with new version in place. And remove version code from manifest, since it's duplicated in build.gradle.
58 lines
1.6 KiB
HTML
58 lines
1.6 KiB
HTML
<html>
|
|
<head>
|
|
<script>
|
|
showSurvey = function() {
|
|
var div = document.getElementById('survey');
|
|
div.style.display = 'inline';
|
|
};
|
|
</script>
|
|
<style type="text/css">
|
|
body {font-size: smaller;}
|
|
#survey { display: none; }
|
|
h2,h3 { text-align: center; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h2>Crosswords 4.4.116 release</h2>
|
|
|
|
<p>This release adds side-by-side display for large-screen devices
|
|
in the "landscape" orientation.</p>
|
|
|
|
<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>
|
|
<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>
|
|
</ul>
|
|
|
|
<p>(The full changelog
|
|
is <a href="http://xwords.sf.net/and_changes.php">here</a>.)</p>
|
|
|
|
<h3>Next up</h3>
|
|
<ul>
|
|
<li>Continue work to support WiFi Direct (currently working
|
|
sporadically)</li>
|
|
</ul>
|
|
|
|
<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>
|
|
|
|
<p>Thanks!<br>--Eric</p>
|
|
|
|
</body>
|
|
</html>
|