| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Hopefully this will make someone motivated to create the .v2
alternative.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
This puts scale and position into one overlay, instead of using 2
overlays. That reduces memory usage by 2 times a full screen bitmap due
to double buffering in mapsforge.
The only downside is that scale and position now have to be drawn at the
same depth-level (below or on top of the caches), but they were both on
top previously anyway.
|
| | |
|
| |
|
| |
* fixed some more issues of Findbugs and CodePro
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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...
|
| |
|