diff --git a/build/android/AndroidManifest.xml.template b/build/android/AndroidManifest.xml.template index 0f75ca648..67f632581 100644 --- a/build/android/AndroidManifest.xml.template +++ b/build/android/AndroidManifest.xml.template @@ -1,35 +1,64 @@ - - - - - - ###DEBUG_BUILD### - - - - - - - - - - - - - + package="mobi.MultiCraft" + android:versionCode="###ANDROID_VERSION###" + android:versionName="###BASE_VERSION###.###ANDROID_VERSION###" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/lint.xml b/build/android/lint.xml new file mode 100644 index 000000000..7edd00cc2 --- /dev/null +++ b/build/android/lint.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/android/proguard-project.txt b/build/android/proguard-project.txt new file mode 100644 index 000000000..f2fe1559a --- /dev/null +++ b/build/android/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/build/android/project.properties b/build/android/project.properties index cc2a7c5cf..5e37417d4 100644 --- a/build/android/project.properties +++ b/build/android/project.properties @@ -1 +1,2 @@ -target=android-10 +target=android-22 +android.library.reference.1=../google-play-services_lib \ No newline at end of file diff --git a/build/android/res/drawable-hdpi/irr_icon.png b/build/android/res/drawable-hdpi/irr_icon.png deleted file mode 100644 index 0b6861a0d..000000000 Binary files a/build/android/res/drawable-hdpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/drawable-ldpi/irr_icon.png b/build/android/res/drawable-ldpi/irr_icon.png deleted file mode 100644 index b8c5d0177..000000000 Binary files a/build/android/res/drawable-ldpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/drawable-mdpi/irr_icon.png b/build/android/res/drawable-mdpi/irr_icon.png deleted file mode 100644 index 951a7f8c1..000000000 Binary files a/build/android/res/drawable-mdpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/drawable-xhdpi/header.png b/build/android/res/drawable-xhdpi/header.png new file mode 100644 index 000000000..f14e68b58 Binary files /dev/null and b/build/android/res/drawable-xhdpi/header.png differ diff --git a/build/android/res/drawable-xhdpi/ic_launcher.png b/build/android/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 000000000..1d86472fc Binary files /dev/null and b/build/android/res/drawable-xhdpi/ic_launcher.png differ diff --git a/build/android/res/drawable-xhdpi/irr_icon.png b/build/android/res/drawable-xhdpi/irr_icon.png deleted file mode 100644 index 2ec528ef7..000000000 Binary files a/build/android/res/drawable-xhdpi/irr_icon.png and /dev/null differ diff --git a/build/android/res/drawable-xhdpi/wallpaper.png b/build/android/res/drawable-xhdpi/wallpaper.png new file mode 100644 index 000000000..00bda42ce Binary files /dev/null and b/build/android/res/drawable-xhdpi/wallpaper.png differ diff --git a/build/android/res/drawable/button.xml b/build/android/res/drawable/button.xml new file mode 100644 index 000000000..75eca2fdb --- /dev/null +++ b/build/android/res/drawable/button.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/build/android/res/drawable/button_wp.xml b/build/android/res/drawable/button_wp.xml new file mode 100644 index 000000000..187f48bb4 --- /dev/null +++ b/build/android/res/drawable/button_wp.xml @@ -0,0 +1,19 @@ + + + + + + + + \ No newline at end of file diff --git a/build/android/res/drawable/custom_progress_bar.xml b/build/android/res/drawable/custom_progress_bar.xml new file mode 100644 index 000000000..dc1db2e5d --- /dev/null +++ b/build/android/res/drawable/custom_progress_bar.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/android/res/layout/activity_main.xml b/build/android/res/layout/activity_main.xml new file mode 100644 index 000000000..97420ee89 --- /dev/null +++ b/build/android/res/layout/activity_main.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/build/android/res/layout/assetcopy.xml b/build/android/res/layout/assetcopy.xml deleted file mode 100644 index ade4b0c98..000000000 --- a/build/android/res/layout/assetcopy.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - diff --git a/build/android/res/layout/instruction_dialog.xml b/build/android/res/layout/instruction_dialog.xml new file mode 100644 index 000000000..4856773b8 --- /dev/null +++ b/build/android/res/layout/instruction_dialog.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/build/android/res/layout/rate_layout.xml b/build/android/res/layout/rate_layout.xml new file mode 100644 index 000000000..a471911d6 --- /dev/null +++ b/build/android/res/layout/rate_layout.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + +