mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
up strings for new release
This commit is contained in:
parent
43a90cc048
commit
98416d341d
3 changed files with 9 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
def INITIAL_CLIENT_VERS = 9
|
def INITIAL_CLIENT_VERS = 9
|
||||||
def VERSION_CODE_BASE = 151
|
def VERSION_CODE_BASE = 152
|
||||||
def VERSION_NAME = '4.4.155'
|
def VERSION_NAME = '4.4.156'
|
||||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||||
def BUILD_INFO_NAME = "build-info.txt"
|
def BUILD_INFO_NAME = "build-info.txt"
|
||||||
|
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.155 release</h2>
|
<h2>CrossWords 4.4.156 release</h2>
|
||||||
|
|
||||||
<p>This release fixes stalls that sometimes follow use of the Undo feature</p>
|
<p>This release fixes a couple of minor UI issues</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
|
||||||
|
@ -25,16 +25,10 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix stall that was sometimes triggered by an ill-timed Undo </li>
|
<li>Fix so game list entries collapse correctly again</li>
|
||||||
<li>Make some on-board icons smoother</li>
|
<li>Fix so bringing app to front keeps the open game open</li>
|
||||||
<li>Fix crash receiving in-game chat message that's too long</li>
|
<li>Show name in scoreboard as "Not here yet" until invitee connects</li>
|
||||||
<li>Make the board look a bit better on tall&narrow screens</li>
|
<li>Include more Norwegian translations</li>
|
||||||
<li>Tweak the game-configure dialog</li>
|
|
||||||
<li>Make some changes you shouldn't see getting ready to
|
|
||||||
support "Duplicate" play</li>
|
|
||||||
<li>New translations (via Weblate) for Catalan, Dutch, French,
|
|
||||||
German, Polish and Portuguese, and especially for Japanese
|
|
||||||
and Spanish</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
|
|
@ -1123,6 +1123,7 @@ public class DBUtils {
|
||||||
}
|
}
|
||||||
setCached( rowid, result );
|
setCached( rowid, result );
|
||||||
}
|
}
|
||||||
|
Assert.assertTrueNR( null != result );
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue