Commit graph

11470 commits

Author SHA1 Message Date
AndyScherzinger
e46aacc9c8
fix codacy 2018-09-13 19:06:31 +02:00
AndyScherzinger
7a7c1100c3
polish SSO dialog 2018-09-13 18:49:12 +02:00
AndyScherzinger
e164da3beb
add license header and line break to xml file 2018-09-13 18:18:02 +02:00
AndyScherzinger
e04b94b2f6
improve permission screen design 2018-09-13 18:18:01 +02:00
David Luhmer
fddcbbbecd
fix issues reported by codacy 2018-09-13 18:18:01 +02:00
David Luhmer
d0f474e611
fix issues reported by codacy 2018-09-13 18:18:00 +02:00
David Luhmer
086492b6d4
add own sso token manager with custom dialog 2018-09-13 18:17:59 +02:00
Andy Scherzinger
5ac1af47c1
Merge pull request #3037 from nextcloud/switchAccount
Fix account switching: After adding an account, the app restart and uses the new account
2018-09-13 12:51:36 +02:00
tobiasKaminsky
0c86ed9f77
fix account switching: now after adding an account, the app restart and uses the new account
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-13 11:28:05 +02:00
Andy Scherzinger
ff6cf2df4a
Merge pull request #3033 from nextcloud/quickfixForUnknownSharingType
Quickfix for unknown SharingTypes
2018-09-13 10:16:16 +02:00
tobiasKaminsky
9f2b8a73c8
quickfix for unknown SharingTypes
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-13 09:04:41 +02:00
Andy Scherzinger
c4bbb792dc
Merge pull request #3032 from nextcloud/dependabot/gradle/jacocoVersion
Bump jacocoVersion from 0.7.4.201502262128 to 0.8.2
2018-09-13 06:32:54 +02:00
dependabot[bot]
ba84def527
Bump jacocoVersion from 0.7.4.201502262128 to 0.8.2
Bumps `jacocoVersion` from 0.7.4.201502262128 to 0.8.2.

