Commit Graph

83 Commits (fba8d8814b3d9b722c436fa4a6a40c9ce5457923)

Author SHA1 Message Date
y20k 0ef9ea8dbc
Basic Android 12 compatibility + file names now include milliseconds (see #110) 2021-10-27 21:01:24 +02:00
y20k 04f82f42bf
updated available languages 2021-09-30 10:06:38 +02:00
y20k c7c72a1ba6
preparing release 2021-09-30 10:02:49 +02:00
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 36b891152c
Updated libraries 2021-06-24 21:56:48 +02:00
y20k 940aa2209b
request permission to use the step counter 2021-05-17 15:44:11 +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
y20k 7d690dc2eb
version number increased 2021-03-12 22:31:58 +01:00
y20k 3f9dd74797
mark end of a track with a flag icon (see #95) 2021-03-04 21:03:12 +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 5d041e0aeb
preparing release 2020-10-13 22:13:14 +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 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 371c521a85
preparing release 2020-09-02 16:00:57 +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
TacoTheDank 1520ac9077 Reduce APK size by excluding META-INF 2020-07-31 21:31:25 -04:00
TacoTheDank 51d34bcabd Library updates 2020-07-31 21:28:09 -04:00
TacoTheDank 7f3aa5e9e1 Clean up gradles 2020-07-31 19:56:40 -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 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 46091b30c7
preparing v2.0.4 release 2020-05-20 14:30:51 +02:00
y20k 19348ea557
preparing v2.0.4 release 2020-05-20 14:07:26 +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 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 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 3b5669a3a0
preparing release 2020-02-26 14:59:21 +01:00
y20k 5b19f96fcd
updated libraries 2020-02-22 17:45:05 +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 bdc13cfd61
New Theme setting (Dark Mode) 2020-01-28 17:39:45 +01:00
y20k 5e11184562
removed unused ressources 2020-01-09 13:23:04 +01:00
y20k 99265afe58
Kotlin Rewrite - everything is new 2020-01-02 18:00:37 +01:00
y20k 902c8afb40 changed chinese language file location 2019-06-30 10:54:51 +02:00
y20k 6ec6a7a6cd add new Chinese translation 2019-06-28 15:26:23 +02:00
y20k 559b609a67 color scheme adjustments - again :-) 2019-05-28 18:37:12 +02:00
y20k 9bb2de950f updated icon & added danish language (THX alexanderlhc) 2019-04-08 18:56:14 +02:00
y20k eddfc12434 reformatted strings.xml files 2019-03-04 17:43:27 +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 309267e9f2 some gradle changes 2018-10-04 09:22:55 +02:00
y20k a3457db546 added -dontshrink to proguard rules 2018-09-19 17:06:27 +02:00
y20k b448bb7f2d dropping waypoints that are (1) not current (older than two minutes) and that are (2) not accurate (probably more than 50 meters off) 2018-09-05 11:57:04 +02:00
y20k 69d902eb49 second try: moved metric/imperial conversion to its own helper class 2018-04-25 22:58:59 +02:00
y20k be849ef95a reactivated resume buttons again 2018-03-20 20:43:00 +01:00
y20k d6e112b417 fragnents are stored in an adater again + updated copyright 2018-01-12 17:42:47 +01:00