Commit graph

4878 commits

Author SHA1 Message Date
David A. Velasco
de1f34c493 Delay instant uploads when WiFi requirement is not met, and show as failed uploads in uploads list 2016-02-23 17:01:51 +01:00
David A. Velasco
5eeca847d1 Remove uploads from persisted list when cancelled 2016-02-23 13:56:23 +01:00
Juan Carlos González Cabrero
d49379abf8 Refactorized UploadStatus to have only 3 types of Status 2016-02-23 12:56:07 +01:00
Juan Carlos González Cabrero
a3aaca9ca3 Fixed the crash uploading without connection 2016-02-23 11:33:42 +01:00
David A. Velasco
245e8fe5c7 'Wifi-only' condition for instant uploads fixed - uploads are not done if connection is not through Wifi 2016-02-23 09:09:04 +01:00
Jenkins for ownCloud
4b20242ee7 [tx-robot] updated from transifex 2016-02-23 01:13:44 -05:00
David A. Velasco
366a1f7c51 Reconnect cancellation of uploads when Wifi is lost to interrupt only-wifi instant uploads 2016-02-22 14:37:36 +01:00
Juan Carlos González Cabrero
c0d0356821 Avoid rebuilding of the UploadListFragment 2016-02-22 14:13:00 +01:00
Juan Carlos González Cabrero
87076468da New resolution for ic_cancel icon 2016-02-22 14:09:56 +01:00
Andy Scherzinger
10155b9815 added reference to SETUP.md
added reference to SETUP.md to cover basic dev environment setup question right away.
2016-02-22 11:20:14 +01:00
Andy Scherzinger
8855ccbdc0 added issues link
added issues link to search "existing ones"
2016-02-22 11:17:15 +01:00
Andy Scherzinger
8da6b4f335 formatting fixes
minor fixes for formatting
2016-02-22 10:48:31 +01:00
Juan Carlos González Cabrero
ee66791dcb Deleted keySuffix parameter from putIfAbsent method, wich was corrupting the path 2016-02-22 10:24:07 +01:00
David A. Velasco
286dc8fafd Merge branch 'master' into reliable_uploads_actions_uploads_view 2016-02-22 10:21:46 +01:00
David A. Velasco
c9ad19692f Simplified FileUploader - UploadFileOperation gets responsibility to update local data as a new SyncOperation 2016-02-22 09:25:42 +01:00
Juan Carlos González Cabrero
9acb660165 Avoid storing an OCFile before the upload is completed 2016-02-22 09:20:52 +01:00
Jenkins for ownCloud
c2bb832547 [tx-robot] updated from transifex 2016-02-22 01:13:33 -05:00
Jenkins for ownCloud
2adeab1fc5 [tx-robot] updated from transifex 2016-02-21 01:13:32 -05:00
Jenkins for ownCloud
6009ef939b [tx-robot] updated from transifex 2016-02-20 01:13:39 -05:00
Maria Asensio
f88ab60a78 Merge pull request #1191 from owncloud/cancelUploadOnWlanExit
Cancel upload on wlan exit
2016-02-19 15:08:13 +01:00
David A. Velasco
e5fbc8fed9 Refactoring UploadFileOperation.java 2016-02-19 13:38:59 +01:00
Juan Carlos González Cabrero
6e63e65f2d Calls to the FileUploader service refactored and fixed 2016-02-19 12:52:22 +01:00
Maria Asensio
482d43a08d Merge pull request #1473 from owncloud/target_marshmallow_rebased
Move to compile target Marshmallow (Android 6 - v23) - rebased without FAB
2016-02-19 11:28:05 +01:00
masensio
9db05f6b16 Update library reference, after merging PR#109 2016-02-19 11:23:27 +01:00
David A. Velasco
1f3ff26001 Fixed broken initialization of UploadFileOperation 2016-02-19 11:08:49 +01:00
David A. Velasco
57de2968fb Removed dependency of OCUpload on OCFile 2016-02-19 10:06:55 +01:00
Juan Carlos González Cabrero
5fd891413e Line wrapping and getApplicationContext calls removed from last commit 2016-02-19 09:27:15 +01:00
Jenkins for ownCloud
5828ec35b8 [tx-robot] updated from transifex 2016-02-19 01:13:36 -05:00
Juan Carlos González Cabrero
e6cfedc285 Changed calls to FileUploader service to static methods to manage service Intents internally 2016-02-18 14:14:32 +01:00
Juan Carlos González Cabrero
d5fa3a5578 Retry action on list items of Updates view like in iOS 2016-02-18 10:21:03 +01:00
Juan Carlos González Cabrero
413d491112 Update uploads view when finish upload is deleted 2016-02-18 09:38:51 +01:00
David A. Velasco
40e9bb0529 Merged FileUploadService into FileUploader to avoid that changes from other branches are circumvented 2016-02-18 09:30:35 +01:00
Jenkins for ownCloud
79c7cc86bc [tx-robot] updated from transifex 2016-02-18 01:13:43 -05:00
David A. Velasco
cfcb18eb54 Saving new file to be uploaded for the first time with the correct reference to its parent folder 2016-02-17 17:46:16 +01:00
Jenkins for ownCloud
e12734c551 [tx-robot] updated from transifex 2016-02-17 01:13:47 -05:00
David A. Velasco
f58c19bb55 Minor fixes from own CR 2016-02-16 17:05:27 +01:00
David A. Velasco
05e723ba20 Removed unneeded request for permission WRITE_SETTINGS, and commented permissions behaviour for API level >= 23 in AndroidManifest.xml 2016-02-16 13:59:49 +01:00
David A. Velasco
a0a16e52f6 Updated ref to oc-android-library after increasing its build target to API level 23 2016-02-16 13:42:57 +01:00
Juan Carlos González Cabrero
91156063d2 'Clear all uploads' option implemented 2016-02-16 09:37:30 +01:00
David A. Velasco
e7673b90d2 Fixed build via gradle of OC JB Workaround app and build target updated to 23 2016-02-16 09:25:33 +01:00
David A. Velasco
89870064dc Merge pull request #1470 from owncloud/bug_7541
Fixes app crash when malformed URL is entered in login view.
2016-02-16 09:06:01 +01:00
Jenkins for ownCloud
e219eebaa0 [tx-robot] updated from transifex 2016-02-16 01:13:36 -05:00
Andy Scherzinger
3fa2d292bb fixed ic_refresh icon work with 24dp origial grey600 version 2016-02-15 17:34:45 +01:00
David A. Velasco
82b0b7a84f Merge branch 'master' into reliable_uploads_actions_uploads_view 2016-02-15 14:59:04 +01:00
Juan Carlos González Cabrero
9fe62d15ea Refresh listview when clear failed/finished uploads clicked 2016-02-15 10:58:53 +01:00
Andy Scherzinger
86369e79fc again format fixes 2016-02-15 09:31:52 +01:00
Andy Scherzinger
e551c1f466 fixed list identation 2016-02-15 09:30:41 +01:00
Andy Scherzinger
fb3d9cb005 nicer gradle wrapper ref 2016-02-15 09:22:26 +01:00
Andy Scherzinger
44df5b21f4 fixed merge conflicts 2016-02-15 09:18:15 +01:00
Jenkins for ownCloud
5f15321445 [tx-robot] updated from transifex 2016-02-15 01:13:39 -05:00