pub/Android/ownCloud.git
10 years agoFirst try
David A. Velasco [Wed, 7 Jan 2015 17:23:53 +0000 (18:23 +0100)]
First try

10 years agoFix. App does not realize that the folder does not exits when traying to download...
jabarros [Wed, 31 Dec 2014 12:48:36 +0000 (13:48 +0100)]
Fix. App does not realize that the folder does not exits when traying to download a folder

10 years agoFixed. Yellow arrow is not gone when there is not something to download
jabarros [Tue, 23 Dec 2014 08:15:59 +0000 (09:15 +0100)]
Fixed. Yellow arrow is not gone when there is not something to download

10 years agoMerge pull request #813 from owncloud/download_folder__improved_cancellation
jabarros [Wed, 17 Dec 2014 12:25:02 +0000 (13:25 +0100)]
Merge pull request #813 from owncloud/download_folder__improved_cancellation

Download folder  improved cancellation

10 years agoRemoved unneeded logs
David A. Velasco [Wed, 17 Dec 2014 11:54:45 +0000 (12:54 +0100)]
Removed unneeded logs

10 years agoAdded cancellation checks in SynchronizeFolderOperation before every RemoteOperation...
David A. Velasco [Wed, 17 Dec 2014 10:10:53 +0000 (11:10 +0100)]
Added cancellation checks in SynchronizeFolderOperation before every RemoteOperation execution

10 years agoMerge pull request #812 from owncloud/download_folder__update_contextual_menu_asap
jabarros [Wed, 17 Dec 2014 08:47:18 +0000 (09:47 +0100)]
Merge pull request #812 from owncloud/download_folder__update_contextual_menu_asap

Allow cancelling download of folders as soon as the SynchronizeFolderOpe...

10 years agoMerge pull request #811 from owncloud/download_folder_cancel_downloads
David A. Velasco [Wed, 17 Dec 2014 08:42:27 +0000 (09:42 +0100)]
Merge pull request #811 from owncloud/download_folder_cancel_downloads

'Cancel folder download' cancels downloads of files already in the FileD...

10 years agoAllow cancelling download of folders as soon as the SynchronizeFolderOperation is...
David A. Velasco [Wed, 17 Dec 2014 08:32:13 +0000 (09:32 +0100)]
Allow cancelling download of folders as soon as the SynchronizeFolderOperation is in the OperationsService

10 years agoMerge branch 'download_folder' into download_folder_cancel_downloads
jabarros [Tue, 16 Dec 2014 14:04:39 +0000 (15:04 +0100)]
Merge branch 'download_folder' into download_folder_cancel_downloads

10 years agoMerge pull request #810 from owncloud/download_folder__better_downloading_icon_for_fo...
jabarros [Tue, 16 Dec 2014 13:47:27 +0000 (14:47 +0100)]
Merge pull request #810 from owncloud/download_folder__better_downloading_icon_for_folders

Show the download-in-progress icon in the folder as soon as the Synchron...

10 years agoAdded cancelation for each synchronizeFolderOperation when canceling download folder
jabarros [Tue, 16 Dec 2014 13:28:36 +0000 (14:28 +0100)]
Added cancelation for each synchronizeFolderOperation when canceling download folder

10 years agoRun folder download cancelation in new thread
jabarros [Tue, 16 Dec 2014 13:15:46 +0000 (14:15 +0100)]
Run folder download cancelation in new thread

10 years ago'Cancel folder download' cancels downloads of files already in the FileDownloadService
jabarros [Tue, 16 Dec 2014 13:02:23 +0000 (14:02 +0100)]
'Cancel folder download' cancels downloads of files already in the FileDownloadService

10 years agoShow the download-in-progress icon in the folder as soon as the SynchronizeFolderOper...
David A. Velasco [Tue, 16 Dec 2014 09:42:55 +0000 (10:42 +0100)]
Show the download-in-progress icon in the folder as soon as the SynchronizeFolderOperation is created

10 years agoMerge pull request #806 from owncloud/download_folder__clean_SynchronizeFolderOperation
jabarros [Mon, 15 Dec 2014 14:01:55 +0000 (15:01 +0100)]
Merge pull request #806 from owncloud/download_folder__clean_SynchronizeFolderOperation

Clean SynchronizeFolderOperation

10 years agoAvoid unneeded parameter
David A. Velasco [Mon, 15 Dec 2014 13:46:52 +0000 (14:46 +0100)]
Avoid unneeded parameter