Updates `org.jacoco.ant` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Updates `org.jacoco.agent` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Updates `org.jacoco.core` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Updates `org.jacoco.report` from 0.7.4.201502262128 to 0.8.2
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/commits/v0.8.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-13 01:14:21 +00:00
Nextcloud bot
d7d2e1916f
[tx-robot] updated from transifex 2018-09-13 00:49:04 +00:00
Tobias Kaminsky
cc66d8857e daily dev 20180913 2018-09-13 00:33:41 +02:00
Andy Scherzinger
fc62aa42b8
Merge pull request #3010 from nextcloud/codacy
Codacy
2018-09-12 16:41:32 +02:00
Andy Scherzinger
fc3a911a14
Merge pull request #3028 from nextcloud/deleteProguard
Delete proguard
2018-09-12 16:04:59 +02:00
AndyScherzinger
ee4ec654de
CR 2018-09-12 16:02:59 +02:00
Tobias Kaminsky
755425cf0c
Delete proguard
As discussed in https://github.com/nextcloud/android-library/issues/160 proguard.cfg is not correctly working.
As we do not use it, this should be removed.
2018-09-12 14:51:23 +02:00
AndyScherzinger
c839a5b83e
codacy: avoid using Literals in Conditional Statements 2018-09-12 13:53:21 +02:00
AndyScherzinger
112450418a
organize imports 2018-09-12 13:53:20 +02:00
AndyScherzinger
f6f0165caf
explicitly cast var-arg parameter (null) to String[] to get rid of compiler warning 2018-09-12 13:53:20 +02:00
AndyScherzinger
0fb3dedef1
fix all experimental warnings found by findbugs (missing stream closing) 2018-09-12 13:53:19 +02:00
AndyScherzinger
333dfcb1ed
codacy: avoid using implementation types like 'HashMap'; use the interface instead 2018-09-12 13:53:18 +02:00
AndyScherzinger
f81415dbab
make all utils methods static 2018-09-12 13:53:18 +02:00
AndyScherzinger
d5008116db
codacy: avoid using Literals in Conditional Statements 2018-09-12 13:53:17 +02:00
AndyScherzinger
994d73f529
make all utils methods static 2018-09-12 13:53:17 +02:00
AndyScherzinger
65df2e82b3
codacy: utils classes are to be final with private constructor 2018-09-12 13:53:16 +02:00
AndyScherzinger
ce4ce8db41
fix exceptions in method signature 2018-09-12 13:53:16 +02:00
AndyScherzinger
0f7fe6fd1c
codacy: make utilities classes final with private constructor 2018-09-12 13:53:15 +02:00
AndyScherzinger
4724ab3329
codacy: combine nested if statements 2018-09-12 13:53:14 +02:00
AndyScherzinger
b40b12e0eb
codacy: replace with local variable 2018-09-12 13:53:14 +02:00
AndyScherzinger
5195badfd1
use correct exception 2018-09-12 13:53:13 +02:00
AndyScherzinger
fb4b9a932f
shorten if statement 2018-09-12 13:53:13 +02:00
AndyScherzinger
69399c394f
codacy: position literals first in String comparisons for EqualsIgnoreCase 2018-09-12 13:53:12 +02:00
AndyScherzinger
0e93f00277
codacy: a class which only has private constructors should be final 2018-09-12 13:53:12 +02:00
AndyScherzinger
5f10a9301b
codacy: This statement should have braces 2018-09-12 13:53:09 +02:00
Andy Scherzinger
916ef99313
Merge pull request #3025 from nextcloud/whatsNewOnWhite
Tint drawable according to login color
2018-09-12 13:13:37 +02:00
Tobias Kaminsky
00a045864d
Merge pull request #3013 from nextcloud/storeMnemonicAsTyped
Store mnemonic as typed in
2018-09-12 10:51:41 +02:00
tobiasKaminsky
7ffc8660bb
tint drawable according to login color (e.g. black on white background, white on blue background)
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-12 09:55:06 +02:00
Tobias Kaminsky
0c371b9603
Merge pull request #3008 from NilsGriebner/filepicker_grid
Use grid_item view for gridview in upload filepicker
2018-09-12 09:43:00 +02:00
Tobias Kaminsky
dafe42d1c5
Merge pull request #3018 from nextcloud/fixAvatarFetching
Fix Avatar fetching for Nc14 server
2018-09-12 09:26:51 +02:00
Nextcloud bot
cbf84e27bb
[tx-robot] updated from transifex 2018-09-12 00:48:05 +00:00
Tobias Kaminsky
f5ab3c9a53 daily dev 20180912 2018-09-12 00:32:51 +02:00
AndyScherzinger
d8da2f8007
fixes #3015 - server sends a HTTP-201 (not 200) for a newly created avatar on Nc14
HTTP-201 (CREATED) is actually the correct HTTP code since the resource has just been created and is part of the body/reply
2018-09-11 17:28:27 +02:00
Andy Scherzinger
da8d098fa1
Merge pull request #3009 from nextcloud/fixNPEonVersionChecking
Fix npe on version checking
2018-09-11 13:14:54 +02:00
tobiasKaminsky
9e4a9d7027
correct order
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-11 12:50:16 +02:00
tobiasKaminsky
21ebf1568e
store mnemonic as typed in
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-11 11:15:59 +02:00
tobiasKaminsky
3ac8a8875b
If first version is null, try to get it from capabilities
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-11 10:27:53 +02:00
Andy Scherzinger
63fe97e7e0
Merge pull request #3012 from nextcloud/dependabot/gradle/com.github.albfernandez-juniversalchardet-2.2.0
Bump juniversalchardet from 2.1.0 to 2.2.0
2018-09-11 06:36:45 +02:00