Merge tag 'android_beta_64' into android_branch

beta 64
This commit is contained in:
Eric House 2013-08-07 06:18:15 -07:00
commit da3f62729b
4 changed files with 6 additions and 18 deletions

View file

@ -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="55" android:versionCode="56"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,23 +5,11 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 63 release</b> <b>Crosswords 4.4 beta 64 release</b>
<h3>New with this release</h3> <h3>New with this release</h3>
<ul> <ul>
<li>Reduce amount of network traffic required to get moves</li> <li>Fix tray height on large tablets</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>
</ul> </ul>
<h3>Next up</h3> <h3>Next up</h3>

View file

@ -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 63</string> <string name="app_version">4.4 beta 64</string>
</resources> </resources>

View file

@ -208,8 +208,8 @@ struct BoardCtxt {
PerTurnInfo* selInfo; PerTurnInfo* selInfo;
/* tray state */ /* tray state */
XP_U8 trayScaleH; XP_U16 trayScaleH;
XP_U8 trayScaleV; XP_U16 trayScaleV;
XP_Rect trayBounds; XP_Rect trayBounds;
XP_U16 remDim; /* width (or ht) of the "rem:" string in scoreboard */ XP_U16 remDim; /* width (or ht) of the "rem:" string in scoreboard */
XP_U8 dividerWidth; /* 0 would mean invisible */ XP_U8 dividerWidth; /* 0 would mean invisible */