Commit History

Author SHA1 Message Date
  Luke Owncloud 5af3c6d389 cleanup uploader. add comments. uncomment unused functions. rename. 10 years ago
  David A. Velasco e3e5c205b6 Fix thumbnail generation after successful upload 10 years ago
  jabarros cbea96e563 Fixed bug. Thmumbnail is not correct when uploading a file in another folder 10 years ago
  jabarros 2ef886af31 Merge branch 'develop' into better_loggin_system 10 years ago
  jabarros 4599553545 Move Logger class to owncloud library and update references. Add async task for loading log info into LogHistoryActivity 10 years ago
  David A. Velasco 3fac2e01a1 FileUploader service checks existance of account when receives an upload request 10 years ago
  David A. Velasco fa326f51c8 Fixed use of removed text messages unnoticed before updating all the languages 10 years ago
  David A. Velasco 9778f720dc Fixed bug: failed upload notification not appearing in Android 2.x devices 10 years ago
  jabarros 055be96386 Remove InstantUploadActivity and related resources 10 years ago
  jabarros 0bca42bcd8 Remove unused class FailedUploadActivity and related resources 10 years ago
  David A. Velasco 78a2ba5868 Fixed redirection to login view from failed notifications when click on 10 years ago
  masensio cb21f379d7 Remove some imports 10 years ago
  David A. Velasco 8b3c9f14dc Using default singleton OwnCloudClientManager instead of holding a reference in application context 10 years ago
  David A. Velasco 37236f0faa Adapted code to use single OwnCloudClientManager#getClientFor(...) method 10 years ago
  David A. Velasco d95d2ac856 App adapted to replacement of OwnCloudClientMap for interface OwnCloudClientManager in ownCloud library 10 years ago
  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 years ago
  David A. Velasco 58b70000ae Fixed repeated upload of instant pictures after connectivity recovery 11 years ago
  David A. Velasco 17ffd07e36 Cancelation of notifications on success moved to a separate thread 11 years ago
  masensio c407a568e0 Try to reproduce 'Twitter style': notify success and then remove the notification, instead of just removing it 11 years ago
  masensio ac1bbc8646 Remove unnecessary imports in FileUploader 11 years ago
  masensio 59d66d986b Remove success upload notifications 11 years ago
  masensio 99dcc9c5d5 New class ErrorMessageAdapter to choose proper error message to show to the user depending on the results of operations 11 years ago
  masensio 121887c899 Use the new strings for upload and download fails when it is necessary 11 years ago
  masensio 7295820d57 Add CreateFolderOperation to OperationsService 11 years ago
  David A. Velasco 7cf05f3647 Internal refactorization of AccountAuthenticatorActivity (and related dependencies) 11 years ago
  masensio 53a2789326 Check the version number instead of the version string 11 years ago
  masensio 1195c6dba3 Check the version number taking into account the new format 11 years ago
  David A. Velasco afaa4b2df3 Fixed lost text in notifications for failed uploads 11 years ago
  David A. Velasco 604abaf3b4 Grant that progress bar in notifications is shown in Android 2.x and 3.x devices 11 years ago
  David A. Velasco 7ab8ee7d4a Progress bar in notifications is hidden when download/upload finishes 11 years ago