| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | updated localization-it after #1751 | RomNexus6 | 2012-06-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Correction of english prompts for #1751 and grammar correction | Lars | 2012-06-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | German strings for #1751 | Lars | 2012-06-18 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Updated localization-it after merge pull #1571 | RomNexus6 | 2012-06-18 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-06-18 | 1 | -1/+1 | |
| |\ \ \ | | |/ | |/| | | | | | | | Conflicts: main/res/values/strings.xml | |||||
| | * | | Merge remote-tracking branch 'upstream/issue-1709' into release | Samuel Tardieu | 2012-06-18 | 7 | -65/+142 | |
| | |\ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'upstream/fix1757and1758' into release | Samuel Tardieu | 2012-06-18 | 1 | -19/+26 | |
| | |\ \ \ | ||||||
| | * | | | | Version Info for Play | mucek4 | 2012-06-18 | 2 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'issue-1709' into master | rsudev | 2012-06-17 | 3 | -31/+89 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/DirectionProvider.java main/src/cgeo/geocaching/ui/CacheListAdapter.java | |||||
| | * | | | | fix #1709: reduce update frequency of position overlay for map | Stephan Merker | 2012-06-17 | 2 | -30/+88 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update only if location changed > 1% of map width or heading >15° - update at most every half second - reduces battery consumption and makes mapsforge 0.3.0 maps usable at all on certain phones like Nexus S - fixed redraw issue for followMyLocation | |||||
| | * | | | | Put angle-related utilities into their own package | Samuel Tardieu | 2012-06-17 | 5 | -35/+54 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Also, use float instead of double for every angle computation. Conflicts: main/src/cgeo/geocaching/ui/CacheListAdapter.java | |||||
| * | | | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-06-17 | 1 | -1/+18 | |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: main/res/values/strings.xml | |||||
| | * | | | Fix #1790: use correct freshness information for pictures | Samuel Tardieu | 2012-06-17 | 1 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some filesystems and Android versions, the "last modified" data on files cannot be modified after the file has been initially created. Since we use this information to indicate that a cached image has been refreshed, this could fail on some devices. Now, we use a degraded version of File#setLastModified if it returns false. This goes through an intermediate copy, but is always much more faster than getting the file from the network connection and saving it on the local storage. | |||||
| | * | | | Change log update release branch | Lars | 2012-06-17 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Clear overlays cache to help with bitmap memory pressure | Samuel Tardieu | 2012-06-17 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | The overlays cache can be rebuilt once per activity view. We can free the bitmap memory when we are not displaying overlays. | |||||
| * | | | | Merge pull request #1571 from triakcz/bluetooth_gpx_sharing | Bananeweizen | 2012-06-17 | 5 | -6/+103 | |
| |\ \ \ \ | | | | | | | | | | | GPX export sharing menu after successful export | |||||
| | * | | | | Removed GPX export setting from settings | Ondřej Kunc | 2012-06-11 | 3 | -32/+1 | |
| | | | | | | | | | | | | | | | | | | | | | (It's in export settings dialog) | |||||
| | * | | | | GPX export sharing via bluetooth, gmail ... | Ondřej Kunc | 2012-06-11 | 6 | -6/+134 | |
| | | | | | | ||||||
| * | | | | | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-06-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | The initial null value is always overriden later. | |||||
| * | | | | | Do not create an intermediate SearchResult | Samuel Tardieu | 2012-06-17 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building the SearchResult through the Parcelable deconstructor makes a unique entity already, which doesn't share data with others. We have no need to go through the copy constructor. | |||||
| * | | | | | Factor out method to replace content of cache list by search result | Samuel Tardieu | 2012-06-17 | 1 | -22/+17 | |
| | | | | | | | | | | | | | | | | | | | | | This is an aftermath of pull request #1777. | |||||
| * | | | | | Merge pull request #1785 from triakcz/live_map_from_search_result | Bananeweizen | 2012-06-17 | 1 | -3/+0 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Permit to enable live map in every map | |||||
| | * | | | | | Permit to enable live map in every map | Ondřej Kunc | 2012-06-14 | 1 | -3/+0 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #1777 from Portree-Kid/better-list-loading | Bananeweizen | 2012-06-16 | 1 | -2/+16 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Better async loading of caches | |||||
| | * | | | | | | Better async loading of caches | Portree-Kid | 2012-06-12 | 1 | -2/+16 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-06-17 | 3 | -7/+23 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/res/values-cs/strings.xml main/res/values/strings.xml | |||||
| | * | | | | | | Fix #1751: set language to English | Samuel Tardieu | 2012-06-17 | 2 | -6/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a simpler page and putting a referer seems to make the process more reliable. | |||||
| | * | | | | | | Translation change #1784 also for release branch | Lars | 2012-06-15 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | Change log update for release branch | Lars | 2012-06-10 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | fix #1788: 2 Links in settings are unclickable | Bananeweizen | 2012-06-16 | 2 | -7/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Minor czech translation fixes | Ondřej Kunc | 2012-06-14 | 1 | -3/+3 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Change log update for #374 | Lars | 2012-06-12 | 1 | -0/+1 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Update change log | Lars | 2012-06-12 | 1 | -2/+5 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge remote-tracking branch 'campbeb/fix315' into upstream | Samuel Tardieu | 2012-06-11 | 7 | -85/+148 | |
| |\ \ \ \ | ||||||
| | * | | | | Display cache and waypoint information on compass | campbeb | 2012-06-08 | 7 | -85/+148 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For caches: displays difficulty, terrain, and size. For waypoints: displays waypoint type. For direct navigation: displays nothing. Also includes some refactoring in the code used do display information about caches and waypoints. | |||||
| * | | | | | Merge remote-tracking branch 'campbeb/fix1757and1758' into upstream | Samuel Tardieu | 2012-06-10 | 1 | -19/+26 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | |||||
| | * | | | | Perform live map operations on caches in viewport not last search | campbeb | 2012-06-09 | 1 | -19/+26 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Live map operations (store offline and show as list) were being performed on last search results obtained instead of on caches shown on screen. Fixes #1757 and #1758. | |||||
| * | | | | Merge pull request #1753 from marco-jacob/issue#1725 | Bananeweizen | 2012-06-10 | 5 | -1/+29 | |
| |\ \ \ \ | | | | | | | | | | | fixes #1725: no static maps apps as default nav app | |||||
| | * | | | | fixes #1725: no static maps apps as default nav app | Marco Jacob | 2012-06-08 | 5 | -1/+29 | |
| | | |_|/ | |/| | | ||||||
| * | | | | refactoring: minor reformatting | Bananeweizen | 2012-06-09 | 1 | -12/+8 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'Portree-Kid/master-9' | Bananeweizen | 2012-06-09 | 1 | -10/+20 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge remote-tracking branch 'upstream/master' into master-9 | Portree-Kid | 2012-06-08 | 4 | -1/+13 | |
| | |\ \ \ \ | | |/ / / | ||||||
| | * | | | | Performance tweaking. LEFT OUTER JOIN to load OfflineLog flag | Portree-Kid | 2012-06-08 | 1 | -10/+20 | |
| | | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'campbeb/fix1746' | Bananeweizen | 2012-06-09 | 15 | -18/+18 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/sorting/ComparatorUserInterface.java | |||||
| | * | | | | | Allow sorting by date logged in lists | campbeb | 2012-06-09 | 15 | -15/+17 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #1755 from campbeb/parseFoundDate | Bananeweizen | 2012-06-08 | 2 | -0/+12 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Parse cache found date | |||||
| | * | | | | | Parse cache found date | campbeb | 2012-06-09 | 2 | -0/+12 | |
| | |/ / / / | | | | | | | | | | | | | | | | This is required before we are able to sort by date logged/visited. | |||||
| * | | | | | fix #1746: Sort by found/log-date | Bananeweizen | 2012-06-09 | 3 | -8/+11 | |
| |/ / / / | ||||||
| * | | | | Use red text for names of archived caches - Fixes #1718 | campbeb | 2012-06-08 | 4 | -1/+13 | |
| |/ / / | ||||||
| * | | | #1744: user name wrongly parsed/written in GPX import/export | Bananeweizen | 2012-06-08 | 11 | -45/+54 | |
| | | | | ||||||
