From: David A. Velasco Date: Wed, 19 Jun 2013 15:02:50 +0000 (-0700) Subject: Merge pull request #186 from owncloud/fixed_contradicted_messages_in_login_view X-Git-Tag: oc-android-1.4.3~15^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/5dc43aab3cc1243f9989dd6a0c7dd3350c3f709b?hp=30ab377413b9e37cfb83caca70eccb78852a5bc8 Merge pull request #186 from owncloud/fixed_contradicted_messages_in_login_view Fixed contradicted messages in login view --- diff --git a/.classpath b/.classpath index d57ec025..2731f9c5 100644 --- a/.classpath +++ b/.classpath @@ -1,9 +1,9 @@ - - - + + + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b047f918..ee9ecafd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -50,7 +50,7 @@ + > @@ -151,7 +151,6 @@ - diff --git a/lint.xml b/lint.xml new file mode 100644 index 00000000..ee0eead5 --- /dev/null +++ b/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/oc_jb_workaround/.classpath b/oc_jb_workaround/.classpath index d57ec025..96e9275b 100644 --- a/oc_jb_workaround/.classpath +++ b/oc_jb_workaround/.classpath @@ -1,9 +1,9 @@ - - + + diff --git a/oc_jb_workaround/project.properties b/oc_jb_workaround/project.properties index 9b84a6b4..a3ee5ab6 100644 --- a/oc_jb_workaround/project.properties +++ b/oc_jb_workaround/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-16 +target=android-17 diff --git a/res/drawable/btn_cancel.png b/res/drawable/btn_cancel.png new file mode 100644 index 00000000..0a339bde Binary files /dev/null and b/res/drawable/btn_cancel.png differ diff --git a/res/layout-large-land/files.xml b/res/layout-large-land/files.xml deleted file mode 100644 index d874bf54..00000000 --- a/res/layout-large-land/files.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/res/layout/file_details_empty.xml b/res/layout/file_details_empty.xml index 3a205bd2..56438e9d 100644 --- a/res/layout/file_details_empty.xml +++ b/res/layout/file_details_empty.xml @@ -18,8 +18,8 @@ along with this program. If not, see . --> diff --git a/res/layout/file_details_fragment.xml b/res/layout/file_details_fragment.xml index ec756463..db415323 100644 --- a/res/layout/file_details_fragment.xml +++ b/res/layout/file_details_fragment.xml @@ -19,8 +19,9 @@ --> + android:layout_width="match_parent" + android:layout_height="match_parent" + > -