blob: 53d1766cb4b34a9591571477a84e505f3fec3169 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the release branch -->
<string name="changelog_release" translatable="false">\n
<b>2014.04.01:</b>\n
<b>Bugfixing:</b>\n
· Remove support of Android versions older than 2.3\n
(Split to a legacy version available for v2.1 and v2.2)\n
· Fixed some possible crash scenarios\n
\n
<b>2014.03.31:</b>\n
<b>Bugfixing:</b>\n
· Make it again compatible with Android before 2.3\n
· Fix a bug with downloading of preview maps\n
\n
<b>2014.03.30:</b>\n
<b>New features:</b>\n
· New languages: Catalan, Lithuanian, Romanian\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
· List sorting now permanent during session\n
· Also include embedded images on image tab\n
<b>Bugfixing:</b>\n
· Corrected wrong field note progress indication\n
· When using "external map" sometimes the position marker was not shown\n
· 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
· Database optimizations\n
· Filtered list was not shown on map\n
· OC-login was not possible if no GC-login stored\n
· Geocodes are always case insensitive\n
· Fixed crashes in dir chooser\n
· Log password field missing for OC if changing log type\n
· Send2cgeo import screen not shown on second import start\n
· Fixed parsing of waypoints from personal note if no valid coords stored\n
· Special log types for unpublished caches now recognized correct\n
· HTML entities in image titles are properly decoded\n
· Pocket queries in status "to be deleted" now shown in list\n
\n
\n
<a href="https://github.com/cgeo/cgeo/issues?milestone=24&state=closed">Detailed list of all changes</a>\n
\n
<b>Old releases</b>\n
· Please refer to the release notes on the <a href="http://www.cgeo.org">c:geo-website</a>.\n
\n
\n
<b>Known Limitations/Bugs:</b>\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>
|