Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Changes 0.14:
- Add the possibility to calibrate the altitude,
- Remove JavaScript lib,
- Thanks to the contributors to update translation,
- remove .gpx file when trip is deleted,
- Add Unicycle sport,
- Filter activities by type,

## Changes 0.13:
- Thanks to the contributors to update translation.

## Changes 0.12:
- Improved sport selection
- Missing appname substitution and removed unused images
- Back to appname cwayne18, UX and translation improvements. Updated it.po
- Add features: Importing GPX files from another folder through the contenthub, renaming and changing activity
- Bumping the software revsion to 0.12
- Add GPX info feature next to editing
- Add refresh indicator to load GPX info + some cleanup
- Created proper components to handle useful dialogs
- Code cleanup: Remove metrics, contentPickerDialog & Polyline
- Fixed PositionSource not being closed and code cleaning
- Theme support

## Changes initial Xenial version:
- Add speed and altitude, thanks to https://github.com/cwayne18/ActivityTracker/pull/17
- Update of the QML code
- Uniformise and change the tile service to QML/OSM.
- Implement a routing to parse locally the gpx track
- Allow setting frequency of position recording. (it's adviced to not go below a frequency of 10 or 5 seconds in order to not saturate the GPX file. The more data points it has, the longer it will take to display.)
33 changes: 2 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,11 @@ This repo is a fork of the original app created by CWayne18.
The app has been upgraded by Michele and Ernes_t to work only on 16.04 Ubuntu Touch.
Due to older QML lib on 15.04, the changes cannot be retrofitted.

Please see the [changelog](https://github.com/ernesst/ActivityTracker/blob/master/CHANGELOG.md) for a detailed list of changes.

## Download
[![OpenStore](https://open-store.io/badges/en_US.png)](https://open-store.io/app/activitytracker.cwayne18)

## Changes 0.14:
- Add the possibility to calibrate the altitude,
- Remove JavaScript lib,
- Thanks to the contributors to update translation,
- remove .gpx file when trip is deleted,
- Add Unicycle sport,
- Filter activities by type,

## Changes 0.13:
- Thanks to the contributors to update translation.

## Changes 0.12:
- Improved sport selection
- Missing appname substitution and removed unused images
- Back to appname cwayne18, UX and translation improvements. Updated it.po
- Add features: Importing GPX files from another folder through the contenthub, renaming and changing activity
- Bumping the software revsion to 0.12
- Add GPX info feature next to editing
- Add refresh indicator to load GPX info + some cleanup
- Created proper components to handle useful dialogs
- Code cleanup: Remove metrics, contentPickerDialog & Polyline
- Fixed PositionSource not being closed and code cleaning
- Theme support

## Changes initial Xenial version:
- Add speed and altitude, thanks to https://github.com/cwayne18/ActivityTracker/pull/17
- Update of the QML code
- Uniformise and change the tile service to QML/OSM.
- Implement a routing to parse locally the gpx track
- Allow setting frequency of position recording. (it's adviced to not go below a frequency of 10 or 5 seconds in order to not saturate the GPX file. The more data points it has, the longer it will take to display.)

## General information
- Due to a OS limitation the recording must occur with the screen on
- The GPX files are located in .local/share/activitytracker.cwayne18/
Expand Down