Removed unnceeded resources and reduced AndroidManifest to minimum contents
authorDavid A. Velasco <dvelasco@solidgear.es>
Wed, 13 Nov 2013 09:30:39 +0000 (10:30 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Wed, 13 Nov 2013 09:30:39 +0000 (10:30 +0100)
oc_framework/AndroidManifest.xml
oc_framework/res/drawable-hdpi/ic_launcher.png [deleted file]
oc_framework/res/drawable-mdpi/ic_launcher.png [deleted file]
oc_framework/res/drawable-xhdpi/ic_launcher.png [deleted file]
oc_framework/res/values-v11/styles.xml [deleted file]
oc_framework/res/values-v14/styles.xml [deleted file]
oc_framework/res/values/strings.xml [deleted file]
oc_framework/res/values/styles.xml [deleted file]

index 335b898..836b4a0 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.owncloud.android.oc_framework"
     android:versionCode="1"
@@ -7,10 +8,4 @@
         android:minSdkVersion="8"
         android:targetSdkVersion="19" />
 
-    <application
-        android:icon="@drawable/ic_launcher"
-        android:label="@string/app_name"
-        android:theme="@style/AppTheme" >
-    </application>
-
 </manifest>
diff --git a/oc_framework/res/drawable-hdpi/ic_launcher.png b/oc_framework/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644 (file)
index 96a442e..0000000
Binary files a/oc_framework/res/drawable-hdpi/ic_launcher.png and /dev/null differ
diff --git a/oc_framework/res/drawable-mdpi/ic_launcher.png b/oc_framework/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644 (file)
index 359047d..0000000
Binary files a/oc_framework/res/drawable-mdpi/ic_launcher.png and /dev/null differ
diff --git a/oc_framework/res/drawable-xhdpi/ic_launcher.png b/oc_framework/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644 (file)
index 71c6d76..0000000
Binary files a/oc_framework/res/drawable-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/oc_framework/res/values-v11/styles.xml b/oc_framework/res/values-v11/styles.xml
deleted file mode 100644 (file)
index 3c02242..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<resources>
-
-    <!--
-        Base application theme for API 11+. This theme completely replaces
-        AppBaseTheme from res/values/styles.xml on API 11+ devices.
-    -->
-    <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
-        <!-- API 11 theme customizations can go here. -->
-    </style>
-
-</resources>
diff --git a/oc_framework/res/values-v14/styles.xml b/oc_framework/res/values-v14/styles.xml
deleted file mode 100644 (file)
index a91fd03..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<resources>
-
-    <!--
-        Base application theme for API 14+. This theme completely replaces
-        AppBaseTheme from BOTH res/values/styles.xml and
-        res/values-v11/styles.xml on API 14+ devices.
-    -->
-    <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
-        <!-- API 14 theme customizations can go here. -->
-    </style>
-
-</resources>
diff --git a/oc_framework/res/values/strings.xml b/oc_framework/res/values/strings.xml
deleted file mode 100644 (file)
index da5efb9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<resources>
-
-    <string name="app_name">oc_framework</string>
-
-</resources>
diff --git a/oc_framework/res/values/styles.xml b/oc_framework/res/values/styles.xml
deleted file mode 100644 (file)
index 6ce89c7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<resources>
-
-    <!--
-        Base application theme, dependent on API level. This theme is replaced
-        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-    -->
-    <style name="AppBaseTheme" parent="android:Theme.Light">
-        <!--
-            Theme customizations available in newer API levels can go in
-            res/values-vXX/styles.xml, while customizations related to
-            backward-compatibility can go here.
-        -->
-    </style>
-
-    <!-- Application theme. -->
-    <style name="AppTheme" parent="AppBaseTheme">
-        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
-    </style>
-
-</resources>