pub/Android/ownCloud.git
11 years agoReplaced call to 'Looper#quitSafely()' (API 18) for 'Looper#quit()'; shouldn't be...
David A. Velasco [Tue, 3 Jun 2014 06:24:42 +0000 (08:24 +0200)]
Replaced call to 'Looper#quitSafely()' (API 18) for 'Looper#quit()'; shouldn't be a problem

11 years agoFixed repeated upload of instant pictures after connectivity recovery
David A. Velasco [Mon, 2 Jun 2014 12:32:33 +0000 (14:32 +0200)]
Fixed repeated upload of instant pictures after connectivity recovery

11 years agoCancelation of notifications on success moved to a separate thread
David A. Velasco [Mon, 2 Jun 2014 08:38:14 +0000 (10:38 +0200)]
Cancelation of notifications on success moved to a separate thread

11 years agoMerge branch 'develop' into vanish_notifications
masensio [Fri, 30 May 2014 10:55:02 +0000 (12:55 +0200)]
Merge branch 'develop' into vanish_notifications

11 years agoMerge branch 'master' into vanish_notifications
masensio [Fri, 30 May 2014 10:40:55 +0000 (12:40 +0200)]
Merge branch 'master' into vanish_notifications

11 years agoTry to reproduce 'Twitter style': notify success and then remove the notification...
masensio [Fri, 30 May 2014 10:38:16 +0000 (12:38 +0200)]
Try to reproduce 'Twitter style': notify success and then remove the notification, instead of just removing it

11 years agoMerge branch 'master' into develop
masensio [Fri, 30 May 2014 07:30:05 +0000 (09:30 +0200)]
Merge branch 'master' into develop

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 30 May 2014 05:13:36 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoRemove success download notifications
masensio [Thu, 29 May 2014 08:23:41 +0000 (10:23 +0200)]
Remove success download notifications

11 years agoRemove unnecessary imports in FileUploader
masensio [Thu, 29 May 2014 08:23:35 +0000 (10:23 +0200)]
Remove unnecessary imports in  FileUploader

11 years agoMerge branch 'develop' into vanish_notifications
masensio [Thu, 29 May 2014 07:22:16 +0000 (09:22 +0200)]
Merge branch 'develop' into vanish_notifications

11 years agoRemove success upload notifications
masensio [Thu, 29 May 2014 07:21:00 +0000 (09:21 +0200)]
Remove success upload notifications

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 29 May 2014 05:13:34 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoUpdate version number to 1.5.6, 1.0.15(workaround) oc-android-1.5.6
masensio [Wed, 28 May 2014 15:17:24 +0000 (17:17 +0200)]
Update version number to 1.5.6, 1.0.15(workaround)

11 years agoUpdate failed_upload_load_more_images string
masensio [Wed, 28 May 2014 15:16:20 +0000 (17:16 +0200)]
Update failed_upload_load_more_images string

11 years agoFix: App gets stuck when sharing a folder when there is a credential error
masensio [Wed, 28 May 2014 15:14:21 +0000 (17:14 +0200)]
Fix: App gets stuck when sharing a folder when there is a credential error

11 years agoFixed typo in strings
David A. Velasco [Wed, 28 May 2014 12:55:18 +0000 (14:55 +0200)]
Fixed typo in strings

11 years agoUpdate library reference
masensio [Wed, 28 May 2014 09:17:38 +0000 (11:17 +0200)]
Update library reference

11 years agoUpdate library reference for release-1.5.6
masensio [Wed, 28 May 2014 08:37:32 +0000 (10:37 +0200)]
Update library reference for release-1.5.6

11 years agoAdd comments
masensio [Tue, 27 May 2014 12:10:52 +0000 (14:10 +0200)]
Add comments

11 years agoRemove unnecessary import in DisplayUtils
masensio [Tue, 27 May 2014 12:08:05 +0000 (14:08 +0200)]
Remove unnecessary import in DisplayUtils

11 years agoMerge branch 'fixed_video_playback_on_rotations' into release-1.5.6
masensio [Tue, 27 May 2014 11:20:01 +0000 (13:20 +0200)]
Merge branch 'fixed_video_playback_on_rotations' into release-1.5.6

11 years agoMerge branch 'develop' into release-1.5.6
masensio [Tue, 27 May 2014 11:18:41 +0000 (13:18 +0200)]
Merge branch 'develop' into release-1.5.6

11 years agoUpdate file images, add new mimetypes to show: spreadsheets, impress, rar, rtf and 3gp
masensio [Tue, 27 May 2014 11:16:16 +0000 (13:16 +0200)]
Update file images, add new mimetypes to show: spreadsheets, impress, rar, rtf and 3gp

11 years agoMerge pull request #505 from owncloud/more_concrete_error_messages_session_expires
David A. Velasco [Tue, 27 May 2014 10:29:07 +0000 (12:29 +0200)]
Merge pull request #505 from owncloud/more_concrete_error_messages_session_expires

More concrete error messages when session expires

11 years agoModify strings: can not --> cannot, remove space before ?
masensio [Tue, 27 May 2014 07:08:10 +0000 (09:08 +0200)]
Modify strings: can not --> cannot, remove space before ?

11 years agoUse ErrorMessageAdapter to access the error string when an error in a finished foregr...
masensio [Mon, 26 May 2014 12:56:51 +0000 (14:56 +0200)]
Use ErrorMessageAdapter to access the error string when an error in a finished foreground operation occurs

11 years agoAdd specific message(s) for network error(s) in strings.xml
masensio [Mon, 26 May 2014 11:00:22 +0000 (13:00 +0200)]
Add specific message(s) for network error(s) in strings.xml

11 years agoNew class ErrorMessageAdapter to choose proper error message to show to the user...
masensio [Mon, 26 May 2014 08:15:28 +0000 (10:15 +0200)]
New class ErrorMessageAdapter to choose proper error message to show to the user depending on the results of operations

11 years agoMerge branch 'develop' into more_concrete_error_messages_session_expires
masensio [Mon, 26 May 2014 06:52:38 +0000 (08:52 +0200)]
Merge branch 'develop' into more_concrete_error_messages_session_expires

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 26 May 2014 05:13:38 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 25 May 2014 05:13:33 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 24 May 2014 05:13:34 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #501 from owncloud/no_case_sensitive_log_in
masensio [Fri, 23 May 2014 12:47:05 +0000 (14:47 +0200)]
Merge pull request #501 from owncloud/no_case_sensitive_log_in

Make username case insensitive

11 years agoFixed reinit of video preview on rotations from portrait to landscape (tablets only...
David A. Velasco [Fri, 23 May 2014 12:20:55 +0000 (14:20 +0200)]
Fixed reinit of video preview on rotations from portrait to landscape (tablets only) ; removed unneeded reinit of second fragment

11 years agoFixed recovery on file state in PreviewFragment on rotations
David A. Velasco [Fri, 23 May 2014 12:03:35 +0000 (14:03 +0200)]
Fixed recovery on file state in PreviewFragment on rotations

11 years agoUse the new strings for upload and download fails when it is necessary
masensio [Fri, 23 May 2014 11:34:21 +0000 (13:34 +0200)]
Use the new strings for upload and download fails when it is necessary

11 years agoMake username case insensitive
David A. Velasco [Fri, 23 May 2014 09:21:48 +0000 (11:21 +0200)]
Make username case insensitive

11 years agoDefine strings for failes uploads/downloads with credentials errors
masensio [Fri, 23 May 2014 07:40:09 +0000 (09:40 +0200)]
Define strings for failes uploads/downloads  with credentials errors

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 22 May 2014 05:13:36 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #500 from owncloud/refactor_update_filelist_from_database
David A. Velasco [Tue, 20 May 2014 12:49:28 +0000 (14:49 +0200)]
Merge pull request #500 from owncloud/refactor_update_filelist_from_database

Refactored update of UI after finish of operations and file updates

11 years agoUpdate library reference
masensio [Tue, 20 May 2014 12:26:23 +0000 (14:26 +0200)]
Update library reference

11 years agoChanges in OCFileListFragment from comments in PR#500
masensio [Tue, 20 May 2014 12:25:53 +0000 (14:25 +0200)]
Changes in OCFileListFragment from comments in PR#500

11 years agoChanges in FileDisplayActivity from comments in PR#500
masensio [Tue, 20 May 2014 12:20:17 +0000 (14:20 +0200)]
Changes in FileDisplayActivity from comments in PR#500

11 years agoChanges in FileDataStorageManager from comments in PR#500
masensio [Tue, 20 May 2014 12:01:55 +0000 (14:01 +0200)]
Changes in FileDataStorageManager from comments in PR#500

11 years agoFix: It says 'Rename could not be completed' but it's done when renaming from detail...
masensio [Tue, 20 May 2014 11:16:01 +0000 (13:16 +0200)]
Fix: It says 'Rename could not be completed' but it's done when renaming from detail view

11 years agoMerge branch 'develop' into refactor_update_filelist_from_database
masensio [Tue, 20 May 2014 10:16:16 +0000 (12:16 +0200)]
Merge branch 'develop' into refactor_update_filelist_from_database

11 years agoFix: Loading icon is there when coming back to the app
masensio [Tue, 20 May 2014 10:15:26 +0000 (12:15 +0200)]
Fix: Loading icon is there when coming back to the app

11 years agoMerge pull request #498 from owncloud/fixed_accidental_refresh_when_sending_media_fil...
masensio [Tue, 20 May 2014 10:08:20 +0000 (12:08 +0200)]
Merge pull request #498 from owncloud/fixed_accidental_refresh_when_sending_media_file_to_other_app

Fixed accidental refresh when sending media file to other app

11 years agoFixed accidental refresh when sending media file to other app
David A. Velasco [Tue, 20 May 2014 09:24:50 +0000 (11:24 +0200)]
Fixed accidental refresh when sending media file to other app

11 years agoMerge pull request #497 from owncloud/fixed_local_removal_of_files
masensio [Tue, 20 May 2014 08:37:57 +0000 (10:37 +0200)]
Merge pull request #497 from owncloud/fixed_local_removal_of_files

Fixed local removal of files

11 years agoFixed local removal of files when a folder is removed locally and holds local files...
David A. Velasco [Tue, 20 May 2014 08:30:02 +0000 (10:30 +0200)]
Fixed local removal of files when a folder is removed locally and holds local files currently out of sync

11 years agoMerge pull request #496 from owncloud/removed_not_working_file_sync_in_gallery
masensio [Tue, 20 May 2014 06:26:55 +0000 (08:26 +0200)]
Merge pull request #496 from owncloud/removed_not_working_file_sync_in_gallery

Removed not working file sync in gallery

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 20 May 2014 05:13:35 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoRemoved not working file sync option in gallery
David A. Velasco [Mon, 19 May 2014 13:18:13 +0000 (15:18 +0200)]
Removed not working file sync option in gallery

11 years agoMerge pull request #495 from owncloud/fixed_loading_dialog_dismissed_on_rotation
masensio [Mon, 19 May 2014 11:31:37 +0000 (13:31 +0200)]
Merge pull request #495 from owncloud/fixed_loading_dialog_dismissed_on_rotation

Fixed loading dialog dismissed on rotation

11 years agoREAL New fix for loading dialog never disapearing when app is restarted after going...
David A. Velasco [Mon, 19 May 2014 11:20:52 +0000 (13:20 +0200)]
REAL New fix for loading dialog never disapearing when app is restarted after going with HOME while loading

11 years agoFix: Menu is not refreshed on the gallery view
masensio [Mon, 19 May 2014 10:43:50 +0000 (12:43 +0200)]
Fix: Menu is not refreshed on the gallery view

11 years agoReview of calls to super. in Activity/Fragment life cycle methods
David A. Velasco [Mon, 19 May 2014 09:56:29 +0000 (11:56 +0200)]
Review of calls to super. in Activity/Fragment life cycle methods

11 years agoNew fix for loding dialog never disapearing when app is restarted after going with...
David A. Velasco [Mon, 19 May 2014 09:55:54 +0000 (11:55 +0200)]
New fix for loding dialog never disapearing when app is restarted after going with HOME while loading

11 years agoLoading dialog not dismissed on pause
David A. Velasco [Mon, 19 May 2014 09:18:30 +0000 (11:18 +0200)]
Loading dialog not dismissed on pause

11 years agoMerge pull request #494 from owncloud/fixed_restart_of_cancelled_download_after_chang...
masensio [Mon, 19 May 2014 08:50:26 +0000 (10:50 +0200)]
Merge pull request #494 from owncloud/fixed_restart_of_cancelled_download_after_changing_device_orientation

Fixed restart of cancelled download after changing device orientation

11 years agoFixed restart of cancelled download
David A. Velasco [Mon, 19 May 2014 08:35:49 +0000 (10:35 +0200)]
Fixed restart of cancelled download

11 years agoFix: Yellow arrow is not shown when downloading a file
masensio [Mon, 19 May 2014 08:29:05 +0000 (10:29 +0200)]
Fix: Yellow arrow is not shown when downloading a file

11 years agoMerge branch 'develop' into refactor_update_filelist_from_database
masensio [Mon, 19 May 2014 06:29:28 +0000 (08:29 +0200)]
Merge branch 'develop' into refactor_update_filelist_from_database

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 18 May 2014 05:13:32 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 17 May 2014 05:13:34 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #493 from owncloud/fixed_not_performed_renamed_when_device_is_rota...
masensio [Fri, 16 May 2014 13:06:12 +0000 (15:06 +0200)]
Merge pull request #493 from owncloud/fixed_not_performed_renamed_when_device_is_rotated_while_showing_dialog

Fixed not performed rename when device is rotated while showing dialog

11 years agoCreated new dialog classes for file renaming and folder creations
David A. Velasco [Fri, 16 May 2014 12:57:19 +0000 (14:57 +0200)]
Created new dialog classes for file renaming and folder creations

11 years agoFix: File can not be shown after several actions
masensio [Fri, 16 May 2014 12:25:18 +0000 (14:25 +0200)]
Fix: File can not be shown after several actions

11 years agoFix: Loading icon is on the screen forever when leaving the app after sharing a file
masensio [Fri, 16 May 2014 10:57:20 +0000 (12:57 +0200)]
Fix: Loading icon is on the screen forever when leaving the app after sharing a file

11 years agoMerge pull request #492 from owncloud/fixed_lost_autologin_after_file_operations_when...
masensio [Fri, 16 May 2014 09:02:57 +0000 (11:02 +0200)]
Merge pull request #492 from owncloud/fixed_lost_autologin_after_file_operations_when_credentials_were_changed

Fixed lost autologin after file operations when credentials were changed

11 years agoFix again: Download is started over and over when rotating the device
masensio [Fri, 16 May 2014 08:59:01 +0000 (10:59 +0200)]
Fix again: Download is started over and over when rotating the device

11 years agoRecover automatic redirection to login view when a foreground operation was tried...
David A. Velasco [Fri, 16 May 2014 07:58:10 +0000 (09:58 +0200)]
Recover automatic redirection to login view when a foreground operation was tried with expired credentials

11 years agoFix: Video is not previewed when tapping on it
masensio [Fri, 16 May 2014 07:13:14 +0000 (09:13 +0200)]
Fix: Video is not previewed when tapping on it

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 16 May 2014 05:13:34 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #490 from owncloud/fixed_left_details_fragment_when_file_is_removed
masensio [Thu, 15 May 2014 14:33:11 +0000 (16:33 +0200)]
Merge pull request #490 from owncloud/fixed_left_details_fragment_when_file_is_removed

Fixed left details fragment when file is removed

11 years agoFixed crash / left fragment after two rotations while removing video file
David A. Velasco [Thu, 15 May 2014 14:21:16 +0000 (16:21 +0200)]
Fixed crash / left fragment after two rotations while removing video file

11 years agoFix: The path in the action bar is wrong after deleteing a file and changing the...
masensio [Thu, 15 May 2014 13:17:43 +0000 (15:17 +0200)]
Fix: The path in the action bar is wrong after deleteing a file and changing the orientation

11 years agoFix: App crashes when renaming or deleting a video and rotate
masensio [Thu, 15 May 2014 09:24:27 +0000 (11:24 +0200)]
Fix: App crashes when renaming or deleting a video and rotate

11 years agoFix: Download is started over and over when rotating the device
masensio [Thu, 15 May 2014 07:34:58 +0000 (09:34 +0200)]
Fix: Download is started over and over when rotating the device

11 years agoMerge branch 'develop' into refactor_update_filelist_from_database
masensio [Thu, 15 May 2014 06:52:11 +0000 (08:52 +0200)]
Merge branch 'develop' into refactor_update_filelist_from_database

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 15 May 2014 05:13:33 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoFix: File list is not refreshed after changing the orientation of the device and...
masensio [Wed, 14 May 2014 15:20:35 +0000 (17:20 +0200)]
Fix: File list is not refreshed after changing the orientation of the device and other actions

11 years agoFix: app says thas has to stop when removing a image from the gallery
masensio [Wed, 14 May 2014 07:33:24 +0000 (09:33 +0200)]
Fix: app says thas has to stop when removing a image from the gallery

11 years agoMerge branch 'develop' into refactor_update_filelist_from_database
masensio [Wed, 14 May 2014 06:58:04 +0000 (08:58 +0200)]
Merge branch 'develop' into refactor_update_filelist_from_database

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 13 May 2014 05:14:31 +0000 (01:14 -0400)]
[tx-robot] updated from transifex

11 years agoFixed bug in setting of listener for dialog fragment
David A. Velasco [Mon, 12 May 2014 11:43:21 +0000 (13:43 +0200)]
Fixed bug in setting of listener for dialog fragment

11 years agoOptimized binding to OperationsService to grant no result is lost
David A. Velasco [Mon, 12 May 2014 11:34:02 +0000 (13:34 +0200)]
Optimized binding to OperationsService to grant no result is lost

11 years agoMerge branch 'develop' into refactor_update_filelist_from_database
masensio [Mon, 12 May 2014 10:57:11 +0000 (12:57 +0200)]
Merge branch 'develop' into refactor_update_filelist_from_database

11 years agoMove execution of 'refresh file' operation to OperationsService
masensio [Mon, 12 May 2014 10:54:28 +0000 (12:54 +0200)]
Move execution of 'refresh file' operation to OperationsService

11 years agoFixed refresh of details fragment in landscape tablet when upload finishes
David A. Velasco [Mon, 12 May 2014 10:33:31 +0000 (12:33 +0200)]
Fixed refresh of details fragment in landscape tablet when upload finishes

11 years agoMoved 'see details' to the last position of menu
David A. Velasco [Mon, 12 May 2014 10:17:57 +0000 (12:17 +0200)]
Moved 'see details' to the last position of menu

11 years agoRefactored handle of user response in confirmation dialog for file removal to avoid...
David A. Velasco [Mon, 12 May 2014 09:28:22 +0000 (11:28 +0200)]
Refactored handle of user response in confirmation dialog for file removal to avoid duplication

11 years agoJoint local removal of files to RemoteFileOperation to fix refresh of UI
David A. Velasco [Mon, 12 May 2014 07:59:19 +0000 (09:59 +0200)]
Joint local removal of files to RemoteFileOperation to fix refresh of UI

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 12 May 2014 05:14:30 +0000 (01:14 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 11 May 2014 05:14:25 +0000 (01:14 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 10 May 2014 05:14:32 +0000 (01:14 -0400)]
[tx-robot] updated from transifex

11 years agoFixed inconsistencies in file actions shown in menus according to the target file...
David A. Velasco [Fri, 9 May 2014 12:56:57 +0000 (14:56 +0200)]
Fixed inconsistencies in file actions shown in menus according to the target file state

11 years agoMerge branch 'develop' into refactor_update_filelist_from_database
masensio [Fri, 9 May 2014 06:21:48 +0000 (08:21 +0200)]
Merge branch 'develop' into refactor_update_filelist_from_database