10 years agoMerge pull request #805 from owncloud/download_folder_cancel_menu_option
David A. Velasco [Mon, 15 Dec 2014 08:57:27 +0000 (09:57 +0100)]
Merge pull request #805 from owncloud/download_folder_cancel_menu_option

Show 'cancel download' option in folder actions menu when folder is bein...

10 years agoFixed a couple of null pointers
David A. Velasco [Fri, 12 Dec 2014 12:30:55 +0000 (13:30 +0100)]
Fixed a couple of null pointers

10 years agoOptimize operation flow
David A. Velasco [Fri, 12 Dec 2014 11:28:31 +0000 (12:28 +0100)]
Optimize operation flow

10 years agoDelay load of cached information about folder (mLocalFolder) until the operation...
David A. Velasco [Thu, 11 Dec 2014 13:30:10 +0000 (14:30 +0100)]
Delay load of cached information about folder (mLocalFolder) until the operation is really run

10 years agoMerge pull request #803 from owncloud/download_folder_cancel
David A. Velasco [Fri, 12 Dec 2014 11:32:41 +0000 (12:32 +0100)]
Merge pull request #803 from owncloud/download_folder_cancel

Add cancellation of folder synchronizations to OperationsService.

10 years agoShow 'cancel download' option in folder actions menu when folder is being downloaded
jabarros [Fri, 12 Dec 2014 11:02:01 +0000 (12:02 +0100)]
Show 'cancel download' option in folder actions menu when folder is being downloaded

10 years agoChanges after CR
jabarros [Fri, 12 Dec 2014 09:40:13 +0000 (10:40 +0100)]
Changes after CR

10 years agoAdded some fixes in OperationsService
jabarros [Fri, 12 Dec 2014 08:16:32 +0000 (09:16 +0100)]
Added some fixes in OperationsService

10 years agoUpdate OperationsService to receive requests for cancelling downloads (WIP)
jabarros [Thu, 11 Dec 2014 17:44:29 +0000 (18:44 +0100)]
Update OperationsService to receive requests for cancelling downloads (WIP)

10 years agoAdd call to OperationService for canceling transference of downloading a folder
jabarros [Thu, 11 Dec 2014 17:18:23 +0000 (18:18 +0100)]
Add call to OperationService for canceling transference of downloading a folder

10 years agoMerge pull request #797 from owncloud/download_folder__in_a_separate_worker_thread
jabarros [Thu, 11 Dec 2014 08:21:42 +0000 (09:21 +0100)]
Merge pull request #797 from owncloud/download_folder__in_a_separate_worker_thread

Download folder  in a separate worker thread

10 years agoFixed compilation error
David A. Velasco [Wed, 10 Dec 2014 17:52:57 +0000 (18:52 +0100)]
Fixed compilation error

10 years agoFixed access to storage manager in SynchronizeFolderOperation
David A. Velasco [Wed, 10 Dec 2014 17:04:21 +0000 (18:04 +0100)]
Fixed access to storage manager in SynchronizeFolderOperation

10 years agoRefactored OperationsService to hold two separated Handlers in two separated worker...
David A. Velasco [Wed, 10 Dec 2014 15:59:37 +0000 (16:59 +0100)]
Refactored OperationsService to hold two separated Handlers in two separated worker threads, one for SyncFolder, one for the rest

10 years agoAdded construction of SynchronizeFolderOperation to OperationService
David A. Velasco [Wed, 10 Dec 2014 15:27:34 +0000 (16:27 +0100)]
Added construction of SynchronizeFolderOperation to OperationService

10 years agoMerge pull request #795 from owncloud/download_folder_recursion
David A. Velasco [Wed, 10 Dec 2014 17:21:05 +0000 (18:21 +0100)]
Merge pull request #795 from owncloud/download_folder_recursion

Resolve recursion on new SyncFolderOperation creating new instances of S...

10 years agoResolve recursion on new SyncFolderOperation creating new instances of SynFolderOpera...
jabarros [Wed, 10 Dec 2014 15:23:46 +0000 (16:23 +0100)]
Resolve recursion on new SyncFolderOperation creating new instances of SynFolderOperation and running them

10 years agoMerge pull request #794 from owncloud/download_folder__add_download_to_operationService
jabarros [Wed, 10 Dec 2014 10:03:43 +0000 (11:03 +0100)]
Merge pull request #794 from owncloud/download_folder__add_download_to_operationService

Updated OperationService to attend requests for FileSyncFolderOperations...

