Uh oh!
There was an error while loading. Please reload this page.
Activity: use image url instead of generating previews by oneself - #3130
Conversation
b8af15f to
c620a93ComparetobiasKaminsky
commented
Oct 12, 2018
Damn, I totally forgot the backward compatibility :-/ |
0823cd1 to
181d7f6CompareAndyScherzinger
commented
Dec 10, 2018
@tobiasKaminsky the lib change say compatible with Nc14. Is that what you meant with backwards compatible, because there is still also Nc13 maybe 12? |
tobiasKaminsky
commented
Dec 11, 2018
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
dce0b42Compare
1 similar comment
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
dce0b42 to
52f7723Comparenextcloud-android-bot
commented
Dec 14, 2018
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… |
tobiasKaminsky
commented
Dec 14, 2018
What shall I do? I merged it ~45min before your comment :-) |
AndyScherzinger
commented
Dec 14, 2018
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 tobias@kaminsky.me