From 86b4875d10b10f45792813ffffb957ef8af8944e Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 26 Feb 2014 03:57:24 +0000 Subject: [PATCH] Initial commit of Android project structure --- .classpath | 11 +++++ .mtn-ignore | 11 +++++ .project | 33 +++++++++++++ AndroidManifest.xml | 27 ++++++++++ botejars/AndroidManifest.xml | 11 +++++ botejars/build.xml | 92 +++++++++++++++++++++++++++++++++++ botejars/custom_rules.xml | 84 ++++++++++++++++++++++++++++++++ botejars/proguard-project.txt | 20 ++++++++ botejars/project.properties | 15 ++++++ botejars/res/README.txt | 1 + botejars/src/README.txt | 1 + build.xml | 92 +++++++++++++++++++++++++++++++++++ proguard-project.txt | 20 ++++++++ project.properties | 21 ++++++++ 14 files changed, 439 insertions(+) create mode 100644 .classpath create mode 100644 .mtn-ignore create mode 100644 .project create mode 100644 AndroidManifest.xml create mode 100644 botejars/AndroidManifest.xml create mode 100644 botejars/build.xml create mode 100644 botejars/custom_rules.xml create mode 100644 botejars/proguard-project.txt create mode 100644 botejars/project.properties create mode 100644 botejars/res/README.txt create mode 100644 botejars/src/README.txt create mode 100644 build.xml create mode 100644 proguard-project.txt create mode 100644 project.properties diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..2963e5b --- /dev/null +++ b/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/.mtn-ignore b/.mtn-ignore new file mode 100644 index 0000000..cd874ec --- /dev/null +++ b/.mtn-ignore @@ -0,0 +1,11 @@ +# General ignores +.settings + +# Android-specific ignores +^bin +^gen +^botejars/bin +^botejars/gen +^botejars/lib +lint.xml +local.properties diff --git a/.project b/.project new file mode 100644 index 0000000..b2639c7 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + i2p.i2p-bote.android + + + + + + 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..9e1dfc4 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + diff --git a/botejars/AndroidManifest.xml b/botejars/AndroidManifest.xml new file mode 100644 index 0000000..ef49aa8 --- /dev/null +++ b/botejars/AndroidManifest.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/botejars/build.xml b/botejars/build.xml new file mode 100644 index 0000000..d2e35d1 --- /dev/null +++ b/botejars/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/botejars/custom_rules.xml b/botejars/custom_rules.xml new file mode 100644 index 0000000..1828ec9 --- /dev/null +++ b/botejars/custom_rules.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creating output directories if needed... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/botejars/proguard-project.txt b/botejars/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/botejars/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/botejars/project.properties b/botejars/project.properties new file mode 100644 index 0000000..61afc8f --- /dev/null +++ b/botejars/project.properties @@ -0,0 +1,15 @@ +# 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 + +android.library=true +# Project target. +target=android-19 diff --git a/botejars/res/README.txt b/botejars/res/README.txt new file mode 100644 index 0000000..3852f54 --- /dev/null +++ b/botejars/res/README.txt @@ -0,0 +1 @@ +This directory is intentionally blank. diff --git a/botejars/src/README.txt b/botejars/src/README.txt new file mode 100644 index 0000000..3852f54 --- /dev/null +++ b/botejars/src/README.txt @@ -0,0 +1 @@ +This directory is intentionally blank. diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..33370ef --- /dev/null +++ b/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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..83a67be --- /dev/null +++ b/project.properties @@ -0,0 +1,21 @@ +# 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-19 +# Bote libs +android.library.reference.1=./botejars +# Android Support Library +# If the relative path differs in your local environment, +# override this in the base local.properties +# (not botejars/local.properties) +android.library.reference.2=../android-sdk-linux/extras/android/support/v7/appcompat