blob: 2e1e38a12e5c2a227c898e687bfeaa7e40016376 (
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
|
<?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
· New: Implemented actionbar menus\n
· New: Show also own logs on friend 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
· 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
\n
\n
</string>
</resources>
|