Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless fields, and introduce local variables as needed | Samuel Tardieu | 2012-05-01 | 1 | -4/+1 |
| | |||||
* | Compatibility for mapsforge 0.2.4 offline maps | rsudev | 2012-04-30 | 1 | -7/+10 |
| | |||||
* | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 1 | -1/+1 |
| | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
* | Refactoring: remove unnecessary unboxing | Samuel Tardieu | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | Implementing #179, refactor maps to single source, last part | rsudev | 2011-11-15 | 1 | -9/+9 |
| | |||||
* | fix #702: circles around caches always shown as mystery | Bananeweizen | 2011-10-23 | 1 | -5/+10 |
| | | | * includes some code cleanup | ||||
* | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -8/+6 |
| | | | | | | | | | | * 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... | ||||
* | #179, Map refactor, renaming classes | rsudev | 2011-09-18 | 1 | -0/+224 |