aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/cache/navi/StaticMapApp.java
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3957 - only show cache static maps navigation for offline stored cachesMarco Jacob2014-06-071-5/+5
|
* #2210: convert cache list menus to resourceBananeweizen2013-09-301-2/+2
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-3/+3
|
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-3/+3
|
* refactoring: move static maps check API to cacheBananeweizen2012-09-091-1/+1
|
* refactoring: use interfaces for navigation appsBananeweizen2012-05-291-12/+10
|
* Fixed wrong refactoring at static maps nav appsMarco Jacob2012-05-161-0/+15
|
* fixes #1580: No static maps item on any destination navigation menuMarco Jacob2012-05-161-9/+0
|
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-2/+1
|
* refactoring: remove duplicated code from static maps appBananeweizen2012-05-051-24/+10
| | | | | * introduce shared super class for static maps * move app enablement into apps, the factory should not know specific apps
* Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-271-3/+3
|
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-16/+12
|
* #945: unify navigation methodsBananeweizen2012-02-181-3/+1
| | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup
* added setting and implementation for waypoint static mapMarco Jacob2012-01-111-8/+14
|
* refactoring: clean up code around static mapsBananeweizen2012-01-081-2/+2
|
* refactoring: cleanup for #945Bananeweizen2012-01-081-10/+8
| | | | * remove duplicated code * remove all access to resources via method parameters
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-2/+2
|
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-191-1/+1
|
* Remove redundant super interfacesSamuel Tardieu2011-11-091-2/+1
|
* No direct access to fieldsblafoo2011-10-261-3/+3
|
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-241-3/+2
| | | | | | | | | | What is called search result (or cgSearch) in c:geo is a collection of caches that can or cannot come from a real search. Remove the indirection and the ever-growing hash map that was previously used. This will save memory, especially when using live maps. See discussion in issue #707.
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+49
This prepares the inclusion of tests into the same repository.