diff --git a/.travis.yml b/.travis.yml index 8d0b47db..9638b330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,4 +47,4 @@ script: after_script: - sh travis-upload.sh *.apk - - sh travis-deploy.sh *.apk + - sh travis-deploy.sh android-optimized *.apk diff --git a/AndroidManifest.xml b/AndroidManifest.xml index af449a50..fd32187a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -66,13 +66,16 @@ + android:label="@string/app_name" + android:launchMode="singleTask"> + + diff --git a/build-test.sh b/build-test.sh index c1254617..2977982a 100644 --- a/build-test.sh +++ b/build-test.sh @@ -1,4 +1,4 @@ -ANDROID_JAR=../android-13.jar +ANDROID_JAR=../android-14_.jar AAPT=./../aapt DX=./../dx APKBUILDER=./../apkbuilder diff --git a/jni/Application.mk b/jni/Application.mk index 7138c14c..0adb14a7 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -10,8 +10,6 @@ else APP_PLATFORM := android-9 endif -APP_STL := gnustl_static - # if non-zero, works only if single ABI selected XASH_THREAD_NUM ?= 0 @@ -41,6 +39,7 @@ APP_ABI := x86 armeabi armeabi-v7a-hard APP_MODULES := xash menu client server NanoGL gpgs_support ifeq ($(GOOGLE_PLAY_BUILD),1) + APP_STL := gnustl_static APP_MODULES += libgpg-1 CFLAGS_OPT += -DGOOGLE_PLAY_BUILD endif diff --git a/res/layout/notify.xml b/res/layout/notify.xml index 069cfa69..58336b04 100644 --- a/res/layout/notify.xml +++ b/res/layout/notify.xml @@ -1,43 +1,34 @@ + + android:layout_width="fill_parent" + android:layout_height="65sp" + android:orientation="horizontal"> - + - - - - - - - - - - - - - - - - - - - + +