Plees Tracker is an Android app, available on F-Droid.
The following resources may be useful:
The export format is very simple. The documentation below explains it in some detail.
You may find the following useful:
From the app's main page, do:
- press the three vertical dots in the top-right
- press
Export to File
- select a location and filename
- press
SAVE
in the bottom-right
This is an ASCII CSV file. Here is an example:
sid,start,stop,rating
1,1234567890987,2345678909876,0
2,3456789098765,4567890987654,5
Unique ID of this record. Incrementing integer starting at 1.
Indicate the time the user started and stopped tracking, in integer milliseconds since the Unix epoch.
Integer between 0 and 5 indicating the user's rating.