Gordon Williams

Results 234 comments of Gordon Williams

Just posted about this on the forum: https://forum.espruino.com/conversations/397606/ Also I realised Layout detects long presses and could be an issue, but it uses setWatch directly so is ok: https://github.com/espruino/BangleApps/blob/master/modules/Layout.js#L107-L117 It...

I think ideally people just submit PRs with fixes in, but it's easy enough for us to add the 'hacktoberfest' label. I've assigned you too @Musaveershaik but generally if we're...

This looks cool. I'd be fine with merging it anyway. Interestingly it's nice to have a way to send some data back. For instance if you had a remote letterbox...

There is now an option to `setUI` to add a redraw call: https://www.espruino.com/Reference#l_Bangle_setUI But pretty much no apps do this at the moment so it wouldn't be much use. While...

Just fixed this by using the 'notify' library so if you update now it should be ok. I also spotted 2 other widgets that completely clear the screen and fixed...

I'm not sure... For instance health data updates every 10 minutes. So maybe someone downloads the current health data then does it again a few minutes later, but then it...

Personally, I don't think we should be including different versions of showMenu/etc in apps as it's a maintenance nightmare, but I guess you did this just so we could see...

Looks good, thanks! Should be compatible with older firmwares too - it just won't work?

I think this may have come up before - as I understand it it's kind of an issue with OpenTrack - it creates literally hundreds of notifications (I think when...

Interesting, thanks! So this would be a Gadgetbridge issue then - I wonder whether it needs to throttle notifications somehow, or maybe there's a specific notification type it should be...