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

33 Commits

Author SHA1 Message Date
David A. Velasco
20c9830922 Updated copyright 2016-08-02 13:31:56 +02:00
David A. Velasco
e4fc7ea25b Add method to OwnCloudVersion to check if not-reshareable federated shares are supported 2016-07-26 12:53:59 +02:00
masensio
d36fa0b38b Clean code 2016-03-21 16:48:12 +01:00
David A. Velasco
8b91c71d6f Updated build target to Android APIv23 2016-02-13 21:24:10 +01:00
masensio
75581c18a4 Read capabilities to show the Share Options 2015-11-11 10:17:58 +01:00
masensio
c3f24e817e Add method to know if server supports search users function 2015-10-30 14:54:53 +01:00
masensio
ecc3415e3e Fix bug: Sharing an already shared file generates the old link 2015-09-14 13:21:00 +02:00
David A. Velasco
c84530d359 Added helper method to check if a server version supports remote thumbnails 2015-06-23 10:44:09 +02:00
masensio
060ca75f17 Merge branch 'develop' into forbidden_characters_from_server
Conflicts:
	src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
	src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java
2015-06-15 14:41:27 +02:00
David A. Velasco
41dcc33730 Get that ExistenceCheckRemoteOperation remembers the sequence of followed redirections after its execution
Conflicts fixed:
	src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
	src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java
2015-06-11 10:32:05 +02:00
masensio
9fc332eef9 Filter only '/' character in user input when version of server is 8.1 or later 2015-06-02 09:37:46 +02:00
masensio
9990eeb7ff Refactor parameter user_agent out of RemoteOperation and children 2015-03-24 14:31:40 +01:00
masensio
94ac3a93d3 Fix bug: User agent: jakarta is shown when doing GET request 2015-03-23 14:24:03 +01:00
masensio
fc07af2364 Add user agent in all the request 2015-03-13 13:53:36 +01:00
masensio
eca87d20c7 Update headers 2015-03-04 11:06:47 +01:00
jabarros
b0fe841c3e Add Log_OC class and update the log references 2014-09-12 09:30:54 +02:00
David A. Velasco
e43e43f51a Fixed logic of HTTPS downgrade detection for multiple redirections, and grant that redirection if followed for HTTP servers 2014-08-06 11:16:17 +02:00
David A. Velasco
07f3d9caae Fixed check of HTTPS downgrade so that works with multiple redirections, and done without an extra request 2014-08-06 10:59:33 +02:00
jabarros
585054092d Fixed bug. It is not possible to connect to a http server 2014-08-04 14:25:31 +02:00
jabarros
fe6f99ea6a Detect when there is a change bewwen a https connection to a non-secure one and generated a new erro code. 2014-08-04 10:18:21 +02:00
David A. Velasco
b28701ca30 Refactored handle of ownCloud URIs inside OwnCloudClient; rest of library adapted 2014-06-13 09:29:32 +02:00
David A. Velasco
6b69b5af1a Merge branch 'develop' into operations_service 2014-04-01 14:58:34 +02:00
David A. Velasco
a3683116ae GetRemoteStatusOperation saves server version in result instance, instead of in a field 2014-04-01 11:40:08 +02:00
masensio
448f765ce0 Update MINIMUM_VERSION_FOR_SHARING_API 2014-03-31 15:02:16 +02:00
masensio
7426541883 Grant comparison between versions of 4 parts and version of less than 4 parts will be right in any possible situation 2014-03-31 14:53:29 +02:00
masensio
5924b6abbc Save version with two dots, for the comparison with MINIMUM_VERSION_FOR_SHARING_API 2014-03-28 09:36:12 +01:00
masensio
fc8191e268 Check the version number instead of the version string 2014-03-27 18:01:13 +01:00
masensio
8d820f42fb Check the version number taking into account the new format 2014-03-27 09:45:07 +01:00
masensio
cd4414a7bd Merge branch 'master' into develop 2014-02-24 12:56:22 +01:00
David A. Velasco
b998f8840b Fixed copyright line in comments 2014-02-18 10:16:05 +01:00
David A. Velasco
689fbe0ce1 Reviewed names and types of parameters 2014-02-17 14:38:30 +01:00
David A. Velasco
0e4149fa84 Rename classes to improve name consistency 2014-02-14 13:15:15 +01:00
David A. Velasco
6c4d342610 Reordered packages 2014-02-14 12:04:41 +01:00