aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeonavigate.java
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-5/+5
|\
| * Import Android drawables (from API version 8)SammysHP2012-04-271-5/+5
* | Make direction an observable propertySamuel Tardieu2012-04-301-47/+18
* | Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
* | Remove Now from methods of IGeoDataSamuel Tardieu2012-04-271-14/+14
* | Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-271-73/+49
|/
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-21/+6
* Refactoring: now that Geopoint is parcelable, use it in bundlesSamuel Tardieu2012-04-161-5/+3
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-2/+2
* Remove unused methodsSamuel Tardieu2012-04-111-17/+0
* Refactoring: use IWaypoint and cgCache instead of cgCoord objectSamuel Tardieu2012-04-011-4/+4
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* Fix #828: do not use an extra thread to update the dataSamuel Tardieu2012-03-241-44/+13
* performance refactoringsBananeweizen2012-03-041-1/+1
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-041-1/+2
* Refactoring to use common constant for ft per meter and usage of StringUtilsTorsten Keil2012-03-031-1/+1
* refactoring: code cleanupBananeweizen2012-02-211-2/+3
* fix #1110: onPrepareOptionsMenu compatible with Android 3.0Bananeweizen2012-02-171-2/+2
* fix #368: turn off stand-by mode in list viewBananeweizen2012-01-241-4/+1
* refactoring: move more widget related classes into own packageBananeweizen2012-01-141-2/+3
* Implementation for #868Torsten Keil2012-01-011-1/+3
* performance: faster opening of lists (~20%), better scrollingBananeweizen2011-12-181-3/+3
* refactoring: minor cleanups using CodePro AnalytixBananeweizen2011-12-071-1/+1
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-7/+3
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-1/+1
* refactoring of cgGeo.java, see #355Bananeweizen2011-11-301-10/+10
* first refactoring of cgGeo, see #355Bananeweizen2011-11-291-2/+2
* use an enum instead of magic constants for location providersbananeweizen2011-11-261-8/+1
* fix: delay forced compass update until bearing is available, see #355bananeweizen2011-11-261-15/+17
* Use of CacheType instead of Stringblafoo2011-11-181-1/+1
* Remove Format.LAT_LON_DECMINUTE_PIPESammysHP2011-11-171-6/+4
* wrong code send to Go4Cache API when using compassBananeweizen2011-11-131-12/+13
* String.format needs no Locale argument to get the default oneSamuel Tardieu2011-11-091-4/+3
* Use GeopointFormatter instead of String.format when coordinates are aroundSamuel Tardieu2011-11-091-3/+2
* Use a separate and unique thread for Go4CacheSamuel Tardieu2011-11-071-2/+2
* Get rid of deprecated methods related to coordinatesSamuel Tardieu2011-11-071-3/+4
* Use existing method to render altitudeSamuel Tardieu2011-11-071-6/+1
* Merge remote branch 'remotes/blafoo692/issue692'rsudev2011-10-311-3/+3
|\
| * No direct access to fieldsblafoo2011-10-261-3/+3
* | show waypoint name as map title when navigating to waypointbananeweizen2011-10-281-1/+1
|/
* fix #703: exception in show on mapBananeweizen2011-10-231-4/+23
* new: map title describes what is shown, fixes #483Bananeweizen2011-10-151-6/+2
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-1/+1
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-32/+20
* Remove unnecessary null checksSamuel Tardieu2011-09-271-1/+1
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+463