sschueller / peertube-android

Thorium, a PeerTube Android Client
https://github.com/Chocobozzz/PeerTube
GNU Affero General Public License v3.0
341 stars 53 forks source link

Fix incomplete description in video view #279

Closed Poslovitch closed 2 years ago

Poslovitch commented 2 years ago

This adds an API call to get the complete video description.

There's still room for improvement in this PR : my code's messy as hell, and I'd especially like to get your feedback on how to handle the two requests that are now necessary to start playing the video (get video data and get complete video description).

sschueller commented 2 years ago

Thanks, I will take a look at it on the weekend.

sschueller commented 2 years ago

Thanks again. I have implemented this in the latest version a bit differently. If the description is longer a button will show which you can click to get the full descriptions. It works the same way as on a peertube instance directly.