y20k
d22638da92
removes the Smothing slider (see #99 ) & added a "Total Distance Recorded" info at the top of the list of recordings
2021-09-16 15:53:31 +02:00
y20k
0ddd056f9c
Merge remote-tracking branch 'origin/master'
2021-07-05 13:32:18 +02:00
y20k
1a119f75d5
Removed a leftover from an earlier merge
2021-07-05 13:32:08 +02:00
y20k
cc8cdf6451
Merge pull request #106 from TacoTheDank/activityresult
...
Migrate to ActivityResult APIs
2021-07-05 11:41:04 +02:00
y20k
5639a42a30
Merge branch 'master' into preference-refactoring
2021-07-05 11:12:49 +02:00
y20k
1c7e7275bc
Refactor and optimize PreferencesHelper (see https://github.com/y20k/transistor/pull/359 and Credit to https://github.com/TacoTheDank )
2021-07-02 16:35:27 +02:00
TacoTheDank
855b0a0249
Migrate to ActivityResult APIs
2021-07-01 15:59:27 -04:00
TacoTheDank
09012a35a7
Refactor and optimize PreferencesHelper
2021-07-01 15:11:08 -04:00
y20k
c81105186f
fixes a crash when trying to delete a freshly recorded track
2021-06-28 18:47:00 +02:00
y20k
36b891152c
Updated libraries
2021-06-24 21:56:48 +02:00
y20k
18a1164578
store total distance, duration, etc.
2021-06-21 17:47:59 +02:00
y20k
940aa2209b
request permission to use the step counter
2021-05-17 15:44:11 +02:00
y20k
d0c93e3124
begin calculating elevation only if queue is has enough data points (see #99 ) - (needs testing)
2021-05-08 21:59:14 +02:00
y20k
3c680042de
sanitiy check: do not add 0.0 altitudes - from locations, that do no have an altitude value - to the elevation calculation
2021-05-03 14:58:58 +02:00
y20k
7b1b518892
removed another bug in the elevation calculation :-/
2021-05-03 12:49:15 +02:00
y20k
7663c82c88
removed a bug in the SimpleMovingAverageQueue (see https://github.com/y20k/trackbook/issues/99#issuecomment-830874285 )
2021-05-03 09:26:29 +02:00
y20k
bb00e18312
use smoothed altitude values to get more realistic elevation data (see #99 ) - v2 (needs testing)
2021-05-02 22:51:22 +02:00
y20k
3fa589e21c
use smoothed altitude values to get more realistic elevation data (see #99 ) - v1 (needs testing)
2021-05-02 17:29:13 +02:00
liinahamari
10a523a42f
Fixing bug with lack of proper unsubscribing of networkLocationListener
2021-04-08 07:45:42 +03:00
y20k
89c962c9a8
reversed the overlay order (improves the "mark starred" feature)
2021-03-16 16:47:47 +01:00
y20k
7ad12a2670
use SimpleFastPointOverlay for the track overlay -> ANTI_ALIAS_FLAG for waypoints (see #96 )
2021-03-15 18:09:47 +01:00
y20k
1c70fe1b5e
use SimpleFastPointOverlay for the track overlay (see #96 )
2021-03-15 17:43:31 +01:00
y20k
c193e8a475
save temp track only every 9+ seconds (see #96 )
2021-03-15 11:47:25 +01:00
y20k
7d690dc2eb
version number increased
2021-03-12 22:31:58 +01:00
d0f33b202a
Replace 15s interval, 15m threshold with statistical formula.
...
These changes increase the rate at which points are recorded to
the track without decreasing track quality. Users with fine-grained
GPS units should see much more accurate tracks.
2021-03-12 12:03:28 -08:00
y20k
fa43dde017
mark start and end of a track with a pin icon (see #95 )
2021-03-09 22:27:42 +01:00
y20k
5a75b3fc3d
Use Location "Needle" as the the endpoint marker (see #95 )
2021-03-08 15:18:12 +01:00
y20k
3f9dd74797
mark end of a track with a flag icon (see #95 )
2021-03-04 21:03:12 +01:00
y20k
47efd71ec2
prevents the renaming of a recording to zero characters
2020-12-23 12:39:13 +01:00
y20k
eb296188d8
Implements most of of the changes proposed by @TacoTheDank (thank you!) in this pull request (see https://github.com/y20k/trackbook/pull/91 )
2020-11-18 18:19:52 +01:00
y20k
0bc161396f
catch an exception that, may come up, when the default system file picker is disabled (see #70 & #81 )
2020-10-14 10:24:17 +02:00
y20k
11610cca87
addresses #81 - saves gpx files without a file manager present check
2020-10-13 16:52:12 +02:00
y20k
420c18082c
addresses issue #84 (Start and stop date and time are the same)
2020-10-11 18:21:16 +02:00
y20k
7805f6aaeb
make Trackbook work better with different status bar heights (e.g. on phones with camera cutouts.)
2020-10-05 14:00:44 +02:00
y20k
54647b223c
prevents writing empty text files
2020-09-16 13:41:11 +02:00
y20k
2776f00eaa
addresses #78
2020-09-02 16:00:08 +02:00
Matthias Bläsing
9a234f42dc
Fix XML structure for gpx export of recorded track
...
- gpx namespace is connected to schema location, but namespace is not
attached to element ("xmlns" attribute is missing on "gpx" element)
- "name" element does not exist as a child of "gpx", but as a child of
"metadata", which in turn is a child of "gpx"
- the order of the child elements of the "trkpt" element is reversed
2020-08-24 20:38:30 +02:00
y20k
60921a199b
changes in the way map center is saved for tracks after zoom or scroll
2020-08-05 18:01:45 +02:00
y20k
2531a36f20
GPX output adapted for new "starred" feature
2020-08-03 16:42:47 +02:00
y20k
7d47068bb0
Reverts code style changes introduced in 4dcea979
and 66f4865d
2020-08-03 11:39:05 +02:00
y20k
c4d6a0479b
Reverts code style changes introduced in 4dcea979
and 66f4865d
2020-08-03 11:13:25 +02:00
y20k
2944273a01
Reverts code style changes introduced in 4dcea979
and 66f4865d
2020-08-03 10:59:56 +02:00
TacoTheDank
2405eb45a0
Fix vibration deprecations
2020-07-31 21:13:21 -04:00
TacoTheDank
66f4865de3
Miscellaneous code cleanup
2020-07-31 21:04:52 -04:00
TacoTheDank
4dcea97982
Adjust codestyle to an .editorconfig
2020-07-31 20:06:53 -04:00
y20k
18d043cafe
new feature: you can mark a recorded waypoint as POI see #71
2020-07-30 13:59:07 +02:00
y20k
6290cbd709
preparing release
2020-07-29 12:46:24 +02:00
y20k
89f4edf545
updated libraries
2020-07-28 16:28:30 +02:00
y20k
2e8b02c845
adds an About section to Settings (+ updated libraries)
2020-07-01 11:39:52 +02:00
y20k
1931528bbe
Fix typos of Escapepod (see #73 )
2020-05-30 21:24:28 +02:00
Michael Overmeyer
2449343d04
Fix typos of Transistor
2020-05-30 11:22:52 -04:00
y20k
befdeff428
adds velocity in mph / km/h to track statistics sheet (see #69 )
2020-05-15 10:06:47 +02:00
y20k
f686cac359
fixes calculation auf pauses & displays start time in addition to start date
2020-05-14 16:16:34 +02:00
y20k
1e1733b183
preparing release v2.0.3
2020-04-08 14:03:09 +02:00
y20k
59c736630f
should fix crash described in issue #70 - adds check if file manager is present
2020-04-01 17:26:55 +02:00
y20k
4bed93f821
addresses crash described in issue #70 - adds check if file manager is present
2020-04-01 17:26:20 +02:00
y20k
1e0bb81a38
plausibility check for the first location (which sometimes can be wrong)
2020-03-24 15:26:01 +01:00
y20k
3324f859b7
removed debug logging from service
2020-03-13 13:34:37 +01:00
y20k
54d875ff2d
option to delete all recordings that are not starred
2020-03-09 15:39:48 +01:00
y20k
d68a767e3e
do not add the distances between "recording paused" and "recording resumed"
2020-03-02 16:45:12 +01:00
y20k
92b94df5bc
preparing v2.0.1 release
2020-02-26 18:13:18 +01:00
y20k
29e6f8a990
Auto-Import of older tracks from v1.2.2 failed - I blame the updated Gradle version :-)
2020-02-26 18:03:36 +01:00
y20k
3c4f4f36a5
show recording paused time in track statistics
2020-02-22 17:44:31 +01:00
y20k
382d4e73c1
store timespan that trackbook was paused, if resume feature is used
2020-02-18 17:09:54 +01:00
y20k
beb0d2f236
gpx export now uses file picker (instead of share sheet)
2020-02-13 17:12:34 +01:00
y20k
063d84e39f
cleaning up the tracker service a bit
2020-02-06 15:55:15 +01:00
y20k
f6a5be7ad2
added some icons to the settings screen
2020-02-03 18:49:53 +01:00
y20k
ded9d77213
was requesting location updates longer than it needed
2020-01-31 23:24:28 +01:00
y20k
9591f9f8c0
quick settings tile was unnecessarily bound to tracker service. better to use an intent to start stop recording
2020-01-31 21:15:33 +01:00
y20k
6a989a8fc3
trying to fix a bug where the shareed prferences listener has no context - not yet succeeded :-)
2020-01-31 14:51:31 +01:00
y20k
e44f404685
Fixed a crash when tracking was resumed from quick settings tile
2020-01-30 20:31:58 +01:00
y20k
a48cd2d009
Fixed a crash when tracking was started from quick settings tile
2020-01-29 13:37:04 +01:00
y20k
bdc13cfd61
New Theme setting (Dark Mode)
2020-01-28 17:39:45 +01:00
y20k
97b64dfd59
Neat new feature: Quick Settings tile for starting / stopping a recording
2020-01-27 18:22:44 +01:00
y20k
882a02eb42
Wired up the GPS-only switch
2020-01-09 13:23:26 +01:00
y20k
99265afe58
Kotlin Rewrite - everything is new
2020-01-02 18:00:37 +01:00
y20k
b09259594f
Android 10 compatibility
2019-09-10 17:38:10 +02:00
y20k
934a68fa7e
made BoundBox of track parcelable
2019-08-14 13:30:39 +02:00
y20k
488153f616
added .increaseByScale(1.15f) -> see #64
2019-08-14 13:17:06 +02:00
y20k
7402f872be
long press on map recording zooms it to bounding box #60
2019-08-12 15:23:48 +02:00
Marco Bresciani
9902060d7b
Add BoundingBox calculation
...
The BoundingBox is computed using all existing Waypoints of a Track and
returning the box through a collection of GeoPoints. The box might be
used to autofit the map of a saved Track.
See issue #60 .
2019-08-12 10:00:02 +02:00
y20k
6f4aa0b22e
Icon now has a red background ( #54 ), Trackbook does not need the permission EXTERNAL STORAGE anymore, Night mode has now a dark map
2019-05-04 17:10:32 +02:00
y20k
ceda1a3167
null check for target fragment in dialog
2019-03-19 08:39:48 +01:00
y20k
dbdfef7b21
null check for target fragment in dialog
2019-03-19 08:37:28 +01:00
y20k
468e0c7ca8
fixed timestamps in gpx export
2019-03-14 22:36:13 +01:00
y20k
26663f2cd4
added changelogs
2019-03-06 13:46:01 +01:00
y20k
5deec619a8
further trimming of the strings.mxl files
2019-03-05 17:40:13 +01:00
y20k
d7b61ac113
changed default location (if the system does not yet have a location fix)
2019-01-14 18:46:38 +01:00
y20k
2750533e5c
adjusted the secret night mode switch behavior
2019-01-02 15:37:56 +01:00
y20k
705d38651e
updated copyright info (hello 2019)
2019-01-02 10:06:50 +01:00
y20k
df8e5ef0fd
null check on vibration invocation & track size check
2018-11-28 09:21:10 +01:00
y20k
ba0f97c2db
fixes a crash when a user pressed the my location button directly after a recording has been started
2018-11-10 20:52:36 +01:00
y20k
a2c48a8cc3
some clean-up (after the rollbackrollbackmess)
2018-11-05 20:06:09 +01:00
y20k
67eee7f053
rolling back the rollback (see last commit) - maybe found the culprit "-dontshrink" (see #44 )
2018-11-04 10:13:19 +01:00
y20k
9985e9f7a4
rollback to code base of "versionCode = 26" because "versionCode = 27" caused problems - see #44
2018-11-04 09:36:52 +01:00
y20k
f746887e61
record button was showing up on last tracks screen (fixes this hopefully)
2018-10-06 00:22:09 +02:00
y20k
5c49b7002a
Workaround for broken recording button (see #43 )
2018-09-26 16:01:24 +02:00
y20k
163ea4959f
use show/hide for fab instead of setVisibility
2018-09-20 11:08:40 +02:00
y20k
27508ce8cc
fixes a crash when resuming a track with zero (or one) waypoint(s)
2018-09-18 13:01:00 +02:00
y20k
9e08446436
prevents a crash caused by unwanted files in the tracks-directory (see #21 )
2018-09-18 11:51:00 +02:00