Uh oh!
There was an error while loading. Please reload this page.
Add activity previews - #73
Conversation
tobiasKaminsky
commented
Aug 15, 2017
So this should work now, please feel free to ask me on irc at any time |
tobiasKaminsky
commented
Aug 17, 2017
Quick reminder: we need to pass the desired height/width to it, otherwise we will download a too big/too blurry image. |
af5491f to
6244d03Comparemario
commented
Nov 25, 2017
Do we merge this or what |
AndyScherzinger
commented
Nov 27, 2017
@tobiasKaminsky is this issue resolved? |
@nickvergessen what is the status here? Edit: Talked to joas. As he will soon be on vacation I will have look into it. |
6244d03 to
305ff9aComparetobiasKaminsky
commented
Dec 12, 2017
I fear that I need to talk to Joas to understand what the benefit of this is -> postponing. |
c5dd551 to
313cac0Compare313cac0 to
84e3f7eCompareSigned-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
0edf722 to
8e77d36Comparenextcloud-android-bot
commented
Dec 10, 2018
Lint
FindBugs (new)
FindBugs (master)
|
tobiasKaminsky
commented
Dec 10, 2018
This one is backward compatible. |
tobiasKaminsky
commented
Dec 11, 2018
@nickvergessen currently this seems to be hardcoded to 150x150 px. |
nickvergessen
commented
Dec 11, 2018
I guess instead of a bool for preview we could make it also an integer and pipe the size through until: |
nickvergessen
commented
Dec 11, 2018
Feel free to open an issue in the activity app if that's an issue. But wont happen before 15.0.1 |
tobiasKaminsky
commented
Dec 12, 2018
Thanks for pointing out how to do this. Once this is implemented, I can develop it for android, but this should not prevent this PR from merging :-) |
Tobi: this adds support for using preview url instead of generating the thumbnails locally.
Implementation on client side: nextcloud/android#3130
Needs: nextcloud/activity#300