diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-10-09 10:23:24 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-09 10:03:21 -0700 |
commit | a95e6589469a0998fba4d5248556a8c9337f22b0 (patch) | |
tree | 160b6207f1756c8f1d91e6173cde5cc6c83bb8d4 /CHANGELOG.md | |
parent | 87b8155576cf04b0a002c80690f1222f3fec7935 (diff) | |
download | subsurface-a95e6589469a0998fba4d5248556a8c9337f22b0.tar.gz |
Mobile: factor out syncToCloud [3/3]
After the previous commits, we now have a preference that nicely
preserves the state of the UI, and we have the well known git_local_only
global, that is used to denote whether we want to use to local repo
only, or we want to interact with the online cloud as well.
This commit gets rid of the now superfluous syncToCloud logic. Instead
we simply set the git_local_only directly.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c9e80df..2269ea7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Mobile: preserve manual/auto sync with cloud [#1725] - Performance: calculate full statistics only when needed - HTML export: write statistics of exported dives only - Desktop: fix calculation of surface interval in the case of overlappimg dives |