aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/cache
Commit message (Collapse)AuthorAgeFilesLines
* fix #2175: Navigation for walkingBananeweizen2012-11-193-45/+79
| | | | | * split navigation into two different apps (driving and walking) * also split the maps directions into separate app and removed option from the settings screen
* fix #956: Sygic supportBananeweizen2012-11-082-1/+32
|
* refactoring: minor cleanupsBananeweizen2012-10-121-6/+6
|
* 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-093-10/+2
|
* Refactoring: remove redundant type castsSamuel Tardieu2012-09-041-1/+1
| | | | | | 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.
* fix #1963: Include "Cache Beacon" in appsBananeweizen2012-08-192-2/+26
|
* Merge remote-tracking branch 'campbeb/fix315' into upstreamSamuel Tardieu2012-06-111-2/+5
|\
| * Display cache and waypoint information on compasscampbeb2012-06-081-2/+5
| | | | | | | | | | | | | | | | | | For caches: displays difficulty, terrain, and size. For waypoints: displays waypoint type. For direct navigation: displays nothing. Also includes some refactoring in the code used do display information about caches and waypoints.
* | fixes #1725: no static maps apps as default nav appMarco Jacob2012-06-082-0/+20
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2012-06-071-1/+1
|\ \
| * | Fix #1735: safely uppercase string even if it is nullSamuel Tardieu2012-06-071-1/+1
| | | | | | | | | | | | | | | Since we check for the null string once if has been uppercased, it makes sense to use a method which allows null in and out.
* | | fix #1701: Offline logging does not work from cache detailsBananeweizen2012-06-032-11/+14
| |/ |/|
* | refactoring: clean up leaked interface of static maps providerBananeweizen2012-05-301-2/+2
| |
* | refactoring: use interfaces for navigation appsBananeweizen2012-05-2918-231/+254
|/
* Remove JavaDoc @author tag.SammysHP2012-05-232-4/+0
| | | Files are edited by many people, also all editors are visible in the log.
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
| | | | This was requested by SammysHP.
* reafactoring: enablement of navigation appsBananeweizen2012-05-193-5/+5
|
* Merge remote-tracking branch ↵Bananeweizen2012-05-197-1/+32
|\ | | | | | | 'marco-jacob/issue#1580-staticMapsOnAnyDestNavigation'
| * corrected suspicious codeMarco Jacob2012-05-181-1/+1
| |
| * corrected isEnabled(Geopoint) default to geopoint!=nullMarco Jacob2012-05-162-5/+2
| |
| * Fixed wrong refactoring at static maps nav appsMarco Jacob2012-05-163-15/+30
| |
| * fixes #1580: No static maps item on any destination navigation menuMarco Jacob2012-05-167-19/+38
| |
* | new: for some activities, don't re-open them when resuming the appBananeweizen2012-05-181-11/+1
|/
* fix #1516: Navigate from "Any destination" not workingBananeweizen2012-05-071-1/+1
|
* refactoring: remove some of the TODOsBananeweizen2012-05-061-12/+41
|
* fix #1459: Refactoring navigation menuBananeweizen2012-05-0515-116/+73
|
* refactoring: remove duplicated code from static maps appBananeweizen2012-05-059-115/+121
| | | | | * introduce shared super class for static maps * move app enablement into apps, the factory should not know specific apps
* added navigation app for downloading static mapsMarco Jacob2012-05-041-0/+46
|
* solves issue #1494 to download static maps on demand without settingsMarco Jacob2012-05-041-30/+19
|
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-1/+1
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cachelist/CacheListAppFactory.java
| * Import Android drawables (from API version 8)SammysHP2012-04-271-1/+1
| | | | | | See #852 for reason. This will increase the apk size by 82 KiB.
* | Refactoring: remove unnecessary else statementsSamuel Tardieu2012-04-281-2/+13
| |
* | Remove Now from methods of IGeoDataSamuel Tardieu2012-04-271-1/+1
| |
* | Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-279-38/+35
|/
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-16/+12
|
* refactoring: simplify list based alert dialogsBananeweizen2012-04-151-23/+15
|
* refactoring: remove the logging tag from settingsBananeweizen2012-04-124-9/+6
|
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-314-4/+4
| | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301.
* Export caches from Stored to Locus (#1282)jenda^^2012-03-191-1/+1
| | | | Signed-off-by: jenda^^ <jenda.69@gmail.com>
* fix #126: .trim() usageBananeweizen2012-03-031-1/+1
| | | | * removed trim from UI * if you find anything not trimmed now, it needs to be added in parsing
* Implementation for #1155 - the second default navigation tool isTorsten Keil2012-02-221-3/+46
| | | | introduced
* fix #945: unify navigation methodsBananeweizen2012-02-181-8/+6
| | | * next step would be the removal of cgGeo after that becomes singleton
* #945: unify navigation methodsBananeweizen2012-02-189-36/+17
| | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup
* Added check for static maps.Torsten Keil2012-02-031-3/+26
|
* Temporarily removed offline check for static maps filtering ... isn'tTorsten Keil2012-02-031-4/+3
| | | working correct yet
* Refactoring navigation apps submenus to use AlertDialog.Builder whereTorsten Keil2012-02-031-20/+163
| | | possible.
* fix #1044: Compass starts without being chosenBananeweizen2012-01-281-2/+4
|
* refactoring: minor simplification of codeBananeweizen2012-01-241-12/+6
|
* Merge pull request #1027 from RoadRunner-/navidBananeweizen2012-01-241-49/+55
|\ | | | | Implementation for issue #1012: ID may change