aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-1810-37/+18
| | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup
* fix #1110: onPrepareOptionsMenu compatible with Android 3.0Bananeweizen2012-02-171-2/+5
|
* 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
* Merge remote-tracking branch 'upstream/master' into issue#1061Torsten Keil2012-02-031-20/+2
|\
| * refactoring: remove duplicate methodBananeweizen2012-01-311-20/+2
| |
* | 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
| * changed method argumentsTorsten Keil2012-01-241-3/+3
| |
| * Fix for issue #1012: ID may changeTorsten Keil2012-01-221-49/+55
| | | | | | | | | | - Introduced enum for navigation apps that defines also the new id - Changed handling of navigation apps inside factory - Improved handling of navigation apps in cgeoinit
* | Merge pull request #988 from marco-jacob/masterBananeweizen2012-01-201-8/+14
|\ \ | |/ |/| Fix #349
| * Merge git://github.com/cgeo/c-geo-opensourceMarco Jacob2012-01-141-0/+22
| |\
| * | added setting and implementation for waypoint static mapMarco Jacob2012-01-111-8/+14
| | |
* | | changed getDefaultNavigationApplication to never return nullTorsten Keil2012-01-151-9/+15
| | |
* | | Implementation for issue #985: replace term standard navigationTorsten Keil2012-01-141-8/+13
| |/ |/|
* | fix #943: click preview map to invoke navigationBananeweizen2012-01-141-0/+22
|/
* refactoring: clean up code around static mapsBananeweizen2012-01-081-2/+2
|
* refactoring: cleanup for #945Bananeweizen2012-01-0826-396/+265
| | | | * remove duplicated code * remove all access to resources via method parameters
* fix #944: Navigon supportBananeweizen2012-01-052-1/+66
|
* Fix #937: DefaultNavigation not working after installSammysHP2012-01-031-8/+13
|
* Small changes for the pull request.Torsten Keil2012-01-021-13/+11
|
* Merge remote-tracking branch 'upstream/master'Torsten Keil2012-01-011-1/+1
|\
| * Consistent naming for "premium members"blafoo2012-01-011-1/+1
| |
* | Implementation for #868Torsten Keil2012-01-013-4/+100
|/
* refactoring for #908: waypoint list of cache is immutable for clientsBananeweizen2011-12-261-2/+2
| | | | | | and never null * avoids initializations outside of cache * avoids tempering with internal data outside of cache * removes redundant code and null checks
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-2515-30/+30
|
* Fixing #905, Geocache Hint data not exported to Locusrsudev2011-12-231-9/+14
| | | - Filling cache details for locus if number of caches < 200
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-191-1/+1
|
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-1/+1
|
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-2/+2
|
* Merge remote branch 'blafoo/cachetype'Bananeweizen2011-11-232-2/+2
|\ | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/cgeocaches.java main/src/cgeo/geocaching/filter/cgFilterByType.java main/src/cgeo/geocaching/maps/CachesOverlay.java
| * Use of CacheType instead of Stringblafoo2011-11-182-2/+2
| |
* | refactoring: remove duplicated getterBananeweizen2011-11-191-2/+2
|/
* Remove redundant super interfacesSamuel Tardieu2011-11-099-12/+9
|
* Use GeopointFormatter instead of String.format when coordinates are aroundSamuel Tardieu2011-11-091-11/+3
| | | | | | Some predefined formats have been added to fill the needs. This closes issue #769.
* Do not use deprecated methodsSamuel Tardieu2011-11-081-1/+1
|
* Merge remote branch 'remotes/blafoo692/issue692'rsudev2011-10-3111-67/+67
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cache/navi/InternalMap.java main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/cgCache.java main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeoapplication.java main/src/cgeo/geocaching/cgeodetail.java main/src/cgeo/geocaching/maps/CGeoMap.java
| * deprecatedblafoo2011-10-301-1/+1
| |
| * No direct access to fieldsblafoo2011-10-2611-67/+67
| |
* | show waypoint name as map title when navigating to waypointbananeweizen2011-10-281-2/+2
|/
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-2415-47/+38
| | | | | | | | | | 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.
* new: invoke all other navigation tools from map options menuBananeweizen2011-10-241-4/+11
|
* fix #369: waypoints sorted wronglyBananeweizen2011-10-231-2/+2
|
* support cache type "unknown", fixes #518Bananeweizen2011-10-161-1/+2
| | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing
* code cleanup: remove all unnecessary castsBananeweizen2011-10-151-2/+3
|