| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Test master changelog information | Samuel Tardieu | 2013-07-14 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-07-14 | 5 | -85/+130 | |
| |\ \ | |/ | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java | |||||
| | * | fix #2956: management of release notes | Samuel Tardieu | 2013-07-14 | 5 | -186/+217 | |
| | | | ||||||
| * | | #2991: use event cache icon for gps exhibit | Bananeweizen | 2013-07-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | cleanup: remove DOS line terminators | Samuel Tardieu | 2013-07-14 | 1 | -177/+177 | |
| | | | ||||||
| * | | cleanup: remove unused button strings | Samuel Tardieu | 2013-07-14 | 1 | -3/+0 | |
| | | | ||||||
| * | | refactoring: simplify logic | Bananeweizen | 2013-07-14 | 1 | -35/+32 | |
| | | | | | | | | | * avoid chained if-else with one variable * convert dateformat to constant | |||||
| * | | cleanup: remove unused number picker and string resources | Samuel Tardieu | 2013-07-14 | 15 | -166/+0 | |
| | | | ||||||
| * | | Merge branch 'remove-altitude' into upstream | Samuel Tardieu | 2013-07-14 | 28 | -274/+72 | |
| |\ \ | ||||||
| | * | | Remove latitude/elevation related settings | Samuel Tardieu | 2013-07-14 | 17 | -92/+26 | |
| | | | | ||||||
| | * | | Remove elevation handling | Samuel Tardieu | 2013-07-14 | 11 | -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/issue2989checklogintext | Lars | 2013-07-14 | 11 | -11/+10 | |
| |\ \ | | | | | | | Fixes #2989 - shortened and corrected settings label for "check login" | |||||
| | * | | Fixes 2989 - shortened and corrected settings label for "check login" | koem | 2013-07-14 | 11 | -11/+10 | |
| |/ / | ||||||
| * | | Fix #2986, OC: Cache count not updated after online log | rsudev | 2013-07-14 | 1 | -3/+5 | |
| | | | | | | | | | Request logcount again after posting a log | |||||
| * | | Fix #2983, New settings: Not possible to change gc.com login | rsudev | 2013-07-14 | 1 | -14/+7 | |
| | | | ||||||
| * | | Fix #2985, New settings: DirChooser start directory not updated | rsudev | 2013-07-13 | 1 | -3/+5 | |
| | | | ||||||
| * | | Fix #2984, settings: summary for standard navigation tools not present | rsudev | 2013-07-12 | 1 | -12/+17 | |
| | | | | | | | | | Revereted back to explicit list, as type-based automtism didn't cut it | |||||
| * | | typo in german translation | Bananeweizen | 2013-07-10 | 1 | -3/+3 | |
| | | | ||||||
| * | | refactoring: fix lint warnings in settings | Bananeweizen | 2013-07-10 | 13 | -14/+1 | |
| | | | ||||||
| * | | refactoring: try to suppress warnings on jenkins | Bananeweizen | 2013-07-10 | 1 | -55/+53 | |
| | | | ||||||
| * | | Fixes #2945, Geocaches not showing up on c:geo app on phone | rsudev | 2013-07-10 | 1 | -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 finished | rsudev | 2013-07-10 | 4 | -16/+29 | |
| | | | | | | | | | Did not take zoomlevel into account when checking, thereby removing caches from cached tiles | |||||
| * | | Fixing serious bug in cache-table creation script. | rsudev | 2013-07-10 | 1 | -1/+1 | |
| | | | | | | | | | This bug was introduced by me in dc53fa7be33f3052e39952112679c7b0e0b3b324 | |||||
| * | | Even more string-resources cleanup | rsudev | 2013-07-09 | 3 | -7/+0 | |
| | | | ||||||
| * | | Cleaning up string resources | rsudev | 2013-07-09 | 16 | -219/+0 | |
| | | | ||||||
| * | | Remove old SettingsActivity, rename new SettingsActivity | rsudev | 2013-07-09 | 18 | -2542/+513 | |
| | | | ||||||
| * | | Move preference keys to resource | rsudev | 2013-07-09 | 4 | -431/+454 | |
| | | | ||||||
| * | | Dynamically bind preferences summary | rsudev | 2013-07-09 | 1 | -21/+20 | |
| | | | ||||||
| * | | Implements #750, use preference activity | koem | 2013-07-09 | 144 | -1018/+4167 | |
| | | | ||||||
| * | | Remove the cache column index, use the indices directly | Samuel Tardieu | 2013-07-09 | 1 | -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 upstream | Samuel Tardieu | 2013-07-09 | 1 | -1/+2 | |
| |\ \ | |/ | | | | | | | Conflicts: main/res/values-de/strings.xml | |||||
| | * | #2915: German translation of warning | Bananeweizen | 2013-06-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | refactoring: minor cleanup, experimenting with Checkstyle | Bananeweizen | 2013-07-07 | 4 | -13/+13 | |
| | | | ||||||
| * | | refactoring: make calendar build with Ant | Bananeweizen | 2013-07-07 | 5 | -54/+132 | |
| | | | ||||||
| * | | fix #2963: Cache count on main screen shows 0 | Bananeweizen | 2013-07-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix #2937: Merging of personal note not OK | Bananeweizen | 2013-07-07 | 2 | -5/+5 | |
| | | | ||||||
| * | | refactoring: try to stabilize tests | Bananeweizen | 2013-07-06 | 1 | -1/+3 | |
| | | | ||||||
| * | | Fixes #2925, Cache logbook not updated correctly | rsudev | 2013-07-06 | 2 | -10/+25 | |
| | | | | | | | | | CacheLogbookViewCreater was running on a stale Geocache instance | |||||
| * | | Fixes #2944, Export menu in history is placed bad | rsudev | 2013-07-06 | 1 | -1/+1 | |
| | | | | | | | | | Moved to top | |||||
| * | | Fixes #2826, Found caches shown on live map | rsudev | 2013-07-06 | 9 | -12/+175 | |
| | | | | | | | | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality | |||||
| * | | fix #2954: sorting wrong after switching between event list and normal | Bananeweizen | 2013-07-06 | 2 | -32/+26 | |
| | | | | | | | list | |||||
| * | | refactoring: reformat | Bananeweizen | 2013-07-06 | 1 | -17/+19 | |
| | | | ||||||
| * | | fix #2937: Merging of personal note not OK | Bananeweizen | 2013-07-05 | 4 | -11/+31 | |
| | | | ||||||
| * | | fix #2936: No GCVote for attended logs possible | Bananeweizen | 2013-07-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix #2057 | Bananeweizen | 2013-07-05 | 3 | -4/+60 | |
| | | | | | | | * can be reproduced in my emulator with GCH8T5 | |||||
| * | | Revert "fix #2899: Recommended app "Bluetooth GPS" not found" | Bananeweizen | 2013-07-05 | 15 | -0/+27 | |
| | | | | | | | | | This reverts commit ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb. | |||||
| * | | fix broken test | Bananeweizen | 2013-07-05 | 2 | -5/+5 | |
| | | | ||||||
| * | | updated it plurals, refs #2747 | RomNexus6 | 2013-07-04 | 1 | -7/+7 | |
| | | | ||||||
| * | | Fixes #2946, Replace license file | rsudev | 2013-07-04 | 2 | -10/+209 | |
| | | | | | | | | | updated LICENSE file content and added NOTICE | |||||
| * | | fix #2899: Recommended app "Bluetooth GPS" not found | Bananeweizen | 2013-07-04 | 15 | -27/+0 | |
| | | | ||||||
