aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-13 11:35:51 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-13 13:52:00 -0800
commit702d09df9fe582d253607589c4b88ccd62502883 (patch)
tree7d298d04327e59c0b169a10a8f4269654720da8a /CHANGELOG.md
parent4454cf0381625d91a74310e8abe3eb1de8ea83a1 (diff)
downloadsubsurface-702d09df9fe582d253607589c4b88ccd62502883.tar.gz
mobile/GPS: fix two errors in the GPS handling
First, the time zone adjustment was wrong - this as written could only ever have worked in UTC or by pure chance. Second, the order of alerting the UI of the availability of a GPS fix was also incorrect creating a race between the UI and our data structures. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52718ab07..ab1af0b46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- undo: reset dive-mode on undo of set-point addition
- desktop: complete rewrite of the statistics code, significantly expanding capabilities
- desktop: add preferences option to disable default cylinder types
+- mobile: fix broken 'use current location' in dive edit
- mobile: add ability to show fundamentally the same statistics as on the desktop
- mobile: add settings for DC and calculated ceilings and show calculated ceilings
- mobile: switch to newer version of Kirigami