blob: e30807d7c0c8aea1e9a6c5331d5fb092fc26c1e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the release branch -->
<string name="changelog_release" translatable="false">\n
<b>next bugfix release</b>\n
· Fix: Wrong log count shown after logging something else than a found\n
· Fix: Copy to clipboard not possible on Android 5.1\n
· Fix: Cache links in Groundspeaks weekly mails not opening\n
\n
\n
<b>Known Limitations/Bugs:</b>\n
· Device menu button not working on map popup\n
Please use the three dot button instead\n
· Live map:\n
Approximated coords due to limitations on the GC-website\n
Be aware: If navigation is started directly from live map it may also use the approximated coords!\n
In fast mode the cache type might be wrong in rare cases\n
On low zoom owned/found caches may not be hidden anymore\n
</string>
</resources>
|