up version strings and changes list

This commit is contained in:
Eric House 2016-08-19 11:58:10 -07:00
parent 6cc67b2347
commit 16b9bab719
3 changed files with 16 additions and 16 deletions

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4"
android:versionCode="103"
android:versionCode="104"
android:versionName="@string/app_version"
>

View file

@ -13,10 +13,10 @@
</style>
</head>
<body>
<h2>Crosswords 4.4.108 release</h2>
<h2>Crosswords 4.4.109 release</h2>
<p>This release fixes a nasty bug in invitations on older Android
and improves in-game chat functionality.</p>
<p>This release adds experimental support for side-by-side views on
tablets.</p>
<div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -26,18 +26,19 @@
<h3>New with this release</h3>
<ul>
<li>Fix problem with invitations on older Android versions
(e.g. 4.2 and 4.3)</li>
<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>
<li>Chat fixes: send without closing the window, expand for
longer messages, smart editing, etc.</li>
<li>For small screens, make alerts' content scrollable</li>
<li>Fix so Bluetooth finds tablets as well as phones</li>
<li>Modern phones have multi-touch screens, so remove old ways
of zooming board</li>
<li>Add ability to disable relay play (to save battery for users
who play standalone only)</li>
<li>Improve generation of board snapshots</li>
<li>Improvements to French and Japanese translations</li>
<li>Move "Play sound" preference</li>
<li>Fix problem with invitations and unclosable games</li>
</ul>
<p>(The full changelog
@ -45,10 +46,9 @@
<h3>Next up</h3>
<ul>
<li>Working on dual-pane mode (so e.g. board and chat can be
side-by-side on tablets)</li>
<li>Take advantage of Marshmallow's new permissions model (where
the app only asks for them when it needs them.)
the app only asks for permission, e.g. to send SMS, when it
needs it.)
</ul>
<p>Please let me know

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4.108</string>
<string name="app_version">4.4.109</string>
</resources>