Gordon Williams

Results 234 comments of Gordon Williams

There is now an app which adds sunrise/sunset to this, if someone wants to see how to add their own clockinfo-only app: https://github.com/espruino/BangleApps/tree/master/apps/clkinfosunrise Also tapping on an info item will...

Great! I think for clocks, clock_info is definitely the way forward > Would be good to have a .... Well I'm always open to merging PRs :) I see you...

I like the third one - resetting to a specific entry on lock. I guess we'd need to do a bit of work to allow clockinfo settings to be per-clockface....

I think it's fine to close this now - we have clockinfos and a lot of stuff uses them, so I think we're good

I guess to make `banglejs.com/apps/blesca` work I'd have to modify the webserver too. Nothing stops me from using query strings though - like `banglejs.com/apps?a=blesca`? In terms of pre-rendering, I think...

Hi, As I understand it, you can still do: ``` var _GB = GB; GB = function(e) { // your stuff _GB(e); } ``` But yes, what you suggest is...

> instead, what do you think of the "hard coded" call between "Android" and "Messages"? I think for the moment it's best to keep it. Messages needs to work for...

I think actually the solution to that might be what we did with the old notifications... Give each one a 'type' or 'notify' (or in this case 'messages') https://github.com/espruino/BangleApps/blob/master/apps/notify/metadata.json https://github.com/espruino/BangleApps/blob/master/apps/notifyfs/metadata.json...

There are already a few of threads about this on the forum: http://forum.espruino.com/conversations/373307/#comment16412381 http://forum.espruino.com/conversations/373174/#comment16410922 I could swear there was an open issue too, but I don't see it now so...

Yes, I know it's not a major problem, so let's leave it in for the moment and see what happens. It's just slightly irksome that I know you put a...