mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +01:00
catch up with recent changes
This commit is contained in:
parent
282e66e54e
commit
6a03b994ed
1 changed files with 18 additions and 11 deletions
|
@ -30,19 +30,19 @@
|
|||
means (e.g. Bluetooth, SMS, or the internet/relay) a game can
|
||||
use all three, switching based on what works at the time</li>
|
||||
|
||||
<li>Game creation means picking whether you're networked or not,
|
||||
not how to communicate (though you can still control that if
|
||||
you like)</li>
|
||||
<li>Game creation requires only picking whether you're
|
||||
networked or not, not how to communicate (though you can
|
||||
still control that if you like)</li>
|
||||
|
||||
<li>Separate inviting from playing: e.g. you can invite via
|
||||
Bluetooth to a game that will be played via SMS</li>
|
||||
|
||||
<li>A game that needs remote players has an dialog on top of it
|
||||
<li>A game that needs remote players has a dialog on top of it
|
||||
at all times you can use to invite players. The dialog goes
|
||||
away when invited players connect.</li>
|
||||
|
||||
<li>New game are placed in the selected group (if any, otherwise
|
||||
in default as before)</li>
|
||||
<li>New games are placed in the selected group (if any,
|
||||
otherwise in default as before)</li>
|
||||
|
||||
<li>Add new-games buttons to main screen, and offer to hide them
|
||||
after a while</li>
|
||||
|
@ -57,18 +57,25 @@
|
|||
large now. (Will address in a release soon.)</li>
|
||||
|
||||
<li>Kill play-via-SMS for non-GSM phones. (Google's making
|
||||
it too hard to support this, and it only matters in one
|
||||
country anyway.)</li>
|
||||
it too hard to support this, and non-GSM phones are only
|
||||
found in one country anyway.)</li>
|
||||
|
||||
<li>When assigning new tiles, don't sort tiles to left of tray
|
||||
divider</li>
|
||||
<li>Deal with deletion of dictionary that's been set as default</li>
|
||||
|
||||
<li>In popup menu from in-game wordlist button, show only
|
||||
wordlists in same language as game</li>
|
||||
|
||||
<li>When assigning new tiles, don't sort tiles to left of
|
||||
tray divider</li>
|
||||
|
||||
<li>Don't post empty notifications</li>
|
||||
|
||||
<li>Remove "Reconnect" button from network status info</li>
|
||||
|
||||
<li>Include info for all communication means being used in
|
||||
network status </li>
|
||||
network status, and only show an icon in networked games </li>
|
||||
|
||||
<li>Fix a few crashes</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue