| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update main/res/values-nb/strings.xml | Lars | 2012-10-05 | 1 | -3/+3 |
| | | | | Fix #2075 | ||||
| * | Update main/src/cgeo/geocaching/CacheDetailActivity.java | Lars | 2012-10-02 | 1 | -1/+1 |
| | | | | | Fix #2073 | ||||
| * | #2034: additional unit test | Bananeweizen | 2012-10-02 | 2 | -1/+8 |
| | | | | * replace control character by space instead of empty string | ||||
| * | fix #2034: GPX eport from c:geo can not be imported to c:geo | Bananeweizen | 2012-10-02 | 1 | -1/+6 |
| | | |||||
| * | Merge pull request #2031 from pilhuhn/origin/refs/heads/static_map_crash | Bananeweizen | 2012-10-01 | 1 | -2/+5 |
| |\ | | | | | Prevent a NPE if cache and waypoint are null. | ||||
| | * | Prevent a NPE if cache and waypoint are null. | Heiko W. Rupp | 2012-09-09 | 1 | -2/+5 |
| | | | |||||
| * | | fix #2069: Search for address fails | Bananeweizen | 2012-10-01 | 3 | -3/+59 |
| | | | | | | | | | | | * in case of no results by geocoder, fall back to GC website * address search therefore now works for non Google devices * tested with Bluestack emulator | ||||
| * | | refactoring: remove deprecated Thread.stop | Bananeweizen | 2012-09-30 | 1 | -7/+0 |
| | | | | | | | | | * deprecated in Java and Android * deleted code not needed, is checked before creating the thread | ||||
| * | | Merge pull request #2029 from pilhuhn/origin/refs/heads/gh-996 | Bananeweizen | 2012-09-30 | 18 | -95/+143 |
| |\ \ | | | | | | | GH_996 use the <plurals> mechanism | ||||
| | * | | Add the pluralization for -cs that I forgot | Heiko W. Rupp | 2012-09-10 | 1 | -0/+3 |
| | | | | |||||
| | * | | GH_996 use the <plurals> mechanism | Heiko W. Rupp | 2012-09-09 | 18 | -95/+140 |
| | |/ | |||||
| * | | Merge pull request #2062 from marco-jacob/issue#2050 | Bananeweizen | 2012-09-30 | 1 | -3/+3 |
| |\ \ | | | | | | | fixes #2050 - minimal static image size reduced to 1k | ||||
| | * | | fixes #2050 - minimal static image size reduced to 1k, but no image ↵ | Marco Jacob | 2012-09-21 | 1 | -3/+3 |
| |/ / | | | | | | | available will appear again | ||||
| * | | Merge pull request #2051 from Lineflyer/master | Lars | 2012-09-18 | 1 | -0/+3 |
| |\ \ | | | | | | | Change log update | ||||
| | * | | Update main/res/values/strings.xml | Lars | 2012-09-17 | 1 | -0/+3 |
| |/ / | | | | | | | | | | | #2019 #2037 #2024 | ||||
| * | | Merge pull request #2037 from pilhuhn/origin/refs/heads/offline-NPE | rsudev | 2012-09-12 | 1 | -1/+3 |
| |\ \ | |/ |/| | Crash with NPE when the handset is offline | ||||
| | * | The variable 'search' can be null if the app is offline and the user e.g. ↵ | Heiko W. Rupp | 2012-09-12 | 1 | -1/+3 |
| |/ | | | | calls "nearby caches" from the main screen. | ||||
| * | refactoring: move static maps check API to cache | Bananeweizen | 2012-09-09 | 10 | -23/+19 |
| | | |||||
| * | Merge pull request #2028 from pilhuhn/origin/refs/heads/gh-2027 | Bananeweizen | 2012-09-08 | 16 | -134/+134 |
| |\ | | | | | Possible translation for GH-2027 | ||||
| | * | Revise german translation and make constant name more precise. | Heiko W. Rupp | 2012-09-08 | 16 | -134/+134 |
| | | | |||||
| | * | Possible translation | Heiko W. Rupp | 2012-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | #2024: change URLs to contain duplicate backslash | Bananeweizen | 2012-09-09 | 3 | -3/+3 |
| | | | | | | | * so they are not catched by c:geo again | ||||
| * | | Merge remote-tracking branch 'YraFyra/newUrl' | Bananeweizen | 2012-09-09 | 3 | -4/+4 |
| |\ \ | |/ |/| | |||||
| | * | Change of URLs used to 'Open in Browser' | YraFyra | 2012-09-07 | 3 | -4/+4 |
| | | | |||||
| * | | Merge pull request #2023 from YraFyra/master | SammysHP | 2012-09-07 | 1 | -3/+18 |
| |\ \ | |/ |/| | Update of swedish translation | ||||
| | * | Update of swedish translation | YraFyra | 2012-09-07 | 1 | -3/+18 |
| |/ | |||||
| * | Merge pull request #2020 from Lineflyer/master | Lars | 2012-09-06 | 1 | -1/+1 |
| |\ | | | | | Change log update and correction | ||||
| | * | Update main/res/values/strings.xml | Lars | 2012-09-05 | 1 | -1/+1 |
| | | | | | | | | | #1957 and small correction from merging of release branch | ||||
| * | | Fixes #2019, live map disables after rotate | rsudev | 2012-09-06 | 1 | -0/+5 |
| |/ | | | The map mode was not yet part of the saved instance state. | ||||
| * | Refactoring: remove redundant type casts | Samuel Tardieu | 2012-09-04 | 11 | -27/+27 |
| | | | | | | | Those type casts were unnecessary, as the returned value was already of the target type, or the called method (after the cast) was defined by the originally returned type. | ||||
| * | Refactoring: use chained append() calls | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | | | | | Using chained append() calls is more efficient than building the intermediate string by successive concatenations. | ||||
| * | Refactoring: make non-path-dependent inner class static | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: remove unnecessary boxing/unboxing | Samuel Tardieu | 2012-09-04 | 1 | -2/+2 |
| | | |||||
| * | Refactoring: simplify logical expression | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: remove unnecessary this qualifier | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: make some fields local | Samuel Tardieu | 2012-09-04 | 2 | -6/+3 |
| | | | | | | Some fields are only used in one method and can be transformed into local variables. | ||||
| * | Merge remote-tracking branch 'Lineflyer/master' into upstream | Samuel Tardieu | 2012-09-03 | 1 | -0/+4 |
| |\ | |||||
| | * | Update main/res/values/strings.xml | Lars | 2012-09-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | #1995 #2015 #2013 #915 | ||||
| * | | Add extra documentation for null parameter | Samuel Tardieu | 2012-09-03 | 1 | -1/+1 |
| | | | | | | | | | See #1957 for discussion. | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2012-09-03 | 2 | -3/+6 |
| |\ \ | | | | | | | | | | Closes #2018. | ||||
| | * \ | Merge pull request #1957 from RuneHL/release | Bananeweizen | 2012-08-26 | 1 | -2/+3 |
| | |\ \ | | | | | | | | | Fix for null coords to allow "Store for offline" | ||||
| | | * | | Fix for null coords | runehl | 2012-08-14 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Version Info | mucek4 | 2012-08-15 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Merge pull request #1961 from Lineflyer/release | Lars | 2012-08-14 | 1 | -1/+2 |
| | |\ \ \ | | |/ / | |/| | | Known limitation update | ||||
| | | * | | Known limitation update | Lars | 2012-08-14 | 1 | -1/+2 |
| | |/ / | | | | | | | For #1843 | ||||
| * | | | Merge pull request #2016 from ray4423/translate_ja | rsudev | 2012-09-03 | 1 | -4/+18 |
| |\ \ \ | |_|/ |/| | | update Japanese translation | ||||
| | * | | Japanese translation updated | Ray | 2012-09-03 | 1 | -4/+18 |
| |/ / | |||||
| * | | fix #2015: export crashes on missing hidden date | Bananeweizen | 2012-09-02 | 1 | -17/+10 |
| | | | |||||
| * | | fix #915: Readability improvement for Cache Description | Bananeweizen | 2012-09-02 | 1 | -6/+16 |
| | | | |||||
| * | | fix #2013: Template for cache owner | Bananeweizen | 2012-09-01 | 7 | -74/+137 |
| | | | |||||
