Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the IGeoData interface and Observer pattern to update location | Samuel Tardieu | 2012-04-27 | 1 | -33/+11 |
| | |||||
* | Refactoring: cleanup control flow | Samuel Tardieu | 2012-04-20 | 1 | -63/+48 |
| | |||||
* | refactorings: preparations to make #1303 easier | Bananeweizen | 2012-04-12 | 1 | -0/+7 |
| | |||||
* | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Refactor so all waypoint operations are done through the Cache object. | campbeb | 2012-03-05 | 1 | -6/+7 |
| | | | | Check for editing a waypoint when adding. Save cache after waypoint operations so finalDefined is set correctly. | ||||
* | performance refactorings | Bananeweizen | 2012-03-04 | 1 | -1/+1 |
| | | | | | | * avoid creating message objects, there is a pool * only get GCVotes for filtered caches, not for all * don't use GepointParser in LocParser, we know those are pure floats * String concatenation | ||||
* | fix #126: .trim() usage | Bananeweizen | 2012-03-03 | 1 | -3/+3 |
| | | | | * removed trim from UI * if you find anything not trimmed now, it needs to be added in parsing | ||||
* | refactoring: performance cleanups | Bananeweizen | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | Fixes #1163, refactor geocode usage in cgeowaypoint | rsudev | 2012-02-26 | 1 | -10/+5 |
| | | | - removed parameter and member, always taken from contained waypoint | ||||
* | Implementation for #1155 - the second default navigation tool is | Torsten Keil | 2012-02-22 | 1 | -3/+24 |
| | | | | introduced | ||||
* | Get geocode from wayoint fro clearing CachesCache if necessary, fixes | rsudev | 2012-02-21 | 1 | -2/+8 |
| | | | #1154 | ||||
* | fix #945: unify navigation methods | Bananeweizen | 2012-02-18 | 1 | -1/+1 |
| | | | * next step would be the removal of cgGeo after that becomes singleton | ||||
* | #945: unify navigation methods | Bananeweizen | 2012-02-18 | 1 | -2/+2 |
| | | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup | ||||
* | refactoring: use underscore in symbolic constants | Bananeweizen | 2012-02-16 | 1 | -1/+1 |
| | | | * otherwise they are not readable | ||||
* | Changed database handling | blafoo | 2012-02-08 | 1 | -1/+4 |
| | |||||
* | Refactoring navigation apps submenus to use AlertDialog.Builder where | Torsten Keil | 2012-02-03 | 1 | -13/+11 |
| | | | possible. | ||||
* | Merge pull request #988 from marco-jacob/master | Bananeweizen | 2012-01-20 | 1 | -1/+2 |
|\ | | | | | Fix #349 | ||||
| * | try to remove waypoint static map file always when waypoint is deleted | Marco Jacob | 2012-01-15 | 1 | -12/+2 |
| | | |||||
| * | added setting and implementation for waypoint static map | Marco Jacob | 2012-01-11 | 1 | -0/+11 |
| | | |||||
* | | Implementation for issue #985: replace term standard navigation | Torsten Keil | 2012-01-14 | 1 | -1/+1 |
|/ | |||||
* | simplified expression | Torsten Keil | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | Implementation for #957: Open cache from waypoint | Torsten Keil | 2012-01-08 | 1 | -0/+18 |
| | | | | - Added context menu entry | ||||
* | refactoring: clean up code around static maps | Bananeweizen | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | refactoring: cleanup for #945 | Bananeweizen | 2012-01-08 | 1 | -3/+3 |
| | | | | * remove duplicated code * remove all access to resources via method parameters | ||||
* | Implementation for #868 | Torsten Keil | 2012-01-01 | 1 | -13/+8 |
| | |||||
* | 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 | -2/+2 |
| | | | | | * removes mainly unnecessary variables and methods of cgGeo * next refactoring will remove all cgGeo/cgDirection instances in activies | ||||
* | Remove Format.LAT_LON_DECMINUTE_PIPE | SammysHP | 2011-11-17 | 1 | -2/+1 |
| | | | This format is used often in c:geo, but is not very common outside of it. Usually coordinates are written without the pipe. | ||||
* | Use a separate and unique thread for Go4Cache | Samuel Tardieu | 2011-11-07 | 1 | -2/+2 |
| | | | | | | | 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 | -1/+2 |
| | |||||
* | No direct access to fields | blafoo | 2011-10-26 | 1 | -12/+12 |
| | |||||
* | fix navigation menu icon in some menus | Bananeweizen | 2011-10-23 | 1 | -2/+2 |
| | |||||
* | fix #703: exception in show on map | Bananeweizen | 2011-10-23 | 1 | -9/+6 |
| | | | | | * includes fixes for some other exceptions * refactored navigation activity invocation * icon is still not correct (generic instead of correct type) | ||||
* | Remove unused parameter | Samuel Tardieu | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -5/+4 |
| | | | | | | | | | | * 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... | ||||
* | Mark unused but necessary parameters so that they don't get removed | Samuel Tardieu | 2011-09-29 | 1 | -0/+4 |
| | | | | This also prevent warnings about those. | ||||
* | Reinstate View on objects referenced from XML layout | Samuel Tardieu | 2011-09-29 | 1 | -2/+2 |
| | | | | | | | Commit 695e2cd89d9d97687a5bfc8b4933c923618ed7a5 removed parameters unused in code but referenced from XML layout. This commit reinstates them. | ||||
* | Minor cleanups | Samuel Tardieu | 2011-09-29 | 1 | -2/+2 |
| | | | | | Remove unuse method parameters. Make classes and methods abstract. Write some docstrings. | ||||
* | minor issues found during #545 investigation | bananeweizen | 2011-09-28 | 1 | -6/+6 |
| | | | | | | * trim waypoint.latlon on parsing * don't store "???" as latlon * overwrite latlon "???" on merge * some code analysis cleanup | ||||
* | Cache result of waypoint order computation | Samuel Tardieu | 2011-09-16 | 1 | -3/+3 |
| | |||||
* | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+348 |
This prepares the inclusion of tests into the same repository. |