aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove latitude/elevation related settingsSamuel Tardieu2013-07-1417-92/+26
|
* Remove elevation handlingSamuel Tardieu2013-07-149-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"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-103-10/+16
| | | | 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-0911-2513/+436
|
* Move preference keys to resourcersudev2013-07-094-431/+454
|
* Dynamically bind preferences summaryrsudev2013-07-091-21/+20
|
* Implements #750, use preference activitykoem2013-07-09133-978/+4123
|
* 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
| |
* | 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
| |
* | 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-067-12/+77
| | | | | | | | | | 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-051-1/+1
| |
* | updated it plurals, refs #2747RomNexus62013-07-041-7/+7
| |
* | fix #2899: Recommended app "Bluetooth GPS" not foundBananeweizen2013-07-0415-27/+0
| |
* | fix #2949: Npe in history listBananeweizen2013-07-041-1/+3
| |
* | fix #2932: Editing coordinates crashes cgeoBananeweizen2013-07-041-2/+3
| |
* | fix #2268: GPS Cache Exhibit type not parsedBananeweizen2013-07-037-7/+7
| |
* | fix #2957: "load more caches" wrongly enabledBananeweizen2013-07-032-2/+9
| |
* | fix #2951: Amount of favorite points not shown in search resultsBananeweizen2013-07-032-5/+12
| |
* | fix #2943: typo in wherigoBananeweizen2013-07-032-9/+9
| |
* | translation: use crowdin.net to update French translationsSamuel Tardieu2013-07-011-1101/+1034
| | | | | | | | | | We lost the comments and went through a major reformatting while doing so.
* | Fixes #2930, retrieve personal note for opencachingrsudev2013-06-281-1/+5
| |
* | Merge pull request #2893 from marco-jacob/fixPersonalNoteFinalMarco Jacob2013-06-2711-52/+252
|\ \ | | | | | | make personalNote multiline, upload on OK and merge on refresh
| * | make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-2611-52/+252
| | |
* | | Implements #2900, Support logging with password (oc)rsudev2013-06-2710-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 detailsrsudev2013-06-273-3/+21
| | | | | | | | | | | | Removed costly scan of installed packages for launchable apps
* | | Merge pull request #2919 from rsudev/2811aBananeweizen2013-06-2611-156/+253
|\ \ \ | | | | | | | | main activity layout refactoring and dynamic connection status