Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent a NPE if cache and waypoint are null. | Heiko W. Rupp | 2012-09-09 | 1 | -2/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
|\ | | | | | Possible translation for GH-2027 | ||||
| * | Revise german translation and make constant name more precise. | 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 | ||||
* | | Change of URLs used to 'Open in Browser' | YraFyra | 2012-09-07 | 3 | -4/+4 |
|/ | |||||
* | 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. | ||||
* | 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 | 1 | -2/+3 |
|\ | | | | | | | Closes #2018. | ||||
| * | Fix for null coords | runehl | 2012-08-14 | 1 | -2/+3 |
| | | |||||
* | | 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 | 5 | -71/+133 |
| | | |||||
* | | #1995: several fixes for pull request | Bananeweizen | 2012-09-01 | 2 | -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' | Bananeweizen | 2012-09-01 | 3 | -3/+43 |
|\ \ | |||||
| * | | fixes #1257 - next try, only setting for default import dir | Marco Jacob | 2012-08-27 | 3 | -3/+43 |
| | | | |||||
* | | | fix #1996: Translate is opening browser instead of translate app | Bananeweizen | 2012-09-01 | 5 | -23/+102 |
|/ / | |||||
* | | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 34 | -1238/+3 |
| | | |||||
* | | #1974: change pull request as discussed | Bananeweizen | 2012-08-26 | 2 | -2/+4 |
| | | | | | | * use trim instead of deletewhitespace | ||||
* | | Merge pull request #1974 from campbeb/add_oc_instant_search | Bananeweizen | 2012-08-25 | 1 | -2/+9 |
|\ \ | | | | | | | Allow searching OC geocodes on main screen | ||||
| * | | Allow searching OC geocodes on main screen | campbeb | 2012-08-17 | 1 | -2/+9 |
| | | | |||||
* | | | Merge pull request #1958 from marco-jacob/issue#1950 | rsudev | 2012-08-22 | 1 | -1/+16 |
|\ \ \ | | | | | | | | | fixes #1950 - StaticMapsProvider checks input parameter for null | ||||
| * | | | fixes #1950 - StaticMapsProvider checks input parameter for null | Marco Jacob | 2012-08-14 | 1 | -1/+16 |
| |/ / | |||||
* | | | Merge pull request #1971 from campbeb/fix1970 | rsudev | 2012-08-22 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Set live map mode in settings when opening map - Fixes #1970 | ||||
| * | | | Set live map mode in settings when opening map | campbeb | 2012-08-16 | 1 | -0/+2 |
| |/ / | |||||
* | | | fix #1977: NPE when requesting unactivated TB | Bananeweizen | 2012-08-20 | 1 | -1/+1 |
| | | | |||||
* | | | fix #1963: Include "Cache Beacon" in apps | Bananeweizen | 2012-08-19 | 4 | -2/+49 |
|/ / | |||||
* | | bugfix: don't store caches from second loop when interrupted | Bananeweizen | 2012-08-14 | 1 | -16/+16 |
| | | |||||
* | | Merge pull request #1954 from Buuhuu/master | Samuel Tardieu | 2012-08-13 | 1 | -2/+3 |
|\ \ | | | | | | | Fixed Issue #1915 | ||||
| * | | Replace unnecessary replacement of + by %20 | Buuhuu | 2012-08-13 | 1 | -1/+1 |
| | | | |||||
| * | | Used Android's Html class to convert HTML formated text to contentual string ↵ | Buuhuu | 2012-08-09 | 1 | -2/+3 |
| | | | | | | | | | | | | only. | ||||
* | | | refactoring: only iterate selected caches during refresh | Bananeweizen | 2012-08-13 | 1 | -17/+6 |
| | | | |||||
* | | | Merge pull request #1937 from marco-jacob/workaround#1919 | Bananeweizen | 2012-08-13 | 1 | -28/+56 |
|\ \ \ | |_|/ |/| | | fixes #1919 - caches without static maps first on refresh caches | ||||
| * | | fixes #1919 - caches without static maps first on refresh caches | Marco Jacob | 2012-08-03 | 1 | -28/+56 |
| |/ | |||||
* | | LoginFix | mucek4 | 2012-08-12 | 1 | -1/+10 |
| | | |||||
* | | refactoring: use non static members in UnknownTagsHandler | Bananeweizen | 2012-08-12 | 1 | -11/+13 |
| | | |||||
* | | Add handling for HTML lists | campbeb | 2012-08-09 | 1 | -0/+30 |
| | | |||||
* | | Merge pull request #1901 from marco-jacob/issue#1794retry | rsudev | 2012-08-05 | 5 | -6/+303 |
|\ \ | |/ |/| | fixes #1794 - added gpx export dir setting with SimpleDirChooser | ||||
| * | corrected: usage of gpx export dir setting corrected, text on export dialog ↵ | Marco Jacob | 2012-08-03 | 2 | -2/+19 |
| | | | | | | | | now show the correct dir | ||||
| * | fixes #1794 - added gpx export dir setting with SimpleDirChooser | Marco Jacob | 2012-07-20 | 4 | -5/+285 |
| | | |||||
* | | fixes #1908 - spoiler images also jpeg not only jpg | Marco Jacob | 2012-07-23 | 1 | -1/+1 |
|/ | |||||
* | Removed + Concatenation | Portree-Kid | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into Fix1866 | Portree-Kid | 2012-07-20 | 1 | -2/+1 |
|\ |