-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add activity previews #73
Conversation
So this should work now, please feel free to ask me on irc at any time |
Quick reminder: we need to pass the desired height/width to it, otherwise we will download a too big/too blurry image. |
af5491f
to
6244d03
Compare
Do we merge this or what |
@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
305ff9a
Compare
I fear that I need to talk to Joas to understand what the benefit of this is -> postponing. |
c5dd551
to
313cac0
Compare
313cac0
to
84e3f7e
Compare
Signed-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
8e77d36
Compare
Lint
FindBugs (new)
FindBugs (master)
|
This one is backward compatible. |
@nickvergessen currently this seems to be hardcoded to 150x150 px. |
I guess instead of a bool for preview we could make it also an integer and pipe the size through until: |
Feel free to open an issue in the activity app if that's an issue. But wont happen before 15.0.1 |
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