Commit History

作者 SHA1 備註 提交日期
  jabarros 98929a9c8f Merge branch 'download_folder' into download_folder_cancel_downloads 10 年之前
  jabarros cec7baba5b 'Cancel folder download' cancels downloads of files already in the FileDownloadService 10 年之前
  David A. Velasco 727a941b3c Show the download-in-progress icon in the folder as soon as the SynchronizeFolderOperation is created 10 年之前
  jabarros 0be6894ec3 Changes after CR 10 年之前
  jabarros a6a010440d Added some fixes in OperationsService 10 年之前
  jabarros 407f64f5e0 Update OperationsService to receive requests for cancelling downloads (WIP) 10 年之前
  jabarros f6f1c7e629 Add call to OperationService for canceling transference of downloading a folder 10 年之前
  David A. Velasco b309cafc15 Refactored OperationsService to hold two separated Handlers in two separated worker threads, one for SyncFolder, one for the rest 10 年之前
  David A. Velasco 56eaed4529 Added construction of SynchronizeFolderOperation to OperationService 10 年之前
  David A. Velasco b0278c232e Updated OperationService to attend requests for FileSyncFolderOperations without a Binder in the caller Context 10 年之前
  David A. Velasco 5167e646ad Refactoring: removed old FileDataStorageManager#moveFolder method, redirected to newer FileDataStorageManager#moveLocalFile 10 年之前
  jabarros 2ef886af31 Merge branch 'develop' into better_loggin_system 10 年之前
  jabarros 4599553545 Move Logger class to owncloud library and update references. Add async task for loading log info into LogHistoryActivity 10 年之前
  jabarros 59c0d67e68 Trigger MoveFileOperation when 'Choose' button is clicked 10 年之前
  David A. Velasco 6619154839 Removed lost dependencies and unneeded parameters; updated library reference 11 年之前
  masensio f2320691b3 Update branding: instead of specific option, make that using SAML authentication implies enabling the SingleSessionManager. 11 年之前
  David A. Velasco 8b3c9f14dc Using default singleton OwnCloudClientManager instead of holding a reference in application context 11 年之前
  David A. Velasco 37236f0faa Adapted code to use single OwnCloudClientManager#getClientFor(...) method 11 年之前
  David A. Velasco 7958161d25 Adapted code to URIs refactoring in OwnCloudClient 11 年之前
  David A. Velasco d95d2ac856 App adapted to replacement of OwnCloudClientMap for interface OwnCloudClientManager in ownCloud library 11 年之前
  masensio 8dc6b0f62d Call saveAllClients in OperationsService#onDestroy 11 年之前
  David A. Velasco 310a8da622 Removed last direct dependency on OwnCloudClientFactory to get all the OwnCloudClient instances through OwnCloudClientMap 11 年之前
  David A. Velasco 727be448c8 Updated creation of OwnCloudClients for known OC Accounts so that all the operations to the same Account are done through the same OwnCloudClient instance 11 年之前
  masensio 27ff23740c Fix: It says 'Rename could not be completed' but it's done when renaming from detail view 11 年之前
  masensio a9bfb401d5 Fix: Loading icon is there when coming back to the app 11 年之前
  David A. Velasco 733c8147ad Review of calls to super. in Activity/Fragment life cycle methods 11 年之前
  David A. Velasco d76b8fcdf7 Recover automatic redirection to login view when a foreground operation was tried with expired credentials 11 年之前
  masensio df4ae2eb35 Move execution of 'refresh file' operation to OperationsService 11 年之前
  David A. Velasco 6cb184ab63 Joint local removal of files to RemoteFileOperation to fix refresh of UI 11 年之前
  masensio 7295820d57 Add CreateFolderOperation to OperationsService 11 年之前