Commit graph

15578 commits

Author SHA1 Message Date
Tobias Kaminsky
5640c8c522
Merge pull request #6715 from nextcloud/fabOnSharing
hide FAB on sharing view
2020-08-18 08:45:05 +02:00
Tobias Kaminsky
cd3cd7962a
Merge pull request #6701 from nextcloud/fix/dialogButtonTinting
Correct call order when tinting the dialog button
2020-08-18 08:30:27 +02:00
Tobias Kaminsky
872901fca4
Merge pull request #6714 from nextcloud/e2e_oldsupport
E2E: support old iv delimiter, read only
2020-08-18 07:54:28 +02:00
Nextcloud bot
0fe4115a67
[tx-robot] updated from transifex 2020-08-18 03:36:21 +00:00
Tobias Kaminsky
ee075f285c
Merge pull request #6721 from grote/6719-npe-onTransferProgress
Prevent NPE: Ensure that mNotificationManager is not null
2020-08-17 20:32:27 +02:00
tobiasKaminsky
c88cd18774
E2E: support old iv delimiter, read only
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-17 20:28:45 +02:00
Torsten Grote
8fbfc9028a
Ensure that mNotificationManager is not null when updating transfer progress
This might happen, if the FileUploader service is being destroyed,
so mNotificationManager is set to null.

The applied fix has been used in a couple of other places in this file
as well, so it is at least consistent.

Signed-off-by: Torsten Grote <t@grobox.de>
2020-08-17 11:03:39 -03:00
Andy Scherzinger
2bead6a747
make sure sorting is hidden too for details view
remove redundant calls

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-08-17 13:58:47 +02:00
tobiasKaminsky
2a48130c55
hide FAB on sharing view
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-17 11:22:29 +02:00
Nextcloud bot
f71827c014
[tx-robot] updated from transifex 2020-08-17 03:29:39 +00:00
tobiasKaminsky
be04dec3ea
add tests
- for error: UI test
- for mnemonic: we cannot capture dialog, so it is only an integration test

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-17 03:01:30 +02:00
Tobias Kaminsky
9cbbc556e0
Merge pull request #6703 from nextcloud/dependabot/gradle/kotlin_version-1.4.0
Bump kotlin_version from 1.3.72 to 1.4.0
2020-08-17 02:20:17 +02:00
Nextcloud bot
e26b403e42
[tx-robot] updated from transifex 2020-08-16 03:29:45 +00:00
dependabot-preview[bot]
4427aa8204
Merge pull request #6702 from nextcloud/dependabot/gradle/markwonVersion-4.5.1 2020-08-14 16:03:56 +00:00
dependabot-preview[bot]
2bde2df257
Bump kotlin_version from 1.3.72 to 1.4.0
Bumps `kotlin_version` from 1.3.72 to 1.4.0.

Updates `kotlin-gradle-plugin` from 1.3.72 to 1.4.0

Updates `kotlin-stdlib-jdk7` from 1.3.72 to 1.4.0
- [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-08-14 14:22:23 +00:00
dependabot-preview[bot]
622f1ae1d6
Bump markwonVersion from 4.5.0 to 4.5.1
Bumps `markwonVersion` from 4.5.0 to 4.5.1.

Updates `core` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `ext-strikethrough` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `ext-tables` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `ext-tasklist` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `html` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Updates `syntax-highlight` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.5.0...v4.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 14:19:40 +00:00
Andy Scherzinger
f2f4265a42
Fixes #6675 correct call order when tinting the dialog button
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-08-14 10:09:21 +02:00
Andy Scherzinger
c65d50a8ee
Merge pull request #6698 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.11.0
Bump detekt-gradle-plugin from 1.10.0 to 1.11.0
2020-08-14 09:17:38 +02:00
Nextcloud bot
d85063ef67
[tx-robot] updated from transifex 2020-08-14 03:46:02 +00:00
dependabot-preview[bot]
d3fb6a2ab6
Bump detekt-gradle-plugin from 1.10.0 to 1.11.0
Bumps detekt-gradle-plugin from 1.10.0 to 1.11.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 01:14:09 +00:00
dependabot-preview[bot]
18b9b0f147
Merge pull request #6695 from nextcloud/dependabot/gradle/butterknifeVersion-10.2.3 2020-08-13 15:05:48 +00:00
Nextcloud bot
f1dfd44f07
[tx-robot] updated from transifex 2020-08-13 03:32:10 +00:00
dependabot-preview[bot]
3d934ed9fa
Bump butterknifeVersion from 10.2.2 to 10.2.3
Bumps `butterknifeVersion` from 10.2.2 to 10.2.3.

Updates `butterknife` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.2...10.2.3)

