David A. Velasco
|
d9eb3655fd
|
Removed constrain to parse only public shares
|
2015-10-30 14:54:57 +01:00 |
|
masensio
|
cea7054a3d
|
Add Get Groups Operation to the library
|
2015-10-30 14:54:56 +01:00 |
|
masensio
|
fa17c6947e
|
Remove unused constants
|
2015-10-30 14:54:55 +01:00 |
|
masensio
|
0c6dfef908
|
Add operation to get users from the server
|
2015-10-30 14:54:54 +01:00 |
|
masensio
|
c3f24e817e
|
Add method to know if server supports search users function
|
2015-10-30 14:54:53 +01:00 |
|
Maria Asensio
|
f02dffb1d3
|
Merge pull request #83 from owncloud/sync_full_folder
Minor changes to support synchronization of full folders in OC app
|
2015-10-30 14:06:48 +01:00 |
|
David A. Velasco
|
eb4f8a7234
|
Added constructors to grant that upload operations only succeed if the remote copy keeps a given ETag
|
2015-09-28 11:13:44 +02:00 |
|
David A. Velasco
|
f61b466124
|
Improved ETag parsing
|
2015-09-28 10:49:45 +02:00 |
|
David A. Velasco
|
092c790030
|
Add capability to reatin ETag value in download operations
|
2015-09-25 15:10:34 +02:00 |
|
David A. Velasco
|
522ea30da0
|
Simplified flow of interruption of uploads in cancellations
|
2015-09-25 15:10:33 +02:00 |
|
David A. Velasco
|
8bf276377c
|
Minor improvements for upload cancelation and conflicts in synchronization
|
2015-09-25 15:10:31 +02:00 |
|
David A. Velasco
|
5985ba9a9f
|
Merge pull request #85 from owncloud/update_share_link_for_OC_8.2
Update share link for oc 8.2
oc-android-library-0.9.8
|
2015-09-14 14:58:13 +02:00 |
|
masensio
|
ecc3415e3e
|
Fix bug: Sharing an already shared file generates the old link
|
2015-09-14 13:21:00 +02:00 |
|
masensio
|
30df7c33fb
|
Build the share link of a file if it isn't in the response of the server
|
2015-09-11 14:48:19 +02:00 |
|
masensio
|
17bb724b42
|
Merge pull request #82 from owncloud/copy
Copy operation
|
2015-09-04 10:59:31 +02:00 |
|
root
|
ef07416c6a
|
Updated target server for automatic tests
|
2015-09-01 15:46:14 +00:00 |
|
David A. Velasco
|
27b0308e06
|
//This extra check is unnecessary after https://github.com/owncloud/core/pull/14505
|
2015-09-01 16:01:41 +02:00 |
|
David A. Velasco
|
5ac5c80809
|
Return FILE_NOT_FOUND error only if the file is not found in the server, not in case of any other error checking its existence
|
2015-08-18 18:06:06 +02:00 |
|
David A. Velasco
|
b15fb19399
|
Fixed broken copy test
|
2015-08-18 14:18:37 +02:00 |
|
David A. Velasco
|
819b465385
|
Recovered error when file to copy doesn't exist but still keeping dependency on Context out
|
2015-08-18 14:07:59 +02:00 |
|
David A. Velasco
|
b281585c93
|
Updated CopyRemoteFileOperation constructor
|
2015-08-18 13:27:44 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
6f12324930
|
Added some missing imports
|
2015-08-18 13:14:23 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
ed720d0a65
|
Cleanup
|
2015-08-18 13:14:22 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
2970b54e7c
|
Updated CopyRemoteFileOperation and verified with the unit tests
|
2015-08-18 13:14:21 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
8633efbb49
|
Added some neccesities for the copy operation
|
2015-08-18 13:14:20 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
b53c8ccf9d
|
Updated some dependencies
|
2015-08-18 13:14:19 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
97b133b36a
|
Updated .gitignore
|
2015-08-18 13:14:18 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
b8830e0faf
|
Disabled abort-build-on-lint-error check (all modules have errors).
|
2015-08-18 13:14:17 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
25ec49acfb
|
Replaced obsolete Android plugins and updated Gradle plugin version to 0.13
|
2015-08-18 13:14:16 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
775fb5b1f2
|
Updated build.gradle to allow Android Studio to properly identify test_client as a module
|
2015-08-18 13:14:14 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
8e0739aed0
|
Added gradle folder to .gitignore
|
2015-08-18 13:14:13 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
f753b1bde8
|
Added INVALID_COPY_INTO_DESCENDANT code
|
2015-08-18 13:14:12 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
542e596bf5
|
Removed unnecessary command
|
2015-08-18 13:12:27 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
3e28768d8f
|
Updated some dependencies
|
2015-08-18 13:12:25 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
43e82df560
|
New Travis-CI conf test
|
2015-08-18 13:12:24 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
0842c4c407
|
Added some neccesities for the copy operation
|
2015-08-18 13:11:31 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
5f66b204bb
|
Updated .gitignore
|
2015-08-18 13:04:06 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
c3478eb8d4
|
Disabled abort-build-on-lint-error check (all modules have errors).
|
2015-08-18 13:04:05 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
4a76d429ab
|
Updated build.gradle to allow Android Studio to properly identify test_client as a module
|
2015-08-18 13:04:04 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
7fd0028cc9
|
Added sample_client build.gradle
|
2015-08-18 13:04:03 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
39b3f376e2
|
Added gradle folder to .gitignore
|
2015-08-18 13:04:02 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
d73180ab67
|
Added build.gradle
|
2015-08-18 13:04:01 +02:00 |
|
David A. Velasco
|
dbc8c325d7
|
Merge branch 'develop'
|
2015-08-07 10:13:01 +02:00 |
|
David A. Velasco
|
e3dddbdcc7
|
Merge pull request #81 from owncloud/updated_readme_about_target_of_PRs
Updated README.md with new policy: PRs should go to master, no more t…
|
2015-08-07 10:10:50 +02:00 |
|
David A. Velasco
|
e71ba7faee
|
Removed reference to git branching model to avoid confussion
|
2015-08-07 09:09:20 +02:00 |
|
David A. Velasco
|
0ae4d1dac9
|
Updated README.md with new policy: PRs should go to master, no more to develop
|
2015-08-06 12:40:59 +02:00 |
|
masensio
|
c8f6e5ad57
|
Merge pull request #80 from owncloud/username_in_saml_sso
Added username to SAML SSO credentials
|
2015-08-06 10:39:32 +02:00 |
|
David A. Velasco
|
1fa8e79b3f
|
Fixed unit tests
|
2015-08-06 09:34:42 +02:00 |
|
David A. Velasco
|
6752b25b8d
|
Added username to OwnCloudSamlSsoCredentials
|
2015-08-06 09:34:41 +02:00 |
|
David A. Velasco
|
3b9777c5b6
|
Merge pull request #79 from owncloud/update_buildTools_to_22_0_1
Update buildTools version to 22.0.1
|
2015-08-04 12:27:03 +02:00 |
|