Commit graph

16489 commits

Author SHA1 Message Date
Nextcloud bot
1c4e5dd810
[tx-robot] updated from transifex 2020-12-22 03:49:29 +00:00
Andy Scherzinger
26027a80bb
Merge pull request #7708 from nextcloud/fix7699
Remove snapshot repo
2020-12-21 17:43:05 +01:00
Andy Scherzinger
9e118d4c30
Merge pull request #7706 from nextcloud/dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.15.0
Bump detekt-gradle-plugin from 1.14.2 to 1.15.0
2020-12-21 17:42:38 +01:00
dependabot[bot]
ee8a97b86c
Bump detekt-gradle-plugin from 1.14.2 to 1.15.0
Bumps detekt-gradle-plugin from 1.14.2 to 1.15.0.

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 17:42:05 +01:00
Andy Scherzinger
60285c0082
Merge pull request #7705 from nextcloud/dependabot/gradle/byteBuddyVersion-1.10.19
Bump byteBuddyVersion from 1.10.18 to 1.10.19
2020-12-21 10:54:42 +01:00
Unpublished
542d472a4d Remove snapshot repo
Signed-off-by: Unpublished <unpublished@gmx.net>
2020-12-21 10:23:53 +01:00
Nextcloud bot
b13b9fc5bf
[tx-robot] updated from transifex 2020-12-21 03:47:49 +00:00
dependabot[bot]
e18762c49e
Bump byteBuddyVersion from 1.10.18 to 1.10.19
Bumps `byteBuddyVersion` from 1.10.18 to 1.10.19.

Updates `byte-buddy` from 1.10.18 to 1.10.19
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.18...byte-buddy-1.10.19)

