diff --git a/.gitignore b/.gitignore index f7e2d52c97..e10a6187be 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,62 @@ android/res/drawable-mdpi/uk_northern_ireland.png android/res/drawable-mdpi/uk_scotland.png android/res/drawable-mdpi/uk_wales.png +# android MapsWithMeLite +android/MapsWithMeLite/bin +android/MapsWithMeLite/gen +android/MapsWithMeLite/libs +android/MapsWithMeLite/obj +android/MapsWithMeLite/.settings +android/MapsWithMeLite/.classpath +android/MapsWithMeLite/.cproject +android/MapsWithMeLite/.project +android/MapsWithMeLite/assets +android/MapsWithMeLite/local.properties +android/MapsWithMeLite/ant.properties +# local android scripts, such as debugger helper scrips +android/MapsWithMeLite/local +# ignore flags symlinks +android/MapsWithMeLite/res/drawable-xhdpi/??.png +android/MapsWithMeLite/res/drawable-xhdpi/do_hack.png +android/MapsWithMeLite/res/drawable-xhdpi/uk_england.png +android/MapsWithMeLite/res/drawable-xhdpi/uk_northern_ireland.png +android/MapsWithMeLite/res/drawable-xhdpi/uk_scotland.png +android/MapsWithMeLite/res/drawable-xhdpi/uk_wales.png +android/MapsWithMeLite/res/drawable-mdpi/??.png +android/MapsWithMeLite/res/drawable-mdpi/do_hack.png +android/MapsWithMeLite/res/drawable-mdpi/uk_england.png +android/MapsWithMeLite/res/drawable-mdpi/uk_northern_ireland.png +android/MapsWithMeLite/res/drawable-mdpi/uk_scotland.png +android/MapsWithMeLite/res/drawable-mdpi/uk_wales.png + +# android MapsWithMePro +android/MapsWithMePro/bin +android/MapsWithMePro/gen +android/MapsWithMePro/libs +android/MapsWithMePro/obj +android/MapsWithMePro/.settings +android/MapsWithMePro/.classpath +android/MapsWithMePro/.cproject +android/MapsWithMePro/.project +android/MapsWithMePro/assets +android/MapsWithMePro/local.properties +android/MapsWithMePro/ant.properties +# local android scripts, such as debugger helper scrips +android/MapsWithMePro/local +# ignore flags symlinks +android/MapsWithMePro/res/drawable-xhdpi/??.png +android/MapsWithMePro/res/drawable-xhdpi/do_hack.png +android/MapsWithMePro/res/drawable-xhdpi/uk_england.png +android/MapsWithMePro/res/drawable-xhdpi/uk_northern_ireland.png +android/MapsWithMePro/res/drawable-xhdpi/uk_scotland.png +android/MapsWithMePro/res/drawable-xhdpi/uk_wales.png +android/MapsWithMePro/res/drawable-mdpi/??.png +android/MapsWithMePro/res/drawable-mdpi/do_hack.png +android/MapsWithMePro/res/drawable-mdpi/uk_england.png +android/MapsWithMePro/res/drawable-mdpi/uk_northern_ireland.png +android/MapsWithMePro/res/drawable-mdpi/uk_scotland.png +android/MapsWithMeLite/res/drawable-mdpi/uk_wales.png + # data data/intermediate_data diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index f85bb92e9d..d2b982e7fa 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -27,7 +27,7 @@ + android:name="com.mapswithme.maps.MWMApplication"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/MapsWithMeLite/build.xml b/android/MapsWithMeLite/build.xml new file mode 100644 index 0000000000..e46820ab53 --- /dev/null +++ b/android/MapsWithMeLite/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/MapsWithMeLite/proguard-project.txt b/android/MapsWithMeLite/proguard-project.txt new file mode 100644 index 0000000000..f2fe1559a2 --- /dev/null +++ b/android/MapsWithMeLite/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/android/MapsWithMeLite/project.properties b/android/MapsWithMeLite/project.properties new file mode 100644 index 0000000000..7bea6a3ccd --- /dev/null +++ b/android/MapsWithMeLite/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 + +# Project target. +target=android-8 +android.library.reference.1=.. diff --git a/android/MapsWithMeLite/res/values/strings.xml b/android/MapsWithMeLite/res/values/strings.xml new file mode 100644 index 0000000000..888194f8f6 --- /dev/null +++ b/android/MapsWithMeLite/res/values/strings.xml @@ -0,0 +1,4 @@ + + + MapsWithMe + diff --git a/android/MapsWithMeLite/res/values/styles.xml b/android/MapsWithMeLite/res/values/styles.xml new file mode 100644 index 0000000000..4dba0d0a4c --- /dev/null +++ b/android/MapsWithMeLite/res/values/styles.xml @@ -0,0 +1,5 @@ + + +