Commit Graph
1885 Commits
Author SHA1 Message Date
Hannes Janetzek 803fbcac47 cleanup: SimplifyVW 2014-05-04 22:01:31 +02:00
Hannes Janetzek 0139452787 fix: SimplifyDP handling of 'multi' geometries 2014-05-04 22:01:31 +02:00
Hannes Janetzek d6b95c936a refactor TileClipper
- fix: TileClipper check len<6 before len==0
2014-05-04 22:01:31 +02:00
Hannes Janetzek d263089c06 reset MapElement layer to default 2014-05-04 21:27:12 +02:00
Hannes Janetzek 04ea503184 Merge branch 'double-tap-to-zoom' 2014-05-04 20:41:44 +02:00
Hannes Janetzek db37897740 fix double-tap zoom tests 2014-05-04 20:09:16 +02:00
Hannes Janetzek 24f699993b make double tap zoom to screen location 2014-05-04 20:09:16 +02:00
Hannes Janetzek d5827de12e invert tilt gesture 2014-05-04 20:09:15 +02:00
Chuck Greb 469ca9093f Adds double tap to zoom 2014-05-04 20:09:15 +02:00
Chuck Greb 804c91c701 Inverts behavior of double touch drag gesture
Per Android guidelines, double touch drag up should decrease content scale and double touch drag down should increase content scale.

This is also the behavior in the official Google Maps Android application.

http://developer.android.com/design/patterns/gestures.html
2014-05-04 20:09:15 +02:00
Hannes Janetzek 559a5d0508 update android support library
no idea why gradle cannot find build-tools 19.0.3..
2014-05-04 20:08:29 +02:00
Hannes Janetzek c00000edc8 cleanup: unused file 2014-05-04 20:08:19 +02:00
Hannes Janetzek f132edf459 disable ios build 2014-05-04 20:08:09 +02:00
Hannes Janetzek 15023432cc GLState: keep track of clear color 2014-04-03 22:53:37 +02:00
Hannes Janetzek 2833d0f5c2 PathLayer: submit update task directly
- revert update listener
2014-04-03 22:42:31 +02:00
Hannes Janetzek d26bd52689 jeo api changes 2014-04-03 22:16:12 +02:00
Hannes Janetzek d42b8d6af2 LwHttp: handle gzip encoding 2014-04-03 21:56:28 +02:00
Hannes Janetzek ca69f329cc Merge branch 'pluggable-network-layer' 2014-04-03 16:33:34 +02:00
Hannes Janetzek e84afa32f7 use debug log in IOUtils.closeQuietly 2014-04-03 16:32:07 +02:00
Hannes Janetzek cb5de5135f cleanup: LwHttp 2014-04-03 16:32:06 +02:00
Hannes Janetzek 0b82df4c21 add http request options 2014-04-03 16:32:06 +02:00
Hannes Janetzek 85a4bbe125 api: UrlTileSource:
- add UrlTileSource.getTileUrl(Tile) to create complete url string
- add TileUrlFormatter interface to override default formatter
- remove unused return from sendRequest()
2014-04-03 16:12:38 +02:00
Hannes Janetzek 6b7ccd68c9 add missing headers 2014-04-03 16:12:38 +02:00
Hannes Janetzek 15cf4810cf LwHttp: prepare tilePath as byte[] 2014-04-03 16:12:38 +02:00
Hannes Janetzek 98e30a468f add getter for split tilePath 2014-04-03 16:12:38 +02:00
Hannes Janetzek 5ad68ff2c7 gwt: update UrlTileSource 2014-04-03 16:12:38 +02:00
Hannes Janetzek 5c277f4d54 fix: HttpEngine tests 2014-04-03 16:12:17 +02:00
Hannes Janetzek 3f9847f617 gradle: make okhttp optional 2014-04-03 04:38:33 +02:00
Hannes Janetzek 9c4e04c4d6 api: UrlTileSource
- use replacement string for tilePath
- move 'low-level' formatTilePath to LwHttp
- implement LwHttpFactory
2014-04-03 04:15:46 +02:00
Chuck Greb d709d7f39a Fixes HttpEngine tests 2014-04-03 04:15:46 +02:00
Hannes Janetzek 2bf5313c2b move tests to separate project 2014-04-03 04:15:46 +02:00
Hannes Janetzek 9bca50dfed some modification suggested by pmd:
- move fields before method
- chain StringBuilder appends
2014-04-02 22:30:13 +02:00
Hannes Janetzek f75702a575 create HttpEngine instances for each loader thread 2014-04-02 22:30:13 +02:00
Chuck Greb f3035d827b Tests OkHttp integration 2014-04-02 22:30:13 +02:00
Chuck Greb af7d70cfd8 Extracts configurable networking layer.
* Extracts HttpEngine interface.
* Uses LwHttp as default networking client.
* Implements alternate networking client using OkHttp.
2014-04-02 22:30:13 +02:00
Hannes Janetzek e13bc7822f add some pmd rules 2014-04-02 22:30:12 +02:00
Hannes Janetzek e1feb4e5b7 docs: ITileDataSink 2014-04-02 22:30:12 +02:00
Hannes Janetzek 3297998a42 move unused SpriteManager to playground 2014-04-02 04:43:42 +02:00
Hannes Janetzek 6a71e53f93 findbugs: fix loop 2014-04-02 04:43:42 +02:00
Hannes Janetzek 2a2ff723ee libs++ 2014-04-02 04:14:08 +02:00
Hannes Janetzek f614244043 app++ 2014-04-02 04:07:43 +02:00
hanchao bf7db38ef8 update android gradle plug_in to 0.9.+ for android studio 0.5.3 2014-04-02 03:15:41 +02:00
Hannes Janetzek 05910f23fb fix: update PathLayer onMapEvent when points changed 2014-04-02 02:24:17 +02:00
Hannes Janetzek 267108d20b gradle: fix vtm-web-js 2014-04-01 16:55:47 +02:00
Hannes Janetzek ef36c8a3d8 Merge branch 'texture_pool_dispose' 2014-04-01 04:03:10 +02:00
Hannes Janetzek 82f2070e99 increase java PermSize in gradle.properties 2014-04-01 04:03:10 +02:00
Hannes Janetzek a37b503628 use one TexturePool per BitmapTileLayer
- dispose textures onDetach()
2014-04-01 04:03:10 +02:00
Hannes Janetzek 55714ae01e update README 2014-04-01 04:03:10 +02:00
Hannes Janetzek b45e38ef4d dispose textures at end of each frame 2014-04-01 04:03:10 +02:00
Hannes Janetzek e80981e0c5 add SyncPool.clear() 2014-04-01 04:03:10 +02:00