New logger implementation#4275
Conversation
be23b7f to
04e8cfe
Compare
Codecov Report
@@ Coverage Diff @@
## master #4275 +/- ##
===========================================
+ Coverage 16.26% 16.6% +0.34%
Complexity 1 1
===========================================
Files 340 351 +11
Lines 31184 31397 +213
Branches 4429 4446 +17
===========================================
+ Hits 5071 5215 +144
- Misses 25234 25306 +72
+ Partials 879 876 -3
|
1d820a1 to
3155a93
Compare
| * Copyright (C) 2019 Chris Narkiewicz <hello@ezaquarii.com> | ||
| * | ||
| * This program is free software: you can redistribute it and/or modify | ||
| * it under the terms of the GNU General Public License as published by |
There was a problem hiding this comment.
This is GPL3+, an AppModule for example you used AGPL3+.
While the changes are minor, we encourage APGL3+.
(sorry if I mixed this up and falsly suggested GPL3+…)
There was a problem hiding this comment.
I think I copied the header from other source file - some are GPL3.
It should be all converted to AGPL3 now.
There was a problem hiding this comment.
Now it should be really done. (-:
f34c899 to
888da30
Compare
Fixes #4228 Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
20d8cd7 to
79e8d59
Compare
|
Unit test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10299 |
… [skip ci] Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
|
IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10300 |
|
I tried to run these unit tests locally, but I always get: Am I missing something? |
|
@tobiasKaminsky in gradle. The above is required to enable bare-minimum system API mocks. If you restored the library dependency by restoring entire |
|
@tobiasKaminsky Testing platform code is tricky. I'm on the fence between having tests on android devices ( |
I did not (yet) changed anything, but only checked it out.
Good :-) If we come to the point where we have to change this, we should really be sure about the change. |
|
Interesting. Running TestLogger via Android Studio results in error above. But running "./gradlew testGplayDebugUnitTest" says that everything works:
--> so false alarm, but still strange |
|
After CI, I will merge lib, and do all the needed stuff to get this in. |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10311.apk |
Codacy278Lint
SpotBugs (new)
SpotBugs (master)
|

Fixes #4228
Signed-off-by: Chris Narkiewicz hello@ezaquarii.com