| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: extract level of static maps to constant | Bananeweizen | 2013-07-19 | 4 | -41/+42 |
| | | | | * includes further checkstyle cleanup | ||||
| * | fix #2966: Event cache: parse the date from search results | Bananeweizen | 2013-07-19 | 2 | -1/+16 |
| | | |||||
| * | Added fix suggested by rsudev | JavaDog | 2013-07-19 | 2 | -0/+8 |
| | | | | | | Resolves the problem of caches sometimes not displaying when switching from hide to show (if they hadn't previously been loaded). | ||||
| * | Implements #2234: Hide own/found from Live Map | JavaDog | 2013-07-19 | 2 | -5/+17 |
| | | | | | | | | | Added a button to show/hide own/found caches in the Live Map menu, under the "Map settings" option (renamed from "Map modes"). Refactored boolean "liveChanged" in CGeoMap.java, renamed to "markersInvalidated" as it now has more than that one use. | ||||
| * | fix #3020: document request headers for caching | Bananeweizen | 2013-07-19 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #3014 from koem/i2978SettingsNavMenu | Bananeweizen | 2013-07-19 | 3 | -16/+34 |
| |\ | | | | | Fixes #2978 - Settings: "System" instead of "More Options" | ||||
| | * | Fixex #2978 - Settings: "System" instead of "More Options" | koem | 2013-07-19 | 3 | -16/+34 |
| | | | | | | | | | | | | | - moved basic member settings to subscreen in gc-services - new settings screen "Navigation" - renamed "More Option" to "System" | ||||
| * | | fixes #2999: no prefix merged for merged strings | Marco Jacob | 2013-07-19 | 1 | -10/+4 |
| | | | |||||
| * | | Merge pull request #3017 from marco-jacob/fixHandlerToStaticNew | Marco Jacob | 2013-07-18 | 5 | -134/+296 |
| |\ \ | | | | | | | Fixes #2931 - make Handler static to solve lint | ||||
| | * | | Fixes #2931 - make Handler static to solve lint | Marco Jacob | 2013-07-18 | 5 | -134/+296 |
| | | | | |||||
| * | | | refactoring: extract constant | Bananeweizen | 2013-07-18 | 2 | -8/+12 |
| |/ / | |||||
| * | | fix #2994: have [NUMBER] template respect cache source | Bananeweizen | 2013-07-17 | 1 | -23/+18 |
| | | | |||||
| * | | refactoring: cleanup | Bananeweizen | 2013-07-17 | 1 | -26/+37 |
| | | | |||||
| * | | Fixes #2717 - Compass Speech stops on Rotation | koem | 2013-07-16 | 3 | -1/+25 |
| |/ | |||||
| * | Fix some build issues | rsudev | 2013-07-15 | 3 | -22/+0 |
| | | |||||
| * | Fix test compile issue | rsudev | 2013-07-15 | 1 | -2/+2 |
| | | |||||
| * | Fixes #3002 - Tweet not tweeted | koem | 2013-07-15 | 1 | -37/+35 |
| | | | | | Twitter api v1.0 seems to be deprecated for tweeting (Auth worked fine). Now using v1.1. | ||||
| * | 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 | 2 | -6/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-07-14 | 1 | -2/+12 |
| |\ | | | | | | | | | | | 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 | 1 | -1/+11 |
| | | | |||||
| * | | #2991: use event cache icon for gps exhibit | Bananeweizen | 2013-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 1 | -93/+0 |
| | | | |||||
| * | | Remove latitude/elevation related settings | Samuel Tardieu | 2013-07-14 | 2 | -11/+0 |
| | | | |||||
| * | | Remove elevation handling | Samuel Tardieu | 2013-07-14 | 9 | -143/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | 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 | ||||
| * | | 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 | 3 | -10/+16 |
| | | | | | | | | | 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 | ||||
| * | | Remove old SettingsActivity, rename new SettingsActivity | rsudev | 2013-07-09 | 8 | -1648/+435 |
| | | | |||||
| * | | Move preference keys to resource | rsudev | 2013-07-09 | 2 | -376/+312 |
| | | | |||||
| * | | Dynamically bind preferences summary | rsudev | 2013-07-09 | 1 | -21/+20 |
| | | | |||||
