mylocation: custom locations #5042
Replies: 1 comment
-
Posted at 2022-07-15 by @gfwilliams That sounds like a good plan to me! So an Posted at 2022-07-15 by Hank exactly... Posted at 2022-07-15 by Hank @gfwilliams, off topic, but another thing I was thinking about is to let the user configure all the App settings by an interface.html in the app loader as it is way easier to scroll and type on your phone. Is this something you might want to consider? While I think I will implement the mylocations configuration after my holidays, this config option to all apps would exceed my skills, yet :) Posted at 2022-07-15 by @gfwilliams
There were a few discussions about this before, and I think that while it's definitely an improvement in quality of life, to do it you're probably going to end up duplicating all the settings code, which will make apps much harder to maintain. I bet there'll be more bugs, settings out of sync (some in the Bangle but not on the Desktop, some that don't work, and so on). It feels like the issues from that would probably outweigh the benefits. There's a possibility to maybe run the app on the phone but the overwrite Posted at 2022-07-25 by m-p{3} What about making the web interface with a "detect location" permission/button, which could supply the current phone's location in the WebUI when rewuested? That would be way faster (and more battery-friendly) for those who don't want to wait for a GPS fix on their BangleJS. Posted at 2022-07-26 by @gfwilliams That sounds like a good idea. So an If someone fancies working on a PR for it that'd be great! Posted at 2022-07-29 by m-p{3} I see there that Bangle.js Gadgetbridge is also able to acquire a location, would it be possible to make the latitude and longitude available for watchapps like MyLocation, so that it could keep the location updated from the phone periodically? Posted at 2022-07-30 by Hank That was already answered here http://forum.espruino.com/conversations/377591/#comment16592128 :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-07-15 by Hank
I just had an idea and wanted to check if you guys think it makes sense:
I use mylocation for my watchface, but it offers only some preset locations + GPS. I think I'd like to give users more influence on the preset values. We could let the user enter their own locations in the app loader, but I don't like the fact that they need to add them with each upload. So, I like the way the Waypointer app handles the custom waypoints. I am thinking it might make sese to borrow that code and add it to mylocation to let the user administer their own location presets. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions