Minimum GPS trip / tracker #278
Labels
No labels
Code
Contacts
Design
F-Droid
IndieWeb
Location
Mastodon
Media
Pixelfed
Pleroma
Posting
Question
Reader
Tracker
Translation
Usability
bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inhji/indiepass-android#278
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a minimum tracker
Looking at https://indieweb.org/trip , the trip post kind can probably be used.
@dshanske feedback/suggestions welcome! I'm going to work on this the whole week as I've got more or less nothing else to do :)
@kisik21 feedback welcome as well - I don't necessarily want to write a competitor of your thing, I want something myself like this as well, but, important, start out minimal!
How about a geouri for each point?
Also, ability to feed in data from alternate sources.. something you know I do... could you do this by intent? So my same tasker code could trigger this?
so,
Regarding feed: what exactly does the tasker code do? Does it send points? Would it trigger starting a new trip?
I also added 'name' to the summary for the title of the track/trip.
It converts locations derived from airplane wifi to the compass API format.. https://github.com/aaronpk/compass
Stumbled upon https://indieweb.org/trip , that probably makes more sense in terms of properties. I almost have the logger ready in the app, will try out a first post after it.
if gapps are installed you can use Google Play's Location services to get a function called back when device receives location data, this could save budget phone owners like me some juice.
First trip done, see https://twitter.com/swentel/status/1211734731391406081
Currently posts to the micropub endpoint: name and route ( = array of geo uri's)
Next up
Uses any provider enabled on the phone (wifi, cell, gps - depending on what's enabled at that moment, but at least one should be available of course).
pushed in a release, please read https://github.com/swentel/indigenous-android/issues/282 carefully for bugs or improvements