pub/Android/ownCloud.git
11 years agoMerge pull request #541 from owncloud/fix_issue_540
jabarros [Mon, 7 Jul 2014 11:02:42 +0000 (13:02 +0200)]
Merge pull request #541 from owncloud/fix_issue_540

Fix issue 540

11 years agoRemove duplicate ic_action_create_dir and ic_action_upload icons
jabarros [Mon, 7 Jul 2014 10:27:09 +0000 (12:27 +0200)]
Remove duplicate ic_action_create_dir and ic_action_upload icons

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 7 Jul 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, 5 Jul 2014 05:13:32 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

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

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

11 years agoMerge pull request #551 from owncloud/add_cookie_based_session_support
rperezb [Wed, 2 Jul 2014 08:14:03 +0000 (10:14 +0200)]
Merge pull request #551 from owncloud/add_cookie_based_session_support

Added cookie based session support

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 2 Jul 2014 05:13:37 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoUpdated library reference
David A. Velasco [Tue, 1 Jul 2014 12:36:41 +0000 (14:36 +0200)]
Updated library reference

11 years agoMerge remote-tracking branch 'origin/develop' into add_cookie_based_session_support
David A. Velasco [Tue, 1 Jul 2014 12:21:26 +0000 (14:21 +0200)]
Merge remote-tracking branch 'origin/develop' into add_cookie_based_session_support

11 years agoMerge pull request #550 from owncloud/fixed_server_date_parsing
David A. Velasco [Tue, 1 Jul 2014 09:05:46 +0000 (11:05 +0200)]
Merge pull request #550 from owncloud/fixed_server_date_parsing

Updated library reference to version with fixed parsing for dates from server

11 years agoUpdated library reference
David A. Velasco [Tue, 1 Jul 2014 09:00:53 +0000 (11:00 +0200)]
Updated library reference

11 years agoMerge pull request #549 from owncloud/see_files_shared_with_me
David A. Velasco [Tue, 1 Jul 2014 08:05:25 +0000 (10:05 +0200)]
Merge pull request #549 from owncloud/see_files_shared_with_me

New icons for files shared with me out of Shared/ folder, for new sharing policy in OC 7

11 years agoFixed typos from 'shareWhatever' to 'sharedWhatever', and updated reference to library
David A. Velasco [Tue, 1 Jul 2014 07:38:14 +0000 (09:38 +0200)]
Fixed typos from 'shareWhatever' to 'sharedWhatever', and updated reference to library

11 years agoFixed bug. In the uploads view, folders and files are shown as shared
jabarros [Mon, 30 Jun 2014 10:33:23 +0000 (12:33 +0200)]
Fixed bug. In the uploads view, folders and files are shown as shared

11 years agoChange order of showing 'shared link' and 'shared with me' icons when both visibles
jabarros [Mon, 30 Jun 2014 08:43:50 +0000 (10:43 +0200)]
Change order of showing 'shared link' and 'shared with me' icons when both visibles

11 years agoFixed bug. Regular files are showing folder icon
jabarros [Wed, 25 Jun 2014 10:01:35 +0000 (12:01 +0200)]
Fixed bug. Regular files are showing folder icon

11 years agoFixed typo breaking upgrade of database version to add remote_id column
David A. Velasco [Wed, 25 Jun 2014 08:33:53 +0000 (10:33 +0200)]
Fixed typo breaking upgrade of database version to add remote_id column

11 years agoIncrease db version number
jabarros [Wed, 25 Jun 2014 08:29:50 +0000 (10:29 +0200)]
Increase db version number

11 years agoAndroid-library reference
jabarros [Wed, 25 Jun 2014 08:24:29 +0000 (10:24 +0200)]
Android-library reference

11 years agoHide 'shared with me' icon when file does not have 'S' permission
jabarros [Wed, 25 Jun 2014 07:21:28 +0000 (09:21 +0200)]
Hide 'shared with me' icon when file does not have 'S' permission

11 years agoUpdate class FileListAdapter to show new icon for a file and folder that includes...
jabarros [Wed, 25 Jun 2014 07:04:50 +0000 (09:04 +0200)]
Update class FileListAdapter to show new icon for a file and folder that includes 'S' in the permission property. Changed list item layout for showing 'sharedlink' and 'shared with me' icons.

11 years agoReplace old sharelink icon for new one. Add 'shared with me' new icons
jabarros [Tue, 24 Jun 2014 12:45:03 +0000 (14:45 +0200)]
Replace old sharelink icon for new one. Add 'shared with me' new icons

