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

84 Commits

Author SHA1 Message Date
Hannes Achleitner
dd088d7222 Api 30 2021-11-17 09:32:18 +01:00
Hannes Achleitner
070ac89fa9 Use Android separator instead of homemade one 2020-06-25 06:14:16 +02:00
agarcia
7710db7612 Upgrade target version to v29 2020-06-09 11:26:23 +02:00
Hannes Achleitner
6803a347bf Update Copyright year to 2020 2020-03-17 15:50:50 +01:00
davigonz
e343a720f7 Fix sample client 2020-02-18 12:18:02 +01:00
Hannes Achleitner
9beb25d019 fix lint issues 2020-01-21 13:10:01 +01:00
Hannes Achleitner
a47d6fd882 switch to Timber 2020-01-21 13:10:01 +01:00
Hannes Achleitner
a1d4c781ae Finish remove Android 4.4 support 2019-12-19 13:03:24 +01:00
davigonz
04819cc714 Upgrade min sdk version in sample client 2019-03-07 08:43:41 +01:00
Hannes Achleitner
78e4d167d2 change 2018 to 2019 in comments 2019-02-13 18:26:18 +01:00
Hannes Achleitner
f249d2dc11 Android X
only compileSdk increase was needed
2019-02-13 17:43:44 +01:00
Hannes Achleitner
40690df5fa apply codestyle everywhere 2019-01-23 06:19:08 +01:00
davigonz
badc15b741 Rename library module from lib to owncloudComLibrary 2018-12-19 16:58:08 +01:00
davigonz
8c6a325e06 Rename library module from owncloud-android-library to lib 2018-12-17 13:41:34 +01:00
Hannes Achleitner
982dbb2a93 revert to android 26
on review request
2018-12-14 11:12:54 +01:00
Hannes Achleitner
9fb69ce38d apply codereviews 2018-12-13 18:44:57 +01:00
Hannes Achleitner
56e003139f change to Gradle file structure 2018-12-12 20:17:27 +01:00
Hannes Achleitner
137e489008 remove Eclipse only files 2018-12-12 20:16:49 +01:00
Hannes Achleitner
94f3c377e4 apply review comment concerning targetSdkVersion
https://github.com/owncloud/android-library/pull/198#discussion_r228050760
2018-11-27 11:39:36 +01:00
davigonz
8841a0fcb7 Include setup.xml for sample client 2018-10-02 15:29:51 +02:00
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
davigonz
9944f30d3f Remove the ignored sample client setup.xml 2018-09-04 15:58:58 +02:00
theScrabi
c33c7c551d make redirection actually work ... finaly 2018-09-04 15:50:24 +02:00
davigonz
b9ba124541 Keep previous owncloudclient implementation 2018-09-04 13:38:30 +02:00
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