-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Activity: use image url instead of generating previews by oneself #3130
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
b8af15f to
c620a93
Compare
|
Damn, I totally forgot the backward compatibility :-/ |
0823cd1 to
181d7f6
Compare
|
@tobiasKaminsky the lib change say compatible with Nc14. Is that what you meant with backwards compatible, because there is still also Nc13 maybe 12? |
|
I am using old thumbnail system on <15 and new on >=15: It depends on activity app version, but I would like to bind it to a NC version, so that we can remove it on NC19 :-) |
181d7f6 to
dce0b42
Compare
1 similar comment
Signed-off-by: tobiasKaminsky <[email protected]>
dce0b42 to
52f7723
Compare
Lint
FindBugs (new)
FindBugs (master)
|
|
@tobiasKaminsky fancy taking a look? I am on the train right now so I can't :/ EDIT: drone was just using the old lib, though it was changed in branch… |
|
What shall I do? I merged it ~45min before your comment :-) |
|
Nothing all. Good it seems. |
Needs nextcloud/android-library#73 and nextcloud/activity#300
Previously we tried to find a referenced file in our database and then generated a thumbnail out of it.
Now we rely on the server to get a preview url. This way we can have thumbnails for files we never had in our database before.
TODO
Signed-off-by: tobiasKaminsky [email protected]