| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove latitude/elevation related settings | Samuel Tardieu | 2013-07-14 | 17 | -92/+26 |
| | | |||||
| * | 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. | ||||
| * | 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 | 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 | ||||
| * | 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 | 11 | -2513/+436 |
| | | |||||
| * | 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 | 133 | -978/+4123 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 | 7 | -12/+77 |
| | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | |||||
| * | | updated it plurals, refs #2747 | RomNexus6 | 2013-07-04 | 1 | -7/+7 |
| | | | |||||
| * | | fix #2899: Recommended app "Bluetooth GPS" not found | Bananeweizen | 2013-07-04 | 15 | -27/+0 |
| | | | |||||
| * | | fix #2949: Npe in history list | Bananeweizen | 2013-07-04 | 1 | -1/+3 |
| | | | |||||
| * | | fix #2932: Editing coordinates crashes cgeo | Bananeweizen | 2013-07-04 | 1 | -2/+3 |
| | | | |||||
| * | | fix #2268: GPS Cache Exhibit type not parsed | Bananeweizen | 2013-07-03 | 7 | -7/+7 |
| | | | |||||
| * | | fix #2957: "load more caches" wrongly enabled | Bananeweizen | 2013-07-03 | 2 | -2/+9 |
| | | | |||||
| * | | fix #2951: Amount of favorite points not shown in search results | Bananeweizen | 2013-07-03 | 2 | -5/+12 |
| | | | |||||
| * | | fix #2943: typo in wherigo | Bananeweizen | 2013-07-03 | 2 | -9/+9 |
| | | | |||||
| * | | translation: use crowdin.net to update French translations | Samuel Tardieu | 2013-07-01 | 1 | -1101/+1034 |
| | | | | | | | | | | | We lost the comments and went through a major reformatting while doing so. | ||||
| * | | Fixes #2930, retrieve personal note for opencaching | rsudev | 2013-06-28 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #2893 from marco-jacob/fixPersonalNoteFinal | Marco Jacob | 2013-06-27 | 11 | -52/+252 |
| |\ \ | | | | | | | make personalNote multiline, upload on OK and merge on refresh | ||||
| | * | | make personalNote multiline again, upload button, merge on refresh | Marco Jacob | 2013-06-26 | 11 | -52/+252 |
| | | | | |||||
| * | | | Implements #2900, Support logging with password (oc) | rsudev | 2013-06-27 | 10 | -13/+95 |
| | | | | | | | | | | | | | | | | Extends db, geocache and OKAPI to retrieve and store the property Extends logging UI and OKAPI to allow entering and sending it | ||||
| * | | | Fixes #2923, Menu slow to open in cache details | rsudev | 2013-06-27 | 3 | -3/+21 |
| | | | | | | | | | | | | | Removed costly scan of installed packages for launchable apps | ||||
| * | | | Merge pull request #2919 from rsudev/2811a | Bananeweizen | 2013-06-26 | 11 | -156/+253 |
| |\ \ \ | | | | | | | | | main activity layout refactoring and dynamic connection status | ||||