10 years agoMerge pull request #791 from owncloud/download_folder_SynchronizeFolderOperation
David A. Velasco [Wed, 10 Dec 2014 10:03:00 +0000 (11:03 +0100)]
Merge pull request #791 from owncloud/download_folder_SynchronizeFolderOperation

Download folder synchronize folder operation

10 years agoChanges after CR
jabarros [Wed, 10 Dec 2014 09:06:10 +0000 (10:06 +0100)]
Changes after CR

10 years agoUpdated OperationService to attend requests for FileSyncFolderOperations without...
David A. Velasco [Wed, 10 Dec 2014 08:39:41 +0000 (09:39 +0100)]
Updated OperationService to attend requests for FileSyncFolderOperations without a Binder in the caller Context

10 years agoRequest the download of all the files in a folder (non recursively)
jabarros [Tue, 9 Dec 2014 10:18:57 +0000 (11:18 +0100)]
Request the download of all the files in a folder (non recursively)

10 years agoCreate new SyncFolderOperation
jabarros [Tue, 9 Dec 2014 09:55:17 +0000 (10:55 +0100)]
Create new SyncFolderOperation

10 years agoRename SynchronizeFolderOperation to RefreshFolderOperation and update references
jabarros [Tue, 9 Dec 2014 09:54:18 +0000 (10:54 +0100)]
Rename SynchronizeFolderOperation to RefreshFolderOperation and update references

10 years agoMerge remote-tracking branch 'rhabbachi/feature/308_sync_folder' into download_folder
David A. Velasco [Tue, 9 Dec 2014 09:39:14 +0000 (10:39 +0100)]
Merge remote-tracking branch 'rhabbachi/feature/308_sync_folder' into download_folder

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 8 Dec 2014 06:13:29 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 7 Dec 2014 06:13:35 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 6 Dec 2014 06:13:30 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 5 Dec 2014 06:13:30 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 4 Dec 2014 06:13:37 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years agoMerge branch 'master' into develop
David A. Velasco [Wed, 3 Dec 2014 10:31:49 +0000 (11:31 +0100)]
Merge branch 'master' into develop

10 years agoMerge pull request #773 from owncloud/triggerMediaScan
jabarros [Wed, 3 Dec 2014 09:10:26 +0000 (10:10 +0100)]
Merge pull request #773 from owncloud/triggerMediaScan

Trigger media scan

10 years agoRemoved empty method, and some unused imports
David A. Velasco [Wed, 3 Dec 2014 08:41:49 +0000 (09:41 +0100)]
Removed empty method, and some unused imports

10 years agoMerge branch 'release-1.6.2' oc-android-1.6.2
jabarros [Wed, 3 Dec 2014 08:33:07 +0000 (09:33 +0100)]
Merge branch 'release-1.6.2'

10 years agoUpdate owncloud library reference to 0.9.4
jabarros [Wed, 3 Dec 2014 08:31:41 +0000 (09:31 +0100)]
Update owncloud library reference to 0.9.4

10 years agoTrigger MediaScan for every downloaded file in a renamed or moved folder
David A. Velasco [Tue, 2 Dec 2014 13:23:49 +0000 (14:23 +0100)]
Trigger MediaScan for every downloaded file in a renamed or moved folder

10 years agoRefactoring: removed old FileDataStorageManager#moveFolder method, redirected to...
David A. Velasco [Tue, 2 Dec 2014 12:33:57 +0000 (13:33 +0100)]
Refactoring: removed old FileDataStorageManager#moveFolder method, redirected to newer FileDataStorageManager#moveLocalFile

10 years agoBug fixed (and some refactoring): crash on local removal of a folder
David A. Velasco [Tue, 2 Dec 2014 10:17:47 +0000 (11:17 +0100)]
Bug fixed (and some refactoring): crash on local removal of a folder

10 years agoLet Gradle out of Travis for the moment - needs additional review
David A. Velasco [Tue, 2 Dec 2014 08:47:02 +0000 (09:47 +0100)]
Let Gradle out of Travis for the moment - needs additional review

10 years agoRefactoring: MediaScan triggered via FileDataStorageManager in RemoveFileDialogFragment
David A. Velasco [Tue, 2 Dec 2014 08:29:26 +0000 (09:29 +0100)]
Refactoring: MediaScan triggered via FileDataStorageManager in RemoveFileDialogFragment

10 years agoRefactoring: moved MediaScan trigger from DownloadFileOperation to FileDownloader...
David A. Velasco [Tue, 2 Dec 2014 08:21:35 +0000 (09:21 +0100)]
Refactoring: moved MediaScan trigger from DownloadFileOperation to FileDownloader service via FileDataStorageManager

