aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeonavigate.java
Commit message (Expand)AuthorAgeFilesLines
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-303/+0
* fix #1781: Remove help functionBananeweizen2013-05-091-1/+1
* #2684: use view injection libraryBananeweizen2013-05-011-5/+1
* refactoring: remove redundant type castsSamuel Tardieu2013-04-071-1/+1
* code cleanupBananeweizen2013-02-241-2/+2
* Refactoring: remove redundant variableSamuel Tardieu2012-12-161-2/+1
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-1/+1
* Refactoring: make some fields localSamuel Tardieu2012-09-041-4/+2
* fix #1893: remove go4cacheBananeweizen2012-08-261-12/+0
* Merge remote-tracking branch 'campbeb/fix315' into upstreamSamuel Tardieu2012-06-111-1/+24
|\
| * Display cache and waypoint information on compasscampbeb2012-06-081-1/+24
* | refactoring: have more physical units code in one placeBananeweizen2012-06-031-17/+9
|/
* Do not send direction updates more often than neededSamuel Tardieu2012-05-201-26/+8
* Always start GeoData provider from UI threadSamuel Tardieu2012-05-141-64/+55
* 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