Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android-library.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-12Merge pull request #992 from ↵HEADmasterAndy Scherzinger
nextcloud/dependabot/gradle/androidx.test-runner-1.5.1 Bump runner from 1.5.0 to 1.5.1
2022-11-12Bump runner from 1.5.0 to 1.5.1dependabot[bot]
Bumps runner from 1.5.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #989 from ↵Álvaro Brey
nextcloud/dependabot/gradle/androidx.test-runner-1.5.0 Bump runner from 1.4.0 to 1.5.0
2022-11-09Bump runner from 1.4.0 to 1.5.0dependabot[bot]
Bumps runner from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #991 from ↵Álvaro Brey
nextcloud/dependabot/gradle/androidx.test.ext-junit-1.1.4 Bump junit from 1.1.3 to 1.1.4
2022-11-09Merge pull request #990 from ↵Álvaro Brey
nextcloud/dependabot/gradle/androidx.test.espresso-espresso-core-3.5.0 Bump espresso-core from 3.4.0 to 3.5.0
2022-11-09Bump junit from 1.1.3 to 1.1.4dependabot[bot]
Bumps junit from 1.1.3 to 1.1.4. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #988 from ↵dependabot[bot]
nextcloud/dependabot/gradle/androidx.test-rules-1.5.0
2022-11-09Bump espresso-core from 3.4.0 to 3.5.0dependabot[bot]
Bumps espresso-core from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #987 from nextcloud/dependabot/gradle/kotlin_version-1.7.21dependabot[bot]
2022-11-09Merge pull request #986 from ↵dependabot[bot]
nextcloud/dependabot/gradle/androidx.test.espresso-espresso-contrib-3.5.0
2022-11-09Bump rules from 1.4.0 to 1.5.0dependabot[bot]
Bumps rules from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Bump kotlin_version from 1.7.20 to 1.7.21dependabot[bot]
Bumps `kotlin_version` from 1.7.20 to 1.7.21. Updates `kotlin-gradle-plugin` from 1.7.20 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-stdlib-jdk8` from 1.7.20 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- 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>
2022-11-09Bump espresso-contrib from 3.4.0 to 3.5.0dependabot[bot]
Bumps espresso-contrib from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-contrib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31Merge pull request #983 from nextcloud/fix/execute_NPEÁlvaro Brey
OkHttpMethodBase: prevent NPE when logging exception
2022-10-28OkHttpMethodBase: prevent NPE when logging exceptionÁlvaro Brey
ex.message may be null Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-26Merge pull request #982 from ↵Álvaro Brey
nextcloud/dependabot/gradle/com.google.code.gson-gson-2.10 Bump gson from 2.9.1 to 2.10
2022-10-26Bump gson from 2.9.1 to 2.10dependabot[bot]
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.9.1...gson-parent-2.10) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24Merge pull request #942 from nextcloud/testSharedFavoritedSearchÁlvaro Brey
Test: share a file, favorite it and search then for favorites
2022-10-24also remove data on other client after each testtobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-24Test: share a file, favorite it and search then for favoritestobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-24Merge pull request #978 from ↵Álvaro Brey
nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.0.13 Bump spotbugs-gradle-plugin from 5.0.12 to 5.0.13
2022-10-24Merge pull request #980 from ↵dependabot[bot]
nextcloud/dependabot/github_actions/ossf/scorecard-action-2.0.6
2022-10-24Merge pull request #981 from ↵dependabot[bot]
nextcloud/dependabot/github_actions/hmarr/auto-approve-action-3.1.0
2022-10-24Bump hmarr/auto-approve-action from 3.0.0 to 3.1.0dependabot[bot]
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24Bump ossf/scorecard-action from 2.0.4 to 2.0.6dependabot[bot]
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/e363bfca00e752f91de7b7d2a77340e2e523cb18...99c53751e09b9529366343771cc321ec74e9bd3d) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24Merge pull request #979 from ↵dependabot[bot]
nextcloud/dependabot/gradle/org.mockito-mockito-core-4.8.1
2022-10-24Bump mockito-core from 4.8.0 to 4.8.1dependabot[bot]
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19Merge pull request #975 from nextcloud/fixExternalÁlvaro Brey
external app needs composer
2022-10-19drone: install composer on server to use to install appsÁlvaro Brey
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-19external app needs composertobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-19Bump spotbugs-gradle-plugin from 5.0.12 to 5.0.13dependabot[bot]
Bumps [spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.12...5.0.13) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17Merge pull request #976 from ↵2.12.0Álvaro Brey
nextcloud/dependabot/gradle/com.android.tools.build-gradle-7.3.1 Bump gradle from 7.3.0 to 7.3.1
2022-10-17Bump gradle from 7.3.0 to 7.3.1dependabot[bot]
Bumps gradle from 7.3.0 to 7.3.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17Merge pull request #977 from ↵Álvaro Brey
nextcloud/dependabot/github_actions/hmarr/auto-approve-action-3.0.0 Bump hmarr/auto-approve-action from 2.4.0 to 3.0.0
2022-10-17Bump hmarr/auto-approve-action from 2.4.0 to 3.0.0dependabot[bot]
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12Merge pull request #972 from nextcloud/dashboardTobias Kaminsky
Dashboard API
2022-10-11Fix ktlintÁlvaro Brey
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-11spotless kotlin checktobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-10Test only on 25+tobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-10Analysis: update Spotbugs results to reflect reduced error/warning countnextcloud-android-bot
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2022-10-10Add dashboardtobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-10Analysis: update Spotbugs results to reflect reduced error/warning countnextcloud-android-bot
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2022-10-10Add dashboardtobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-07Merge pull request #965 from ↵Álvaro Brey
nextcloud/dependabot/gradle/com.diffplug.spotless-6.11.0 Bump com.diffplug.spotless from 6.9.1 to 6.11.0
2022-10-07Bump com.diffplug.spotless from 6.9.1 to 6.11.0dependabot[bot]
Bumps com.diffplug.spotless from 6.9.1 to 6.11.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03Merge pull request #974 from ↵dependabot[bot]
nextcloud/dependabot/github_actions/ossf/scorecard-action-2.0.4
2022-10-03Bump ossf/scorecard-action from 2.0.3 to 2.0.4dependabot[bot]
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/865b4092859256271290c77adbd10a43f4779972...e363bfca00e752f91de7b7d2a77340e2e523cb18) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30Merge pull request #973 from nextcloud/dependabot/gradle/kotlin_version-1.7.20dependabot[bot]
2022-09-30Bump kotlin_version from 1.7.10 to 1.7.20dependabot[bot]
Bumps `kotlin_version` from 1.7.10 to 1.7.20. Updates `kotlin-gradle-plugin` from 1.7.10 to 1.7.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20) Updates `kotlin-stdlib-jdk8` from 1.7.10 to 1.7.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20) --- 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>