mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
Merge branch 'android_108_release' into android_branch
This commit is contained in:
commit
d0b64f8f51
2 changed files with 6 additions and 2 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="102"
|
||||
android:versionCode="103"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
<body>
|
||||
<h2>Crosswords 4.4.108 release</h2>
|
||||
|
||||
<p>This release improves in-game chat functionality.</p>
|
||||
<p>This release fixes a nasty bug in invitations on older Android
|
||||
and improves in-game chat functionality.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,6 +26,9 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix problem with invitations on older Android versions
|
||||
(e.g. 4.2 and 4.3)</li>
|
||||
|
||||
<li>Chat fixes: send without closing the window, expand for
|
||||
longer messages, smart editing, etc.</li>
|
||||
|
||||
|
|
Loading…
Reference in a new issue