1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
theScrabi 81d3d832e9 restructure path to operation resources 2018-09-04 13:38:30 +02:00
davigonz 74c9430382 Create RemoveRemoteFileOperation and use it 2018-09-04 13:38:30 +02:00
davigonz 81120ac7ad Create DownloadRemoteFileOperation and reorder classes 2018-09-04 13:38:30 +02:00
davigonz 0f14e89d7c Check upload file result 2018-09-04 13:38:30 +02:00
DerSchabi dae28aee48 refactor RemoteOperationResult 2018-09-04 13:38:30 +02:00
davigonz 75ce8e186f Implement UploadRemoteFileOperation with dav4droid 2018-09-04 13:38:30 +02:00
davigonz 2ba891df15 Include user agent in OCContext and start implementing the generic put operation 2018-09-04 13:38:30 +02:00
davigonz a4678557d8 Remove unneeded slahes in url 2018-09-04 13:38:30 +02:00
DerSchabi ca2eff6647 make propfind operation run without errors 2018-09-04 13:38:30 +02:00
davigonz ff6adc4cf9 Solve conflicts 2018-09-04 13:38:30 +02:00
davigonz 3125c8047c First propfind using dav4droid and new architecture 2018-09-04 13:38:30 +02:00
DerSchabi cd3d20db07 add dav4droid support part1 2018-09-04 13:38:30 +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 e6835b1518 Reorder variables 2018-04-20 12:40:52 +02:00
davigonz d0d26b7a3b Fix uploads 2018-04-20 12:35:06 +02:00
davigonz 872c82b79a Test remote deletion 2018-04-19 13:57:49 +02:00
davigonz bc32ddda0f Test download 2018-04-19 13:22:27 +02:00
davigonz f3a080e9a8 Keep working on uploads 2018-04-18 13:32:38 +02:00
davigonz bdd6a1be0c Refactor MainActivity and start implementing upload 2018-04-18 11:03:28 +02:00
davigonz d79bdb7893 Test PROPFIND with new endpoind and new network library 2018-04-17 18:37:00 +02:00
davigonz ede34920c2 Include feature to check server connections 2018-04-17 16:48:49 +02:00
davigonz e6640d395b Testing network library 2018-04-17 16:48:49 +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
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
davigonz b9492966a5 Updated test with needed params 2016-12-15 13:51:12 +01: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
Gurpreet 445cbef3aa - changed project.properties files. 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 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
David A. Velasco 8b91c71d6f Updated build target to Android APIv23 2016-02-13 21:24:10 +01:00
Jorge Antonio Diaz-Benito Soriano b53c8ccf9d Updated some dependencies 2015-08-18 13:14:19 +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
David A. Velasco 3ecefdfbcc Updated buildTools in all the Gradle files 2015-08-04 11:49:07 +02:00
masensio e0da66d25d Update uger agent string 2015-03-24 14:52:18 +01:00
masensio decf89e39b Update uger agent string 2015-03-24 14:43:36 +01:00
masensio 9990eeb7ff Refactor parameter user_agent out of RemoteOperation and children 2015-03-24 14:31:40 +01:00
masensio 43f6fe93e6 Fix unit test 2015-03-20 14:42:32 +01:00
masensio eca87d20c7 Update headers 2015-03-04 11:06:47 +01:00
Jorge Antonio Diaz-Benito Soriano 9732d61d38 Restore .gitignore, remove files that were added 2014-11-25 21:32:32 +01:00
Jorge Antonio Diaz-Benito Soriano 005dd85fdc Update .gitignore and readded missing files 2014-11-24 12:02:35 +01:00