| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements #2234: Hide own/found from Live Map | JavaDog | 2013-07-19 | 4 | -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 caching | Bananeweizen | 2013-07-19 | 1 | -1/+2 |
| | | |||||
| * | fix conflict from manual merge in strings.xml | Bananeweizen | 2013-07-19 | 1 | -1/+2 |
| | | |||||
| * | Proofread strings.xml for American English | JavaDog | 2013-07-19 | 1 | -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/i2978SettingsNavMenu | Bananeweizen | 2013-07-19 | 11 | -38/+67 |
| |\ | | | | | Fixes #2978 - Settings: "System" instead of "More Options" | ||||
| | * | Fixex #2978 - Settings: "System" instead of "More Options" | koem | 2013-07-19 | 11 | -38/+67 |
| | | | | | | | | | | | | | - 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 |
| | | | | |||||
| * | | | Prepare addition of OKAPI for oc.pl | rsudev | 2013-07-17 | 4 | -1/+20 |
| |/ / | |||||
| * | | 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 | 6 | -97/+131 |
| |/ | |||||
| * | Merge pull request #3006 from Lineflyer/master | Lars | 2013-07-15 | 1 | -0/+9 |
| |\ | | | | | Updating changelog_master.xml | ||||
| | * | Update changelog_master.xml | Lars | 2013-07-15 | 1 | -0/+9 |
| | | | | | | | Still catching up old changes to the changelog | ||||
| * | | 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. | ||||
| * | | Fix lint warning | Lars | 2013-07-15 | 1 | -1/+1 |
| | | | | | | | :) | ||||
| * | | Removing some limitations | Lars | 2013-07-15 | 1 | -4/+0 |
| | | | | | | | Those limitations/known bugs have been fixed | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-07-14 | 1 | -0/+6 |
| |\ \ | |/ |/| | |||||
| | * | Update changelog_release.xml | Lars | 2013-07-14 | 1 | -0/+6 |
| | | | | | | | #2915 | ||||
| * | | Update changelog_master.xml | Lars | 2013-07-14 | 1 | -2/+39 |
| | | | | | | | | | Catching up the last months. Feel free to comment/correct if I did something wrong. | ||||
| * | | 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 | 3 | -6/+4 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | cleanup: fix ListView predefined id | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | #2975: move up map category due to expected importance | Bananeweizen | 2013-07-14 | 1 | -56/+56 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | cleanup: fix typo in release notes | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | cleanup: use sp instead of dip | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | Test master changelog information | Samuel Tardieu | 2013-07-14 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-07-14 | 5 | -85/+130 |
| |\ \ | |/ | | | | | | | | | 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 | 5 | -186/+217 |
| | | | |||||
| * | | #2991: use event cache icon for gps exhibit | Bananeweizen | 2013-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | cleanup: remove DOS line terminators | Samuel Tardieu | 2013-07-14 | 1 | -177/+177 |
| | | | |||||
| * | | cleanup: remove unused button strings | Samuel Tardieu | 2013-07-14 | 1 | -3/+0 |
| | | | |||||
