summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update includes.upstream/jrex/query-test-and-signpostJulian Rex2019-08-231-2/+2
|
* Add accessibility test for query roadsJulian Rex2019-08-235-2/+441251
|
* Add default signpost.Julian Rex2019-08-233-16/+38
|
* Removed change log entry (remnant from previous PR)Julian Rex2019-08-231-1/+0
|
* Remove the undef!Julian Rex2019-08-231-7/+4
|
* Change macros to return signpostsJulian Rex2019-08-233-28/+33
|
* Updated sdk files list.Julian Rex2019-08-231-0/+2
|
* Reverted configuration change / additional commentsJulian Rex2019-08-232-1/+9
|
* Adds MGLSignpost to replace inline signpost callsJulian Rex2019-08-235-29/+106
|
* Change log entriesJulian Rex2019-08-231-3/+1
|
* Call queryRoads 10 times in a row.Julian Rex2019-08-231-5/+18
|
* [ios] Clean up iosapp / Add separate entry for road query.Julian Rex2019-08-233-52/+79
|
* [ios] Fix leak.Julian Rex2019-08-231-0/+1
|
* [ios] Changed profile to use RelWithDebInfo configurationJulian Rex2019-08-231-1/+1
|
* [ios] Profiling test for querying road featuresJulian Rex2019-08-232-1/+50
|
* [android] changelog for v8.2.2Łukasz Paczos2019-08-231-0/+13
|
* [ios] Fix a couple minor warnings in iosappJason Wray2019-08-232-9/+9
|
* [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442)Aleksandar Stojiljkovic2019-08-236-16/+41
| | | | | | | Remove unecessary tile coordinate unproject -> project step. Unproject+project isn't always a noop and this was the issue leading to wrong cover calculation in high pitch values. Fixes: https://github.com/mapbox/mapbox-gl-native/issues/15442
* [android] jni binding refactorSudarsana Babu Nagineni2019-08-236-160/+179
| | | | | Move registerNatives() call to a separate file to make jni.cpp less dependent on native headers.
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-2318-25/+27
|
* [ios, macos] Clarify current best practices with animated camera changesNadia Barbosa2019-08-221-8/+16
|
* [android] bindings for aggregated cluster properties (#15425)zmiao2019-08-229-5/+92
| | | | | | | | | | * [android] bindings for aggregated cluster properties * [android] change the parameter type for adding clusterProperty * [android] add changelog * remove extra emplty line
* [android] changelog for v8.3.0-beta.1Łukasz Paczos2019-08-221-6/+11
|
* [core] Fill layer pattern change must cause re-layoutMikhail Pozdnyakov2019-08-221-0/+1
| | | | | | Otherwise, pattern properties update is not taken in action. This caused the following render tests failure: `build/mbgl-render-test runtime-styling/layer-add-fill regressions/mapbox-gl-js#3107 --recycle-map`
* [android] update snapshot version number to 8.4.0tobrun2019-08-221-1/+1
|
* [core] Fix GeoJSON tiles updateMikhail Pozdnyakov2019-08-227-9/+10
| | | | | | | | | | | | | Before this change, GeoJSON tiles data were updated before the corresponding layers were applied, therefore `GeometryTileWorker` parsed new data with the outdated layers. It caused the following render test failure: `mbgl-render-test text-max-width/unlimited regressions/mapbox-gl-native#9976 --recycle-map` Now a GeoJSON tile, which needs relayout, is not parsed until the valid layers are set.
* [ios] Use iOS property names in changelog (#15448)Jordan Kiley2019-08-211-1/+1
|
* Release iOS v5.3.0-beta.2 (#15446)Jordan Kiley2019-08-214-9/+6
|
* [ios] Remove obsolete iosapp telemetry debug loggingJason Wray2019-08-213-60/+0
| | | | This has been superceded by features in the standalone events library.
* [ios] Refactor NSUserDefaults key variable namesJason Wray2019-08-216-40/+49
|
* [ios] Fix integration tests failing on iOS 9 (due to UIWindow deallocation), ↵Julian Rex2019-08-213-3/+7
| | | | and random fails waiting for rendering. (#15433)
* [core] add missing changelog for symbol fading issue (#15443)Ansis Brammanis2019-08-213-0/+3
|
* [android] Updating HttpRequestUrl to separate offline requests from Maps SKU ↵Langston Smith2019-08-213-6/+13
| | | | (#15363)
* Merge pull request #15437 from mapbox/lp-revert-14989Łukasz Paczos2019-08-213-85/+22
| | | Revert "[android] invalidate camera when setting a padding"
* [render test] mapbox-gl-native baseline for text-pitch-alignment testsMikhail Pozdnyakov2019-08-214-3/+0
|
* [android][ios] Add change log entriesMikhail Pozdnyakov2019-08-212-2/+4
|
* Add unit test and fixtureAsheem Mamoowala2019-08-212-0/+51
|
* Correclty implement `canRasterizeGlyph` in unit test stubAsheem Mamoowala2019-08-211-1/+1
|
* [core] Don't overwrite locally renderable glyphs with remote glyphsAsheem Mamoowala2019-08-211-2/+4
|
* [ios] Update MGLTileSetTests.testTileSetFromTileURLTemplates for Xcode 11Jason Wray2019-08-211-5/+14
|
* [ios] Add threshold for triggering the rotate gesture recognizer (#14929)Jordan Kiley2019-08-206-30/+229
|
* [ios] Updates for offline pricingJason Wray2019-08-204-14/+31
|
* [ios] Fix bug where scale bar shows 0 mm instead of 0 (#15381)Jordan Kiley2019-08-201-2/+13
|
* [android] bump gestures library to v0.5.1Łukasz Paczos2019-08-203-1/+2
|
* [ios] Removes mismatched function declaration. (#15423)Julian Rex2019-08-201-1/+0
|
* [ios] Adds annotation selection tests with rotation & scaling of the map ↵Julian Rex2019-08-204-6/+278
| | | | (#15123)
* speed up fading when zooming even moreAnsis Brammanis2019-08-201-1/+1
| | | | And a linear adjustment seems to make more sense.
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-203-13/+24
| | | | | | | | | | | Zooming outcan make symbols overlap quickly. The area previously covered by the viewport is covered by a lot of colliding labels while the surrounding area has no labels. This difference produces an unwanted effect. This reduces that effect by: - reducing the fade duration while zooming out - doing placement more frequently while zooming out
* [android] update javadoc on style image missingtobrun2019-08-202-2/+9
|
* [ios][macos][android][node] Update changelog for icon-text-fit fixesAlexander Shalamov2019-08-204-0/+8
|