summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Removed changelog straggler from rebase.upstream/jrex/15536-offline-pack-crashJulian Rex2019-09-181-1/+0
|
* [core] Quieten clang-formatJulian Rex2019-09-182-3/+3
|
* [ios, macos] Update change log. Adds @synchronized as a "just-in-case" ↵Julian Rex2019-09-183-6/+8
| | | | precaution.
* [ios, macos] Add changelog entry.Julian Rex2019-09-182-0/+3
|
* Clean-up & add support for _XCTPreformattedFailureHandlerJulian Rex2019-09-1810-76/+121
|
* Add second test that tries to mimic #15536Julian Rex2019-09-181-0/+57
|
* [core] Add catch for malformed offline region def.Julian Rex2019-09-182-1/+12
|
* [ios] Adds invalidate test, and test that reloads packs during removalJulian Rex2019-09-185-125/+103
|
* [ios] Add tests for #15536Julian Rex2019-09-184-77/+137
|
* wipJulian Rex2019-09-182-0/+185
|
* [android, build] Generalize docs deployment script and add Android docs ↵Dan Swick2019-09-182-2/+13
| | | | deployment to circle config (#15299)
* [ios, macos] (Re)add tilesize rounding. (#15656)Julian Rex2019-09-181-1/+1
|
* [build] Allow function call and function declaration args to be on same or ↵Alexander Shalamov2019-09-181-0/+2
| | | | multiple lines
* [ios][Android] Add a change log entryMikhail Pozdnyakov2019-09-182-0/+2
|
* [core] Fix formattingMikhail Pozdnyakov2019-09-1812-99/+81
|
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-186-12/+12
|
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-1813-18/+53
|
* [ios] Speculative fix for failing test: ↵Julian Rex2019-09-183-14/+16
| | | | MGLDocumentationExampleTests.testMGLHillshadeStyleLayer()
* [ios] Fix for failing tests:Julian Rex2019-09-181-44/+51
| | | | | - testRemovingLayerBeforeAddingSameLayer - testRemovingSourceInUse
* [ios] Fix testForRaisingExceptionsOnStaleLayerObject testMikhail Pozdnyakov2019-09-181-8/+8
|
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-1817-44/+125
|
* [build] Disable clang-tidyJuha Alanen2019-09-181-4/+0
|
* [build] Fix clang format and tidy checksJuha Alanen2019-09-1853-582/+429
|
* [glfw] Add feature state supportJuha Alanen2019-09-182-0/+82
|
* [node] Add changelog entry for feature state APIsJuha Alanen2019-09-181-0/+3
|
* [node] enable feature state testsJuha Alanen2019-09-183-15/+9
|
* [node] Add support for feature state APIsJuha Alanen2019-09-183-0/+231
|
* [core] Update mapbox-gl-js versionJuha Alanen2019-09-181-0/+0
|
* [render-test] Add support for feature state APIsJuha Alanen2019-09-181-0/+138
|
* [tests] Add feature state unit testJuha Alanen2019-09-181-0/+16
|
* [tests] Update expression unit test for feature stateJuha Alanen2019-09-181-2/+1
|
* [tests] Update bucket unit test for feature stateJuha Alanen2019-09-181-5/+5
|
* [core] Add removeFeatureState APIJuha Alanen2019-09-189-1/+95
|
* [core] Feature state support to RenderLayer classesJuha Alanen2019-09-1812-20/+31
|
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-1810-17/+43
|
* [core] Add support for set/getFeatureState APIsJuha Alanen2019-09-187-0/+85
|
* [core] Add SourceFeatureState class to handle feature statesJuha Alanen2019-09-184-0/+99
|
* [core] Add setFeatureState API to Tile classesJuha Alanen2019-09-185-1/+35
|
* [core] Add feature state support to bucket classesJuha Alanen2019-09-1817-42/+232
|
* [core] Add feature-state compound expressionJuha Alanen2019-09-181-0/+15
|
* [core] Add feature state support to isFeatureConstant expressionJuha Alanen2019-09-181-1/+2
|
* [core] Add feature state support to expressionJuha Alanen2019-09-184-0/+40
|
* [core] Add new types for feature statesJuha Alanen2019-09-181-0/+3
|
* [build] Update mapbox-base versionJuha Alanen2019-09-181-0/+0
|
* [android] fix: MapSnapshotter.withApiBaseUri functionGuillaume2019-09-181-1/+1
|
* [ios] Fixed test name (since validAccessToken has been removed in another ↵Julian Rex2019-09-172-13/+42
| | | | PR). Added some more asserts. (#15643)
* [ios, macos] Ensure potential variables that might be nil have a fallback. ↵Julian Rex2019-09-171-3/+12
| | | | | | | | (#15645) * [ios] Ensure potential variables that might be nil have a fallback. * [ios, macos] (potentially) free the returned arch info.
* [ios, macos] Tail work from 15385 (#15647)Julian Rex2019-09-1716-24/+19
| | | | | | | | * [ios] Tweak iosapp headers. * [ios] Revert bundle identifier change. * [ios, macos] Remove parameter not referenced.
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-177-7/+38
| | | | | | | | | | | | * [core] Take max/min zoom option from style if they are set * [core] std::move input value * [Core] Add changelogs * [Core] Fix clang-format reported error * [Core] fix clang-tidy reported error
* [android] - ignore location tracking mode based animations when the camera ↵Łukasz Paczos2019-09-172-0/+92
| | | | is transitioning