diff --git a/sdk/JME3TestsTemplateAndroid/MANIFEST.MF b/sdk/JME3TestsTemplateAndroid/MANIFEST.MF new file mode 100644 index 000000000..7e1ad4bb1 --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/MANIFEST.MF @@ -0,0 +1 @@ +X-Comment: Created with jMonkeyPlatform diff --git a/sdk/JME3TestsTemplateAndroid/build.xml b/sdk/JME3TestsTemplateAndroid/build.xml new file mode 100644 index 000000000..c39ff06f2 --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/build.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + Builds, tests, and runs the project BasicGameTemplate. + + + + + diff --git a/sdk/JME3TestsTemplateAndroid/master-application.jnlp b/sdk/JME3TestsTemplateAndroid/master-application.jnlp new file mode 100644 index 000000000..49cbb12f2 --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/master-application.jnlp @@ -0,0 +1,22 @@ + + + ${APPLICATION.TITLE} + ${APPLICATION.VENDOR} + + ${APPLICATION.DESC} + ${APPLICATION.DESC.SHORT} + + + + + + + + + + + + + + + diff --git a/sdk/JME3TestsTemplateAndroid/mobile/AndroidManifest.xml b/sdk/JME3TestsTemplateAndroid/mobile/AndroidManifest.xml new file mode 100644 index 000000000..cddd3676d --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/mobile/AndroidManifest.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/sdk/JME3TestsTemplateAndroid/mobile/ant.properties b/sdk/JME3TestsTemplateAndroid/mobile/ant.properties new file mode 100644 index 000000000..b0971e891 --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/mobile/ant.properties @@ -0,0 +1,17 @@ +# This file is used to override default values used by the Ant build system. +# +# This file must be checked into Version Control Systems, as it is +# integral to the build system of your project. + +# This file is only used by the Ant script. + +# You can use this to override default values such as +# 'source.dir' for the location of your java source folder and +# 'out.dir' for the location of your output folder. + +# You can also use it define how the release builds are signed by declaring +# the following properties: +# 'key.store' for the location of your keystore and +# 'key.alias' for the name of the key to use. +# The password will be asked during the build when you use the 'release' target. + diff --git a/sdk/JME3TestsTemplateAndroid/mobile/build.xml b/sdk/JME3TestsTemplateAndroid/mobile/build.xml new file mode 100644 index 000000000..601ecade7 --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/mobile/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sdk/JME3TestsTemplateAndroid/mobile/proguard-project.txt b/sdk/JME3TestsTemplateAndroid/mobile/proguard-project.txt new file mode 100644 index 000000000..b60ae7ea0 --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/mobile/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/sdk/JME3TestsTemplateAndroid/mobile/project.properties b/sdk/JME3TestsTemplateAndroid/mobile/project.properties new file mode 100644 index 000000000..85aac5401 --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/mobile/project.properties @@ -0,0 +1,14 @@ +# 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 edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-8 diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey256.png b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey256.png new file mode 100644 index 000000000..aa43ad6cf Binary files /dev/null and b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey256.png differ diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey256_9.9.png b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey256_9.9.png new file mode 100644 index 000000000..4c90f34a1 Binary files /dev/null and b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey256_9.9.png differ diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey512.png b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey512.png new file mode 100644 index 000000000..c31857454 Binary files /dev/null and b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey512.png differ diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey512_9.9.png b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey512_9.9.png new file mode 100644 index 000000000..39d45a961 Binary files /dev/null and b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/monkey512_9.9.png differ diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/nonselected.png b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/nonselected.png new file mode 100644 index 000000000..45cafef25 Binary files /dev/null and b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/nonselected.png differ diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/selected.png b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/selected.png new file mode 100644 index 000000000..ba92fce41 Binary files /dev/null and b/sdk/JME3TestsTemplateAndroid/mobile/res/drawable/selected.png differ diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/layout/main.xml b/sdk/JME3TestsTemplateAndroid/mobile/res/layout/main.xml new file mode 100644 index 000000000..8e4ae707d --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/mobile/res/layout/main.xml @@ -0,0 +1,13 @@ + + + + + diff --git a/sdk/JME3TestsTemplateAndroid/mobile/res/layout/test_chooser_layout.xml b/sdk/JME3TestsTemplateAndroid/mobile/res/layout/test_chooser_layout.xml new file mode 100644 index 000000000..5df242f3e --- /dev/null +++ b/sdk/JME3TestsTemplateAndroid/mobile/res/layout/test_chooser_layout.xml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + +