pub/Android/ownCloud.git
11 years agoHotFix to add Send File option, after PR#311
masensio [Mon, 17 Feb 2014 08:16:29 +0000 (09:16 +0100)]
HotFix to add Send File option, after PR#311

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Mon, 17 Feb 2014 07:25:08 +0000 (02:25 -0500)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Sun, 16 Feb 2014 06:20:41 +0000 (01:20 -0500)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Sat, 15 Feb 2014 11:19:59 +0000 (06:19 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #311 from tobiasKaminsky/develop
masensio [Fri, 14 Feb 2014 13:59:24 +0000 (14:59 +0100)]
Merge pull request #311 from tobiasKaminsky/develop

Added support for sharing files:

11 years agoMerge pull request #401 from owncloud/share_link__unshare_file
masensio [Fri, 14 Feb 2014 13:47:19 +0000 (14:47 +0100)]
Merge pull request #401 from owncloud/share_link__unshare_file

Share link  unshare file

11 years agoMerge remote-tracking branch 'origin/share_link__unshare_file' into share_link__unsha...
David A. Velasco [Fri, 14 Feb 2014 13:37:32 +0000 (14:37 +0100)]
Merge remote-tracking branch 'origin/share_link__unshare_file' into share_link__unshare_file

11 years agoUpdated library reference
David A. Velasco [Fri, 14 Feb 2014 13:36:33 +0000 (14:36 +0100)]
Updated library reference

11 years agoOC-2976: (Fix bug) App crashes when sharing a mp3 and other things
masensio [Fri, 14 Feb 2014 12:36:47 +0000 (13:36 +0100)]
OC-2976: (Fix bug) App crashes when sharing a mp3 and other things

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Fri, 14 Feb 2014 09:20:44 +0000 (04:20 -0500)]
[tx-robot] updated from transifex

11 years agoOC-2927: (Fix bug) App crashes when sharing a mp3 while it's playing
masensio [Fri, 14 Feb 2014 09:19:52 +0000 (10:19 +0100)]
OC-2927: (Fix bug) App crashes when sharing a mp3 while it's playing

11 years agoMerge pull request #367 from LukeOwncloud/renamed_oc_framework_to_android_library
David A. Velasco [Thu, 13 Feb 2014 11:26:47 +0000 (12:26 +0100)]
Merge pull request #367 from LukeOwncloud/renamed_oc_framework_to_android_library

Changed name of oc_framework to owncloud-android-library in setup.md and pom.xml

11 years agoOC-2923: (fix bug) Filelist is not refreshed after changing the orientation of the...
masensio [Thu, 13 Feb 2014 08:47:31 +0000 (09:47 +0100)]
OC-2923: (fix bug) Filelist is not refreshed after changing the orientation of the device and sharing

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Thu, 13 Feb 2014 08:06:51 +0000 (03:06 -0500)]
[tx-robot] updated from transifex

11 years agoOC-2922: Fix the bug: Menu in the gallery is not refresh after share or unsharing...
masensio [Wed, 12 Feb 2014 17:38:18 +0000 (18:38 +0100)]
OC-2922: Fix the bug: Menu in the gallery is not refresh after share or unsharing a file

11 years agoPrevent stuck progress dialog, but well done
David A. Velasco [Wed, 12 Feb 2014 11:45:47 +0000 (12:45 +0100)]
Prevent stuck progress dialog, but well done

11 years agoPrevent stuck progress dialog
David A. Velasco [Wed, 12 Feb 2014 11:42:07 +0000 (12:42 +0100)]
Prevent stuck progress dialog

11 years agoFixed subscription of stopped FileActivities as listeners for results of operations...
David A. Velasco [Wed, 12 Feb 2014 11:33:45 +0000 (12:33 +0100)]
Fixed subscription of stopped FileActivities as listeners for results of operations in OperationsService

11 years agoRemoved legacy code
David A. Velasco [Wed, 12 Feb 2014 10:47:07 +0000 (11:47 +0100)]
Removed legacy code

11 years agoOC-2918: Fix bug: It's not possible to share a file in samsung galaxy mini. (Some...
masensio [Wed, 12 Feb 2014 09:28:30 +0000 (10:28 +0100)]
OC-2918: Fix bug:  It's not possible to share a file in samsung galaxy mini. (Some strings comparisons are wrong in OperationService#onStartCommand)

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Wed, 12 Feb 2014 06:17:23 +0000 (01:17 -0500)]
[tx-robot] updated from transifex

11 years agoOC-2887: Fix bug, refresh share icon, share menu refresh
masensio [Tue, 11 Feb 2014 14:23:34 +0000 (15:23 +0100)]
OC-2887: Fix bug, refresh share icon, share menu refresh

11 years agoFixed release of connection between FileActivity and OperationService
David A. Velasco [Tue, 11 Feb 2014 13:57:37 +0000 (14:57 +0100)]
Fixed release of connection between FileActivity and OperationService

11 years agoCommit previous to fix bug about refresh share status in filelist, OC-2887
masensio [Tue, 11 Feb 2014 12:57:23 +0000 (13:57 +0100)]
Commit previous to fix bug about refresh share status in filelist, OC-2887

11 years agoFixed bug in callbacks from OperationsService, a Handler is needed to access the...
David A. Velasco [Tue, 11 Feb 2014 10:37:52 +0000 (11:37 +0100)]
Fixed bug in callbacks from OperationsService, a Handler is needed to access the main thread from other

11 years agoMerge pull request #398 from owncloud/share_link__unshare_file__share_in_operation_se...
David A. Velasco [Tue, 11 Feb 2014 10:08:44 +0000 (11:08 +0100)]
Merge pull request #398 from owncloud/share_link__unshare_file__share_in_operation_service

Share link  unshare file  share in operation service

11 years agoMerge pull request #397 from owncloud/add_callback_in_OperationsService_through_binder
masensio [Tue, 11 Feb 2014 10:05:36 +0000 (11:05 +0100)]
Merge pull request #397 from owncloud/add_callback_in_OperationsService_through_binder

Added subscription through binder and callback at operations end to OperationsService

11 years agoMerge branch 'share_link__unshare_file' into share_link__unshare_file__share_in_opera...
masensio [Tue, 11 Feb 2014 09:57:16 +0000 (10:57 +0100)]
Merge branch 'share_link__unshare_file' into share_link__unshare_file__share_in_operation_service

11 years agoMerge branch 'develop' into share_link__unshare_file
masensio [Tue, 11 Feb 2014 09:56:31 +0000 (10:56 +0100)]
Merge branch 'develop' into share_link__unshare_file

11 years agoOC-2895: Move execution of UnshareOperation to OperationsService
masensio [Tue, 11 Feb 2014 09:53:30 +0000 (10:53 +0100)]
OC-2895: Move execution of UnshareOperation to OperationsService

11 years agoOC-2896: Move execution of CreateShareOperation to OperationsService
masensio [Tue, 11 Feb 2014 09:35:25 +0000 (10:35 +0100)]
OC-2896: Move execution of CreateShareOperation to OperationsService

11 years agoAll the FileActivities bind to OperationsService on creation, and the later reports...
David A. Velasco [Tue, 11 Feb 2014 09:29:01 +0000 (10:29 +0100)]
All the FileActivities bind to OperationsService on creation, and the later reports them when an operation finishes

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Tue, 11 Feb 2014 06:15:14 +0000 (01:15 -0500)]
[tx-robot] updated from transifex

11 years agoMerge branch 'develop' into share_link__unshare_file
masensio [Mon, 10 Feb 2014 12:49:12 +0000 (13:49 +0100)]
Merge branch 'develop' into share_link__unshare_file

11 years agoMerge branch 'develop' into share_link__unshare_file
masensio [Mon, 10 Feb 2014 12:48:02 +0000 (13:48 +0100)]
Merge branch 'develop' into share_link__unshare_file

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Mon, 10 Feb 2014 11:13:43 +0000 (06:13 -0500)]
[tx-robot] updated from transifex

11 years agoMerge remote-tracking branch 'origin/share_link__unshare_file' into share_link__unsha...
masensio [Mon, 10 Feb 2014 10:28:36 +0000 (11:28 +0100)]
Merge remote-tracking branch 'origin/share_link__unshare_file' into share_link__unshare_file

11 years agoOC-2880: fix bug In the detail view, changing the orientation of the device and unsha...
masensio [Mon, 10 Feb 2014 10:27:49 +0000 (11:27 +0100)]
OC-2880: fix bug In the detail view, changing the orientation of the device and unsharing, menu is not refreshing, for images view

11 years agoFixed local state of file after a successful reupload
David A. Velasco [Mon, 10 Feb 2014 08:42:39 +0000 (09:42 +0100)]
Fixed local state of file after a successful reupload

11 years agoMerge remote-tracking branch 'origin/share_link__unshare_file' into share_link__unsha...
masensio [Mon, 10 Feb 2014 08:37:23 +0000 (09:37 +0100)]
Merge remote-tracking branch 'origin/share_link__unshare_file' into share_link__unshare_file