Updates `byte-buddy-android` from 1.10.18 to 1.10.19
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.18...byte-buddy-1.10.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 02:04:46 +00:00
Nextcloud bot
2854d7ab2f
[tx-robot] updated from transifex 2020-12-20 03:49:54 +00:00
Nextcloud bot
7ad01df9ca
[tx-robot] updated from transifex 2020-12-19 03:48:21 +00:00
Tobias Kaminsky
69af47857b
Merge pull request #7649 from nextcloud/ezaquarii/fix-upload-via-share-make-mtime-read-optional
Fix upload by sharing link with defensive check during mtime read
2020-12-18 08:19:51 +01:00
tobiasKaminsky
e6a7d124fc
If path is not set or empty do not run any media scanner
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-18 07:55:48 +01:00
Nextcloud bot
cfb44f6b83
[tx-robot] updated from transifex 2020-12-18 03:49:34 +00:00
Andy Scherzinger
03606f01d9
Merge pull request #7664 from czlucius/fix-issue-7633
Fix issue #7633
2020-12-17 22:49:09 +01:00
Andy Scherzinger
e1a46e1ff5
Merge pull request #7675 from nextcloud/dependabot/add-v2-config-file
Create Dependabot config file
2020-12-17 18:27:38 +01:00
czlucius
2cad7849ba Change alert dialog button text color
This commit changes the text color of the AlertDialog's buttons from `?android:attr/textColorPrimary` to `@color/text_color`.
This ensures that the button text can be readable throughout all themes.
2020-12-17 22:43:50 +08:00
Tobias Kaminsky
dd98c51474
Merge pull request #7668 from nextcloud/fixHelpLink
Update help link
2020-12-17 15:33:03 +01:00
czlucius
125bc3089d Change button text color from black to system text color
This commit changes the button text color from black(#000000) to a prominent text color that varies depending on the theme settings.
2020-12-17 22:29:48 +08:00
czlucius
36c6729d6c Fix issue #7633 by adding button style
Add `android:buttonBarButtonStyle` to `FallbackTheming.Dialog`, modifying the button style of the fallback `AlertDialog`, so that the button would not appear as invisible.
2020-12-17 22:25:00 +08:00
Nextcloud bot
828384b913
[tx-robot] updated from transifex 2020-12-17 03:47:40 +00:00
dependabot-preview[bot]
d5b566a6c2
Create Dependabot config file 2020-12-16 10:40:01 +00:00
tobiasKaminsky
0ad1af7717
fix crash when changing theme after showing media pane
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-16 10:46:46 +01:00
Nextcloud bot
a5fd5b3523
[tx-robot] updated from transifex 2020-12-16 03:49:46 +00:00
Nextcloud bot
91dbcc3644
[tx-robot] updated from transifex 2020-12-15 16:35:50 +00:00
Tobias Kaminsky
6d63811d70
Merge pull request #7670 from nextcloud/transifexLineWrap
Do not line wrap
2020-12-15 17:33:24 +01:00
tobiasKaminsky
8f17dad9e5
Do not line wrap
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-15 17:32:43 +01:00
Andy Scherzinger
0e66e8ea86
Update help link
Resolves #7646

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-12-14 22:19:55 +01:00
Chris Narkiewicz
70865ae337
Fix upload by sharing link with defensive check during mtime read
Since mtime is used to update cache and is not on critical path,
we can make it optional. If it's not available, cache behaviour
will suffer, but sharing should not fail.

Fixes #7587

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2020-12-12 00:06:05 +00:00
Andy Scherzinger
a95c363e8f
Merge pull request #7638 from Kuuuna98/CopyrightComment
Added copyright comment to the header of a file
2020-12-09 14:38:09 +01:00
Kuuuna98
72483f0e10 Added copyright comment to the header of a file
Signed-off-by: Kuuuna98 <yunaghgh@naver.com>
2020-12-09 22:24:36 +09:00
Andy Scherzinger
c787a29463
Merge pull request #6652 from nextcloud/screenshotsWhite
Screenshots white
2020-12-09 14:12:04 +01:00
Andy Scherzinger
382f24a528
update screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-12-09 13:11:47 +01:00
Andy Scherzinger
912f4c083c
Merge pull request #7636 from nextcloud/dependabot/gradle/kotlin_version-1.4.21
Bump kotlin_version from 1.4.20 to 1.4.21
2020-12-09 11:41:23 +01:00
Andy Scherzinger
a584855519
add missing screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-12-09 09:38:30 +01:00
dependabot-preview[bot]
49effe0021
Bump kotlin_version from 1.4.20 to 1.4.21
Bumps `kotlin_version` from 1.4.20 to 1.4.21.

Updates `kotlin-gradle-plugin` from 1.4.20 to 1.4.21

Updates `kotlin-stdlib-jdk7` from 1.4.20 to 1.4.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/compare/v1.4.20...v1.4.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-09 02:16:00 +00:00
tobiasKaminsky
9800d58366
add missing screenshots
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-08 23:42:13 +01:00
tobiasKaminsky
bb14387ee3
add missing screenshots
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-08 23:42:11 +01:00
tobiasKaminsky
a382cd0afb
Add missing screenshots
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-08 23:42:10 +01:00
tobiasKaminsky
500541ed7b
Add missing screenshots
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-08 23:42:09 +01:00
tobiasKaminsky
548d2d75d7
add screenshot html overview script
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-08 23:42:08 +01:00
Andy Scherzinger
7e51ba99f6
Update white/dark screenshots
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-12-08 23:42:07 +01:00
tobiasKaminsky
2499896a51
Add white screenhot tests
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-08 23:42:06 +01:00
tobiasKaminsky
5ee724600d
Add screenshots with white primary color
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-08 23:42:05 +01:00
Andy Scherzinger
ab26acbce3
Merge pull request #7618 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.40.0
Bump ktlint from 0.39.0 to 0.40.0
2020-12-08 09:58:57 +01:00
Andy Scherzinger
0fc91a7a1e
proper identation
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-12-08 09:11:18 +01:00
Andy Scherzinger
39847c3ef3
Merge pull request #7163 from nextcloud/newEmulator
use new emulator
2020-12-07 22:02:06 +01:00
Andy Scherzinger
45f8d5163b
update screenshot
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2020-12-07 21:26:08 +01:00
tobiasKaminsky
2d0e924919
use new emulator
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-07 21:25:29 +01:00
Andy Scherzinger
44440f8f08
Merge pull request #7591 from nextcloud/dependabot/gradle/androidx.exifinterface-exifinterface-1.3.2
Bump exifinterface from 1.3.1 to 1.3.2
2020-12-07 21:24:20 +01:00
dependabot-preview[bot]
d3a94aedff
Bump exifinterface from 1.3.1 to 1.3.2
Bumps exifinterface from 1.3.1 to 1.3.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 16:48:20 +00:00