From a18407f7a0547cd5c2a645e7948bc4925026332f Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sun, 4 Jan 2015 16:23:40 +0100 Subject: fix #4585: split play services --- play-services-location/.classpath | 17 ++++ play-services-location/.project | 33 ++++++++ .../.settings/org.eclipse.jdt.core.prefs | 4 + play-services-location/AndroidManifest.xml | 20 +++++ play-services-location/build.xml | 91 +++++++++++++++++++++ .../libs/play-services-location.jar | Bin 0 -> 104732 bytes play-services-location/proguard.txt | 20 +++++ play-services-location/project.properties | 15 ++++ .../res/drawable-hdpi/powered_by_google_dark.png | Bin 0 -> 2138 bytes .../res/drawable-hdpi/powered_by_google_light.png | Bin 0 -> 2849 bytes .../res/drawable-mdpi/powered_by_google_dark.png | Bin 0 -> 1196 bytes .../res/drawable-mdpi/powered_by_google_light.png | Bin 0 -> 1625 bytes .../res/drawable-xhdpi/powered_by_google_dark.png | Bin 0 -> 3448 bytes .../res/drawable-xhdpi/powered_by_google_light.png | Bin 0 -> 3694 bytes .../res/drawable-xxhdpi/powered_by_google_dark.png | Bin 0 -> 5779 bytes .../drawable-xxhdpi/powered_by_google_light.png | Bin 0 -> 5940 bytes 16 files changed, 200 insertions(+) create mode 100644 play-services-location/.classpath create mode 100644 play-services-location/.project create mode 100644 play-services-location/.settings/org.eclipse.jdt.core.prefs create mode 100644 play-services-location/AndroidManifest.xml create mode 100644 play-services-location/build.xml create mode 100644 play-services-location/libs/play-services-location.jar create mode 100644 play-services-location/proguard.txt create mode 100644 play-services-location/project.properties create mode 100644 play-services-location/res/drawable-hdpi/powered_by_google_dark.png create mode 100644 play-services-location/res/drawable-hdpi/powered_by_google_light.png create mode 100644 play-services-location/res/drawable-mdpi/powered_by_google_dark.png create mode 100644 play-services-location/res/drawable-mdpi/powered_by_google_light.png create mode 100644 play-services-location/res/drawable-xhdpi/powered_by_google_dark.png create mode 100644 play-services-location/res/drawable-xhdpi/powered_by_google_light.png create mode 100644 play-services-location/res/drawable-xxhdpi/powered_by_google_dark.png create mode 100644 play-services-location/res/drawable-xxhdpi/powered_by_google_light.png (limited to 'play-services-location') diff --git a/play-services-location/.classpath b/play-services-location/.classpath new file mode 100644 index 0000000..f8b9238 --- /dev/null +++ b/play-services-location/.classpath @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/play-services-location/.project b/play-services-location/.project new file mode 100644 index 0000000..14e2859 --- /dev/null +++ b/play-services-location/.project @@ -0,0 +1,33 @@ + + + play-services-location + + + + + + 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/play-services-location/.settings/org.eclipse.jdt.core.prefs b/play-services-location/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..b080d2d --- /dev/null +++ b/play-services-location/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/play-services-location/AndroidManifest.xml b/play-services-location/AndroidManifest.xml new file mode 100644 index 0000000..c3729c9 --- /dev/null +++ b/play-services-location/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + + diff --git a/play-services-location/build.xml b/play-services-location/build.xml new file mode 100644 index 0000000..157ab53 --- /dev/null +++ b/play-services-location/build.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/play-services-location/libs/play-services-location.jar b/play-services-location/libs/play-services-location.jar new file mode 100644 index 0000000..b440785 Binary files /dev/null and b/play-services-location/libs/play-services-location.jar differ diff --git a/play-services-location/proguard.txt b/play-services-location/proguard.txt new file mode 100644 index 0000000..0c9693a --- /dev/null +++ b/play-services-location/proguard.txt @@ -0,0 +1,20 @@ +-keep class * extends java.util.ListResourceBundle { + protected Object[][] getContents(); +} + +# Keep SafeParcelable value, needed for reflection. This is required to support backwards +# compatibility of some classes. +-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable { + public static final *** NULL; +} + +# Keep the names of classes/members we need for client functionality. +-keepnames @com.google.android.gms.common.annotation.KeepName class * +-keepclassmembernames class * { + @com.google.android.gms.common.annotation.KeepName *; +} + +# Needed for Parcelable/SafeParcelable Creators to not get stripped +-keepnames class * implements android.os.Parcelable { + public static final ** CREATOR; +} \ No newline at end of file diff --git a/play-services-location/project.properties b/play-services-location/project.properties new file mode 100644 index 0000000..ad36a32 --- /dev/null +++ b/play-services-location/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.txt + +# Project target. +target=Google Inc.:Google APIs:19 +android.library=true diff --git a/play-services-location/res/drawable-hdpi/powered_by_google_dark.png b/play-services-location/res/drawable-hdpi/powered_by_google_dark.png new file mode 100644 index 0000000..721905c Binary files /dev/null and b/play-services-location/res/drawable-hdpi/powered_by_google_dark.png differ diff --git a/play-services-location/res/drawable-hdpi/powered_by_google_light.png b/play-services-location/res/drawable-hdpi/powered_by_google_light.png new file mode 100644 index 0000000..53328af Binary files /dev/null and b/play-services-location/res/drawable-hdpi/powered_by_google_light.png differ diff --git a/play-services-location/res/drawable-mdpi/powered_by_google_dark.png b/play-services-location/res/drawable-mdpi/powered_by_google_dark.png new file mode 100644 index 0000000..a152807 Binary files /dev/null and b/play-services-location/res/drawable-mdpi/powered_by_google_dark.png differ diff --git a/play-services-location/res/drawable-mdpi/powered_by_google_light.png b/play-services-location/res/drawable-mdpi/powered_by_google_light.png new file mode 100644 index 0000000..015a0ad Binary files /dev/null and b/play-services-location/res/drawable-mdpi/powered_by_google_light.png differ diff --git a/play-services-location/res/drawable-xhdpi/powered_by_google_dark.png b/play-services-location/res/drawable-xhdpi/powered_by_google_dark.png new file mode 100644 index 0000000..ffd9126 Binary files /dev/null and b/play-services-location/res/drawable-xhdpi/powered_by_google_dark.png differ diff --git a/play-services-location/res/drawable-xhdpi/powered_by_google_light.png b/play-services-location/res/drawable-xhdpi/powered_by_google_light.png new file mode 100644 index 0000000..d9f0593 Binary files /dev/null and b/play-services-location/res/drawable-xhdpi/powered_by_google_light.png differ diff --git a/play-services-location/res/drawable-xxhdpi/powered_by_google_dark.png b/play-services-location/res/drawable-xxhdpi/powered_by_google_dark.png new file mode 100644 index 0000000..0165a01 Binary files /dev/null and b/play-services-location/res/drawable-xxhdpi/powered_by_google_dark.png differ diff --git a/play-services-location/res/drawable-xxhdpi/powered_by_google_light.png b/play-services-location/res/drawable-xxhdpi/powered_by_google_light.png new file mode 100644 index 0000000..aa6b6db Binary files /dev/null and b/play-services-location/res/drawable-xxhdpi/powered_by_google_light.png differ -- cgit v1.1