wutschel
wutschel
Nice, now we just need to figure out where to place this functionality. I would not change the long press seek function as people got used to it. Maybe similar...
Ok. So now custom buttons can be added for this.
First impression based on keeping same thumbnail width but changed height (4:3 for pictures). I am not clear yet on how to show episodes which usually have a 16:9 thumbnail.
Agreed, did a local change for this already. But I would like to go through some other use cases and menus before I submit the PR.
Yet open: API response provides labels which could be used (same as are shown in the UI list). I guess it was done this way to limit the characters to...
Did not see this crash since months. Will not be worth looking into this further.
@kambala-decapitator, to me it looks like 6e315fda and/or c6c51a7c caused this. Can you help me understand what is the difference between the following implementations in detail? It seems that the...
Looked into this further. As already suspected the problem was finally introduced when I removed the additional `cell = rightMenuCell;` assignment for the condition which handled custom buttons. To my...
Thanks, this confirms my thoughts. It means the old implementation (App version 1.11 or earlier) did in fact never use the dequeued cells for the power menu or any of...
Next issue which I need to handle is solved in #838. In this case `RemoteControllerView` was initialized on a certain `cell`. If not exactly the same cell was used again...