aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Update changelog_release.xmlLars2013-07-141-0/+6
| |/ / | | | | | | #2915
* | | Merge pull request #2998 from Lineflyer/masterLars2013-07-141-2/+39
|\ \ \ | | |/ | |/| Updating changelog_master.xml
| * | Update changelog_master.xmlLars2013-07-141-2/+39
|/ / | | | | | | Catching up the last months. Feel free to comment/correct if I did something wrong.
* | cleanup: remove unused method Clear()Samuel Tardieu2013-07-141-4/+0
| |
* | cleanup: remove unused getTokens()Samuel Tardieu2013-07-142-12/+0
| |
* | Restore backup request of settingsSamuel Tardieu2013-07-141-0/+7
| |
* | refactoring: remove unused getDisplayHeight()Samuel Tardieu2013-07-144-16/+0
| |
* | refactoring: move comment to where it belongsBananeweizen2013-07-141-11/+8
| |
* | refactoring: remove IBasicCache interfaceSamuel Tardieu2013-07-142-48/+34
| |
* | cleanup: remove isWatchlist() since isOnWatchlist() exists alreadySamuel Tardieu2013-07-145-8/+6
| |
* | cleanup: remove redundant type castsSamuel Tardieu2013-07-143-4/+4
| |
* | cleanup: do not try to outsmart the garbage collectorSamuel Tardieu2013-07-141-1/+0
| |
* | cleanup: use faster StringBuilder instead of StringBufferSamuel Tardieu2013-07-141-4/+4
| |
* | cleanup: remove unnecessary importsSamuel Tardieu2013-07-141-6/+0
| |
* | cleanup: remove unnecessary return in void methodSamuel Tardieu2013-07-141-1/+0
| |
* | cleanup: remove unnecessary else statementSamuel Tardieu2013-07-141-2/+2
| |
* | cleanup: remove unnecessary private modifier for enum constructorSamuel Tardieu2013-07-141-1/+1
| |
* | cleanup: downgrade unnecessary fieldsSamuel Tardieu2013-07-143-7/+3
| |
* | cleanup: fix ListView predefined idSamuel Tardieu2013-07-141-1/+1
| |
* | #2975: move up map category due to expected importanceBananeweizen2013-07-141-56/+56
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-1/+1
|\ \ | |/
| * cleanup: fix typo in release notesSamuel Tardieu2013-07-141-1/+1
| |
* | cleanup: use sp instead of dipSamuel Tardieu2013-07-141-1/+1
| |
* | Test master changelog informationSamuel Tardieu2013-07-141-0/+3
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-07-145-85/+130
|\ \ | |/ | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java
| * fix #2956: management of release notesSamuel Tardieu2013-07-145-186/+217
| |
* | #2991: use event cache icon for gps exhibitBananeweizen2013-07-141-1/+1
| |
* | cleanup: remove DOS line terminatorsSamuel Tardieu2013-07-141-177/+177
| |
* | cleanup: remove unused button stringsSamuel Tardieu2013-07-141-3/+0
| |
* | refactoring: simplify logicBananeweizen2013-07-141-35/+32
| | | | | | | | * avoid chained if-else with one variable * convert dateformat to constant
* | cleanup: remove unused number picker and string resourcesSamuel Tardieu2013-07-1415-166/+0
| |
* | Merge branch 'remove-altitude' into upstreamSamuel Tardieu2013-07-1428-274/+72
|\ \
| * | Remove latitude/elevation related settingsSamuel Tardieu2013-07-1417-92/+26
| | |
| * | Remove elevation handlingSamuel Tardieu2013-07-1411-182/+46
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Geocaches do not contain useful elevation information. We used to get it using Google API, but the information was not very useful because our handling of altitude was inconsistent. Also, the Google elevation API usage limits states that "the Elevation API may only be used in conjunction with displaying results on a Google map; using elevation data without displaying a map for which elevation data was requested is prohibited". This removes elevation handling completely, except in the settings to avoid getting in the way of the settings rewrite. The elevation related settings should be removed there instead when both works are merged.
* | Merge pull request #2990 from koem/issue2989checklogintextLars2013-07-1411-11/+10
|\ \ | | | | | | Fixes #2989 - shortened and corrected settings label for "check login"
| * | Fixes 2989 - shortened and corrected settings label for "check login"koem2013-07-1411-11/+10
|/ /
* | Fix #2986, OC: Cache count not updated after online logrsudev2013-07-141-3/+5
| | | | | | | | Request logcount again after posting a log
* | Fix #2983, New settings: Not possible to change gc.com loginrsudev2013-07-141-14/+7
| |
* | Fix #2985, New settings: DirChooser start directory not updatedrsudev2013-07-131-3/+5
| |
* | Fix #2984, settings: summary for standard navigation tools not presentrsudev2013-07-121-12/+17
| | | | | | | | Revereted back to explicit list, as type-based automtism didn't cut it
* | typo in german translationBananeweizen2013-07-101-3/+3
| |
* | refactoring: fix lint warnings in settingsBananeweizen2013-07-1013-14/+1
| |
* | refactoring: try to suppress warnings on jenkinsBananeweizen2013-07-101-55/+53
| |
* | Fixes #2945, Geocaches not showing up on c:geo app on phonersudev2013-07-101-6/+2
| | | | | | | | | | Disable nearby search for basic members on live map. We can't get any coords as we do not display a captcha
* | Fix #2962, Live map empty after loading has finishedrsudev2013-07-104-16/+29
| | | | | | | | Did not take zoomlevel into account when checking, thereby removing caches from cached tiles
* | Fixing serious bug in cache-table creation script.rsudev2013-07-101-1/+1
| | | | | | | | This bug was introduced by me in dc53fa7be33f3052e39952112679c7b0e0b3b324
* | Even more string-resources cleanuprsudev2013-07-093-7/+0
| |
* | Cleaning up string resourcesrsudev2013-07-0916-219/+0
| |
* | Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-0918-2542/+513
| |
* | Move preference keys to resourcersudev2013-07-094-431/+454
| |