jbleyel
jbleyel
The text position of the channel selection looks strange.
See here -> https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/master/sourcefiles/modern/js/vti-responsive.js#L66
We can remove the VXG, BUT, I do not want to make this decision alone. See here -> https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/issues/1208#issuecomment-758327263
The current sort order is SREF , Date . I think we should change this to Date, SREF. Or we add an additional parameter.
app crash in GITree.m : ``` [aTableView insertRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationLeft]; ``` 1. expand a folder in third level 2. collaps the root 3. expand the root
Please add the latest devices here -> https://github.com/fastlane/fastlane/blob/master/snapshot/lib/snapshot/reports_generator.rb#L87
* cleanup code * rename zap to playService * rename WHERE_CHANNEL_ZAP to WHERE_PLAYSERVICE * move the hook from ChannelSelection to Navigation
Ci
Details -> https://www.opena.tv/viewtopic.php?t=66887
The access to variables should be replaced by a function like this: Current: ``` from skin import parameters parameters.get(..) ``` New: ``` from skin import getParameters getParameters().get(..) ``` parameters is...