souliss / soulissapp

SoulissApp is an Android Application for Souliss Framework
https://play.google.com/store/apps/details?id=it.angelic.soulissclient
MIT License
33 stars 33 forks source link

Scenes limited to n-delay-choices commands #143

Closed shineangelic closed 7 years ago

shineangelic commented 7 years ago

Scenes seems limited to 8 typicals. When you more than 8, the first action is repeated.

You discovered a bigger bug here. It's a design issue, currently all scene commands are sorted by delay and does not consider insertion order.

As a result, with more than n-delay-choices commands, some of them become 'grouped' and are executed at the same time. I guess this causes issue giving the 'repeat' effect

shineangelic commented 7 years ago

@tandy1 discovered this