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

117 Commits

Author SHA1 Message Date
davigonz
33fd1037a3 Update sample client to use new library 2018-10-02 10:53:52 +02:00
davigonz
b0fa6ae1d0 Apply requested changes 2018-09-04 15:59:25 +02:00
theScrabi
0d0b711556 remove apache httpclient imports 2018-09-04 15:50:24 +02:00
DerSchabi
cd3d20db07 add dav4droid support part1 2018-09-04 13:38:30 +02:00
davigonz
ec08bfbd7a Fix get quota test 2018-05-18 09:28:13 +02:00
davigonz
2888b2d55e Update minSdkVersion 2018-04-30 12:55:10 +02:00
davigonz
2ccd681d2f Fix merge dex error and delete redundant dependencies 2018-04-30 10:16:37 +02:00
davigonz
1ff922af6a Get rid of some warnings 2018-04-25 16:38:51 +02:00
davigonz
3bd29307a5 Upgrade gradle and fix some conflicts 2018-04-25 11:23:06 +02:00
davigonz
848d9db763 Upgrade target sdk version to 26, including it also in Travis configuration 2017-10-18 13:09:53 +02:00
davigonz
1b34e9bd49 Upgrade compileSdkToos to 26 2017-10-18 12:39:10 +02:00
David A. Velasco
2109ab98a1 Update build tools to 26.0.2 2017-10-10 18:11:00 +02:00
David A. Velasco
40af731eb0 Update build tools to 26.0.0, for future support of Android O 2017-10-10 18:11:00 +02:00
davigonz
f389207713 Update tests with the proper constants 2017-09-01 11:31:13 +02:00
David A. Velasco
c7ade613c6 Clean-up and minor refactor after review 2017-08-04 14:48:39 +02:00
David A. Velasco
3ea5ad32f6 Update imports in automated tests after moving OwnCloudCredentialsFactory to a different package 2017-08-04 13:44:01 +02:00
David A. Velasco
ae4b463478 Update Sample Client and Test Project after moving OwnCloudCredentialsFactory to a different pacakge 2017-08-04 12:04:52 +02:00
David A. Velasco
096b46ca3c Update build tools version 2017-04-19 10:19:38 +02:00
David A. Velasco
1f69348cc6 Updated tests for OwnCloudClient after removing path constant ODAV_PATH 2017-04-17 13:49:00 +02:00
davigonz
b9492966a5 Updated test with needed params 2016-12-15 13:51:12 +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
4cf779e444 Add GetRemoteUserAvatarOperation to get data and metadata of current user avatar 2016-10-18 12:10:27 +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
855a06045e Update Android SDK Build Tools to version 24.0.2 2016-08-29 10:45:06 +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
477a99e243 Renamed operation to get quota following scheme of rest of operations, and some clean-up 2016-08-17 10:54:53 +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
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
Gurpreet
15c6ab6ded - changes made to .travis.yml file. 2016-08-12 11:04:37 +02:00
Gurpreet
9fa3c5bb4f - changed the buildVersions and target SDK to 24. 2016-08-12 11:04:37 +02:00
David A. Velasco
20c9830922 Updated copyright 2016-08-02 13:31:56 +02:00
Andy Scherzinger
95b57e7b3d removed unused support lib dependency 2016-04-25 16:06:17 +02:00
Andy Scherzinger
0a941691bd Android Studio 2.0 Update, gradle 2.10 update, build tools 23.0.3 and support lib update in travis 2016-04-25 15:34:24 +02:00
Juan Carlos González Cabrero
573afa1538 Update comment, error handling and indentation in the automatic test 2016-03-21 09:05:47 +01:00
Juan Carlos González Cabrero
57aa370be0 Update public share tests and refactored publicUpload permission handling 2016-03-21 09:05:47 +01:00
Juan Carlos González Cabrero
5c68c3f605 Added automated test for creation of the share operation with edit permission enabled 2016-03-21 09:05:47 +01:00
Juan Carlos González Cabrero
996660b88c Fix indentation errors 2016-03-16 09:50:18 +01:00
Juan Carlos González Cabrero
3fd4e3b898 Added new encrypted variable referencing the new QA server to travis config 2016-03-16 09:16:52 +01:00
Juan Carlos González Cabrero
6c90e79c53 Added setup variable for a new QA server path 2016-03-16 09:14:50 +01:00
Juan Carlos González Cabrero
add2aab31e New tests for the federated sharing 2016-03-16 09:13:20 +01:00
Juan Carlos González Cabrero
1e1d424ffb Fix comparison of share type in the GetShareesTest 2016-03-07 13:55:18 +01:00
Juan Carlos González Cabrero
b13e584ac3 Remove the share type constants from GetRemoteShareesOperation 2016-03-07 09:07:51 +01:00
David A. Velasco
27237576ef Fixed wrong test case for shares, and warnings in test cases 2016-02-16 13:31:55 +01:00
David A. Velasco
d17d8b9a52 Moved target folder for download test to private storage, to fix problems with runtime check of permissions in Android 6 2016-02-16 12:45:26 +01:00
David A. Velasco
8b91c71d6f Updated build target to Android APIv23 2016-02-13 21:24:10 +01:00
David A. Velasco
ac9771ea3a Migration to different test server 2016-01-27 10:52:15 +01:00
David A. Velasco
b3535a3678 Updated automatic tests to cover share permissions updates 2016-01-26 18:39:01 +01:00
masensio
1e3060633d Add test for UpdateRemoteShareOperation 2015-11-23 17:51:33 +01:00