aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update main/res/values-nb/strings.xmlLars2012-10-051-3/+3
| | | Fix #2075
* Update main/src/cgeo/geocaching/CacheDetailActivity.javaLars2012-10-021-1/+1
| | | | Fix #2073
* #2034: additional unit testBananeweizen2012-10-022-1/+8
| | | * replace control character by space instead of empty string
* fix #2034: GPX eport from c:geo can not be imported to c:geoBananeweizen2012-10-021-1/+6
|
* Merge pull request #2031 from pilhuhn/origin/refs/heads/static_map_crashBananeweizen2012-10-011-2/+5
|\ | | | | Prevent a NPE if cache and waypoint are null.
| * Prevent a NPE if cache and waypoint are null.Heiko W. Rupp2012-09-091-2/+5
| |
* | fix #2069: Search for address failsBananeweizen2012-10-013-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.stopBananeweizen2012-09-301-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-996Bananeweizen2012-09-3018-95/+143
|\ \ | | | | | | GH_996 use the <plurals> mechanism
| * | Add the pluralization for -cs that I forgotHeiko W. Rupp2012-09-101-0/+3
| | |
| * | GH_996 use the <plurals> mechanismHeiko W. Rupp2012-09-0918-95/+140
| |/
* | Merge pull request #2062 from marco-jacob/issue#2050Bananeweizen2012-09-301-3/+3
|\ \ | | | | | | fixes #2050 - minimal static image size reduced to 1k
| * | fixes #2050 - minimal static image size reduced to 1k, but no image ↵Marco Jacob2012-09-211-3/+3
|/ / | | | | | | available will appear again
* | Merge pull request #2051 from Lineflyer/masterLars2012-09-181-0/+3
|\ \ | | | | | | Change log update
| * | Update main/res/values/strings.xmlLars2012-09-171-0/+3
|/ / | | | | | | | | | | #2019 #2037 #2024
* | Merge pull request #2037 from pilhuhn/origin/refs/heads/offline-NPErsudev2012-09-121-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. Rupp2012-09-121-1/+3
|/ | | | calls "nearby caches" from the main screen.
* refactoring: move static maps check API to cacheBananeweizen2012-09-0910-23/+19
|
* Merge pull request #2028 from pilhuhn/origin/refs/heads/gh-2027Bananeweizen2012-09-0816-134/+134
|\ | | | | Possible translation for GH-2027
| * Revise german translation and make constant name more precise.Heiko W. Rupp2012-09-0816-134/+134
| |
| * Possible translationHeiko W. Rupp2012-09-081-1/+1
| |
* | #2024: change URLs to contain duplicate backslashBananeweizen2012-09-093-3/+3
| | | | | | * so they are not catched by c:geo again
* | Merge remote-tracking branch 'YraFyra/newUrl'Bananeweizen2012-09-093-4/+4
|\ \ | |/ |/|
| * Change of URLs used to 'Open in Browser'YraFyra2012-09-073-4/+4
| |
* | Merge pull request #2023 from YraFyra/masterSammysHP2012-09-071-3/+18
|\ \ | |/ |/| Update of swedish translation
| * Update of swedish translationYraFyra2012-09-071-3/+18
|/
* Merge pull request #2020 from Lineflyer/masterLars2012-09-061-1/+1
|\ | | | | Change log update and correction
| * Update main/res/values/strings.xmlLars2012-09-051-1/+1
| | | | | | | | #1957 and small correction from merging of release branch
* | Fixes #2019, live map disables after rotatersudev2012-09-061-0/+5
|/ | | The map mode was not yet part of the saved instance state.
* Refactoring: remove redundant type castsSamuel Tardieu2012-09-0411-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() callsSamuel Tardieu2012-09-041-1/+1
| | | | | Using chained append() calls is more efficient than building the intermediate string by successive concatenations.
* Refactoring: make non-path-dependent inner class staticSamuel Tardieu2012-09-041-1/+1
|
* Refactoring: remove unnecessary boxing/unboxingSamuel Tardieu2012-09-041-2/+2
|
* Refactoring: simplify logical expressionSamuel Tardieu2012-09-041-1/+1
|
* Refactoring: remove unnecessary this qualifierSamuel Tardieu2012-09-041-1/+1
|
* Refactoring: make some fields localSamuel Tardieu2012-09-042-6/+3
| | | | | Some fields are only used in one method and can be transformed into local variables.
* Merge remote-tracking branch 'Lineflyer/master' into upstreamSamuel Tardieu2012-09-031-0/+4
|\
| * Update main/res/values/strings.xmlLars2012-09-031-0/+4
| | | | | | | | | | | | #1995 #2015 #2013 #915
* | Add extra documentation for null parameterSamuel Tardieu2012-09-031-1/+1
| | | | | | | | See #1957 for discussion.
* | Merge branch 'release' into upstreamSamuel Tardieu2012-09-032-3/+6
|\ \ | | | | | | | | | Closes #2018.
| * \ Merge pull request #1957 from RuneHL/releaseBananeweizen2012-08-261-2/+3
| |\ \ | | | | | | | | Fix for null coords to allow "Store for offline"
| | * | Fix for null coordsrunehl2012-08-141-2/+3
| | | |
| * | | Version Infomucek42012-08-151-2/+2
| | | |
| * | | Merge pull request #1961 from Lineflyer/releaseLars2012-08-141-1/+2
| |\ \ \ | | |/ / | |/| | Known limitation update
| | * | Known limitation updateLars2012-08-141-1/+2
| |/ / | | | | | | For #1843
* | | Merge pull request #2016 from ray4423/translate_jarsudev2012-09-031-4/+18
|\ \ \ | |_|/ |/| | update Japanese translation
| * | Japanese translation updatedRay2012-09-031-4/+18
|/ /
* | fix #2015: export crashes on missing hidden dateBananeweizen2012-09-021-17/+10
| |
* | fix #915: Readability improvement for Cache DescriptionBananeweizen2012-09-021-6/+16
| |
* | fix #2013: Template for cache ownerBananeweizen2012-09-017-74/+137
| |