diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..5176974 --- /dev/null +++ b/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..215aba2 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + Minetest Mobile + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..8bd6495 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/README.txt b/libs/README.txt new file mode 100644 index 0000000..1867906 --- /dev/null +++ b/libs/README.txt @@ -0,0 +1,6 @@ +Go to: +https://github.com/minetest/minetest +(I use official libs, no change!). +Get this repo on your pc. +cd build/android +Make or CMake diff --git a/lint.xml b/lint.xml new file mode 100644 index 0000000..8b3b342 --- /dev/null +++ b/lint.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/proguard-project.txt b/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/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/project.properties b/project.properties new file mode 100644 index 0000000..fd81a02 --- /dev/null +++ b/project.properties @@ -0,0 +1,3 @@ +target=android-19 +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt +android.library.reference.1=../library diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..8a39436 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/header.png b/res/drawable-xhdpi/header.png new file mode 100644 index 0000000..5fcaf12 Binary files /dev/null and b/res/drawable-xhdpi/header.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..af1e650 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..4ec1c5e Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable-xxxhdpi/ic_launcher.png b/res/drawable-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..03def42 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_launcher.png differ diff --git a/res/drawable/button.xml b/res/drawable/button.xml new file mode 100644 index 0000000..c64315c --- /dev/null +++ b/res/drawable/button.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable/wallpaper.png b/res/drawable/wallpaper.png new file mode 100644 index 0000000..62d9073 Binary files /dev/null and b/res/drawable/wallpaper.png differ diff --git a/res/layout/about.xml b/res/layout/about.xml new file mode 100644 index 0000000..d98b7c3 --- /dev/null +++ b/res/layout/about.xml @@ -0,0 +1,95 @@ + + + + + + +