mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
Merge remote-tracking branch 'sf/android_branch' into android_multi2
Conflicts: xwords4/android/XWords4/src/org/eehouse/android/xw4/BoardDelegate.java
This commit is contained in:
commit
d4515c4930
1 changed files with 12 additions and 11 deletions
|
@ -15,10 +15,10 @@
|
||||||
<body>
|
<body>
|
||||||
<h2>Crosswords 4.4 beta 93 release</h2>
|
<h2>Crosswords 4.4 beta 93 release</h2>
|
||||||
|
|
||||||
<p>This is an interim release mostly to set up a larger release
|
<p>This is an interim release making low-level network changes that
|
||||||
that's nearly done and with which everything before would otherwise
|
need to be out there before the next, more ambitious set of changes
|
||||||
be incompatible. Once this version's been adopted I can release the
|
can go out. Once this version's been adopted I can release the
|
||||||
next.</p>
|
next without breaking networked games that are in progress.</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,11 +28,11 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Change "protocol" of messages passed between games
|
||||||
|
to include more information.</li>
|
||||||
<li>Replace "Do not show again" button in new-player hint
|
<li>Replace "Do not show again" button in new-player hint
|
||||||
dialogs with a checkbox</li>
|
dialogs with a checkbox</li>
|
||||||
|
<li>Resend pending messages every time game is opened</li>
|
||||||
<li>Change some networking details that are incompatible with
|
|
||||||
new stuff in a way that doesn't break the old.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
@ -40,10 +40,11 @@
|
||||||
|
|
||||||
<h3>Next up</h3>
|
<h3>Next up</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix things so you don't have to specify how two devices
|
<li>Finish fixing things so you don't have to specify how
|
||||||
will communicate: Bluetooth, Relay, SMS - shouldn't be
|
two devices will communicate: Bluetooth, Relay, SMS -
|
||||||
something you have to pick. I should just use what works at
|
shouldn't be something you have to pick. I should just
|
||||||
the time. (This is coming along, but still weeks out.)</li>
|
use what works at the time. (This is coming along, but
|
||||||
|
still weeks out.)</li>
|
||||||
|
|
||||||
<li>Offer "Rematch" when game's over (easy if I get
|
<li>Offer "Rematch" when game's over (easy if I get
|
||||||
the above right)</li>
|
the above right)</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue