blob: 0dc3e87fd2b96e06319cbba72dd7f33171d70bde (
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
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the release branch -->
<string name="changelog_release" translatable="false">\n
<b>Next feature release:</b>\n
\n
<font size="15" color="#FF0000"><b>IMPORTANT CHANGE</b></font>\n
· New: Actionbar menus (Long press action buttons for a description)\n
<a href="http://faq.cgeo.org/#10_83">Please do read our FAQ to learn more about the new menu!</a>\n
\n
· New: Show also own logs on friends log page\n
· New: Navigate - WhereYouGo will invoke automatic cartridge download in WhereYouGo\n
· New: Filter for caches which are not found\n
· New: Show "Import from web" also if not yet registered\n
· New: Popup list of changes on first start after upgrade\n
· New: Android Beam (NFC Sharing)\n
· New: Debugging option to save memory dumps on user demand\n
· New: Load Greokrety inventory for OC caches\n
· New: Autosave caches if user modifies waypoints\n
· New: Show recently viewed caches when clicking search icon on main screen\n
· New: Add support for opencaching.org.uk\n
· New: Improved sorting of waypoints depending on waypoint category\n
· New: Have a link to \"related webpage\" in cache details\n
· Fix: Hiding own caches on opencaching\n
· Fix: Webcam caches not marked as found after posting log\n
· Fix: Archived caches now also hidden if hiding disabled caches is active\n
· Fix: Filter invalid characters in GPX files\n
· Fix: All caches shown as owned if no username stored\n
· Fix: GPX import from mail failing on some devices\n
· Fix: Updating cache history should not ask for list to save caches\n
· Fix: Speed now always shown in km or miles per hour\n
· Fix: USER template now shows the correct username for the site where the cache is hosted\n
· Fix: Keep filter active if user switches the list\n
· Fix: Cache names with special chars not shown\n
· Fix: Improve static maps resolution and scaling depending on the screen resolution\n
· Fix: Will attend logs not counted in log summary of OC caches\n
· Fix: Improved loading of listing images\n
\n
<a href="https://github.com/cgeo/cgeo/issues?q=milestone%3A%22Next+feature+release%22+is%3Aclosed">Detailed list of all changes</a>\n
\n
<b>Known Limitations/Bugs:</b>\n
· Enable live mode not working on a map invoked for a waypoint\n
· Device menu button not working on map popup\n
Please use the three dot button instead\n
· Own log entries and entries of your friends might be shown doubled in the logbook\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>
|