From: gu.martinm@gmail.com Date: Mon, 7 Apr 2014 04:21:31 +0000 (+0200) Subject: Weather Information with Google Maps X-Git-Tag: weatherinformation-1.0~188 X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=aa6fe91dabfb5dc026365b1aa32a4cce55d0fa1a;p=AndroidWeatherInformation Weather Information with Google Maps --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8ae62c1..811923f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -9,8 +9,18 @@ android:maxSdkVersion="18" android:minSdkVersion="18" android:targetSdkVersion="18" /> + + + + + + + + + + + + + + + + diff --git a/proguard-project.txt b/proguard-project.txt index f2fe155..dd79e3a 100644 --- a/proguard-project.txt +++ b/proguard-project.txt @@ -18,3 +18,20 @@ #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #} + +-keep class * extends java.util.ListResourceBundle { + protected Object[][] getContents(); +} + +-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable { + public static final *** NULL; +} + +-keepnames @com.google.android.gms.common.annotation.KeepName class * +-keepclassmembernames class * { + @com.google.android.gms.common.annotation.KeepName *; +} + +-keepnames class * implements android.os.Parcelable { + public static final ** CREATOR; +} diff --git a/project.properties b/project.properties index ce39f2d..2110cdf 100644 --- a/project.properties +++ b/project.properties @@ -12,3 +12,4 @@ # Project target. target=android-18 +android.library.reference.1=../../../../android/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib diff --git a/res/drawable-hdpi/ic_action_map.png b/res/drawable-hdpi/ic_action_map.png new file mode 100644 index 0000000..370cf5c Binary files /dev/null and b/res/drawable-hdpi/ic_action_map.png differ diff --git a/res/drawable-mdpi/ic_action_map.png b/res/drawable-mdpi/ic_action_map.png new file mode 100644 index 0000000..50a9100 Binary files /dev/null and b/res/drawable-mdpi/ic_action_map.png differ diff --git a/res/drawable-xhdpi/ic_action_map.png b/res/drawable-xhdpi/ic_action_map.png new file mode 100644 index 0000000..537c5a4 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_map.png differ diff --git a/res/drawable-xxhdpi/ic_action_map.png b/res/drawable-xxhdpi/ic_action_map.png new file mode 100644 index 0000000..ed72ce9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_map.png differ diff --git a/res/layout/fragment_main.xml b/res/layout/fragment_main.xml deleted file mode 100644 index b110cec..0000000 --- a/res/layout/fragment_main.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - -