diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-11-20 15:28:30 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-12-04 12:56:58 +0000 |
| commit | 6b55ea7f1adfdffd675a7dde642577b8d3b1c747 (patch) | |
| tree | c8a684eb1106a63fca2757def93e58581deafe61 | |
| parent | 90e6841ade11408fdb4753b0f61db6fe491cc24d (diff) | |
| download | mullvadvpn-6b55ea7f1adfdffd675a7dde642577b8d3b1c747.tar.xz mullvadvpn-6b55ea7f1adfdffd675a7dde642577b8d3b1c747.zip | |
Describe no location fetch when offline change
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a9ff8220..737c283db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,9 @@ Line wrap the file at 100 chars. Th The Mullvad servers have never allowed any insecure ciphers, so this was not really a problem. Just one extra safety precaution. +#### Android +- Don't try to fetch location when the app knows that it has no connectivity. This should reduce + wake-ups (improving battery life) and also fix very large log files consuming storage space. ## [2019.10-beta1] - 2019-11-06 This release is for Android only. |
