Commit graph

382 commits

Author SHA1 Message Date
548dcf2c58 Add wakelock to prevent doze when not at home.
Recently I took a 90 minute drive, and trkpt missed about 15
minutes of it. It wasn't until now that I realized it probably
went into doze mode due to the low accelerometer movements.
If the device is plugged in it does not doze, but to achieve the
no-friction goal we should not be required to take it out of our
pocket and plug in all the time for fear of missing points.
2023-04-03 19:03:05 -07:00
f55d683fe7 Move some strings to strings.xml. 2023-04-03 18:58:38 -07:00
328e56cb05 Don't use title case for strings on settings page. 2023-04-02 18:54:35 -07:00
531ff36ed0 Add preference to show debug information on main screen. 2023-04-02 16:13:56 -07:00
89035e0323 Various linting. 2023-04-02 16:07:22 -07:00
5928643325 Add OSM copyright to about section. 2023-04-02 10:05:50 -07:00
6ad4c2dbe5 Also watch step counter movement, notification icon by status. 2023-04-01 13:56:27 -07:00
59389accc5 Subtract pause duration from moving duration, change strings. 2023-04-01 13:11:53 -07:00
eec0caf59d Kill GPS if it is struggling for several minutes, wait for motion.
Still testing.
2023-03-31 22:32:29 -07:00
67382ce90a Sleep GPS near homepoints, wait for significant motion sensor.
First attempts, will test for a few days.
2023-03-30 21:57:24 -07:00
1ef59f49f5 Add "use trkpt as start" and "use trkpt as end" buttons. 2023-03-30 18:40:11 -07:00
9209a30c14 Rearrange elements to match the order they appear. 2023-03-30 18:38:29 -07:00
7eba6e262a Add TextInputLayout to homepoint dialog, and re-add it to save dialog. 2023-03-30 18:00:57 -07:00
55bde3b812 Use in-app prompt for track name before going to save intent.
This allows you to put a custom name on your track without having
to navigate your text cursor between the .gpx file extension.

This also puts the name inside the gpx file's metadata, so that's
a distinct advantage over just titling the filename itself.
2023-03-29 21:04:06 -07:00
c22184d9cb New app icon for this fork. 2023-03-26 19:33:43 -07:00
2e884aef02 Rename Map tab to Record. 2023-03-26 12:13:00 -07:00
71d1bcc675 Add source code and fork notice in settings. 2023-03-26 19:37:04 -07:00
bb0e544553 Add isolate_trkseg_button. 2023-03-26 11:26:53 -07:00
5008cea165 Remove the blue dot from the start/end markers. Just the pins. 2023-03-26 11:25:32 -07:00
ebfbf05006 Add "when was I here?" button. 2023-03-24 22:37:16 -07:00
c434d3b840 checkpoint 2023-03-23 22:48:25 -07:00
e96bfac4a9 checkpoint 2023-03-22 17:23:20 -07:00
06ca0fd2b3 checkpoint 2023-03-21 21:53:29 -07:00
e26bd2bf9a checkpoint 2023-03-19 11:19:24 -07:00
4a47d267a5 checkpoint 2023-03-15 22:04:08 -07:00
0133524fa2 checkpoint 2023-03-14 22:14:25 -07:00
b0edefcb4b checkpoint 2023-03-14 18:30:25 -07:00
8f5852d157 checkpoint 2023-03-14 16:45:15 -07:00
aca4cf20c0 checkpoint 2023-03-12 22:09:58 -07:00
8cbfa729f0 checkpoint 2023-03-12 17:49:03 -07:00
2c33cc88f7 checkpoint 2023-03-11 21:07:16 -08:00
62675e1b97 checkpoint 2023-03-11 16:05:37 -08:00
172ca703a9 checkpoint 2023-03-11 12:30:24 -08:00
df77b089ac checkpoint 2023-03-09 20:24:06 -08:00
2568af3bb1 checkpoint 2023-03-06 20:52:41 -08:00
7956f44ce4 Was experimenting with automatic GPX export. Hardcoded path.
These changes are several months old, I am just now committing them
because I want to move on to a different experiment.
2023-03-04 21:29:18 -08:00
edcb149ac7
Try a new location button position. 2022-04-08 18:14:01 -07:00
3741d0baf5
Replace high/low accuracy with omit rests option.
I have been feeling that the high/low accuracy switch is a bit
misleading because while it can help us choose waypoints that
are sufficiently far apart from each other, the accuracy of any
individual waypoint isn't inherently better than normal. However,
the option to omit or keep rests allows the user to keep the raw
data or postprocess it in their own way; or accept the default
different-enough detection.
2022-04-08 18:13:55 -07:00
0c510d4a11
wip 2022-04-08 18:13:52 -07:00
4d17f64766
New strings for new main buttons. 2022-04-08 18:13:49 -07:00
10b27b266f
Android recommends not using the word "button" in button name strings. 2022-04-08 18:13:47 -07:00
1a0cbd4524
Set my own application id. 2022-04-08 18:13:46 -07:00
y20k
76e8ef132e
Merge pull request #116 from zo-shin/New-Strings
New zh-rCN Strings
2022-04-06 15:10:55 +02:00
y20k
109876af74
color scheme update 2022-04-06 14:45:38 +02:00
Zo Shin
4d1eb52189 New zh-rCN Strings 2022-04-06 19:00:50 +08:00
y20k
dd54c6dcf3
change arrangement of recording buttons from a vertical "speed dial" style to a horizontal layout (see also discussion at #115) - note: color theme adjustments (especially for night mode) are still needed 2022-04-05 22:19:36 +02:00
517954020a
Add yes/no prompt before clearing active track. 2022-04-04 15:12:09 -07:00
y20k
472f71f036
Merge pull request #103 from zo-shin/New-Strings
Reformatted zh-rCN Strings
2022-04-04 15:24:02 +02:00
y20k
c99c8d343d
removed the transparent status bar (temporarily) 2022-03-24 20:54:30 +01:00
Allan Nordhøy
63036e5668
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (111 of 111 strings)
2022-01-29 09:56:41 +01:00