-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New logger implementation #4275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/main/java/com/owncloud/android/ui/activity/LogHistoryActivity.java
Outdated
Show resolved
Hide resolved
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
|
| * 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)
|
3eecc09 New logger implementation (#4275) d79f8ee use headless emulator (#4296) 7050933 revert library to master 612c2bd Bump json from 20180813 to 20190722 (#4298) 7ef012a [tx-robot] updated from transifex 7f87ba2 Bump json from 20180813 to 20190722 9ff067f Drone: update FindBugs results to reflect reduced error/warning count [skip ci] eaa24f1 Merge commit '79e8d59aa185d4c2fe728f4920df8e3511803d6d' 79e8d59 New logger implementation 329abff [tx-robot] updated from transifex 41c9ff1 daily dev 20190806

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