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

View file

@ -13,10 +13,10 @@
</style> </style>
</head> </head>
<body> <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 <p>This release adds experimental support for side-by-side views on
and improves in-game chat functionality.</p> tablets.</p>
<div id="survey"> <div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take <p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -26,18 +26,19 @@
<h3>New with this release</h3> <h3>New with this release</h3>
<ul> <ul>
<li>Fix problem with invitations on older Android versions <li>Add side-by-side mode for tablets. For now, it's an option
(e.g. 4.2 and 4.3)</li> you'll be encouraged to enable. Later it'll always be on.</li>
<li>Chat fixes: send without closing the window, expand for <li>For small screens, make alerts' content scrollable</li>
longer messages, smart editing, etc.</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 <li>Improve generation of board snapshots</li>
who play standalone only)</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> </ul>
<p>(The full changelog <p>(The full changelog
@ -45,10 +46,9 @@
<h3>Next up</h3> <h3>Next up</h3>
<ul> <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 <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> </ul>
<p>Please let me know <p>Please let me know

View file

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