ソースを参照

Changes from comments in PR

masensio 10 年 前
コミット
9da433bb7b

+ 1 - 1
owncloud-android-library

@@ -1 +1 @@
-Subproject commit 8c4834256b7d4f44822570973c03164d84586264
+Subproject commit 16523c3d4ef9a5ec70820bea74f90bdd8ff1c2fe

+ 1 - 1
res/layout/preview_image_fragment.xml

@@ -43,7 +43,7 @@
         android:layout_centerInParent="true"
         />
     
-    <com.owncloud.android.utils.TouchImageViewCustom
+    <third_parties.michaelOrtiz.TouchImageViewCustom
         android:id="@+id/image"
         android:layout_width="match_parent"
         android:layout_height="match_parent"

+ 1 - 1
src/com/owncloud/android/ui/preview/PreviewImageFragment.java

@@ -57,8 +57,8 @@ import com.owncloud.android.ui.dialog.ConfirmationDialogFragment;
 import com.owncloud.android.ui.dialog.RemoveFileDialogFragment;
 import com.owncloud.android.ui.fragment.FileFragment;
 import com.owncloud.android.utils.BitmapUtils;
-import com.owncloud.android.utils.TouchImageViewCustom;
 
+import third_parties.michaelOrtiz.TouchImageViewCustom;
 
 
 /**

+ 1 - 17
src/com/owncloud/android/utils/TouchImageViewCustom.java → src/third_parties/michaelOrtiz/TouchImageViewCustom.java

@@ -1,6 +1,4 @@
 /**
- *   ownCloud Android client application
- *
  *   @author Michael Ortiz
  *   @updated Patrick Lackemacher
  *   @updated Babay88
@@ -8,23 +6,9 @@
  *   @updated hank-cp
  *   @updated singpolyma
  *   Copyright (c) 2012 Michael Ortiz
- *   Copyright (C) 2015 ownCloud Inc.
- *
- *   This program is free software: you can redistribute it and/or modify
- *   it under the terms of the GNU General Public License version 2,
- *   as published by the Free Software Foundation.
- *
- *   This program is distributed in the hope that it will be useful,
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *   GNU General Public License for more details.
- *
- *   You should have received a copy of the GNU General Public License
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- *
  */
 
-package com.owncloud.android.utils;
+package third_parties.michaelOrtiz;
 
 import com.owncloud.android.ui.preview.ImageViewCustom;