Martin Boonk

Results 8 comments of Martin Boonk

Thanks for your reply. ITU-T X.690 2002 describes the multi octet tags in chapter 8.1.2.4. I could not find any restrictions regarding identifier octets in chapters 9-11 (CER/DER). It seems...

Allowing multiple overlays is not a complete solution. Apps that show an overlay and manipulate global state need to be informed if they are currently on top or not. Multiple...

> But just for a second, can we assume that we extend `Bangle.setLCDOverlay` so That is a very KISS solution and probably removes 95% of problematic cases. I think that...

> that's going to be a nightmare? I can only think of situations where the UX is suboptimal in case multiple apps want to use the overlay. As long as...

I have found a potential problem with how `widget_utils` uses `setLCDOverlay`. The animation calls it for every step and every widgets draw so the remove handler is called lots of...

Great, thanks, I'll adapt my code and have a try.

I have tested removal of the `widget_utils` overlay by `messagesoverlay` and changing between clock and launcher with fastload while widgets are swiped down. It seems to work well so far....

No, we don't need that. Resetting the offset at all relevant places and depending on that to determine if the overlay should be enough.