Updates `butterknife-compiler` from 10.2.2 to 10.2.3
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.2...10.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-13 01:13:36 +00:00
Nextcloud bot
f35ef1b320
[tx-robot] updated from transifex 2020-08-12 03:31:51 +00:00
Nextcloud bot
7daf2bfa5d
[tx-robot] updated from transifex 2020-08-11 03:31:28 +00:00
Tobias Kaminsky
7e08278246
Merge pull request #6667 from nextcloud/sortUpload
add sort option to UploadFilesActivity and FolderPickerActivity
2020-08-07 19:09:00 +02:00
tobiasKaminsky
bee0c7b4a1
add sort option to UploadFilesActivity and FolderPickerActivity
added UI tests

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-07 17:51:22 +02:00
Andy Scherzinger
babbd23bf2
Merge pull request #6669 from nextcloud/duplicatedFAB
removed FAB from text file preview and use FDA one
2020-08-07 14:17:34 +02:00
tobiasKaminsky
92301735af
removed FAB from text file preview and use FDA one
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-07 13:56:08 +02:00
Tobias Kaminsky
5d21b3668d
Merge pull request #6651 from nextcloud/fixLinkIcon
make + icon grey600 for proper icon coloring dark/light
2020-08-07 11:24:46 +02:00
Andy Scherzinger
cd2c2d858b
Merge pull request #6662 from nextcloud/npeExpirationDate
fix npe on setting expiration date on public share
2020-08-07 09:39:22 +02:00
tobiasKaminsky
898708cfc8
fix npe on setting expiration date on public share
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-07 09:04:47 +02:00
Nextcloud bot
ff0dd4ace4
[tx-robot] updated from transifex 2020-08-07 03:33:43 +00:00
Andy Scherzinger
90b368b25b
Merge pull request #6656 from nextcloud/dependabot/gradle/markwonVersion-4.5.0
Bump markwonVersion from 4.4.0 to 4.5.0
2020-08-06 17:34:29 +02:00
Tobias Kaminsky
5b22cbe038
Merge pull request #6655 from nextcloud/ezaquarii/rename-downloader-to-transfer-manager
Rename Downloader to TransferManager
2020-08-06 14:01:49 +02:00
Nextcloud bot
2d1dc5775d
[tx-robot] updated from transifex 2020-08-06 03:32:34 +00:00
dependabot-preview[bot]
7cb9cc3bbb
Bump markwonVersion from 4.4.0 to 4.5.0
Bumps `markwonVersion` from 4.4.0 to 4.5.0.

Updates `core` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `ext-strikethrough` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `ext-tables` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `ext-tasklist` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `html` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Updates `syntax-highlight` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.4.0...v4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-06 01:12:25 +00:00
Chris Narkiewicz
b0053d1481
Rename Downloader to TransferManager
As the Downloader architecture can support any type of
asynchronous operations so we can easily support file uploads.

Rename Downloader to TransferManager to reflect this.
This is just a rename, without upload implementation.
Upload feature shall follow in separate PRs.

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-08-06 00:05:52 +01:00
Andy Scherzinger
9db4585224
make + icon grey600 for proper icon coloring dark/light
Fixes #6647

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-08-05 12:43:26 +02:00
Andy Scherzinger
8d82203c15
Merge pull request #6646 from nextcloud/activityCompare
object.getId() can also be a string if RichObjects refers to an user
2020-08-05 12:23:04 +02:00
dependabot-preview[bot]
81d75ad5dd
Merge pull request #6645 from nextcloud/dependabot/gradle/com.google.android.material-material-1.2.0 2020-08-05 08:47:41 +00:00
tobiasKaminsky
5ad6cafb92
change test to directly launch SyncedFoldersActivity
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-05 10:22:40 +02:00
tobiasKaminsky
c8863c61b0
object.getId() can also be a string if RichObjects refers to an user
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-05 08:30:33 +02:00
dependabot-preview[bot]
251af8f0ef
Bump material from 1.1.0 to 1.2.0
Bumps [material](https://github.com/material-components/material-components-android) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.1.0...1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-05 07:18:48 +02:00
Nextcloud bot
433e1c0c16
[tx-robot] updated from transifex 2020-08-05 03:32:52 +00:00
dependabot-preview[bot]
ad4e3832bc
Merge pull request #6635 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-10.2.2 2020-08-04 16:18:36 +00:00
dependabot-preview[bot]
a361df0b4c
Bump butterknife from 10.2.1 to 10.2.2
Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.1...10.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-08-04 17:45:50 +02:00
Tobias Kaminsky
54adf9823e
Merge pull request #6634 from nextcloud/dependabot/gradle/com.jakewharton-butterknife-compiler-10.2.2
Bump butterknife-compiler from 10.2.1 to 10.2.2
2020-08-04 16:08:05 +02:00
Nextcloud bot
66d9465e11
[tx-robot] updated from transifex 2020-08-04 12:44:52 +00:00
dependabot-preview[bot]
3d73a2336f
Merge pull request #6633 from nextcloud/dependabot/gradle/gradle.plugin.com.github.spotbugs.snom-spotbugs-gradle-plugin-4.5.0 2020-08-04 11:44:09 +00:00