aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Removed a wrong setting of cachesCnt. It should always contain thePortree-Kid2012-07-191-2/+1
| | | | | | number of visible caches. Fixes #1730
* | Added Filter to loading of waypoints fixes 1866Portree-Kid2012-07-193-7/+14
|/
* fix #1886: Context menu misses entryBananeweizen2012-07-161-5/+1
|
* Merge pull request #1877 from campbeb/fix1848rsudev2012-07-131-5/+3
|\ | | | | Fix #1848 - Allow Store for Offline from map for list of caches
| * Allow Store for Offline from map for list of cachescampbeb2012-07-111-5/+3
| |
* | Only append offline log table when loading offline logscampbeb2012-07-111-1/+3
|/
* fix #1606: Cache count in title bar doesn't update when filtering listBananeweizen2012-07-081-17/+24
|
* fix #1858: add start time to calendar entryBananeweizen2012-07-013-2/+45
|
* refactoring: some findbugs cleanupBananeweizen2012-07-011-31/+14
|
* Refactoring: remove redundant constructsSamuel Tardieu2012-07-012-2/+2
|
* fix #1828: Coords conversion to DMS not working correctBananeweizen2012-07-012-2/+2
|
* fix #1833: Export / Import GPXBananeweizen2012-07-012-6/+12
|
* Merge remote-tracking branch 'upstream/issue1846' into upstreamSamuel Tardieu2012-06-301-0/+2
|\
| * Fix #1846, parse 'medium' as Regular for cache sizersudev2012-06-301-0/+2
| | | | | | | | | | In the update on 26.06.2012 geocaching com decided to replace Regular by medium for the size on the cache details page (though not in other places like search results), so we parse medium to regular size now
| * Manual copy of #1832mucek42012-06-281-1/+1
| |
* | Merge pull request #1855 from campbeb/fix1837Bananeweizen2012-06-301-0/+2
|\ \ | | | | | | Don't cancel progress dialog when clicking outside - Fixes #1837
| * | Don't cancel progress dialog when clicking outsidecampbeb2012-06-301-0/+2
| | |
* | | fix #1850: log summary starts with commaBananeweizen2012-06-301-30/+20
|/ /
* | refactoring: minor lint cleanupsBananeweizen2012-06-294-2/+9
| | | | | | * If you get compile errors, upgrade to ADT 20 and SDK 20
* | refactoring: shorten regex to be more fault tolerantBananeweizen2012-06-291-1/+1
| |
* | #1833: recognize localized waypoint type namesBananeweizen2012-06-291-2/+10
| | | | | | * we may want to fix the export of those nonetheless
* | Update pattern for type after update of 26.6.2012BudBundi2012-06-271-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-252-3/+4
|\ \ | |/ | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java main/src/cgeo/geocaching/connector/gc/GCParser.java
| * Fix #1824: properly unescape cache owner nameSamuel Tardieu2012-06-252-3/+4
| | | | | | | | | | | | A name containing "&" was not properly unescaped. Also, when displaying the owner name, do not treat it as HTML as it was sanitized already.
| * Merge remote-tracking branch 'upstream/issue-1709' into releaseSamuel Tardieu2012-06-187-65/+142
| |\
| * \ Merge remote-tracking branch 'upstream/fix1757and1758' into releaseSamuel Tardieu2012-06-181-19/+26
| |\ \