1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 08:26:10 +00:00

775 Commits

Author SHA1 Message Date
davigonz
5493227dd6 Adding supports_upload_only capability [WIP] 2017-06-09 11:51:03 +02:00
David González Verdugo
bac38d13ef Merge pull request #163 from owncloud/multiple_public_shares
Support in library for multiple public shares per file
oc-android-library-0.9.17
2017-05-15 10:42:40 +02:00
David A. Velasco
defbfc8d0e Revert "Add support for capability to show optional warning about public shares"
This reverts commit 6d0773cf34122a4a7fcf4f06da1a6fec7a64e32d.
2017-05-11 09:57:47 +02:00
David A. Velasco
c9a06fc5e4 Fix NullPointerException in update of public shares while keeping compatibility of the operation with servers not supporting 'name' property in shares 2017-05-10 15:34:22 +02:00
davigonz
a034338290 Fix wrong or no update parameter given in servers < 10 2017-05-09 18:18:22 +02:00
davigonz
beb9be05de Fix hide + button to create a public share in servers <10 2017-05-09 09:05:21 +02:00
David A. Velasco
8f5ac456ab Prevent send of empty value for expiration date and link name when public share is created 2017-05-05 13:26:47 +02:00
David A. Velasco
6d0773cf34 Add support for capability to show optional warning about public shares 2017-05-05 13:26:47 +02:00
davigonz
8ae4dd137d Added multiple share links to the capabilities 2017-05-05 13:26:47 +02:00
davigonz
e80b50d4de Get public share name instead of token when using public share getName method and there's no name 2017-05-05 13:26:47 +02:00
davigonz
8f3aeb30ed Use the token instead of the path when a public link has been created with no name 2017-05-05 13:26:47 +02:00
David A. Velasco
ee726119cb Clarify absence and patch of URL field of OCShares 2017-05-05 13:26:47 +02:00
davigonz
dda1429581 Create public link [WIP] 2017-05-05 13:26:47 +02:00
David A. Velasco
188ce07155 Add support for optional name in public shares (WIP) 2017-05-05 13:26:47 +02:00
David A. Velasco
0dce40b160 Merge pull request #159 from owncloud/retry_transfers_after_lost_network
Improve support for unexpected loss of network connection.
2017-04-25 18:10:10 +02:00
David A. Velasco
11363adedb Clean up after CR 2017-04-25 12:31:04 +02:00
David A. Velasco
0e5cf18d8c Update build version to Java 7 2017-04-25 11:34:49 +02:00
David A. Velasco
9fe7c995dd Add write timeout if socket implementation supports it, so that chances of blocking and upload if network is removed are minimized 2017-04-21 16:10:16 +02:00
David A. Velasco
02e3a90df3 Release input stream on IO exceptions so that next download in the queue does not get stucked 2017-04-20 11:30:29 +02:00
David A. Velasco
e6f9eb43d9 Merge pull request #157 from owncloud/update_gradle_version_and_plugin
Update version of build tools and gradle dependencies
2017-04-19 11:06:39 +02:00
David A. Velasco
096b46ca3c Update build tools version 2017-04-19 10:19:38 +02:00
David A. Velasco
24041deb6d Update version of gradle dependencies 2017-04-18 18:56:42 +02:00
David A. Velasco
7d49e20258 Merge pull request #156 from owncloud/support_hidden_version_in_status_php
Allow the usage of OwnCloudVersion instances for invalid server versions
2017-04-17 14:25:27 +02:00
David A. Velasco
1f69348cc6 Updated tests for OwnCloudClient after removing path constant ODAV_PATH 2017-04-17 13:49:00 +02:00
David A. Velasco
f42a9f8c61 Constants and comments after crossed review 2017-04-17 10:25:58 +02:00
David A. Velasco
825ef70cef Allow the usage of OwnCloudVersion instances for invalid server versions, and removed some really old or never used endpoint paths 2017-04-07 14:57:01 +02:00
David González Verdugo
ef49035784 Merge pull request #155 from owncloud/release_0.9.16
Release 0.9.16
2017-03-08 11:23:36 +01:00
davigonz
d7f453f0e3 Deleted <p> oc-android-library-0.9.16 2017-03-07 09:22:08 +01:00
davigonz
29493f1983 Change MAINTENANCE_MODE ResultCode to SERVICE_UNAVAILABLE 2017-03-06 12:36:40 +01:00
David González
f0b8cf1b66 Merge pull request #151 from owncloud/prevent_access_to_accounts_of_other_apps
Prevent access to accounts of other apps with the same name as an OC …
2017-02-21 10:41:10 +01:00
David A. Velasco
1535be3876 Prevent access to accounts of other apps with the same name as an OC account 2017-02-20 11:08:44 +01:00
jabarros
5d17bbb88d Merge pull request #154 from owncloud/ext_storage
Ext storage
2017-02-20 09:56:40 +01:00
David González
9854ef6f60 Update RemoteOperationResult.java 2017-02-20 09:19:48 +01:00
davigonz
4dea8debb4 Merge branch 'master' into ext_storage 2017-02-14 14:15:53 +01:00
David González
71bdd1d035 Merge pull request #149 from owncloud/recover_preemptive_authentication
Use preemptive authentication except in server versions where it is n…
2017-02-13 10:42:34 +01:00
David A. Velasco
d5e179d7a2 Use preemptive authentication except in server versions where it is not compatible with session tracking 2017-02-13 09:34:40 +01:00
davigonz
06f907294a Change HEAD method to PROPFIND method while checking path existence before starting an upload 2017-02-10 12:17:57 +01:00
davigonz
21d1265ca5 Show error message when there is an external storage error 2017-02-09 18:07:44 +01:00
David González
28d228b296 Merge pull request #152 from owncloud/firewall_error_messages
Firewall error messages
2017-02-09 14:17:52 +01:00
davigonz
1f58cfc941 Update comment 2017-02-07 13:11:06 +01:00
davigonz
626e2f0efa Added changes requested in PR 2017-02-07 08:53:14 +01:00
davigonz
12e7af8af5 Reformat code 2017-02-06 12:13:22 +01:00
davigonz
6a3d97a474 Added forbidden exception parser 2017-02-03 14:58:40 +01:00
David A. Velasco
d7a707293d Prevent that connection manager cleans up response buffer of failed downloads 2017-02-03 14:56:40 +01:00
davigonz
67e5ccd4af Exhaust response if status is different from 403 2017-02-03 14:56:40 +01:00
davigonz
1aba54d0f9 Handle specific forbidden error 2017-02-03 14:56:40 +01:00
davigonz
21121e0189 Added forbidden exception parser 2017-02-03 14:56:40 +01:00
David A. Velasco
769116a7d1 Merge pull request #148 from owncloud/update_path_to_user_info_entry_point
Update entry point to get user info
2017-01-26 12:20:42 +01:00
David A. Velasco
1c25cc7835 Update entry point to get user info 2017-01-25 17:48:30 +01:00
David A. Velasco
bdcab895a5 Merge pull request #146 from owncloud/improve_error_feedback
Keep HTTP phrase in RemoteOperationResult as fallback user message
2017-01-13 14:44:51 +01:00