Commit graph

724 commits

Author SHA1 Message Date
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
dd25da53ce
uploaded SVG assets for location marker 2021-03-09 14:54:06 +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
dd3a96e350
Merge remote-tracking branch 'origin/master' 2021-03-04 19:56:24 +01:00
y20k
9db94aaf55
Merge pull request #93 from zo-shin/Strings-Amendments
Strings Amendments
2021-01-11 14:17:01 +01:00
Zo Shin
9fe35634a3 Strings Amendments 2021-01-11 19:12:04 +08:00
y20k
47efd71ec2
prevents the renaming of a recording to zero characters 2020-12-23 12:39:13 +01:00
y20k
7cba2c6596
wrong date 2020-11-25 14:56:10 +01:00
y20k
76ac8e7986
kotlin plugin version update 2020-11-25 11:09:54 +01:00
y20k
556eed6700
preparing release 2020-11-22 16:11:26 +01:00
y20k
01f1d052fa
preparing release 2020-11-22 16:10:39 +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
Prachi Joshi
1b69980491
Added translation using Weblate (Marathi) 2020-11-03 19:39:20 +01:00
Marco Bresciani
f83cf63020
Translated using Weblate (Italian)
Currently translated at 100.0% (101 of 101 strings)
2020-10-20 12:26:53 +02:00
y20k
768c2f4167
Merge pull request #86 from marcoXbresciani/master
Update Italian translations
2020-10-19 11:49:16 +02:00
Marco Bresciani
e2b43f0922 Update Italian translations
Re-set the file structure to the strings.xml reference file and complete translations.
2020-10-19 10:51:38 +02: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
5d041e0aeb
preparing release 2020-10-13 22:13:14 +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
Oğuz Ersen
026916b0d0
Translated using Weblate (Turkish)
Currently translated at 100.0% (101 of 101 strings)
2020-10-10 20:26:45 +02:00
Oğuz Ersen
7e1a5a94cf
Added translation using Weblate (Turkish) 2020-10-09 18:39:26 +02:00
y20k
40805cde84
Preparing release 2020-10-06 21:54:42 +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
acfb902a39
Added Brazilian Portuguese to AUTHORS and to build file - THX @iraamaro 2020-09-30 17:26:25 +02:00
y20k
804696a2ca
Merge pull request #83 from iraamaro/master
pt-rBR translation
2020-09-30 17:15:37 +02:00
iramaro
4d6bd1dea5 fixed file for pt-rBR. 2020-09-30 02:57:46 -03:00
iramaro
e176d4bdfe pt-rBR translation. 2020-09-30 02:50:02 -03:00
y20k
54647b223c
prevents writing empty text files 2020-09-16 13:41:11 +02:00
y20k
371c521a85
preparing release 2020-09-02 16:00:57 +02:00
y20k
2776f00eaa
addresses #78 2020-09-02 16:00:08 +02:00
y20k
cdcd925930
Merge pull request #77 from zo-shin/Revised-zh-rCN
Revised zh-rCN Strings
2020-08-27 13:59:56 +02:00
y20k
f3d4fb303f
Merge pull request #79 from matthiasblaesing/valid-xml
Fix XML structure for gpx export of recorded track
2020-08-27 13:59:25 +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
Damian Woroch
1059bfa2fa
Translated using Weblate (Polish)
Currently translated at 21.7% (22 of 101 strings)
2020-08-08 06:46:38 +02:00
Damian Woroch
f061f2865b
Added translation using Weblate (Polish) 2020-08-07 14:32:44 +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
Zo Shin
6a5f3dabcb Revised zh-rCN Strings 2020-08-05 16:35:31 +08: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
Hosted Weblate
d61a228268
Merge branch 'origin/master' into Weblate. 2020-08-03 09:49:56 +02:00
Nathan
20d7e6b67a
Translated using Weblate (French)
Currently translated at 100.0% (101 of 101 strings)
2020-08-03 09:49:55 +02:00
y20k
e200aec770
Merge pull request #76 from TacoTheDank/master
Code cleanup, updates, and typo fixes
2020-08-03 09:49:50 +02:00
Heimen Stoffels
bfbd768172
Translated using Weblate (Dutch)
Currently translated at 100.0% (101 of 101 strings)
2020-08-02 14:41:55 +02:00
Milo Ivir
9cefd04436
Translated using Weblate (Croatian)
Currently translated at 100.0% (101 of 101 strings)
2020-08-01 13:41:55 +02:00
Allan Nordhøy
618c41fbdd
Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.1% (90 of 101 strings)
2020-08-01 13:41:54 +02:00