nackko / herdr

Herdr is a privacy conscious multiplatform mobile data collector
GNU Lesser General Public License v3.0
16 stars 3 forks source link

Geo anal activity tracking #10

Closed nackko closed 4 years ago

nackko commented 4 years ago

Description

closes #13 Tracking - Write to database

PR contains code taken from #findmybikes and adapted to use activity transition recognition API as well as switching on&off geotracking when some transition happens. In other terms, it start the GPS when user enter certain activities (walking, biking, driving, ...) and fills the local db with GPS fixes. It can also stop the tracking when the activity is over.

In this version, user activity tracking starts when they log in and stops when they log out.

TODO