aboutsummaryrefslogtreecommitdiffstats
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
|
* Merge pull request #3030 from culmor30/issue-2234rsudev2013-07-195-5/+32
|\ | | | | Implements #2234: Hide own/found from Live Map
| * 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-194-5/+24
|/ | | | | | | | 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
|
* fix conflict from manual merge in strings.xmlBananeweizen2013-07-191-1/+2
|
* Proofread strings.xml for American EnglishJavaDog2013-07-191-79/+78
| | | | | | | | Updated main/res/values/strings.xml, fixed errors in English spelling/grammar/phrasing. This commit should contain no other code. I'm bad at git, sorry about that :p
* Merge pull request #3014 from koem/i2978SettingsNavMenuBananeweizen2013-07-1911-38/+67
|\ | | | | Fixes #2978 - Settings: "System" instead of "More Options"
| * Fixex #2978 - Settings: "System" instead of "More Options"koem2013-07-1911-38/+67
| | | | | | | | | | | | - moved basic member settings to subscreen in gc-services - new settings screen "Navigation" - renamed "More Option" to "System"
* | Merge pull request #3023 from marco-jacob/fixPersonalNoteMarco Jacob2013-07-182-18/+12
|\ \ | | | | | | fixes #2999: no prefix merged for merged strings
| * | fixes #2999: no prefix merged for merged stringsMarco Jacob2013-07-192-18/+12
|/ /
* | 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
| | |
* | | Prepare addition of OKAPI for oc.plrsudev2013-07-174-1/+20
|/ /
* | fix #2994: have [NUMBER] template respect cache sourceBananeweizen2013-07-171-23/+18
| |
* | refactoring: cleanupBananeweizen2013-07-171-26/+37
| |
* | Merge branch 'curr_release' into currdevrsudev2013-07-160-0/+0
|\ \ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/twitter/Twitter.java
| * | Fixes #3002 - Tweet not tweetedrsudev2013-07-161-2/+2
| | | | | | | | | | | | Twitter api v1.0 seems to be deprecated for tweeting (Auth worked fine). Now using v1.1.
* | | Merge pull request #3008 from koem/issue2717speechrotate-squashedrsudev2013-07-166-97/+131
|\ \ \ | |_|/ |/| | Fixes #2717 - Compass Speech stops on Rotation
| * | Fixes #2717 - Compass Speech stops on Rotationkoem2013-07-166-97/+131
|/ /
* | Merge pull request #3006 from Lineflyer/masterLars2013-07-151-0/+9
|\ \ | | | | | | Updating changelog_master.xml
| * | Update changelog_master.xmlLars2013-07-151-0/+9
| | | | | | | | | Still catching up old changes to the changelog
* | | Fix some build issuesrsudev2013-07-153-22/+0
| | |
* | | Fix test compile issuersudev2013-07-151-2/+2
| | |
* | | Merge pull request #3003 from koem/issue3002tweetsrsudev2013-07-151-37/+35
|\ \ \ | | | | | | | | Fixes #3002 - Tweet not tweeted
| * | | 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.
* | | Fix lint warning Lars2013-07-151-1/+1
| | | | | | | | | :)
* | | Removing some limitations Lars2013-07-151-4/+0
| | | | | | | | | Those limitations/known bugs have been fixed
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-0/+6
|\ \ \ | | |/ | |/|
| * | Merge pull request #2997 from Lineflyer/releaseLars2013-07-141-0/+6
| |\ \ | | | | | | | | Update changelog_release.xml
| | * | Update changelog_release.xmlLars2013-07-141-0/+6
| |/ / | | | | | | #2915
* | | Merge pull request #2998 from Lineflyer/masterLars2013-07-141-2/+39
|\ \ \ | | |/ | |/| Updating changelog_master.xml
| * | Update changelog_master.xmlLars2013-07-141-2/+39
|/ / | | | | | | Catching up the last months. Feel free to comment/correct if I did something wrong.
* | 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-145-8/+6
| |
* | 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
| |