aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeopoint.java
Commit message (Collapse)AuthorAgeFilesLines
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
| | | | | | | | 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.
* Move strings to resources and only set list selection on initial setup.campbeb2012-02-201-12/+9
|
* Fix #1101 - Add drop down list to allow user to choose unit ofcampbeb2012-02-201-1/+47
| | | | measurement on screens with bearing/distance option.
* #945: unify navigation methodsBananeweizen2012-02-181-3/+3
| | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup
* Merge remote-tracking branch 'upstream/master' into issue#1061Torsten Keil2012-02-031-1/+1
|\
| * Cache coords button invisible in other modesMarco Jacob2012-01-261-1/+1
| |
* | Refactoring navigation apps submenus to use AlertDialog.Builder whereTorsten Keil2012-02-031-11/+10
|/ | | possible.
* Implementation for issue #985: replace term standard navigationTorsten Keil2012-01-141-1/+1
|
* refactoring: cleanup for #945Bananeweizen2012-01-081-9/+8
| | | | * remove duplicated code * remove all access to resources via method parameters
* Implementation for #868Torsten Keil2012-01-011-15/+6
|
* refactoring: remove all accesses to preferences besides central SettingsBananeweizen2011-12-041-2/+2
| | | class
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-6/+3
|
* refactoring of cgGeo.java, see #355Bananeweizen2011-11-301-3/+3
| | | | * pure refactoring, no functional changes (even if the code looks very different now)
* first refactoring of cgGeo, see #355Bananeweizen2011-11-291-1/+1
| | | | | * removes mainly unnecessary variables and methods of cgGeo * next refactoring will remove all cgGeo/cgDirection instances in activies
* disable auto suggestion for some more fields, #839Bananeweizen2011-11-291-0/+1
|
* New #799: Edit and more options for any-location-historySammysHP2011-11-161-41/+70
| | | | | | | | Single click: navigate with compass Long click: context menu with: - navigate-menu (like option-menu) - edit (loads coordinates into form) - remove
* Fix #641: "Any destination": Wrong selection and FCSammysHP2011-11-071-1/+1
| | | FC not reproducible. Also reformat point.xml
* Use a separate and unique thread for Go4CacheSamuel Tardieu2011-11-071-1/+1
| | | | | | | This change creates a new Go4Cache thread which is started only when the user opts in in sending their position to go4cache.com. Instead of creating a new thread for every update, the same thread is reused and orders are given through a one-position queue.
* Get rid of deprecated methods related to coordinatesSamuel Tardieu2011-11-071-10/+12
|
* refactoring: make cache list type an enumBananeweizen2011-10-091-10/+1
| | | | | | * have enum instead of String for cache list type comparisons * move all invocations of the cache list activity into the class itself * remove duplicated invocations * remove cache type extra, it can be read from Settings instead
* Fixed localisation of search_some_destinationPavol Babincak2011-10-051-1/+1
| | | | | R.string.search_some_destination is int, not String. Used res.getString() to get String.
* Added missing translationPavol Babincak2011-10-051-1/+1
|
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-21/+8
| | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this...
* Do not assign getView() view parameterSamuel Tardieu2011-09-291-7/+9
|
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+557
This prepares the inclusion of tests into the same repository.