Commit graph

11788 commits

Author SHA1 Message Date
tobiasKaminsky
dc4077325b
use list instead of checking each individually
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-25 10:52:39 +02:00
Nextcloud bot
44c42e1c01
[tx-robot] updated from transifex 2018-09-25 00:50:23 +00:00
Tobias Kaminsky
f2f86932f4 daily dev 20180925 2018-09-25 00:36:02 +02:00
Andy Scherzinger
943d197253
Merge pull request #3084 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.2.0
Bump gradle from 3.1.4 to 3.2.0
2018-09-24 20:36:13 +02:00
Andy Scherzinger
3a015657cb
bump lint result due to new version 2018-09-24 19:38:02 +02:00
Andy Scherzinger
974520a733
update to gradle-4.6-all 2018-09-24 19:26:13 +02:00
dependabot[bot]
b1dedf3435
Bump gradle from 3.1.4 to 3.2.0
Bumps gradle from 3.1.4 to 3.2.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-24 17:20:58 +00:00
Andy Scherzinger
29347af729
Merge pull request #3081 from nextcloud/test28
Bump supportLibraryVersion from 27.1.1 to 28.0.0
2018-09-24 18:33:18 +02:00
AndyScherzinger
9efd3ec7ad
use InstrumentationRegistry.getTargetContext() for tests 2018-09-24 09:21:04 +02:00
AndyScherzinger
169b0e560b
lint: remove deprecated/removed ApplicationTestCase reference 2018-09-24 09:19:31 +02:00
AndyScherzinger
9c560eae63
lint: use new v28 app-compat API 2018-09-24 09:18:56 +02:00
Andy Scherzinger
3e2c4b1db0
bump target to v28 2018-09-24 08:42:19 +02:00
dependabot[bot]
cb47072fa7
Bump supportLibraryVersion from 27.1.1 to 28.0.0
Bumps `supportLibraryVersion` from 27.1.1 to 28.0.0.

Updates `support-v4` from 27.1.1 to 28.0.0

Updates `design` from 27.1.1 to 28.0.0
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/commits)

Updates `appcompat-v7` from 27.1.1 to 28.0.0

Updates `cardview-v7` from 27.1.1 to 28.0.0

Updates `exifinterface` from 27.1.1 to 28.0.0

Updates `support-annotations` from 27.1.1 to 28.0.0

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-24 06:32:34 +00:00
Tobias Kaminsky
59d4e7688f daily dev 20180924 2018-09-24 00:32:58 +02:00
Andy Scherzinger
8291a19487
revert back to master lib 2018-09-23 12:32:09 +02:00
Nextcloud bot
1bb7d764ca
[tx-robot] updated from transifex 2018-09-23 01:17:49 +00:00
Nextcloud bot
251cecb1a7
[tx-robot] updated from transifex 2018-09-22 00:50:13 +00:00
Nextcloud bot
d67b6ab6e6
[tx-robot] updated from transifex 2018-09-21 00:57:26 +00:00
Tobias Kaminsky
ddcca92012 daily dev 20180921 2018-09-21 00:32:50 +02:00
Andy Scherzinger
739c1d9257
Merge pull request #3069 from nextcloud/localSiz
Show local size when switching to "on device" view
2018-09-20 15:59:15 +02:00
tobiasKaminsky
6978587ae1
show local size when switching to "on device" view
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-20 15:07:02 +02:00
Nextcloud bot
da1064fc37
[tx-robot] updated from transifex 2018-09-20 00:49:09 +00:00
Tobias Kaminsky
a41be3d3cb daily dev 20180920 2018-09-20 00:32:48 +02:00
Andy Scherzinger
798093ae19
Merge pull request #3059 from nextcloud/removeDuplicatedMimetype
Remove duplicated mimetype
2018-09-19 16:22:08 +02:00
tobiasKaminsky
929cb20149
fix #2684
remove duplicated mimetype

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-19 15:41:48 +02:00
Andy Scherzinger
2676cd88e5
Merge pull request #3052 from nextcloud/codacy
Codacy fixes
2018-09-19 15:11:19 +02:00
tobiasKaminsky
c40a912815
use chat bubble as fallback
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-19 14:18:37 +02:00
AndyScherzinger
6a177d3dee
remove unused return value from method signature 2018-09-19 14:12:40 +02:00
AndyScherzinger
79677f5281
codacy: useless parentheses 2018-09-19 14:12:39 +02:00
AndyScherzinger
7e17aca4ff
codacy: avoid instantiating new objects inside loops 2018-09-19 14:12:39 +02:00
AndyScherzinger
c78e05e873
codacy: avoid using redundant field initializer 2018-09-19 14:12:38 +02:00
AndyScherzinger
2e9d7ce028
codacy: useless qualified this usage in the same class. 2018-09-19 14:12:38 +02:00
AndyScherzinger
a4eafbf757
codacy: String.indexOf(char) is faster than String.indexOf(String). 2018-09-19 14:12:37 +02:00
AndyScherzinger
799c3a3163
codacy: all methods are static. Consider using a utility class instead. 2018-09-19 14:12:37 +02:00
AndyScherzinger
22e7f71e22
codacy: avoid unused imports 2018-09-19 14:12:36 +02:00
AndyScherzinger
0ae679f3b5
codacy: consider simply returning the value vs storing it in local variable 2018-09-19 14:12:36 +02:00
AndyScherzinger
13d602422e
codacy: avoid the use of value in annotations when its the only element 2018-09-19 14:12:36 +02:00
AndyScherzinger
ed95f486fc
codacy: avoid using Literals in Conditional Statements 2018-09-19 14:12:35 +02:00
AndyScherzinger
93ef48add6
codacy: field has the same name as a method 2018-09-19 14:12:31 +02:00
Andy Scherzinger
2c6bfc4c9e
Merge pull request #3057 from nextcloud/changelog330
Changelog 3.3.0
2018-09-19 11:15:03 +02:00
Andy Scherzinger
fd23d58cb9
release 3.3.0 2018-09-19 10:05:16 +02:00
Andy Scherzinger
d40a4a1731
Merge pull request #3055 from nextcloud/changeRCversion
change RC starting with 51
2018-09-19 09:16:02 +02:00
tobiasKaminsky
01edfe6491
change RC starting with 51
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-19 07:46:50 +02:00
Andy Scherzinger
ae94e219ba
Merge pull request #3054 from nextcloud/dependabot/gradle/org.jetbrains-annotations-16.0.3
Bump annotations from 16.0.2 to 16.0.3
2018-09-19 07:13:17 +02:00
dependabot[bot]
1958c06b87
Bump annotations from 16.0.2 to 16.0.3
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 16.0.2 to 16.0.3.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Commits](https://github.com/JetBrains/java-annotations/commits/16.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-19 01:12:56 +00:00
Tobias Kaminsky
c543846918 daily dev 20180919 2018-09-19 00:32:05 +02:00
Andy Scherzinger
6b0023a28a
Merge pull request #3048 from nextcloud/bumpDroneVersion
Bump drone version
2018-09-18 18:30:34 +02:00
tobiasKaminsky
bdef26f774
Use docker 40
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-18 14:51:51 +02:00
tobiasKaminsky
0efdf2bbac
Add room share type
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-18 14:48:29 +02:00
Andy Scherzinger
a6910a3d13
Merge pull request #3050 from nextcloud/fixCanvasTooLarge
Fix CanvasTooLargeException
2018-09-18 13:14:18 +02:00