projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'develop' into fix_crash_in_android_2
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
activity
/
UploadFilesActivity.java
diff --git
a/src/com/owncloud/android/ui/activity/UploadFilesActivity.java
b/src/com/owncloud/android/ui/activity/UploadFilesActivity.java
index
0918572
..
7563ea6
100644
(file)
--- a/
src/com/owncloud/android/ui/activity/UploadFilesActivity.java
+++ b/
src/com/owncloud/android/ui/activity/UploadFilesActivity.java
@@
-1,5
+1,8
@@
-/* ownCloud Android client application
- * Copyright (C) 2012-2013 ownCloud Inc.
+/**
+ * ownCloud Android client application
+ *
+ * @author David A. Velasco
+ * 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,
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
@@
-48,9
+51,6
@@
import com.owncloud.android.utils.FileStorageUtils;
/**
* Displays local files and let the user choose what of them wants to upload
* to the current ownCloud account
/**
* Displays local files and let the user choose what of them wants to upload
* to the current ownCloud account
- *
- * @author David A. Velasco
- *
*/
public class UploadFilesActivity extends FileActivity implements
*/
public class UploadFilesActivity extends FileActivity implements
@@
-289,8
+289,6
@@
public class UploadFilesActivity extends FileActivity implements
* to upload into the ownCloud local folder.
*
* Maybe an AsyncTask is not strictly necessary, but who really knows.
* to upload into the ownCloud local folder.
*
* Maybe an AsyncTask is not strictly necessary, but who really knows.
- *
- * @author David A. Velasco
*/
private class CheckAvailableSpaceTask extends AsyncTask<Void, Void, Boolean> {
*/
private class CheckAvailableSpaceTask extends AsyncTask<Void, Void, Boolean> {