11 years agoOC-2880: Fix bug: In the detail view, changing the orientation of the device and...
masensio [Mon, 10 Feb 2014 08:36:46 +0000 (09:36 +0100)]
OC-2880: Fix bug: In the detail view, changing the orientation of the device and unsharing, menu is not refreshing

11 years agoMerge pull request #393 from owncloud/fix_unshare_while_downloading
masensio [Mon, 10 Feb 2014 08:33:18 +0000 (09:33 +0100)]
Merge pull request #393 from owncloud/fix_unshare_while_downloading

Fixed wrong local state of a file after a download finishes

11 years agoFixed wrong local state of a file after a download finishes
David A. Velasco [Mon, 10 Feb 2014 08:29:33 +0000 (09:29 +0100)]
Fixed wrong local state of a file after a download finishes

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Sun, 9 Feb 2014 09:17:42 +0000 (04:17 -0500)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Sat, 8 Feb 2014 06:23:03 +0000 (01:23 -0500)]
[tx-robot] updated from transifex

11 years agoOC-2868: Fix bug: Unshare a file that does not exist any more, no message is shown
masensio [Fri, 7 Feb 2014 12:25:53 +0000 (13:25 +0100)]
OC-2868: Fix bug: Unshare a file that does not exist any more, no message is shown

11 years agoOC-2868: Fix bug: Unshare a file that does not exist any more, no message is shown
masensio [Fri, 7 Feb 2014 11:54:52 +0000 (12:54 +0100)]
OC-2868: Fix bug: Unshare a file that does not exist any more, no message is shown

11 years agoMerge branch 'develop' into share_link__unshare_file
masensio [Fri, 7 Feb 2014 11:02:38 +0000 (12:02 +0100)]
Merge branch 'develop' into share_link__unshare_file

11 years agoUpdate library reference
masensio [Fri, 7 Feb 2014 10:25:59 +0000 (11:25 +0100)]
Update library reference

11 years agoUpdated link to library in develop branch
David A. Velasco [Fri, 7 Feb 2014 10:20:03 +0000 (11:20 +0100)]
Updated link to library in develop branch

11 years agoUpdate library reference
masensio [Fri, 7 Feb 2014 10:18:41 +0000 (11:18 +0100)]
Update library reference

11 years agoMerge pull request #390 from owncloud/share_link__new_share
masensio [Fri, 7 Feb 2014 09:58:21 +0000 (10:58 +0100)]
Merge pull request #390 from owncloud/share_link__new_share

Share a file with a public link

11 years agoMerge pull request #389 from owncloud/share_link__refresh_shares_folder_per_folder
masensio [Fri, 7 Feb 2014 08:27:06 +0000 (09:27 +0100)]
Merge pull request #389 from owncloud/share_link__refresh_shares_folder_per_folder

Share link  refresh shares folder per folder

11 years agoOC-2859: Refix the bug. Unshare option shouldn't appear in non-shared files/folders
masensio [Fri, 7 Feb 2014 08:11:08 +0000 (09:11 +0100)]
OC-2859: Refix the bug. Unshare option shouldn't appear in non-shared files/folders

11 years agoConsidered servers without sharing support
David A. Velasco [Fri, 7 Feb 2014 07:59:11 +0000 (08:59 +0100)]
Considered servers without sharing support

11 years agoMerge remote-tracking branch 'origin/develop' into share_link__unshare_file
masensio [Fri, 7 Feb 2014 07:51:48 +0000 (08:51 +0100)]
Merge remote-tracking branch 'origin/develop' into share_link__unshare_file

11 years agoMerge branch 'share_link__new_share' into share_link__refresh_shares_folder_per_folder
David A. Velasco [Thu, 6 Feb 2014 19:16:14 +0000 (20:16 +0100)]
Merge branch 'share_link__new_share' into share_link__refresh_shares_folder_per_folder

11 years agoRecovered sendStickyBroadcast instead of LocalBroadcastManager#sendbroadcast; events...
David A. Velasco [Thu, 6 Feb 2014 19:10:21 +0000 (20:10 +0100)]
Recovered sendStickyBroadcast instead of LocalBroadcastManager#sendbroadcast; events were lost on screen rotations

11 years agoGet share resources ONLY for the current folder being refreshed
David A. Velasco [Thu, 6 Feb 2014 18:54:29 +0000 (19:54 +0100)]
Get share resources ONLY for the current folder being refreshed

