xwords/xwords4/android/app/src/main/assets/changes.html
Eric House bbae0ab6ed up version strings
Easier to test dualpane upgrade notification with new version in place.

And remove version code from manifest, since it's duplicated in build.gradle.
2017-04-06 07:39:30 -07:00

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&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>
</html>