10 years agoRefactoring: move all the intents for MediaScanner in FileDataStorageManager to a...
David A. Velasco [Tue, 2 Dec 2014 08:16:56 +0000 (09:16 +0100)]
Refactoring: move all the intents for MediaScanner in FileDataStorageManager to a single method

10 years agoRefactoring: get MediaScan trigger out of OCFile for renaming
David A. Velasco [Tue, 2 Dec 2014 08:08:48 +0000 (09:08 +0100)]
Refactoring: get MediaScan trigger out of OCFile for renaming

10 years agoMerge pull request #662 from tobiasKaminsky/fileCount
jabarros [Tue, 2 Dec 2014 07:31:54 +0000 (08:31 +0100)]
Merge pull request #662 from tobiasKaminsky/fileCount

File count

10 years agoMerge remote-tracking branch 'upstream/develop' into triggerMediaScan
tobiasKaminsky [Sat, 29 Nov 2014 11:18:02 +0000 (12:18 +0100)]
Merge remote-tracking branch 'upstream/develop' into triggerMediaScan
-fr/strings.xml

Conflicts:
src/com/owncloud/android/datamodel/FileDataStorageManager.java
src/com/owncloud/android/datamodel/OCFile.java

10 years ago- test fix for android 4
tobiasKaminsky [Sat, 29 Nov 2014 11:13:46 +0000 (12:13 +0100)]
- test fix for android 4

10 years ago- restore some files :/
tobiasKaminsky [Sat, 29 Nov 2014 10:32:00 +0000 (11:32 +0100)]
- restore some files :/

10 years agoTemporary fix of missing escape for apostrophe
tobiasKaminsky [Tue, 18 Nov 2014 16:30:27 +0000 (17:30 +0100)]
Temporary fix of missing escape for apostrophe

10 years agocleanup
tobiasKaminsky [Sat, 29 Nov 2014 10:23:16 +0000 (11:23 +0100)]
cleanup

10 years ago- trigger mediaScan when files are deleted remote
tobiasKaminsky [Sat, 29 Nov 2014 10:12:03 +0000 (11:12 +0100)]
- trigger mediaScan when files are deleted remote

10 years ago- trigger works when moving files
tobiasKaminsky [Sat, 29 Nov 2014 09:37:13 +0000 (10:37 +0100)]
- trigger works when moving files

10 years agoMerge pull request #768 from owncloudChalmers/owncloud_submodule
jabarros [Fri, 28 Nov 2014 13:25:32 +0000 (14:25 +0100)]
Merge pull request #768 from owncloudChalmers/owncloud_submodule

Change submodule from owncloudChalmers/android-library to owncloud/android-library

10 years agoChange submodule from owncloudChalmers/android-library to ownCloud/android-library
Jorge Antonio Diaz-Benito Soriano [Fri, 28 Nov 2014 11:16:34 +0000 (12:16 +0100)]
Change submodule from owncloudChalmers/android-library to ownCloud/android-library

10 years agoUpdate owncloud library reference
jabarros [Fri, 28 Nov 2014 09:55:39 +0000 (10:55 +0100)]
Update owncloud library reference

10 years agoMerge pull request #661 from owncloudChalmers/gradleWithInternalDependency
jabarros [Fri, 28 Nov 2014 08:10:45 +0000 (09:10 +0100)]
Merge pull request #661 from owncloudChalmers/gradleWithInternalDependency

Gradle support (squashed history)

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 28 Nov 2014 06:13:32 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years agoMerge pull request #752 from owncloud/instant_uploads_set_path
David A. Velasco [Wed, 26 Nov 2014 12:10:04 +0000 (13:10 +0100)]
Merge pull request #752 from owncloud/instant_uploads_set_path

Better UI for settings path of instant uploads

10 years agoChanged var to parcelable in FolderPickerActivity
jabarros [Wed, 26 Nov 2014 12:06:00 +0000 (13:06 +0100)]
Changed var to parcelable in FolderPickerActivity

10 years agoRefactor after CR
jabarros [Wed, 26 Nov 2014 11:51:16 +0000 (12:51 +0100)]
Refactor after CR

10 years agoChanges after CR
jabarros [Wed, 26 Nov 2014 08:05:23 +0000 (09:05 +0100)]
Changes after CR

10 years agoUpdate the submodule version to the restored .gitignore
Jorge Antonio Diaz-Benito Soriano [Tue, 25 Nov 2014 20:34:20 +0000 (21:34 +0100)]
Update the submodule version to the restored .gitignore

