aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: extract level of static maps to constantBananeweizen2013-07-194-41/+42
| | | * includes further checkstyle cleanup
* fix #2966: Event cache: parse the date from search resultsBananeweizen2013-07-192-1/+16
|
* Added fix suggested by rsudevJavaDog2013-07-192-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 MapJavaDog2013-07-192-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 cachingBananeweizen2013-07-191-1/+2
|
* Merge pull request #3014 from koem/i2978SettingsNavMenuBananeweizen2013-07-193-16/+34
|\ | | | | Fixes #2978 - Settings: "System" instead of "More Options"
| * Fixex #2978 - Settings: "System" instead of "More Options"koem2013-07-193-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 stringsMarco Jacob2013-07-191-10/+4
| |
* | Merge pull request #3017 from marco-jacob/fixHandlerToStaticNewMarco Jacob2013-07-185-134/+296
|\ \ | | | | | | Fixes #2931 - make Handler static to solve lint
| * | Fixes #2931 - make Handler static to solve lintMarco Jacob2013-07-185-134/+296
| | |
* | | refactoring: extract constantBananeweizen2013-07-182-8/+12
|/ /
* | fix #2994: have [NUMBER] template respect cache sourceBananeweizen2013-07-171-23/+18
| |
* | refactoring: cleanupBananeweizen2013-07-171-26/+37
| |
* | Fixes #2717 - Compass Speech stops on Rotationkoem2013-07-163-1/+25
|/
* Fix some build issuesrsudev2013-07-153-22/+0
|
* Fix test compile issuersudev2013-07-151-2/+2
|
* Fixes #3002 - Tweet not tweetedkoem2013-07-151-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 Tardieu2013-07-141-4/+0
|
* cleanup: remove unused getTokens()Samuel Tardieu2013-07-142-12/+0
|
* Restore backup request of settingsSamuel Tardieu2013-07-141-0/+7
|
* refactoring: remove unused getDisplayHeight()Samuel Tardieu2013-07-144-16/+0
|
* refactoring: move comment to where it belongsBananeweizen2013-07-141-11/+8
|
* refactoring: remove IBasicCache interfaceSamuel Tardieu2013-07-142-48/+34
|
* cleanup: remove isWatchlist() since isOnWatchlist() exists alreadySamuel Tardieu2013-07-142-6/+2
|
* cleanup: remove redundant type castsSamuel Tardieu2013-07-143-4/+4
|
* cleanup: do not try to outsmart the garbage collectorSamuel Tardieu2013-07-141-1/+0
|
* cleanup: use faster StringBuilder instead of StringBufferSamuel Tardieu2013-07-141-4/+4
|
* cleanup: remove unnecessary importsSamuel Tardieu2013-07-141-6/+0
|
* cleanup: remove unnecessary return in void methodSamuel Tardieu2013-07-141-1/+0
|
* cleanup: remove unnecessary else statementSamuel Tardieu2013-07-141-2/+2
|
* cleanup: remove unnecessary private modifier for enum constructorSamuel Tardieu2013-07-141-1/+1
|
* cleanup: downgrade unnecessary fieldsSamuel Tardieu2013-07-143-7/+3
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-2/+12
|\ | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java
| * fix #2956: management of release notesSamuel Tardieu2013-07-141-1/+11
| |
* | #2991: use event cache icon for gps exhibitBananeweizen2013-07-141-1/+1
| |
* | refactoring: simplify logicBananeweizen2013-07-141-35/+32
| | | | | | | | * avoid chained if-else with one variable * convert dateformat to constant
* | cleanup: remove unused number picker and string resourcesSamuel Tardieu2013-07-141-93/+0
| |
* | Remove latitude/elevation related settingsSamuel Tardieu2013-07-142-11/+0
| |
* | 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.
* | 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
* | 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
* | Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-098-1648/+435
| |
* | Move preference keys to resourcersudev2013-07-092-376/+312
| |
* | Dynamically bind preferences summaryrsudev2013-07-091-21/+20
| |