Uh oh!
There was an error while loading. Please reload this page.
Show note - #3121
Conversation
6f699a2 to
2630ab7Compare9426b76 to
44896baCompare584978c to
bfada77Compare@tobiasKaminsky corresponding lib change has been merged to master branch and jitpack build has been triggered and turned green, so jitpack lib master will ship the lib change now 👍 |
AndyScherzinger
commented
Jan 23, 2019
pinging @schiessle for feedback/input ❤️ |
tobiasKaminsky
commented
Feb 15, 2019
AndyScherzinger
commented
Feb 15, 2019
I don't think so to be honest. It could maybe have the text file icon or something. Maybe @nextcloud/designers have a nice idea? |
e5b66be to
dcf3376CompareCodecov Report
@@ Coverage Diff @@## showSharedUser #3121 +/- ##
================================================
Coverage ? 6.18% Complexity ? 1 ================================================
Files ? 317 Lines ? 30602 Branches ? 4397 ================================================
Hits ? 1894 Misses ? 28422 Partials ? 286
|
Codecov Report
@@ Coverage Diff @@## master #3121 +/- ##
===========================================
+ Coverage 6.26% 6.31% +0.05%
Complexity 1 1 ===========================================
Files 318 318 Lines 31189 31214 +25 Branches 4467 4469 +2 ===========================================
+ Hits 1954 1972 +18 - Misses 28942 28948 +6 - Partials 293 294 +1
|
jancborchardt
commented
Feb 22, 2019
I’d say it’s good for the first pass – normally the note has some more explanatory content than just a word, and it’s inherently understandable as a note. If we see it’s a problem in actual use, we can always add |
dcf3376 to
219a332CompareAndyScherzinger
commented
Feb 25, 2019
@tobiasKaminsky needs a rebase and one question: is this ready to merge or does it need the server PR to be merged? |
tobiasKaminsky
commented
Feb 26, 2019
This originally depended on #3320, but I rebased it onto master, which now results in duplicated classes/additions, so I would like to merge #3320 before this. This still requires nextcloud/server#12978 to be merged. (sorry for the confusion) |
219a332 to
63c4572Compare| boolean notOnSameServer = false; | ||
| if (notOnSameServer) { |
There was a problem hiding this comment.
@tobiasKaminsky this is always false...
There was a problem hiding this comment.
Good question, why I did this.
Maybe to test…
I'll fix it.
There was a problem hiding this comment.
We ignore this for now. If there is a federated share, only the text generated avatar will be shown.
Ref: nextcloud/server#14564
| @@ -1,5 +1,4 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <!-- | |||
| <?xml version="1.0" encoding="utf-8"?><!-- | |||
There was a problem hiding this comment.
linebreak before the comment :)
AndyScherzinger
commented
Mar 1, 2019
@tobiasKaminsky just two minor comments plus needs-rebase :) |
AndyScherzinger
commented
Mar 5, 2019
@tobiasKaminsky see review comments :) |
AndyScherzinger
commented
Mar 19, 2019
@tobiasKaminsky rebase 'n' merge? ❤️ |
tobiasKaminsky
commented
Mar 19, 2019
Not quite…the part with federated icons is still open. |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky
commented
Mar 20, 2019
Finally done :-) |
nextcloud-android-bot
commented
Mar 20, 2019
Lint
FindBugs (new)
FindBugs (master)
|


This shows a note, if available, in file detail sharing fragment.
As it is only shown if a note is available, it is out of the box backward compatible.
Requires PR for server: nextcloud/server#12978