11 years agoOC-2859: Fix bug: Unshare option shouldn't appear in non-shared files/folders
masensio [Thu, 6 Feb 2014 18:10:08 +0000 (19:10 +0100)]
OC-2859: Fix bug: Unshare option shouldn't appear in non-shared files/folders

11 years agoMerge pull request #388 from owncloud/setup_additions
masensio [Thu, 6 Feb 2014 17:42:33 +0000 (18:42 +0100)]
Merge pull request #388 from owncloud/setup_additions

Setup additions

11 years agoMerge branch 'develop' into share_link__new_share
David A. Velasco [Thu, 6 Feb 2014 14:13:40 +0000 (15:13 +0100)]
Merge branch 'develop' into share_link__new_share

11 years agoMerge branch 'share_link__new_share' into setup_additions
David A. Velasco [Thu, 6 Feb 2014 12:58:41 +0000 (13:58 +0100)]
Merge branch 'share_link__new_share' into setup_additions

11 years agoOC-2738: Update library reference
masensio [Thu, 6 Feb 2014 12:51:23 +0000 (13:51 +0100)]
OC-2738: Update library reference

11 years agoSome high-priority strings needing translation
David A. Velasco [Thu, 6 Feb 2014 12:16:16 +0000 (13:16 +0100)]
Some high-priority strings needing translation

11 years agoAdded HookActivity for integration of external SDKs
David A. Velasco [Thu, 6 Feb 2014 11:17:39 +0000 (12:17 +0100)]
Added HookActivity for integration of external SDKs

11 years agoUpdate library reference
masensio [Thu, 6 Feb 2014 10:30:57 +0000 (11:30 +0100)]
Update library reference

11 years agoMerge branch 'share_link__new_share' into share_link__unshare_file
masensio [Thu, 6 Feb 2014 10:23:30 +0000 (11:23 +0100)]
Merge branch 'share_link__new_share' into share_link__unshare_file

11 years agoOC-2841: Fix bug: Folder doesn't refresh and loading is in the action bar for more...
masensio [Thu, 6 Feb 2014 10:13:36 +0000 (11:13 +0100)]
OC-2841: Fix bug: Folder doesn't refresh and loading is in the action bar for more than 12 minutes

11 years agoUpdated code to compose recommendation text for friends so that it allows the inclusi...
David A. Velasco [Thu, 6 Feb 2014 08:30:36 +0000 (09:30 +0100)]
Updated code to compose recommendation text for friends so that it allows the inclusion of the username

11 years agoAllow setup of display name in the action bar for root folder
David A. Velasco [Wed, 5 Feb 2014 18:10:08 +0000 (19:10 +0100)]
Allow setup of display name in the action bar for root folder

11 years agoOC-2845: Fix app crashes when trying to share the Shared folder
masensio [Wed, 5 Feb 2014 16:58:08 +0000 (17:58 +0100)]
OC-2845: Fix app crashes when trying to share the Shared folder

11 years agoOC-2833: Access to unshare link from PreviewImageFragment
masensio [Wed, 5 Feb 2014 16:32:29 +0000 (17:32 +0100)]
OC-2833: Access to unshare link from PreviewImageFragment

11 years agoUpdate Library reference
masensio [Wed, 5 Feb 2014 16:07:37 +0000 (17:07 +0100)]
Update Library reference

11 years agoOC-2840: Update library reference
masensio [Wed, 5 Feb 2014 15:38:16 +0000 (16:38 +0100)]
OC-2840: Update library reference

11 years agoOC-2834: Access to unshare link from PreviewMediaFragment
masensio [Wed, 5 Feb 2014 11:52:55 +0000 (12:52 +0100)]
OC-2834: Access to unshare link from PreviewMediaFragment

11 years agoOC-2834: Access to unshare link from FileDetailFragment
masensio [Wed, 5 Feb 2014 10:39:18 +0000 (11:39 +0100)]
OC-2834: Access to unshare link from FileDetailFragment

11 years agoUpdate library reference
masensio [Wed, 5 Feb 2014 10:31:51 +0000 (11:31 +0100)]
Update library reference

11 years agoMerge branch 'share_link__new_share' into share_link__unshare_file
masensio [Wed, 5 Feb 2014 10:25:39 +0000 (11:25 +0100)]
Merge branch 'share_link__new_share' into share_link__unshare_file

11 years agoEnabled action to share file with link in preview of images
David A. Velasco [Wed, 5 Feb 2014 09:53:47 +0000 (10:53 +0100)]
Enabled action to share file with link in preview of images

