| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Update changelog_release.xml | Lars | 2013-07-14 | 1 | -0/+6 | |
| | |/ / | | | | | | | #2915 | |||||
| * | | | Merge pull request #2998 from Lineflyer/master | Lars | 2013-07-14 | 1 | -2/+39 | |
| |\ \ \ | | |/ | |/| | Updating changelog_master.xml | |||||
| | * | | Update changelog_master.xml | Lars | 2013-07-14 | 1 | -2/+39 | |
| |/ / | | | | | | | Catching up the last months. Feel free to comment/correct if I did something wrong. | |||||
| * | | cleanup: remove unused method Clear() | Samuel Tardieu | 2013-07-14 | 1 | -4/+0 | |
| | | | ||||||
| * | | cleanup: remove unused getTokens() | Samuel Tardieu | 2013-07-14 | 2 | -12/+0 | |
| | | | ||||||
| * | | Restore backup request of settings | Samuel Tardieu | 2013-07-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | refactoring: remove unused getDisplayHeight() | Samuel Tardieu | 2013-07-14 | 4 | -16/+0 | |
| | | | ||||||
| * | | refactoring: move comment to where it belongs | Bananeweizen | 2013-07-14 | 1 | -11/+8 | |
| | | | ||||||
| * | | refactoring: remove IBasicCache interface | Samuel Tardieu | 2013-07-14 | 2 | -48/+34 | |
| | | | ||||||
| * | | cleanup: remove isWatchlist() since isOnWatchlist() exists already | Samuel Tardieu | 2013-07-14 | 5 | -8/+6 | |
| | | | ||||||
| * | | cleanup: remove redundant type casts | Samuel Tardieu | 2013-07-14 | 3 | -4/+4 | |
| | | | ||||||
| * | | cleanup: do not try to outsmart the garbage collector | Samuel Tardieu | 2013-07-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | cleanup: use faster StringBuilder instead of StringBuffer | Samuel Tardieu | 2013-07-14 | 1 | -4/+4 | |
| | | | ||||||
| * | | cleanup: remove unnecessary imports | Samuel Tardieu | 2013-07-14 | 1 | -6/+0 | |
| | | | ||||||
| * | | cleanup: remove unnecessary return in void method | Samuel Tardieu | 2013-07-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | cleanup: remove unnecessary else statement | Samuel Tardieu | 2013-07-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | cleanup: remove unnecessary private modifier for enum constructor | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | cleanup: downgrade unnecessary fields | Samuel Tardieu | 2013-07-14 | 3 | -7/+3 | |
| | | | ||||||
| * | | cleanup: fix ListView predefined id | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | #2975: move up map category due to expected importance | Bananeweizen | 2013-07-14 | 1 | -56/+56 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 | |
| |\ \ | |/ | ||||||
| | * | cleanup: fix typo in release notes | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | cleanup: use sp instead of dip | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
