diff --git a/xwords4/android/Android.mk b/xwords4/android/Android.mk deleted file mode 100644 index cc117a1c5..000000000 --- a/xwords4/android/Android.mk +++ /dev/null @@ -1,60 +0,0 @@ -# -*- mode: Makefile -*- - -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) - -local_C_INCLUDES+= \ - -I$(LOCAL_PATH)/../common \ - -I$(LOCAL_PATH)/../relay \ - -local_LDLIBS += -llog - -local_DEFINES += \ - -DMEM_DEBUG -DDEBUG \ - -DENABLE_LOGGING \ - -DXWFEATURE_TURNCHANGENOTIFY \ - -DXWFEATURE_SEARCHLIMIT \ - -DKEYBOARD_NAV \ - -DKEY_SUPPORT \ - -DPOINTER_SUPPORT \ - -DSTUBBED_DICT \ - -DNODE_CAN_4 \ - -D__LITTLE_ENDIAN \ - -local_SRC_FILES += \ - xwjni.c \ - utilwrapper.c \ - drawwrapper.c \ - anddict.c \ - andutils.c \ - -common_SRC_FILES += \ - ../common/boarddrw.c \ - ../common/scorebdp.c \ - ../common/dragdrpp.c \ - ../common/pool.c \ - ../common/tray.c \ - ../common/dictnry.c \ - ../common/mscore.c \ - ../common/vtabmgr.c \ - ../common/strutils.c \ - ../common/engine.c \ - ../common/board.c \ - ../common/mempool.c \ - ../common/game.c \ - ../common/server.c \ - ../common/model.c \ - ../common/comms.c \ - ../common/memstream.c \ - ../common/movestak.c \ - - -LOCAL_CFLAGS+=$(local_C_INCLUDES) $(local_DEFINES) -LOCAL_SRC_FILES := $(linux_SRC_FILES) $(local_SRC_FILES) $(common_SRC_FILES) -LOCAL_MODULE := xwjni -LOCAL_LDLIBS := -L${SYSROOT}/usr/lib -llog -lz - -include $(BUILD_SHARED_LIBRARY) - - diff --git a/xwords4/android/Application.mk b/xwords4/android/Application.mk deleted file mode 100644 index 5011521fb..000000000 --- a/xwords4/android/Application.mk +++ /dev/null @@ -1,2 +0,0 @@ -APP_PROJECT_PATH := $(call my-dir)/XWords4 -APP_MODULES := xwjni diff --git a/xwords4/android/INSTALL.txt b/xwords4/android/INSTALL.txt deleted file mode 100644 index 988efe3b7..000000000 --- a/xwords4/android/INSTALL.txt +++ /dev/null @@ -1,17 +0,0 @@ -Here's how I'm building crosswords for Android. - -First, my working directory is XWords within this (android/) -directory. - -Build the jni library (the cross-platform code): -# ../scripts/ndkbuild.sh - -Then build the app for the emulator (first time) -# ant install - -subsequent times -# ant reinstall - -Build for a device (requires you've set up your keys. I did this too -long ago to remember how but the info's easy to find): -# ant release diff --git a/xwords4/android/LocalizedStrIncludes.h b/xwords4/android/LocalizedStrIncludes.h deleted file mode 100644 index 837d8c174..000000000 --- a/xwords4/android/LocalizedStrIncludes.h +++ /dev/null @@ -1,34 +0,0 @@ - - -/* stub this out for now. Need a localization strategy that uses - string.xml */ - - -#ifndef _LOCALIZEDSTRINCLUDES_H_ -#define _LOCALIZEDSTRINCLUDES_H_ - -# define STRD_ROBOT_TRADED 1000 -# define STR_ROBOT_MOVED 1001 -# define STRS_VALUES_HEADER 1002 -# define STRD_REMAINING_TILES_ADD 1003 -# define STRD_UNUSED_TILES_SUB 1004 -# define STR_REMOTE_MOVED 1005 -# define STRD_TIME_PENALTY_SUB 1006 -# define STR_PASS 1000 -# define STRS_MOVE_ACROSS 1000 -# define STRS_MOVE_DOWN 1000 -# define STRS_TRAY_AT_START 1000 -# define STRSS_TRADED_FOR 1000 -# define STR_PHONY_REJECTED 1000 -# define STRD_CUMULATIVE_SCORE 1000 -# define STRS_NEW_TILES 1000 -# define STR_PASSED 1000 -# define STRSD_SUMMARYSCORED 1000 -# define STRD_TRADED 1000 -# define STR_LOSTTURN 1000 -# define STR_COMMIT_CONFIRM 1000 -# define STR_LOCAL_NAME 1000 -# define STR_NONLOCAL_NAME 1000 -# define STR_BONUS_ALL 1000 -# define STRD_TURN_SCORE 1000 -#endif diff --git a/xwords4/android/XWords4/AndroidManifest.xml b/xwords4/android/XWords4/AndroidManifest.xml deleted file mode 100644 index ff5535897..000000000 --- a/xwords4/android/XWords4/AndroidManifest.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xwords4/android/XWords4/assets/OWL2_2to9.xwd b/xwords4/android/XWords4/assets/OWL2_2to9.xwd deleted file mode 100644 index a57cee7f2..000000000 Binary files a/xwords4/android/XWords4/assets/OWL2_2to9.xwd and /dev/null differ diff --git a/xwords4/android/XWords4/build.xml b/xwords4/android/XWords4/build.xml deleted file mode 100644 index 6a3b0185c..000000000 --- a/xwords4/android/XWords4/build.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xwords4/android/XWords4/default.properties b/xwords4/android/XWords4/default.properties deleted file mode 100644 index a1ef8e9ff..000000000 --- a/xwords4/android/XWords4/default.properties +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Indicates whether an apk should be generated for each density. -split.density=false -# Project target. -target=android-3 diff --git a/xwords4/android/XWords4/local.properties b/xwords4/android/XWords4/local.properties deleted file mode 100644 index d88de394b..000000000 --- a/xwords4/android/XWords4/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked in Version Control Systems, -# as it contains information specific to your local configuration. - -# location of the SDK. This is only used by Ant -# For customization when using a Version Control System, please read the -# header note. -sdk.dir=/home/andy/android-sdk-linux diff --git a/xwords4/android/XWords4/res/drawable/downarrow.png b/xwords4/android/XWords4/res/drawable/downarrow.png deleted file mode 100644 index 53868c51e..000000000 Binary files a/xwords4/android/XWords4/res/drawable/downarrow.png and /dev/null differ diff --git a/xwords4/android/XWords4/res/drawable/icon48x48.png b/xwords4/android/XWords4/res/drawable/icon48x48.png deleted file mode 100644 index ac0c7984a..000000000 Binary files a/xwords4/android/XWords4/res/drawable/icon48x48.png and /dev/null differ diff --git a/xwords4/android/XWords4/res/drawable/origin.png b/xwords4/android/XWords4/res/drawable/origin.png deleted file mode 100644 index 3a1711d4f..000000000 Binary files a/xwords4/android/XWords4/res/drawable/origin.png and /dev/null differ diff --git a/xwords4/android/XWords4/res/drawable/rightarrow.png b/xwords4/android/XWords4/res/drawable/rightarrow.png deleted file mode 100644 index a279473dc..000000000 Binary files a/xwords4/android/XWords4/res/drawable/rightarrow.png and /dev/null differ diff --git a/xwords4/android/XWords4/res/layout/board.xml b/xwords4/android/XWords4/res/layout/board.xml deleted file mode 100644 index 4de1e28c6..000000000 --- a/xwords4/android/XWords4/res/layout/board.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - diff --git a/xwords4/android/XWords4/res/layout/game_config.xml b/xwords4/android/XWords4/res/layout/game_config.xml deleted file mode 100644 index 6d83ec75f..000000000 --- a/xwords4/android/XWords4/res/layout/game_config.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - -