From 2aaa55b044a51051ba3f8f24af6060157d576485 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Wed, 13 Nov 2013 17:26:28 +0100 Subject: [PATCH] Updated version of ownCloud workaround app for JB and removed unnecessary resources --- oc_jb_workaround/AndroidManifest.xml | 14 +++++++++----- oc_jb_workaround/res/values-v11/styles.xml | 11 ----------- oc_jb_workaround/res/values-v14/styles.xml | 12 ------------ oc_jb_workaround/res/values/setup.xml | 17 +++++++++++++++++ oc_jb_workaround/res/values/styles.xml | 20 -------------------- 5 files changed, 26 insertions(+), 48 deletions(-) delete mode 100644 oc_jb_workaround/res/values-v11/styles.xml delete mode 100644 oc_jb_workaround/res/values-v14/styles.xml delete mode 100644 oc_jb_workaround/res/values/styles.xml diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml index 9ae118d9..3a36849f 100644 --- a/oc_jb_workaround/AndroidManifest.xml +++ b/oc_jb_workaround/AndroidManifest.xml @@ -1,18 +1,22 @@ + android:versionCode="0100009" + android:versionName="1.0.9" > - + android:targetSdkVersion="16" /--> + + + > diff --git a/oc_jb_workaround/res/values-v11/styles.xml b/oc_jb_workaround/res/values-v11/styles.xml deleted file mode 100644 index 541752f6..00000000 --- a/oc_jb_workaround/res/values-v11/styles.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/oc_jb_workaround/res/values-v14/styles.xml b/oc_jb_workaround/res/values-v14/styles.xml deleted file mode 100644 index f20e0150..00000000 --- a/oc_jb_workaround/res/values-v14/styles.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/oc_jb_workaround/res/values/setup.xml b/oc_jb_workaround/res/values/setup.xml index ed898f55..0bf5e1dd 100644 --- a/oc_jb_workaround/res/values/setup.xml +++ b/oc_jb_workaround/res/values/setup.xml @@ -1,4 +1,21 @@ + ownCloud Jelly Bean Workaround for lost credentials diff --git a/oc_jb_workaround/res/values/styles.xml b/oc_jb_workaround/res/values/styles.xml deleted file mode 100644 index 4a10ca49..00000000 --- a/oc_jb_workaround/res/values/styles.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - \ No newline at end of file -- 2.11.0