diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-18 12:21:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-18 12:21:29 +0100 |
commit | 910f1163ccecbbfee1697f34444f1378e382ffe0 (patch) | |
tree | 94d80e66eeb76778844c2135ce20f21af156b9a1 | |
parent | a27b6c4812fc0205eafe23b43f20eecdf8a0ff8d (diff) |
Remove android splash screen
It doesn't add anything other than a moment of possibly distorted logo
so we might as well get rid of it
-rw-r--r-- | Android/gen/org/mysociety/FixMyStreet/R.java | 1 | ||||
-rw-r--r-- | Android/res/drawable-hdpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rw-r--r-- | Android/res/drawable-ldpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rw-r--r-- | Android/res/drawable-mdpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rw-r--r-- | Android/res/drawable-xhdpi/splash.9.png | bin | 10816 -> 0 bytes | |||
-rwxr-xr-x | Android/res/xml/config.xml | 1 | ||||
-rw-r--r-- | Android/src/org/mysociety/FixMyStreet/AndroidActivity.java | 1 |
7 files changed, 0 insertions, 3 deletions
diff --git a/Android/gen/org/mysociety/FixMyStreet/R.java b/Android/gen/org/mysociety/FixMyStreet/R.java index 88793a5..0c8d263 100644 --- a/Android/gen/org/mysociety/FixMyStreet/R.java +++ b/Android/gen/org/mysociety/FixMyStreet/R.java @@ -13,7 +13,6 @@ public final class R { public static final class drawable { public static final int ic_action_search=0x7f020000; public static final int ic_launcher=0x7f020001; - public static final int splash=0x7f020002; } public static final class id { public static final int menu_settings=0x7f070000; diff --git a/Android/res/drawable-hdpi/splash.9.png b/Android/res/drawable-hdpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-hdpi/splash.9.png +++ /dev/null diff --git a/Android/res/drawable-ldpi/splash.9.png b/Android/res/drawable-ldpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-ldpi/splash.9.png +++ /dev/null diff --git a/Android/res/drawable-mdpi/splash.9.png b/Android/res/drawable-mdpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-mdpi/splash.9.png +++ /dev/null diff --git a/Android/res/drawable-xhdpi/splash.9.png b/Android/res/drawable-xhdpi/splash.9.png Binary files differdeleted file mode 100644 index 1e05563..0000000 --- a/Android/res/drawable-xhdpi/splash.9.png +++ /dev/null diff --git a/Android/res/xml/config.xml b/Android/res/xml/config.xml index cca1357..28f0047 100755 --- a/Android/res/xml/config.xml +++ b/Android/res/xml/config.xml @@ -41,7 +41,6 @@ <content src="src/index.html" /> <preference name="loglevel" value="DEBUG" /> - <preference name="splashscreen" value="splash" /> <!-- <preference name="backgroundColor" value="0xFFF" /> <preference name="loadUrlTimeoutValue" value="20000" /> diff --git a/Android/src/org/mysociety/FixMyStreet/AndroidActivity.java b/Android/src/org/mysociety/FixMyStreet/AndroidActivity.java index b9ed19a..5a5549e 100644 --- a/Android/src/org/mysociety/FixMyStreet/AndroidActivity.java +++ b/Android/src/org/mysociety/FixMyStreet/AndroidActivity.java @@ -23,7 +23,6 @@ public class AndroidActivity extends DroidGap { fields. */ getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN); } - super.setIntegerProperty("splashscreen", R.drawable.splash); super.loadUrl("file:///android_asset/www/src/index.html", 30000); } }
\ No newline at end of file |