11 years agoAdd column 'Remote_Id' to the local files db. Create upgrade for 'Permissions' and...
jabarros [Mon, 23 Jun 2014 12:49:52 +0000 (14:49 +0200)]
Add column 'Remote_Id' to the local files db. Create upgrade for 'Permissions' and 'Remote_id' db changes.

11 years agoUpdate class OCFile to include value of permissions column into db as a field. Modify...
jabarros [Mon, 23 Jun 2014 09:25:43 +0000 (11:25 +0200)]
Update class OCFile to include value of permissions column into db as a field. Modify SyncronizeFolderOperation and FileStorageUtils for setting permissions value

11 years agoModify FileDataStorageManager for adding permission value to ContentValue
jabarros [Mon, 23 Jun 2014 09:22:36 +0000 (11:22 +0200)]
Modify FileDataStorageManager for adding permission value to ContentValue

11 years agoAdd column 'Permissions' to the local files db
jabarros [Mon, 23 Jun 2014 07:17:46 +0000 (09:17 +0200)]
Add column 'Permissions' to the local files db

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

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 29 Jun 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, 28 Jun 2014 05:13:35 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #547 from owncloud/fix_Android_SDK_license_agreement_in_Travis_build
jabarros [Fri, 27 Jun 2014 13:13:14 +0000 (15:13 +0200)]
Merge pull request #547 from owncloud/fix_Android_SDK_license_agreement_in_Travis_build

Agreed new Android SDK license for updated platform tools

11 years agoUpdated version of build-tools to 20 to satisfy new minimum requirement of platform...
David A. Velasco [Fri, 27 Jun 2014 12:50:08 +0000 (14:50 +0200)]
Updated version of build-tools to 20 to satisfy new minimum requirement of platform-tools

11 years ago'set' is not enough, no matter the examples... using 'export'
David A. Velasco [Fri, 27 Jun 2014 12:25:47 +0000 (14:25 +0200)]
'set' is not enough, no matter the examples... using 'export'

11 years agoAdded new Android licenses to accept through parameter in version 2 of android-sdk...
David A. Velasco [Fri, 27 Jun 2014 12:15:04 +0000 (14:15 +0200)]
Added new Android licenses to accept through parameter in version 2 of android-sdk-installer

11 years agoAdded 'expect' to fix fulfill dependency on verion-2 of android-sdk-installer
David A. Velasco [Fri, 27 Jun 2014 12:05:02 +0000 (14:05 +0200)]
Added 'expect' to fix fulfill dependency on verion-2 of android-sdk-installer

11 years agoUpdate version of android-skd-installer user
David A. Velasco [Fri, 27 Jun 2014 10:31:54 +0000 (12:31 +0200)]
Update version of android-skd-installer user

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

11 years agoAdded lost string for previous commit
David A. Velasco [Thu, 26 Jun 2014 09:33:51 +0000 (11:33 +0200)]
Added lost string for previous commit

11 years agoUpdated ticker and title messages for notification of failed synchronization due...
David A. Velasco [Thu, 26 Jun 2014 09:21:30 +0000 (11:21 +0200)]
Updated ticker and title messages for notification of failed synchronization due to expired credentials

11 years agoFixed bug in update of SAML2 token after expiration
David A. Velasco [Thu, 26 Jun 2014 08:26:05 +0000 (10:26 +0200)]
Fixed bug in update of SAML2 token after expiration

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

11 years agoUpdated reference to library to fix problems in login view when fixing typos in URL...
David A. Velasco [Wed, 25 Jun 2014 16:16:06 +0000 (18:16 +0200)]
Updated reference to library to fix problems in login view when fixing typos in URL path

11 years agoFixed redirection to login view from failed notifications when click on
David A. Velasco [Wed, 25 Jun 2014 15:04:02 +0000 (17:04 +0200)]
Fixed redirection to login view from failed notifications when click on

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 25 Jun 2014 10:30:41 +0000 (06:30 -0400)]
[tx-robot] updated from transifex

11 years agoUpdated library reference
David A. Velasco [Wed, 25 Jun 2014 07:09:28 +0000 (09:09 +0200)]
Updated library reference

11 years agoFixed lost pronoun
David A. Velasco [Tue, 24 Jun 2014 12:51:39 +0000 (14:51 +0200)]
Fixed lost pronoun

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

11 years agoMerge remote-tracking branch 'origin/develop' into develop
David A. Velasco [Mon, 23 Jun 2014 06:49:06 +0000 (08:49 +0200)]
Merge remote-tracking branch 'origin/develop' into develop

11 years agoImproved message
David A. Velasco [Mon, 23 Jun 2014 06:48:42 +0000 (08:48 +0200)]
Improved message

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 22 Jun 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, 21 Jun 2014 05:13:36 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

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