11 years agoOC-2832: Accesss to share link from PreviewMediaFragment
masensio [Wed, 5 Feb 2014 09:42:00 +0000 (10:42 +0100)]
OC-2832: Accesss to share link from PreviewMediaFragment

11 years agoOC-2822: Loading progress dialog while share link is being created. Fix a problem...
masensio [Wed, 5 Feb 2014 09:18:46 +0000 (10:18 +0100)]
OC-2822: Loading progress dialog while share link is being created. Fix a problem when the app for sharing is not selected

11 years agoOC-2680: Shared icon is shown when file is shared. Update in DB file.isShareByLink
masensio [Wed, 5 Feb 2014 09:17:10 +0000 (10:17 +0100)]
OC-2680: Shared icon is shown when file is shared. Update in DB file.isShareByLink

11 years agoOC-2822: Add 'loading' progress dialog while the share link is being created
masensio [Wed, 5 Feb 2014 08:13:31 +0000 (09:13 +0100)]
OC-2822: Add 'loading' progress dialog while the share link is being created

11 years agoOC-2823: Show toast message when CreateShareOperation failes
masensio [Wed, 5 Feb 2014 08:01:46 +0000 (09:01 +0100)]
OC-2823: Show toast message when CreateShareOperation failes

11 years agoMerge branch 'develop' into share_link__new_share
masensio [Wed, 5 Feb 2014 07:50:19 +0000 (08:50 +0100)]
Merge branch 'develop' into share_link__new_share

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Wed, 5 Feb 2014 06:55:24 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

11 years agoMerge branch 'develop' into share_link__new_share
David A. Velasco [Tue, 4 Feb 2014 13:43:36 +0000 (14:43 +0100)]
Merge branch 'develop' into share_link__new_share

11 years agoUpdated pointer to android library
David A. Velasco [Tue, 4 Feb 2014 13:26:20 +0000 (14:26 +0100)]
Updated pointer to android library

11 years agoMerge remote-tracking branch 'origin/develop' into develop
David A. Velasco [Tue, 4 Feb 2014 13:22:23 +0000 (14:22 +0100)]
Merge remote-tracking branch 'origin/develop' into develop

11 years agoConnected selection of app to send share link with creation of share resource, and...
David A. Velasco [Tue, 4 Feb 2014 13:19:23 +0000 (14:19 +0100)]
Connected selection of app to send share link with creation of share resource, and link send to chosen app

11 years agoMerge branch 'share_link_show_shared_files' into share_link__unshare_file
masensio [Tue, 4 Feb 2014 12:31:30 +0000 (13:31 +0100)]
Merge branch 'share_link_show_shared_files' into share_link__unshare_file

11 years agoChanges from comments in PR #385
masensio [Tue, 4 Feb 2014 11:49:15 +0000 (12:49 +0100)]
Changes from comments in PR #385

11 years agoChanges from comments in PR #385
masensio [Tue, 4 Feb 2014 11:31:46 +0000 (12:31 +0100)]
Changes from comments in PR #385

11 years agoMerge pull request #386 from owncloud/share_link_show_shared_files
masensio [Tue, 4 Feb 2014 09:18:00 +0000 (01:18 -0800)]
Merge pull request #386 from owncloud/share_link_show_shared_files

Show 'shared' icon on files shared by the user in the list of files.

11 years agoMerge pull request #384 from owncloud/share_link__new_share_menu
masensio [Tue, 4 Feb 2014 08:46:44 +0000 (00:46 -0800)]
Merge pull request #384 from owncloud/share_link__new_share_menu

Added custom menu to show apps able to receive a link, filtering out ownCloud

11 years agoMerge remote-tracking branch 'origin/develop' into develop
David A. Velasco [Tue, 4 Feb 2014 07:33:23 +0000 (08:33 +0100)]
Merge remote-tracking branch 'origin/develop' into develop

11 years ago[tx-robot] updated from transifex
Mr. Jenkins [Tue, 4 Feb 2014 06:13:58 +0000 (01:13 -0500)]
[tx-robot] updated from transifex

11 years agoExtra check on progress of refresh to decide visibility of progress circle
David A. Velasco [Mon, 3 Feb 2014 14:19:50 +0000 (15:19 +0100)]
Extra check on progress of refresh to decide visibility of progress circle

11 years agoOC-2735: Refresh unshare files in list
masensio [Mon, 3 Feb 2014 14:14:42 +0000 (15:14 +0100)]
OC-2735: Refresh unshare files in list