mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
Merge tag 'android_beta_64' into android_branch
beta 64
This commit is contained in:
commit
da3f62729b
4 changed files with 6 additions and 18 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="55"
|
||||
android:versionCode="56"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,23 +5,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 63 release</b>
|
||||
<b>Crosswords 4.4 beta 64 release</b>
|
||||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Reduce amount of network traffic required to get moves</li>
|
||||
|
||||
<li>Make all wordlists available from wordlists button below board
|
||||
(on Android 3.0 and above)</li>
|
||||
|
||||
<li>Dim pending score counter (at right end of tray) when it's not
|
||||
that player's turn or game's over</li>
|
||||
|
||||
<li>Move more frequently used game buttons to left where they're
|
||||
more visible</li>
|
||||
|
||||
<li>Fix a few bugs</li>
|
||||
|
||||
<li>Fix tray height on large tablets</li>
|
||||
</ul>
|
||||
|
||||
<h3>Next up</h3>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 63</string>
|
||||
<string name="app_version">4.4 beta 64</string>
|
||||
</resources>
|
||||
|
|
|
@ -208,8 +208,8 @@ struct BoardCtxt {
|
|||
PerTurnInfo* selInfo;
|
||||
|
||||
/* tray state */
|
||||
XP_U8 trayScaleH;
|
||||
XP_U8 trayScaleV;
|
||||
XP_U16 trayScaleH;
|
||||
XP_U16 trayScaleV;
|
||||
XP_Rect trayBounds;
|
||||
XP_U16 remDim; /* width (or ht) of the "rem:" string in scoreboard */
|
||||
XP_U8 dividerWidth; /* 0 would mean invisible */
|
||||
|
|
Loading…
Add table
Reference in a new issue