Commit graph

13299 commits

Author SHA1 Message Date
tobiasKaminsky
5c06b83a70
activity: use lastGiven header
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-27 19:40:56 +02:00
nextcloud-android-bot
0f66801b8f Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-27 15:11:23 +00:00
Tobias Kaminsky
5c091aca41
Bump hwsecurity-fido from 2.4.6 to 2.5.1 (#4420)
Bump hwsecurity-fido from 2.4.6 to 2.5.1
2019-08-27 16:33:02 +02:00
Tobias Kaminsky
575be806e6
Add printing system to RichDocuments (#4365)
Add printing system to RichDocuments
2019-08-27 08:49:18 +02:00
tobiasKaminsky
d423dd3b00
Add printing system to RichDocuments
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-27 08:26:53 +02:00
Nextcloud bot
f708d4c91c
[tx-robot] updated from transifex 2019-08-27 03:07:11 +00:00
Tobias Kaminsky
eb9cfb7878 daily dev 20190827
f2afee900 Merge pull request #4416 from nextcloud/noStorageManager
70ea95998 storage manager can be null
56e0fd081 [tx-robot] updated from transifex
bd62476e1 daily dev 20190824
2019-08-27 03:36:14 +02:00
dependabot-preview[bot]
5ab598f4b8
Bump hwsecurity-fido from 2.4.6 to 2.5.1
Bumps [hwsecurity-fido](https://github.com/cotechde/hwsecurity) from 2.4.6 to 2.5.1.
- [Release notes](https://github.com/cotechde/hwsecurity/releases)
- [Commits](https://github.com/cotechde/hwsecurity/compare/2.4.6...2.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 01:13:05 +00:00
Andy Scherzinger
f2afee900d
Merge pull request #4416 from nextcloud/noStorageManager
storage manager can be null
2019-08-26 11:25:07 +02:00
tobiasKaminsky
70ea959983
storage manager can be null
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-26 08:09:04 +02:00
Nextcloud bot
56e0fd081b
[tx-robot] updated from transifex 2019-08-24 03:05:47 +00:00
Tobias Kaminsky
bd62476e1a daily dev 20190824
ed75cffa5 Merge pull request #4397 from nextcloud/npeInRemove
4d5b166fc Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
0dc71ee4a Merge pull request #4394 from nextcloud/390alpha
35a625234 parent file can be null
807bf462a 3.9.0 Alpha
cf536a4ef Merge pull request #4388 from nextcloud/gridTest
753b4591d Merge pull request #4384 from nextcloud/codacy
783e28365 codacy: Avoid using Literals in Conditional Statements
c0b76e33e codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
c51db8b1c codacy: Avoid unused imports
5a1b5ed5c codacy: Avoid really long methods.
d2c9e3273 codacy: These nested if statements could be combined
d445be1b5 codacy: Avoid using implementation types like 'ArrayList'; use the interface instead
331edcb69 fix possible NPE on stopping contact backup job (#4387)
88714c1c9 moved multiple account dialog to recyclerview (#4381)
0a95210d7 attempt to get gridview test more reliable
6ec0186bb moved multiple account dialog to recyclerview
f5ca834e0 fix possible NPE on stopping contact backup job
42d3aa928 [tx-robot] updated from transifex
b411f0223 daily dev 20190823
2019-08-24 03:35:57 +02:00
Andy Scherzinger
ed75cffa58
Merge pull request #4397 from nextcloud/npeInRemove
parent file can be null
2019-08-23 12:13:48 +02:00
nextcloud-android-bot
4d5b166fc0 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2019-08-23 09:31:45 +00:00
Andy Scherzinger
0dc71ee4a3
Merge pull request #4394 from nextcloud/390alpha
3.9.0 Alpha
2019-08-23 11:30:26 +02:00
tobiasKaminsky
35a625234b
parent file can be null
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-23 11:18:16 +02:00
Andy Scherzinger
807bf462a8
3.9.0 Alpha
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 10:17:03 +02:00
Andy Scherzinger
cf536a4ef2
Merge pull request #4388 from nextcloud/gridTest
attempt to get gridview test more reliable
2019-08-23 09:42:11 +02:00
Andy Scherzinger
753b4591db
Merge pull request #4384 from nextcloud/codacy
Codacy
2019-08-23 09:41:29 +02:00
Andy Scherzinger
783e28365d
codacy: Avoid using Literals in Conditional Statements
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 09:16:44 +02:00
Andy Scherzinger
c0b76e33ec
codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 09:12:33 +02:00
Andy Scherzinger
c51db8b1cd
codacy: Avoid unused imports
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 08:45:52 +02:00
Andy Scherzinger
5a1b5ed5cf
codacy: Avoid really long methods.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 08:23:36 +02:00
Andy Scherzinger
d2c9e3273f
codacy: These nested if statements could be combined
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 08:23:35 +02:00
Andy Scherzinger
d445be1b5f
codacy: Avoid using implementation types like 'ArrayList'; use the interface instead
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-23 08:23:27 +02:00
Tobias Kaminsky
331edcb69c
fix possible NPE on stopping contact backup job (#4387)
fix possible NPE on stopping contact backup job
2019-08-23 07:45:56 +02:00
Tobias Kaminsky
88714c1c9f
moved multiple account dialog to recyclerview (#4381)
moved multiple account dialog to recyclerview
2019-08-23 07:45:38 +02:00
tobiasKaminsky
0a95210d7b
attempt to get gridview test more reliable
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-23 07:39:40 +02:00
tobiasKaminsky
6ec0186bbf
moved multiple account dialog to recyclerview
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-23 07:34:00 +02:00
tobiasKaminsky
f5ca834e07
fix possible NPE on stopping contact backup job
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-23 07:27:41 +02:00
Nextcloud bot
42d3aa928f
[tx-robot] updated from transifex 2019-08-23 03:10:36 +00:00
Tobias Kaminsky
b411f02234 daily dev 20190823
eef663412 Merge pull request #4382 from nextcloud/dependabot/gradle/kotlin_version-1.3.50
911c3abeb Bump kotlin_version from 1.3.41 to 1.3.50
166002410 Merge pull request #4360 from nextcloud/as350
0fae1b7ba throttle avatar lookup (#4372)
fa0bd0413 throttle avatar lookup
6dfee6bd5 Npe in get sharees (#4370)
656628ce3 fix shared view (#4373)
22472918b Do not use NContentObserverJob in DI for now (#4374)
afae2a448 Do not use NContentObserverJob in DI for now
44698f6c9 Fix npe in sharees lookup
179b14cb6 fix shared view
4411f22cd update due to Android Studio 3.5.0
b94647a68 [tx-robot] updated from transifex
b3b99b8f4 daily dev 20190822
2019-08-23 03:39:00 +02:00
Andy Scherzinger
eef663412a
Merge pull request #4382 from nextcloud/dependabot/gradle/kotlin_version-1.3.50
Bump kotlin_version from 1.3.41 to 1.3.50
2019-08-22 22:48:27 +02:00
dependabot-preview[bot]
911c3abeb0
Bump kotlin_version from 1.3.41 to 1.3.50
Bumps `kotlin_version` from 1.3.41 to 1.3.50.

Updates `kotlin-gradle-plugin` from 1.3.41 to 1.3.50
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib-jdk7` from 1.3.41 to 1.3.50
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 17:09:04 +00:00
Andy Scherzinger
1660024105
Merge pull request #4360 from nextcloud/as350
Update due to Android Studio 3.5.0
2019-08-22 19:05:22 +02:00
Tobias Kaminsky
0fae1b7ba3
throttle avatar lookup (#4372)
throttle avatar lookup
2019-08-22 15:13:06 +02:00
tobiasKaminsky
fa0bd04139
throttle avatar lookup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-22 14:42:07 +02:00
Tobias Kaminsky
6dfee6bd59
Npe in get sharees (#4370)
Npe in get sharees
2019-08-22 14:35:16 +02:00
Tobias Kaminsky
656628ce3c
fix shared view (#4373)
fix shared view
2019-08-22 14:35:03 +02:00
Tobias Kaminsky
22472918b2
Do not use NContentObserverJob in DI for now (#4374)
Do not use NContentObserverJob in DI for now
2019-08-22 14:34:07 +02:00
tobiasKaminsky
afae2a448f
Do not use NContentObserverJob in DI for now
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-22 11:03:55 +02:00
tobiasKaminsky
44698f6c90
Fix npe in sharees lookup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-22 10:35:37 +02:00
tobiasKaminsky
179b14cb6b
fix shared view
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-22 09:33:36 +02:00
tobiasKaminsky
4411f22cd5
update due to Android Studio 3.5.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-22 08:10:56 +02:00
Nextcloud bot
b94647a681
[tx-robot] updated from transifex 2019-08-22 03:05:19 +00:00
Tobias Kaminsky
b3b99b8f42 daily dev 20190822
903b38c18 [tx-robot] updated from transifex
7a29f488e Sharees will be in NC17 (#4284)
39cb5d917 sharees will be in NC17 later initialization of storageManager add support for groups catch potential wrong saved sharee date
66a889825 Connectivity check: no need to use owncloudClient (#4344)
6473e7ed7 fix unit tests
0d65c295f [tx-robot] updated from transifex
9da4251ee daily dev 20190821
2019-08-22 03:37:20 +02:00
Nextcloud bot
903b38c18d
[tx-robot] updated from transifex 2019-08-21 12:59:59 +00:00
Tobias Kaminsky
7a29f488e3
Sharees will be in NC17 (#4284)
Sharees will be in NC17
2019-08-21 13:21:12 +02:00
tobiasKaminsky
39cb5d9179
sharees will be in NC17
later initialization of storageManager
add support for groups
catch potential wrong saved sharee date

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-21 13:05:52 +02:00
Tobias Kaminsky
66a889825e
Connectivity check: no need to use owncloudClient (#4344)
Connectivity check: no need to use owncloudClient
2019-08-21 07:57:00 +02:00