mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
up strings for new release
This commit is contained in:
parent
575e64ed25
commit
c16fda23af
3 changed files with 11 additions and 18 deletions
|
@ -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="105"
|
||||
android:versionCode="106"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,11 +13,12 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Crosswords 4.4.110 release</h2>
|
||||
<h2>Crosswords 4.4.111 release</h2>
|
||||
|
||||
<p>This release fixes a couple of rare crashes added by the last
|
||||
release. That release's experimental support for side-by-side
|
||||
views on tablets remains the focus.</p>
|
||||
<p>This release changes the display order of games in the main
|
||||
screen, placing those in which it's your turn at the top and games
|
||||
that have ended at the bottom. And it fixes an occasional crash in
|
||||
side-by-side mode.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -27,20 +28,12 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Add side-by-side mode for tablets. For now, it's an option
|
||||
tablet owners will be encouraged to enable. Later it'll always
|
||||
be on.</li>
|
||||
<li>Display at the top of the list games in which it's the local
|
||||
player's turn</li>
|
||||
|
||||
<li>Improve board snapshots</li>
|
||||
<li>Display at the bottom of the list games that have ended</li>
|
||||
|
||||
<li>Make alerts' content scrollable (for very small screens)</li>
|
||||
|
||||
<li>Move "Play sound" preference</li>
|
||||
|
||||
<li>Remove old ways of zooming board (since modern phones have
|
||||
multi-touch screens)</li>
|
||||
|
||||
<li>Fix invitations creating unclosable games</li>
|
||||
<li>Fix crash launching app in side-by-side mode</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4.110</string>
|
||||
<string name="app_version">4.4.111</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue