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

1538 Commits

Author SHA1 Message Date
Fernando Sanz
7baf3e43a5 The ShareXMLParser has been removed from RemoveRemoteShareOperation.kt class. 2021-08-31 12:37:36 +02:00
Fernando Sanz
6285c6c70a The ShareXMLParser has been removed from GetRemoteSharesForFileOperation.kt class. 2021-08-31 11:59:41 +02:00
Fernando Sanz
b40a394ab1 The ShareXMLParser has been removed from CreateRemoteShareOperation.kt class. 2021-08-31 10:43:29 +02:00
Fernando Sanz
037a2b30df Fixed some bugs on how to create shares. 2021-08-31 08:52:55 +02:00
Abel García de Prada
45fb12df0e Fix shares parsing 2021-08-27 15:38:49 +02:00
Fernando Sanz
27b18c33a9 The way to retrieve list of shares has been modified from java to kotlin and its result has been parsed to ShareResponse.kt object. 2021-08-27 14:08:58 +02:00
Christian Schabesberger
c24ffcfaa4
Merge pull request #425 from owncloud/fix/add_content_length_error
add error log when content-length not equal to transfaired bytes
2021-08-18 17:13:20 +02:00
Christian Schabesberger
fbf0fab800 add error log when content-length not equal to transfaired bytes 2021-08-17 12:41:35 +02:00
Abel García de Prada
5852921764
Merge pull request #420 from owncloud/release/1.0.12
[Release] 1.0.12
2021-07-20 12:55:28 +02:00
Abel García de Prada
7b5c070175 Update version name and version code 1.0.12 2021-07-15 09:55:21 +02:00
Abel García de Prada
650f348c35
Merge pull request #419 from owncloud/improvement/oauth2_pkce
Add PKCE support
2021-07-14 19:11:21 +02:00
Abel García de Prada
20070775d7 Add parameters required for PKCE 2021-07-14 12:40:08 +02:00
Abel García de Prada
593da77a04
Merge pull request #418 from owncloud/dependabot/gradle/kotlinVersion-1.5.21
Bump kotlinVersion from 1.5.20 to 1.5.21
2021-07-14 09:33:08 +02:00
dependabot[bot]
3025ddce23
Bump kotlinVersion from 1.5.20 to 1.5.21
Bumps `kotlinVersion` from 1.5.20 to 1.5.21.

Updates `kotlin-gradle-plugin` from 1.5.20 to 1.5.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.20...v1.5.21)

Updates `kotlin-stdlib-jdk8` from 1.5.20 to 1.5.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.20...v1.5.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 07:06:34 +00:00
Abel García de Prada
ac2f837f9e
Merge pull request #414 from owncloud/new_arch/camera_uploads
[New arch] Camera Uploads
2021-07-14 09:05:36 +02:00
Abel García de Prada
22719c8f40 Return unit in the remote operation 2021-07-08 12:24:21 +02:00
Abel García de Prada
12b009e378 Update operation 2021-07-05 09:17:37 +02:00
Abel García de Prada
5c2be25d66 Override contentLength in content uri request body to fix uploads to ocis 2021-07-05 09:17:37 +02:00
Abel García de Prada
99e636e8f6 Add a new operation to upload files directly with a content uri 2021-07-05 09:17:37 +02:00
Abel García de Prada
022c486603
Merge pull request #415 from owncloud/bump_kotlin_gradle
Bump kotlin to 1.5.20
2021-07-02 13:07:53 +02:00
Abel García de Prada
b491641eff Bump kotlin to 1.5.20 2021-07-02 09:57:38 +02:00
Abel García de Prada
86bfc3383c
Merge pull request #410 from owncloud/dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-10.1.0
Bump ktlint-gradle from 10.0.0 to 10.1.0
2021-06-04 08:20:47 +02:00
dependabot[bot]
58ac89cb30
Bump ktlint-gradle from 10.0.0 to 10.1.0
Bumps ktlint-gradle from 10.0.0 to 10.1.0.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 06:49:43 +00:00
Abel García de Prada
cfe5793d0d
Merge pull request #409 from owncloud/bump/kotlin_version
Bump kotlin version and AS
2021-05-26 09:38:43 +02:00
Abel García de Prada
c02a4dea91 Bump kotlin version 2021-05-26 08:57:03 +02:00
Abel García de Prada
e9d23d9cd2
Merge pull request #403 from owncloud/Gradle-6.9
Gradle 6.9
2021-05-24 09:46:36 +02:00
Hannes Achleitner
93497ca225 Gradle 6.9
It comes with Apple Silicon support
2021-05-24 09:36:33 +02:00
Abel García de Prada
abdbdbe4cc
Merge pull request #405 from owncloud/release/1.0.11
[Release] 1.0.11
2021-05-24 08:25:39 +02:00
Abel García de Prada
351682cc7f Use userId instead of username to build the webdavurl 1.0.11 2021-05-21 13:16:04 +02:00
Abel García de Prada
634c4a0f93 Update version name and version code for release 1.0.11 2021-05-18 12:19:40 +02:00
Abel García de Prada
307bf93a40
Merge pull request #404 from owncloud/MoveToMavenCentral
MavenCentral
2021-05-17 09:11:21 +02:00
Hannes Achleitner
d0e50c4fca MavenCentral 2021-05-15 07:07:16 +02:00
Abel García de Prada
bf6f93ff1c
Merge pull request #396 from owncloud/fix/xodo_bug
fix xodo sync bug
2021-05-11 17:09:09 +02:00
Abel García de Prada
2c18ae4ebb Clean unused imports 2021-05-10 09:56:18 +02:00
Christian Schabesberger
594ed2ee1b fix xodo file sync bug 2021-04-30 15:58:42 +02:00
Abel García de Prada
ccaf5a8e0e
Merge pull request #392 from owncloud/fix/oidc_no_registration_endpoint
Make some fields not mandatory in discovery response
2021-04-22 13:48:22 +02:00
Abel García de Prada
8c4a2708c2 Make some fields not mandatory in discovery response 2021-04-22 12:50:27 +02:00
Abel García de Prada
3f8ddd0ba9
Merge pull request #391 from owncloud/ktLintLibraryCheck
ktLint check in library
2021-04-22 12:47:51 +02:00
Abel García de Prada
13344ae622 Fix lint errors 2021-04-21 18:59:17 +02:00
Abel García de Prada
845b61ea4d Enable import ordering rule 2021-04-21 18:44:48 +02:00
Hannes Achleitner
257f616b0f ktLint check in library 2021-04-14 10:33:49 +02:00
Abel García de Prada
7dc81fb74c
Merge pull request #390 from owncloud/ktLint
Fix some ktlint findings
2021-04-14 09:45:16 +02:00
Abel García de Prada
1287035311 Fix some ktlint findings 2021-04-12 08:18:32 +02:00
Abel García de Prada
5ca9d5e330
Merge pull request #388 from owncloud/bump_kotlin_version
Bump kotlin version
2021-04-06 11:32:26 +02:00
Abel García de Prada
7924561a62 Bump kotlin version 2021-04-06 09:55:19 +02:00
Abel García de Prada
aa65410535
Merge pull request #387 from owncloud/dependabot/gradle/moshiVersion-1.12.0
Bump moshiVersion from 1.11.0 to 1.12.0
2021-04-06 09:46:04 +02:00
dependabot[bot]
88bb79c5ea
Bump moshiVersion from 1.11.0 to 1.12.0
Bumps `moshiVersion` from 1.11.0 to 1.12.0.

Updates `moshi-kotlin` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/square/moshi/releases)
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...parent-1.12.0)

Updates `moshi-kotlin-codegen` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/square/moshi/releases)
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...parent-1.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 09:33:44 +00:00
Abel García de Prada
87aa7137e7
Merge pull request #385 from owncloud/ktLintFindings
Fix ktlint findings
2021-04-05 08:21:24 +02:00
Hannes Achleitner
4df880357c Fix ktlint findings 2021-03-24 11:37:48 +01:00
JuancaG05
d1765eefb3
Merge pull request #384 from owncloud/bump_gradle_version
Bump gradle version to 1.4.3
2021-03-23 11:54:47 +01:00