Commit graph

15862 commits

Author SHA1 Message Date
Andy Scherzinger
19df0c9695
Merge pull request #6866 from nextcloud/2charUI
UI test: sharees in file list
2020-09-15 13:52:17 +02:00
tobiasKaminsky
8999a9e037
Add changelog for 3.13.1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-15 12:56:52 +02:00
Tobias Kaminsky
51611d70a9
Merge pull request #6926 from nextcloud/removeDualPane
Open PreviewTextFragment within left fragment
2020-09-15 08:47:58 +02:00
tobiasKaminsky
e0700c376c
new tests for avatars, shares in OCFileList
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-15 08:47:31 +02:00
Tobias Kaminsky
8f5a8d4230
Merge pull request #6924 from nextcloud/activateTablet
detect tablet mode again
2020-09-15 08:11:17 +02:00
dependabot-preview[bot]
eded414d50
Merge pull request #6951 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.39.0 2020-09-15 06:11:02 +00:00
Jens Mueller
69f3f804e2 fix ktlint
Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-15 05:36:32 +02:00
dependabot-preview[bot]
5ef39f8af3
Bump ktlint from 0.38.1 to 0.39.0
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.38.1 to 0.39.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.38.1...0.39.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-15 01:12:59 +00:00
Jens Mueller
a4b0e29d80 fix review comments
Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-14 20:35:20 +02:00
tobiasKaminsky
d09490eb89
fix #6818
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-14 15:10:18 +02:00
tobiasKaminsky
75cd055676
remove unneeded parentheses
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-14 14:59:30 +02:00
tobiasKaminsky
27277f1970
open PreviewTextFragment within left fragment
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-14 14:59:30 +02:00
tobiasKaminsky
edaffa4c0f
detect tablet mode again
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-14 14:59:30 +02:00
Tobias Kaminsky
4dead24acf
Merge pull request #6933 from nextcloud/dependabot/gradle/daggerVersion-2.29.1
Bump daggerVersion from 2.28.3 to 2.29.1
2020-09-14 13:07:53 +02:00
dependabot-preview[bot]
95f896897a
Bump daggerVersion from 2.28.3 to 2.29.1
Bumps `daggerVersion` from 2.28.3 to 2.29.1.

Updates `dagger` from 2.28.3 to 2.29.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.28.3...dagger-2.29.1)

Updates `dagger-android` from 2.28.3 to 2.29.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.28.3...dagger-2.29.1)

Updates `dagger-android-support` from 2.28.3 to 2.29.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.28.3...dagger-2.29.1)

Updates `dagger-compiler` from 2.28.3 to 2.29.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.28.3...dagger-2.29.1)

Updates `dagger-android-processor` from 2.28.3 to 2.29.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.28.3...dagger-2.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-14 08:00:17 +02:00
dependabot-preview[bot]
1cc44ce77c
Merge pull request #6946 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.13.1 2020-09-14 05:55:11 +00:00
dependabot-preview[bot]
62543b5fdd
Bump detekt-gradle-plugin from 1.12.0 to 1.13.1
Bumps detekt-gradle-plugin from 1.12.0 to 1.13.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 01:12:49 +00:00
Nextcloud bot
65145ca1c5
[tx-robot] updated from transifex 2020-09-13 03:20:33 +00:00
Andy Scherzinger
ca1b3649bd
Merge pull request #6934 from nextcloud/codeStyle
added by new Android Studio
2020-09-12 21:46:24 +02:00
Nextcloud bot
9a1554f650
[tx-robot] updated from transifex 2020-09-12 03:21:07 +00:00
Jens Mueller
f9a82f9ed9 add integration test
Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-12 00:09:51 +02:00
Jens Mueller
c00e7b3dbb fix review comments
Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-12 00:02:49 +02:00
tobiasKaminsky
beed0fd720
added by new Android Studio
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-11 12:07:40 +02:00
tobiasKaminsky
495cf0aea0
let uploadReport always fail
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-11 10:49:12 +02:00
tobiasKaminsky
f992dd336d
detect tablet mode again
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-11 10:49:11 +02:00
Tobias Kaminsky
fe3ef767cd
Merge pull request #6918 from jmue/storageProviderCleanup
unify context access
2020-09-11 10:47:16 +02:00
dependabot-preview[bot]
32d7dc40f2
Merge pull request #6932 from nextcloud/dependabot/gradle/org.conscrypt-conscrypt-android-2.5.1 2020-09-11 08:45:07 +00:00
Tobias Kaminsky
caabf7b5dc
Merge pull request #6880 from grote/upload-retries
Don't disable upload retries for uploads from DocumentsProvider
2020-09-11 10:36:31 +02:00
Tobias Kaminsky
706b47f3f5
Merge pull request #6927 from nextcloud/fixMockito
do not use internal FieldSetter
2020-09-11 10:34:43 +02:00
dependabot-preview[bot]
45ca566f9a
Bump conscrypt-android from 2.5.0 to 2.5.1
Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/google/conscrypt/releases)
- [Commits](https://github.com/google/conscrypt/compare/2.5.0...2.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11 01:13:51 +00:00
Jens Mueller
a5272c5700 fix codacy comments
Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-10 21:36:27 +02:00
Jens Mueller
cae0e77267 fix codacy comments
Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-10 21:12:03 +02:00
tobiasKaminsky
eb839c3968
do not use internal FieldSetter
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-10 12:46:51 +02:00
Tobias Kaminsky
7f729e630e
Merge pull request #6892 from nextcloud/richWorkspacesTest
add tests for rich workspaces
2020-09-10 08:15:00 +02:00
dependabot-preview[bot]
81cf45ab0e
Merge pull request #6921 from nextcloud/dependabot/gradle/commons-io-commons-io-2.8.0 2020-09-10 05:46:25 +00:00
dependabot-preview[bot]
a0c015c554
Merge pull request #6923 from nextcloud/dependabot/gradle/kotlin_version-1.4.10 2020-09-10 05:46:11 +00:00
Nextcloud bot
23cc09bc0b
[tx-robot] updated from transifex 2020-09-10 03:27:24 +00:00
dependabot-preview[bot]
c3590a691f
Bump kotlin_version from 1.4.0 to 1.4.10
Bumps `kotlin_version` from 1.4.0 to 1.4.10.

Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib-jdk7` from 1.4.0 to 1.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 01:17:35 +00:00
dependabot-preview[bot]
c5efc24f20
Bump commons-io from 2.7 to 2.8.0
Bumps commons-io from 2.7 to 2.8.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 01:14:06 +00:00
Jens Mueller
e15f8fbc6c DocumentsStorageProvider: prevent opening stale file contents
fix #6883

Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-09 20:27:46 +02:00
Jens Mueller
b329bc9149 unify context access
Signed-off-by: Jens Mueller <tschenser@gmx.de>
2020-09-09 20:17:30 +02:00
Torsten Grote
6699c2437a
Don't disable upload retries for uploads from DocumentsProvider
Signed-off-by: Torsten Grote <t@grobox.de>
2020-09-09 16:38:51 +02:00
tobiasKaminsky
6c7b96db53
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 16:37:20 +02:00
tobiasKaminsky
be357db8f1
codacy
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:52 +02:00
tobiasKaminsky
0d942cca55
ktlint
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:52 +02:00
tobiasKaminsky
1a32e9b268
detekt
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:52 +02:00
tobiasKaminsky
a6c898d2a5
cleanup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:52 +02:00
tobiasKaminsky
50c7635869
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:49 +02:00
tobiasKaminsky
bd3f22f65d
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:35 +02:00
tobiasKaminsky
d6d0c5939c
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-09 13:06:35 +02:00