mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
up version strings for quick bugfix release.
This commit is contained in:
parent
4dd094b2b3
commit
68d6e10ab7
3 changed files with 4 additions and 29 deletions
|
@ -22,7 +22,7 @@
|
||||||
to come from a domain that you own or have control over. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4"
|
package="org.eehouse.android.xw4"
|
||||||
android:versionCode="45"
|
android:versionCode="46"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -5,34 +5,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>Crosswords 4.4 beta 53 release</b>
|
<b>Crosswords 4.4 beta 54 release</b>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Don't try to access download directory when OS says it doesn't exist</li>
|
||||||
<li>Add a second way devices can play: via SMS. If you and your
|
|
||||||
friends have unlimited texting plans (ONLY IF!!) this is the way to
|
|
||||||
go: connecting is easier, moves get transmitted more quickly, and
|
|
||||||
less battery is required. <a
|
|
||||||
href="http://xwords.sf.net/and_faq.php">See the FAQ</a></li>
|
|
||||||
|
|
||||||
<li>In the main games-list screen, replace green highlighting of the
|
|
||||||
player whose turn it is with green transitioning to red over three
|
|
||||||
days. That way you can see how long it's been that person's turn.
|
|
||||||
Nothing happens -- yet -- when the three days is up. Maybe later
|
|
||||||
that'll force a resignation.</li>
|
|
||||||
|
|
||||||
<li>Download wordlists without using the browser when possible</li>
|
|
||||||
|
|
||||||
<li>Warn when you join a network game with a different wordlist from
|
|
||||||
the host's, and give a chance to download and switch.</li>
|
|
||||||
|
|
||||||
<li>Don't allow networked games to have different wordlist for each
|
|
||||||
player. That feature is for local games only now.</li>
|
|
||||||
|
|
||||||
<li>There's now a preference for where downloaded wordlists are
|
|
||||||
stored instead of a question asked each time.</li>
|
|
||||||
|
|
||||||
<li>Recast game-over feature as "resigning".</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Please remember that this is beta software. Please let me know (at
|
<p>Please remember that this is beta software. Please let me know (at
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_version">4.4 beta 53</string>
|
<string name="app_version">4.4 beta 54</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue