mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
up strings and change log for new release
This commit is contained in:
parent
501f9ad3d9
commit
4914e5b564
3 changed files with 14 additions and 12 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="83"
|
||||
android:versionCode="84"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,7 +13,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Crosswords 4.4 beta 90 release</h2>
|
||||
<h2>Crosswords 4.4 beta 91 release</h2>
|
||||
|
||||
<p>The last release was big (added Bluetooth support) and the next
|
||||
will be too (rethinking how game invitations work). This one just
|
||||
cleans up some stuff that was bugging me.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -23,15 +27,13 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Enable play via Bluetooth. Try it: it's great when you're within range</li>
|
||||
<li>Enable invite-via-tapping (NFC/"Andriod beaming")
|
||||
for Bluetooth games</li>
|
||||
<li>Make tray divider wider so easier to grab and drag</li>
|
||||
<li>Make new game entries collapsible to save space for those
|
||||
who don't use them</li>
|
||||
<li>fix half-height board bug</li>
|
||||
<li>fix occasional crash creating a new game immediately after a
|
||||
delete</li>
|
||||
<li>Add "New group" button to move-game-to-group
|
||||
alert</li>
|
||||
<li>When issuing new tiles into tray, sort only the ones to the
|
||||
right of the divider; leave those to the left alone</li>
|
||||
<li>When you choose to download a new wordlist while configuring
|
||||
a new game, assume you want to use it for the game</li>
|
||||
<li>Fix a few more little bugs and annoyances</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 90</string>
|
||||
<string name="app_version">4.4 beta 91</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue