mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
up release strings
This commit is contained in:
parent
1a43ab0adb
commit
540a720fb7
3 changed files with 6 additions and 13 deletions
|
@ -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="106"
|
android:versionCode="107"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -13,12 +13,10 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Crosswords 4.4.111 release</h2>
|
<h2>Crosswords 4.4.112 release</h2>
|
||||||
|
|
||||||
<p>This release changes the display order of games in the main
|
<p>This release fixes a crash introduced by the previous release
|
||||||
screen, placing those in which it's your turn at the top and games
|
that occurred on some devices when creating new games.</p>
|
||||||
that have ended at the bottom. And it fixes an occasional crash in
|
|
||||||
side-by-side mode.</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
|
||||||
|
@ -28,12 +26,7 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Display at the top of the list games in which it's the local
|
<li>Fix crash attempting to configure new network games</li>
|
||||||
player's turn</li>
|
|
||||||
|
|
||||||
<li>Display at the bottom of the list games that have ended</li>
|
|
||||||
|
|
||||||
<li>Fix crash launching app in side-by-side mode</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
|
|
@ -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.111</string>
|
<string name="app_version">4.4.112</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue