bfabiszewski / ulogger-android

μlogger • android application for real-time collection and publishing of geolocation data
GNU General Public License v3.0
308 stars 52 forks source link

Manual waypoint creation by external request? #132

Open is-this-a-comma-or-period opened 1 year ago

is-this-a-comma-or-period commented 1 year ago

I would like to create waypoints by a) events like Tasker detecting screen unlock or screen on, Wifi network connects etc b) using Quick Toggles from notification area (maybe also with Tasker)

I do not expect any interaction on waypoint creation. No comment text or photo creation. No confirmation. Maybe a return value that Tasker would know whether creation was successful.

Could you see yourself implementing an external call for waypoint creation?

bfabiszewski commented 8 months ago

This is not so simple. Doing it without any interaction would probably require writing new background job only for this task. I might have a look at it some day, but it will not be a high priority for me.