About ztrack Geotracker
This is a very early alpha release of ztrack. It supports recording a track similar to the classic My Tracks application. However, it's still in early development, and large chunks of functionality are still to be implemented.
The app contains an Android Wear component that is till under development. However, using the notification feature, you can remotely start recording and stop recording using your Android Wear device.
Version history:
v0.6
Stats activity: add support for altitude min, max, gain, number of points, file size
Stats activity: clean up appearance a little bit
Get rid of the "-" string everywhere in the code, replace with no_data
track_class: clean up the constructors, stats calculation
track_class: fix a few bugs in altitude/speed min/max calculations
Stats activity: fix divide-by-zero bug on average speed calcuation, clean up layout
Location status: Tighten margin to prevent wrap on some displays
v0.5
Navigation drawer: Enable/disable "Clear" menu item separately from others.
Map activity: Factor common code to base class, share with chart activity and stats activity
Map activity: Factor common layout into include file, share with chart layout and stats layout
General XML cleanup
Common activity: Update location status on map, chart, stats
Stats activity: Added start time, end time, total time, distance, average speed, max speed
Chart activity: Created chart view, chart coming soon...
v0.4
Clean up wording on the "Are you sure?" dialogs.
Tracks activity: Add select mode toggle button.
Tracks activity: Show delete button only when there is something to delete.
Tracks activity: Be smarter about scrolling to show recording or reviewing track.
Tracks activity: Don't remove reviewing track if user selects recording track.
Map activity: On launch, if recording, pan and zoom to end of track.
Navigation drawer: Enable/disable menu items based on context to avoid actions that do nothing.
v0.3
Add settings for map zoom buttons, track colors, maker colors.
Add mechanism to reset all settings to default.
Remember reviewing track at shutdown and load it at startup.
v0.2
Fix problem with Google Maps API key.
v0.1
First version uploaded to Play Store