11 years agoRemoved lost dependencies and unneeded parameters; updated library reference
David A. Velasco [Wed, 18 Jun 2014 15:03:56 +0000 (17:03 +0200)]
Removed lost dependencies and unneeded parameters; updated library reference

11 years agoUpdated reference to ownCloud library
David A. Velasco [Wed, 18 Jun 2014 07:29:36 +0000 (09:29 +0200)]
Updated reference to ownCloud library

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

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

11 years agoUpdate branding: instead of specific option, make that using SAML authentication...
masensio [Mon, 16 Jun 2014 11:18:29 +0000 (13:18 +0200)]
Update branding: instead of specific option, make that using SAML authentication implies enabling the SingleSessionManager.

11 years agoRemove some imports
masensio [Mon, 16 Jun 2014 11:18:05 +0000 (13:18 +0200)]
Remove some imports

11 years agoUpdated reference to library with updated SingleSessionManager
David A. Velasco [Mon, 16 Jun 2014 07:41:31 +0000 (09:41 +0200)]
Updated reference to library with updated SingleSessionManager

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

11 years agoUpdated app to new OwnCloudClientManager#removeClient method, with OwnCloudAccount...
David A. Velasco [Fri, 13 Jun 2014 13:09:48 +0000 (15:09 +0200)]
Updated app to new OwnCloudClientManager#removeClient method, with OwnCloudAccount parameter

11 years agoUpdate ic_action_create_dir and ic_action_upload in drawable folders, to show them...
masensio [Fri, 13 Jun 2014 11:50:18 +0000 (13:50 +0200)]
Update ic_action_create_dir and ic_action_upload in drawable folders, to show them on actionBar (dark grey --> light gray)

11 years agoUsing default singleton OwnCloudClientManager instead of holding a reference in appli...
David A. Velasco [Fri, 13 Jun 2014 11:44:36 +0000 (13:44 +0200)]
Using default singleton OwnCloudClientManager instead of holding a reference in application context

11 years agoAdapted code to use single OwnCloudClientManager#getClientFor(...) method
David A. Velasco [Fri, 13 Jun 2014 10:50:54 +0000 (12:50 +0200)]
Adapted code to use single OwnCloudClientManager#getClientFor(...) method

11 years agoUpdate library reference
masensio [Fri, 13 Jun 2014 09:50:06 +0000 (11:50 +0200)]
Update library reference

11 years agoRemove Saving Cookies in FileActivity
masensio [Fri, 13 Jun 2014 08:46:07 +0000 (10:46 +0200)]
Remove Saving Cookies in FileActivity

11 years agoFixed wrong reference to ownCloud library
David A. Velasco [Fri, 13 Jun 2014 07:33:59 +0000 (09:33 +0200)]
Fixed wrong reference to ownCloud library

11 years agoAdapted code to URIs refactoring in OwnCloudClient
David A. Velasco [Fri, 13 Jun 2014 07:26:56 +0000 (09:26 +0200)]
Adapted code to URIs refactoring in OwnCloudClient

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

11 years agoRefactored build of account names into the library
David A. Velasco [Thu, 12 Jun 2014 14:45:33 +0000 (16:45 +0200)]
Refactored build of account names into the library

11 years agoUpdated setup file
David A. Velasco [Thu, 12 Jun 2014 07:10:43 +0000 (09:10 +0200)]
Updated setup file

11 years agoApp adapted to replacement of OwnCloudClientMap for interface OwnCloudClientManager...
David A. Velasco [Thu, 12 Jun 2014 07:00:08 +0000 (09:00 +0200)]
App adapted to replacement of OwnCloudClientMap for interface OwnCloudClientManager in ownCloud library

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

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

11 years agoAdd cookie restore to methods OwnCloudClientFactory#createOwnCloudClient(Account...
masensio [Tue, 10 Jun 2014 13:22:59 +0000 (15:22 +0200)]
Add cookie restore to methods OwnCloudClientFactory#createOwnCloudClient(Account ...)

11 years agoCall saveAllClients in OperationsService#onDestroy
masensio [Tue, 10 Jun 2014 11:07:24 +0000 (13:07 +0200)]
Call saveAllClients in OperationsService#onDestroy

11 years agoMerge remote-tracking branch 'origin/add_cookie_based_session_support' into add_cooki...
masensio [Tue, 10 Jun 2014 11:01:11 +0000 (13:01 +0200)]
Merge remote-tracking branch 'origin/add_cookie_based_session_support' into add_cookie_based_session_support

