aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Collapse)AuthorAgeFilesLines
* Prevent a NPE if cache and waypoint are null.Heiko W. Rupp2012-09-091-2/+5
|
* refactoring: move static maps check API to cacheBananeweizen2012-09-0910-23/+19
|
* Merge pull request #2028 from pilhuhn/origin/refs/heads/gh-2027Bananeweizen2012-09-081-1/+1
|\ | | | | Possible translation for GH-2027
| * Revise german translation and make constant name more precise.Heiko 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
* | Change of URLs used to 'Open in Browser'YraFyra2012-09-073-4/+4
|/
* 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.
* Add extra documentation for null parameterSamuel Tardieu2012-09-031-1/+1
| | | | See #1957 for discussion.
* Merge branch 'release' into upstreamSamuel Tardieu2012-09-031-2/+3
|\ | | | | | | Closes #2018.
| * Fix for null coordsrunehl2012-08-141-2/+3
| |
* | 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-015-71/+133
| |
* | #1995: several fixes for pull requestBananeweizen2012-09-012-67/+74
| | | | | | | | | | * store directories if changed directly in text field * clean up simple dir chooser and settings activity * remove code duplication, extract constants
* | Merge remote-tracking branch 'marco-jacob/issue#1257-new'Bananeweizen2012-09-013-3/+43
|\ \
| * | fixes #1257 - next try, only setting for default import dirMarco Jacob2012-08-273-3/+43
| | |
* | | fix #1996: Translate is opening browser instead of translate appBananeweizen2012-09-015-23/+102
|/ /
* | fix #1893: remove go4cacheBananeweizen2012-08-2634-1238/+3
| |
* | #1974: change pull request as discussedBananeweizen2012-08-262-2/+4
| | | | | | * use trim instead of deletewhitespace
* | Merge pull request #1974 from campbeb/add_oc_instant_searchBananeweizen2012-08-251-2/+9
|\ \ | | | | | | Allow searching OC geocodes on main screen
| * | Allow searching OC geocodes on main screencampbeb2012-08-171-2/+9
| | |
* | | Merge pull request #1958 from marco-jacob/issue#1950rsudev2012-08-221-1/+16
|\ \ \ | | | | | | | | fixes #1950 - StaticMapsProvider checks input parameter for null
| * | | fixes #1950 - StaticMapsProvider checks input parameter for nullMarco Jacob2012-08-141-1/+16
| |/ /
* | | Merge pull request #1971 from campbeb/fix1970rsudev2012-08-221-0/+2
|\ \ \ | | | | | | | | Set live map mode in settings when opening map - Fixes #1970
| * | | Set live map mode in settings when opening mapcampbeb2012-08-161-0/+2
| |/ /
* | | fix #1977: NPE when requesting unactivated TBBananeweizen2012-08-201-1/+1
| | |
* | | fix #1963: Include "Cache Beacon" in appsBananeweizen2012-08-194-2/+49
|/ /
* | bugfix: don't store caches from second loop when interruptedBananeweizen2012-08-141-16/+16
| |
* | Merge pull request #1954 from Buuhuu/masterSamuel Tardieu2012-08-131-2/+3
|\ \ | | | | | | Fixed Issue #1915
| * | Replace unnecessary replacement of + by %20Buuhuu2012-08-131-1/+1
| | |
| * | Used Android's Html class to convert HTML formated text to contentual string ↵Buuhuu2012-08-091-2/+3
| | | | | | | | | | | | only.
* | | refactoring: only iterate selected caches during refreshBananeweizen2012-08-131-17/+6
| | |
* | | Merge pull request #1937 from marco-jacob/workaround#1919Bananeweizen2012-08-131-28/+56
|\ \ \ | |_|/ |/| | fixes #1919 - caches without static maps first on refresh caches
| * | fixes #1919 - caches without static maps first on refresh cachesMarco Jacob2012-08-031-28/+56
| |/
* | LoginFixmucek42012-08-121-1/+10
| |
* | refactoring: use non static members in UnknownTagsHandlerBananeweizen2012-08-121-11/+13
| |
* | Add handling for HTML listscampbeb2012-08-091-0/+30
| |
* | Merge pull request #1901 from marco-jacob/issue#1794retryrsudev2012-08-055-6/+303
|\ \ | |/ |/| fixes #1794 - added gpx export dir setting with SimpleDirChooser
| * corrected: usage of gpx export dir setting corrected, text on export dialog ↵Marco Jacob2012-08-032-2/+19
| | | | | | | | now show the correct dir
| * fixes #1794 - added gpx export dir setting with SimpleDirChooserMarco Jacob2012-07-204-5/+285
| |
* | fixes #1908 - spoiler images also jpeg not only jpgMarco Jacob2012-07-231-1/+1
|/
* Removed + Concatenation Portree-Kid2012-07-201-1/+1
|
* Merge remote-tracking branch 'upstream/master' into Fix1866Portree-Kid2012-07-201-2/+1
|\