10 years agoRestore .gitignore and SETUP.md, remove files that were added
Jorge Antonio Diaz-Benito Soriano [Tue, 25 Nov 2014 19:46:44 +0000 (20:46 +0100)]
Restore .gitignore and SETUP.md, remove files that were added

10 years agoUpdate owncloud library reference
jabarros [Tue, 25 Nov 2014 13:23:17 +0000 (14:23 +0100)]
Update owncloud library reference

10 years agobugfix
tobiasKaminsky [Mon, 24 Nov 2014 19:15:57 +0000 (20:15 +0100)]
bugfix

10 years agoUpdate reference to library
David A. Velasco [Mon, 24 Nov 2014 13:15:38 +0000 (14:15 +0100)]
Update reference to library

10 years agoUpdate submodule to version with updated .gitignore
Jorge Antonio Diaz-Benito Soriano [Mon, 24 Nov 2014 11:37:12 +0000 (12:37 +0100)]
Update submodule to version with updated .gitignore

10 years agoUpdated instructions to the continuous presence of the *.iml files
Jorge Antonio Diaz-Benito Soriano [Mon, 24 Nov 2014 11:17:01 +0000 (12:17 +0100)]
Updated instructions to the continuous presence of the *.iml files

10 years agoUpdate .gitignore and re-add missing files
Jorge Antonio Diaz-Benito Soriano [Mon, 24 Nov 2014 10:57:01 +0000 (11:57 +0100)]
Update .gitignore and re-add missing files

10 years agochanged order to: file(s), folder(s)
tobiasKaminsky [Mon, 24 Nov 2014 09:59:31 +0000 (10:59 +0100)]
changed order to: file(s), folder(s)

10 years agoUpdate owncloud library reference
jabarros [Mon, 24 Nov 2014 09:54:13 +0000 (10:54 +0100)]
Update owncloud library reference

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 24 Nov 2014 06:13:31 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 22 Nov 2014 06:13:44 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

10 years ago- removed Log
tobiasKaminsky [Fri, 21 Nov 2014 17:12:48 +0000 (18:12 +0100)]
- removed Log

10 years agofix bug #742
tobiasKaminsky [Fri, 21 Nov 2014 17:08:44 +0000 (18:08 +0100)]
fix bug #742

10 years agoMerge remote-tracking branch 'upstream/develop' into fileCount
tobiasKaminsky [Fri, 21 Nov 2014 16:59:51 +0000 (17:59 +0100)]
Merge remote-tracking branch 'upstream/develop' into fileCount

10 years agoMerge remote-tracking branch 'upstream/develop' into triggerMediaScan
tobiasKaminsky [Fri, 21 Nov 2014 16:58:32 +0000 (17:58 +0100)]
Merge remote-tracking branch 'upstream/develop' into triggerMediaScan

10 years agoMerge remote-tracking branch 'upstream/develop' into triggerMediaScan
tobiasKaminsky [Fri, 21 Nov 2014 16:54:47 +0000 (17:54 +0100)]
Merge remote-tracking branch 'upstream/develop' into triggerMediaScan

10 years agoUpdate submodule with the rebased version
Jorge Antonio Diaz-Benito Soriano [Fri, 21 Nov 2014 15:16:37 +0000 (16:16 +0100)]
Update submodule with the rebased version

10 years agoMerge remote-tracking branch 'upstream/develop' into gradleWithInternalDependency
Jorge Antonio Diaz-Benito Soriano [Fri, 21 Nov 2014 14:31:14 +0000 (15:31 +0100)]
Merge remote-tracking branch 'upstream/develop' into gradleWithInternalDependency

10 years agoUpdate submodule
Jorge Antonio Diaz-Benito Soriano [Fri, 21 Nov 2014 14:31:04 +0000 (15:31 +0100)]
Update submodule

10 years agoUpdate README.md
Jos Poortvliet [Fri, 21 Nov 2014 13:52:15 +0000 (14:52 +0100)]
Update README.md

Linking not to raw MD file but to the nicely formatted one in github :D

10 years agoMerge branch 'develop' into release-1.6.2
David A. Velasco [Fri, 21 Nov 2014 11:40:05 +0000 (12:40 +0100)]
Merge branch 'develop' into release-1.6.2

10 years agoMerge pull request #740 from owncloud/revert-669-master
David A. Velasco [Fri, 21 Nov 2014 11:23:27 +0000 (12:23 +0100)]
Merge pull request #740 from owncloud/revert-669-master

Revert "Add "select all" option to photo (or other) upload screen"