catch bt version up

This commit is contained in:
Eric House 2014-08-27 20:23:57 -07:00
parent 3858eb2f1d
commit 9e86874e77
8 changed files with 10 additions and 4 deletions

View file

@ -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.xw4bt"
android:versionCode="76"
android:versionCode="82"
android:versionName="@string/app_version"
>

View file

@ -1,3 +1,4 @@
BasEnglish2to8.xwd
CollegeEng_2to8.xwd
Top5000.xwd
changes.html

View file

@ -1,3 +1,4 @@
armeabi
x86
gcm.jar
android-support-v13.jar

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4-bt beta 76</string>
<string name="app_version">4.4-bt beta 89</string>
</resources>

View file

@ -107,3 +107,7 @@ DwnldDelegate.java
GroupStateListener.java
ListGroup.java
XWExpListAdapter.java
Delegator.java
ListDelegator.java
NagTurnReceiver.java
OnBootReceiver.java

View file

@ -63,7 +63,7 @@ public class XWApp extends Application {
ConnStatusHandler.loadState( this );
RelayReceiver.RestartTimer( this );
OnBootReceiver.startTimers( this );
boolean mustCheck = Utils.firstBootThisVersion( this );
PreferenceManager.setDefaultValues( this, R.xml.xwprefs, mustCheck );

View file

@ -16,3 +16,4 @@ UtilCtxtImpl.java
UtilCtxt.java
XwJNI.java
BoardDims.java
LastMoveInfo.java

View file

@ -2192,7 +2192,6 @@ scoreLastMove( ModelCtxt* model, MoveInfo* moveInfo, XP_U16 howMany,
LastMoveInfo* lmi )
{
XP_U16 score;
const XP_UCHAR* format;
WordNotifierInfo notifyInfo;
FirstWordData data;