21 Commits

Author SHA1 Message Date
Hannes Janetzek
ed34c3b63a decrease change of scale by the change of rotation 2013-10-09 01:55:52 +02:00
Hannes Janetzek
a9dc0d483c use dpi for gesture recognition 2013-10-09 01:55:52 +02:00
Hannes Janetzek
343a3bd1b3 improve multitouch gesture detection 2013-10-09 01:55:52 +02:00
Hannes Janetzek
019c39d8b8 start render early 2013-10-09 01:55:51 +02:00
Hannes Janetzek
de88c33701 fling velocity is in pixel-per-second, so make it dpi-dependent 2013-10-09 01:55:49 +02:00
Hannes Janetzek
30fede04d2 magnetic-fling: move by screen size 2013-10-09 01:55:47 +02:00
Hannes Janetzek
70b7c79a8e started paged-fling mode, not enabled yet 2013-10-09 01:52:20 +02:00
Hannes Janetzek
49055f2cc2 docs 2013-10-09 01:47:44 +02:00
Hannes Janetzek
adc808f505 handle more overlay events 2013-10-09 01:46:34 +02:00
Hannes Janetzek
b863882302 allow interception of all touch events 2013-10-09 01:46:34 +02:00
Hannes Janetzek
ab5962d56c add osmdroid overlays + bonuspack 2013-10-09 01:40:21 +02:00
Hannes Janetzek
78aac5f019 - rename MapRenderer to TileManager and refactor
- move overlay renderer to own package
- slight TouchHandler improvements, not start rotation when scaling
2013-10-09 01:40:21 +02:00
Hannes Janetzek
4a06553ddc more work on overlay renderer:
- moved text rendering to overlay
- added grid overlay
2013-10-09 01:27:43 +02:00
Hannes Janetzek
5c36bd7c46 improve tilt gesture detection a little 2013-10-09 01:22:48 +02:00
Hannes Janetzek
fbc39c65cb cleanups 2013-10-09 01:22:48 +02:00
Hannes Janetzek
c5e3be9d2b - started to move Matrices to MapViewPosition as these can be shared with
MapRenderer(TileLoader) and GLRenderer.
- using inverse projection to determine visible tiles and mapping screen-coordinates to model
- making MapPosition not final, reuse instance to get Position in Map-/GLRender

added: ScanBox scanline fill used for calculating visible tiles

rename:
- ShortPool -> VertexPool
- tile.isActive -> isLocked
2013-10-09 01:22:47 +02:00
Hannes Janetzek
8ec405cf5c - added tilt view gesture
- use simple line shader when rotation is disabled
2013-10-09 01:22:47 +02:00
Hannes Janetzek
7d7cf10d89 - fixed MapViewPosition scaleMap
- fixed GLRender isVisible() for proxy tiles
- smoother scale animation
2013-10-09 01:22:47 +02:00
Hannes Janetzek
a1317a9de5 - remove swrenderer
- rearchitect:
 now that MapView is a ViewGroup and MapRenderer is the GLSurfaceView.
- lock/unlock proxy tiles properly to not be removed from cache while in use
2013-10-09 01:22:33 +02:00
Hannes Janetzek
caea9cd7c9 move PausableThread to mapgenerator package
- add experimental regionlookup
2013-10-09 01:22:33 +02:00
Hannes Janetzek
e2da87d8e0 switch package org.mapsforge -> org.oscim 2013-10-09 01:22:33 +02:00