Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -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. | campbeb | 2012-02-20 | 1 | -12/+9 |
| | |||||
* | Fix #1101 - Add drop down list to allow user to choose unit of | campbeb | 2012-02-20 | 1 | -1/+47 |
| | | | | measurement on screens with bearing/distance option. | ||||
* | #945: unify navigation methods | Bananeweizen | 2012-02-18 | 1 | -3/+3 |
| | | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup | ||||
* | Merge remote-tracking branch 'upstream/master' into issue#1061 | Torsten Keil | 2012-02-03 | 1 | -1/+1 |
|\ | |||||
| * | Cache coords button invisible in other modes | Marco Jacob | 2012-01-26 | 1 | -1/+1 |
| | | |||||
* | | Refactoring navigation apps submenus to use AlertDialog.Builder where | Torsten Keil | 2012-02-03 | 1 | -11/+10 |
|/ | | | possible. | ||||
* | Implementation for issue #985: replace term standard navigation | Torsten Keil | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | refactoring: cleanup for #945 | Bananeweizen | 2012-01-08 | 1 | -9/+8 |
| | | | | * remove duplicated code * remove all access to resources via method parameters | ||||
* | Implementation for #868 | Torsten Keil | 2012-01-01 | 1 | -15/+6 |
| | |||||
* | refactoring: remove all accesses to preferences besides central Settings | Bananeweizen | 2011-12-04 | 1 | -2/+2 |
| | | | class | ||||
* | refactoring: more boxing/unboxing cleanup | Bananeweizen | 2011-12-04 | 1 | -6/+3 |
| | |||||
* | refactoring of cgGeo.java, see #355 | Bananeweizen | 2011-11-30 | 1 | -3/+3 |
| | | | | * pure refactoring, no functional changes (even if the code looks very different now) | ||||
* | first refactoring of cgGeo, see #355 | Bananeweizen | 2011-11-29 | 1 | -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, #839 | Bananeweizen | 2011-11-29 | 1 | -0/+1 |
| | |||||
* | New #799: Edit and more options for any-location-history | SammysHP | 2011-11-16 | 1 | -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 FC | SammysHP | 2011-11-07 | 1 | -1/+1 |
| | | | FC not reproducible. Also reformat point.xml | ||||
* | Use a separate and unique thread for Go4Cache | Samuel Tardieu | 2011-11-07 | 1 | -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 coordinates | Samuel Tardieu | 2011-11-07 | 1 | -10/+12 |
| | |||||
* | refactoring: make cache list type an enum | Bananeweizen | 2011-10-09 | 1 | -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_destination | Pavol Babincak | 2011-10-05 | 1 | -1/+1 |
| | | | | | R.string.search_some_destination is int, not String. Used res.getString() to get String. | ||||
* | Added missing translation | Pavol Babincak | 2011-10-05 | 1 | -1/+1 |
| | |||||
* | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -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 parameter | Samuel Tardieu | 2011-09-29 | 1 | -7/+9 |
| | |||||
* | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+557 |
This prepares the inclusion of tests into the same repository. |