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

720 Commits

Author SHA1 Message Date
David A. Velasco
457d4f3d2f Merge pull request #142 from owncloud/crash_invalid_port
Fix crash with invalid TCP port
2016-12-20 13:01:37 +01:00
David A. Velasco
d7561264b5 Apply changes after CR 2016-12-20 12:17:05 +01:00
David A. Velasco
4c27395609 Fix crash with invalid TCP port 2016-12-20 11:05:10 +01:00
David A. Velasco
8ced17a930 Merge pull request #141 from owncloud/maintain_session_with_server
Maintain session with server
2016-12-16 10:07:27 +01:00
David A. Velasco
b2034e1be2 Rename confusing vars after CR 2016-12-16 09:45:25 +01:00
David A. Velasco
455cabb72b Add new OwnCloudClientManagerFactory implementation to get OwnCloudClient instances that keep session or not depending on the server version 2016-12-15 14:17:08 +01:00
David A. Velasco
7b88fb4e6c Adapt authentication with basic credentials to reuse server sessions for server >= 9.1 2016-12-15 14:17:08 +01:00
David González
7647a4974b Merge pull request #140 from owncloud/761_file_modification_date_lost
File modification date lost when uploading file
2016-12-15 14:14:13 +01:00
davigonz
b9492966a5 Updated test with needed params 2016-12-15 13:51:12 +01:00
davigonz
576231023b Decrease some lines length 2016-12-14 13:39:18 +01:00
davigonz
274e0ec47b Set modification date from the file in filesystem to the file to upload 2016-12-14 11:40:11 +01:00
davigonz
0fef17a609 Add line breaks 2016-12-13 10:48:24 +01:00
davigonz
09612b2dd9 Delete not needed import 2016-12-13 10:46:33 +01:00
davigonz
53a5818688 Delete unnecessary line 2016-12-13 10:44:52 +01:00
davigonz
4c1f91e9ef Fix bug in chunked upload (work in progress) 2016-12-13 09:01:41 +01:00
David González Verdugo
3d8ec568ec Fixed bug with normal update operation (not chunked) 2016-12-12 10:56:54 +01:00
David A. Velasco
fd9067ef4a Merge pull request #139 from owncloud/available_offline_folder
Close streams in GetRemoteUserAvatarOperation
2016-12-09 12:32:04 +01:00
David A. Velasco
fdebb05a13 Update test for GetRemoteUserAvatarOperation after retrieval conditioned by ETag was disabled 2016-12-09 10:15:30 +01:00
David A. Velasco
67d7217d13 Revert "Allow conditional read of list of files in a folder based on ETag"; server does not work that way
This reverts commit 5ff9062ea8fefb1bf2b3952b9d64daa4f9922a39.
2016-11-22 17:04:33 +01:00
David A. Velasco
b87d2c9e7c Prevent conditional update of remote avatar to work around bug breaking refesh of root folder 2016-11-22 16:48:26 +01:00
David A. Velasco
5ff9062ea8 Allow conditional read of list of files in a folder based on ETag 2016-11-11 09:10:26 +01:00
David A. Velasco
e0f0416c9e Merge pull request #136 from owncloud/upload_bigfiles
Increase the last chunk timeout in uploads
2016-10-31 10:23:57 +01:00
jabarros
5404b5c2c3 Increase the last chunk timeout in uploads 2016-10-31 09:58:25 +01:00
David A. Velasco
a13b5ec17c Merge pull request #138 from owncloud/1556_access_to_avatars
Add GetRemoteUserAvatarOperation to get data and metadata of current user avatar.
2016-10-18 12:59:50 +02:00
David A. Velasco
0b945f8676 Removed secret vars to access test server from .travis.yml - now in settings 2016-10-18 12:34:37 +02:00
David A. Velasco
4cf779e444 Add GetRemoteUserAvatarOperation to get data and metadata of current user avatar 2016-10-18 12:10:27 +02:00
David A. Velasco
dc14474c51 Merge pull request #137 from owncloud/update_tools
Update gradle plugin & Jackrabbit-Webdav
2016-09-27 20:12:11 +02:00
David A. Velasco
1440809fc7 Update Jackrabbit-WebDAV version 2016-09-27 11:46:36 +02:00
David A. Velasco
61b033b1d9 Removed problematic emulator options 2016-09-27 11:42:11 +02:00
David A. Velasco
410c4bd5b5 Update gradle plugin and remove buildscript entry from build.gradle in modules level 2016-09-27 09:12:26 +02:00
David A. Velasco
1bbc67b704 Merge pull request #133 from owncloud/update_sdk_tools_versions
Update Android SDK Build Tools to version 24.0.2
oc-android-library-0.9.14
2016-08-29 13:54:59 +02:00
David A. Velasco
855a06045e Update Android SDK Build Tools to version 24.0.2 2016-08-29 10:45:06 +02:00
David A. Velasco
ebcaf1ddfc Merge pull request #96 from owncloud/bring_back_logging_arguments
Bring back logging arguments
2016-08-18 17:10:07 +02:00
Bartosz Przybylski
45650d2307 Sychronize methods for logging starting and stopping.
First of, this will prevent logs mixing, sencondly this will allow user to safely migrate data even when other thread will call logging functions
2016-08-17 18:56:19 +02:00
Bartosz Przybylski
17325dd43f Update Log_OC.java
Fix typos
2016-08-17 18:56:19 +02:00
Bartosz Przybylski
080b3f56fc Stop logging in exception free way 2016-08-17 18:56:19 +02:00
Bartosz Przybylski
9cbf572510 Add stopLogging method to Log_OC 2016-08-17 18:56:19 +02:00
Bartosz Przybylski
9adb155f7e Bring back storagePath argument in startLogging 2016-08-17 18:56:19 +02:00
David A. Velasco
5dde382fbb Merge pull request #131 from owncloud/update_graddle_tools_and_wrapper_versions
Updated graddle wrapper and plugin versions from security recommendation
2016-08-17 18:54:03 +02:00
David A. Velasco
df199beb1b Update Jackrabbit-webdav version also for ant-based build 2016-08-17 18:22:11 +02:00
David A. Velasco
71fefb286c Set jcenter as source of dependencies; build tools updated all the way; Jackrabbit-webdav updated to last stable 2016-08-17 18:22:11 +02:00
David A. Velasco
50a4a0f09e Updated graddle wrapper and plugin versions from security recommendation 2016-08-17 18:22:11 +02:00
David A. Velasco
9e30147161 Merge pull request #102 from owncloud/userQuota
User quota
2016-08-17 18:13:19 +02:00
David A. Velasco
477a99e243 Renamed operation to get quota following scheme of rest of operations, and some clean-up 2016-08-17 10:54:53 +02:00
David A. Velasco
b8aa7b6119 Changes after CR 2016-08-17 10:17:29 +02:00
Bartosz Przybylski
46b5d5a4b9 Add test to fetching user quota, add more handy return data object from remote operation 2016-08-17 09:56:35 +02:00
MMMarcy
8d11a519db Commit that introduces a new Remote Operation that fetches users' quota
statistics
2016-08-17 09:56:35 +02:00
David A. Velasco
7458e16d62 Merge pull request #130 from owncloud/ChangesForAndroidN
Target API level 24 (Android N)
2016-08-12 12:03:36 +02:00
Gurpreet
2e17ca3e34 - added target=android-24 in in file test_client/tests/project.properties 2016-08-12 11:04:37 +02:00
Gurpreet
445cbef3aa - changed project.properties files. 2016-08-12 11:04:37 +02:00