aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Dynamically bind preferences summaryrsudev2013-07-091-21/+20
| |
* | Implements #750, use preference activitykoem2013-07-09144-1018/+4167
| |
* | Remove the cache column index, use the indices directlySamuel Tardieu2013-07-091-61/+84
| | | | | | | | | | | | When a database query is performed, the indices for every named column corresponds to its position in the query list. There is no need to go through an intermediate columns array.
* | Merge branch 'release' into upstreamSamuel Tardieu2013-07-091-1/+2
|\ \ | |/ | | | | | | Conflicts: main/res/values-de/strings.xml
| * #2915: German translation of warningBananeweizen2013-06-221-1/+2
| |
* | refactoring: minor cleanup, experimenting with CheckstyleBananeweizen2013-07-074-13/+13
| |
* | refactoring: make calendar build with AntBananeweizen2013-07-075-54/+132
| |
* | fix #2963: Cache count on main screen shows 0Bananeweizen2013-07-071-1/+1
| |
* | fix #2937: Merging of personal note not OKBananeweizen2013-07-072-5/+5
| |
* | refactoring: try to stabilize testsBananeweizen2013-07-061-1/+3
| |
* | Fixes #2925, Cache logbook not updated correctlyrsudev2013-07-062-10/+25
| | | | | | | | CacheLogbookViewCreater was running on a stale Geocache instance
* | Fixes #2944, Export menu in history is placed badrsudev2013-07-061-1/+1
| | | | | | | | Moved to top
* | Fixes #2826, Found caches shown on live maprsudev2013-07-069-12/+175
| | | | | | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality
* | fix #2954: sorting wrong after switching between event list and normalBananeweizen2013-07-062-32/+26
| | | | | | list
* | refactoring: reformatBananeweizen2013-07-061-17/+19
| |
* | fix #2937: Merging of personal note not OKBananeweizen2013-07-054-11/+31
| |
* | fix #2936: No GCVote for attended logs possibleBananeweizen2013-07-051-1/+1
| |
* | fix #2057Bananeweizen2013-07-053-4/+60
| | | | | | * can be reproduced in my emulator with GCH8T5
* | Revert "fix #2899: Recommended app "Bluetooth GPS" not found"Bananeweizen2013-07-0515-0/+27
| | | | | | | | This reverts commit ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.
* | fix broken testBananeweizen2013-07-052-5/+5
| |
* | updated it plurals, refs #2747RomNexus62013-07-041-7/+7
| |
* | Fixes #2946, Replace license filersudev2013-07-042-10/+209
| | | | | | | | updated LICENSE file content and added NOTICE
* | fix #2899: Recommended app "Bluetooth GPS" not foundBananeweizen2013-07-0415-27/+0
| |