11 years agoRemoved last direct dependency on OwnCloudClientFactory to get all the OwnCloudClient...
David A. Velasco [Tue, 10 Jun 2014 10:52:03 +0000 (12:52 +0200)]
Removed last direct dependency on OwnCloudClientFactory to get all the OwnCloudClient instances through OwnCloudClientMap

11 years agoRemove some imports
masensio [Tue, 10 Jun 2014 10:03:08 +0000 (12:03 +0200)]
Remove some imports

11 years agoSave cookies in FileActivity#onPause
masensio [Mon, 9 Jun 2014 13:07:30 +0000 (15:07 +0200)]
Save cookies in FileActivity#onPause

11 years agoMerge branch 'develop' into add_cookie_based_session_support
masensio [Mon, 9 Jun 2014 09:48:07 +0000 (11:48 +0200)]
Merge branch 'develop' into add_cookie_based_session_support

11 years agoMerge pull request #535 from owncloud/fix_keep_up_to_date_when_sync
David A. Velasco [Mon, 9 Jun 2014 06:43:37 +0000 (08:43 +0200)]
Merge pull request #535 from owncloud/fix_keep_up_to_date_when_sync

Fixed update of kept-in-sync files when full account is refreshed

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 9 Jun 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, 7 Jun 2014 05:13:33 +0000 (01:13 -0400)]
[tx-robot] updated from transifex

11 years agoMerge branch 'develop' into add_cookie_based_session_support
masensio [Fri, 6 Jun 2014 11:37:24 +0000 (13:37 +0200)]
Merge branch 'develop' into add_cookie_based_session_support

11 years agoChanges from comments in PR#535. Remove some imports in NotificationBuilderWithProgre...
masensio [Fri, 6 Jun 2014 10:51:18 +0000 (12:51 +0200)]
Changes from comments in PR#535. Remove some imports in NotificationBuilderWithProgressBar

11 years agoAdd a method clearCredentials() to OwnCloudClient that is used to detect authenticati...
masensio [Fri, 6 Jun 2014 10:38:04 +0000 (12:38 +0200)]
Add a method clearCredentials() to OwnCloudClient that is used to detect authentication expected by the server instead of setBasicCredentials('', '')

11 years agoMerge pull request #536 from owncloud/fix_issue_534
David A. Velasco [Fri, 6 Jun 2014 10:27:47 +0000 (12:27 +0200)]
Merge pull request #536 from owncloud/fix_issue_534

Fix crash when adding file to ownCloud with local storage full.

11 years agoFix issue 534: missing string argument in ErrorMessageAdapter for R.string.error_uplo...
masensio [Fri, 6 Jun 2014 07:24:47 +0000 (09:24 +0200)]
Fix issue 534: missing string argument in ErrorMessageAdapter for R.string.error_upload_local_file_not_copied

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

11 years agoUpdated creation of OwnCloudClients for known OC Accounts so that all the operations...
David A. Velasco [Thu, 5 Jun 2014 15:52:37 +0000 (17:52 +0200)]
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 agoReview the behaviour when delete locally a keep_in_sync_file.Clear etag to force...
masensio [Thu, 5 Jun 2014 15:11:59 +0000 (17:11 +0200)]
Review the behaviour when delete locally a keep_in_sync_file.Clear etag to force to download keep_in_sync files

11 years agoReview cancel download for keep_in_sync files. Clear etag for parent folder, to force...
masensio [Thu, 5 Jun 2014 12:39:24 +0000 (14:39 +0200)]
Review cancel download for keep_in_sync files. Clear etag for parent folder, to force the download when refreshing the folder

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

11 years agoMerge branch 'develop' into add_cookie_based_session_support
David A. Velasco [Wed, 4 Jun 2014 16:16:58 +0000 (18:16 +0200)]
Merge branch 'develop' into add_cookie_based_session_support

11 years agoMerge pull request #526 from owncloud/pull_down_refresh
David A. Velasco [Wed, 4 Jun 2014 06:46:41 +0000 (08:46 +0200)]
Merge pull request #526 from owncloud/pull_down_refresh

Pull down to refresh in list of files.

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

11 years agoMerge pull request #508 from owncloud/vanish_notifications
David A. Velasco [Tue, 3 Jun 2014 12:50:48 +0000 (14:50 +0200)]
Merge pull request #508 from owncloud/vanish_notifications

Vanish succesful notifications

11 years agoRemoved commented code
David A. Velasco [Tue, 3 Jun 2014 12:44:45 +0000 (14:44 +0200)]
Removed commented code

11 years agoFix: Enable pulldown while sync is running
masensio [Tue, 3 Jun 2014 11:26:44 +0000 (13:26 +0200)]
Fix: Enable pulldown while sync is running