blob: 6641d1f8b410853ed43dfcbc1a37202a6e111338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the master branch -->
<string name="changelog_master" translatable="false">
<b>Next feature release</b>\n
<b>New Features:</b>\n
· Parallel loading from different platforms to speed up live map\n
· All GCVote related settings moved to Menu-Services-GCVote\n
· Support of some GSAK specific GPX contents\n
· Create waypoint from personal note also for OC caches\n
· Copy and translate operations also for TB information\n
· Decrypt waypoint note by tapping on it\n
· Long press filter button in main menu to reset it\n
<b>Bugfixing:</b>\n
· Corrected wrong field note progress indication\n
· When using "external map" sometimes the position marker was not shown\m
· Circles on map now also shown for caches with final coords defined\n
· Adding event caches to calendar corrected for events without starting time\n
· Logging of OC caches was not possible if no GC login data was stored\n
· TB details have been empty if HTML syntax was incorrect\n
· Swipe left from cache details not working in some cases\n
\n
\n
</string>
</resources>
|