mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
catch bt version up
This commit is contained in:
parent
3858eb2f1d
commit
9e86874e77
8 changed files with 10 additions and 4 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.xw4bt"
|
||||
android:versionCode="76"
|
||||
android:versionCode="82"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
1
xwords4/android/XWords4-bt/assets/.gitignore
vendored
1
xwords4/android/XWords4-bt/assets/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
BasEnglish2to8.xwd
|
||||
CollegeEng_2to8.xwd
|
||||
Top5000.xwd
|
||||
changes.html
|
||||
|
|
1
xwords4/android/XWords4-bt/libs/.gitignore
vendored
1
xwords4/android/XWords4-bt/libs/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
armeabi
|
||||
x86
|
||||
gcm.jar
|
||||
android-support-v13.jar
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -107,3 +107,7 @@ DwnldDelegate.java
|
|||
GroupStateListener.java
|
||||
ListGroup.java
|
||||
XWExpListAdapter.java
|
||||
Delegator.java
|
||||
ListDelegator.java
|
||||
NagTurnReceiver.java
|
||||
OnBootReceiver.java
|
||||
|
|
|
@ -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 );
|
||||
|
|
|
@ -16,3 +16,4 @@ UtilCtxtImpl.java
|
|||
UtilCtxt.java
|
||||
XwJNI.java
|
||||
BoardDims.java
|
||||
LastMoveInfo.java
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue