summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [build] make sure we're also updating the mapbox-ios-events submoduleupstream/jmkiley-cp-12224Konstantin Käfer2018-08-151-2/+7
|
* Update for 4.0.5 (#12632)ios-v4.0.5Jordan Kiley2018-08-144-4/+4
| | | | | | | | * [ios] update podspecs * [ios] Update Changelog * [ios] Typo
* Cherry-pick #12013 into release-boba (#12620)Jordan Kiley2018-08-1414-17/+786
| | | | | | | | * [ios] Cherry-pick 12013 * [ios] Updated Changelog.md * [ios] Fix MBXCustomLocationViewController iOS 8 compatibility.
* [ios] Updates the changelogs and bumps cocoapods (#12246)ios-v4.0.4Fabian Guerra Soto2018-06-275-8/+7
| | | | | | | | * [ios, macos] Update changelogs. * [ios] Update podspecs to 4.0.4. * [macos] Remove changelog notes.
* [ios] Update Events Library submodule to include china endpoint (#12233)Randall Lee2018-06-271-0/+0
| | | | Brings in changes from mapbox/mapbox-gl-native#11860 and mapbox/mapbox-gl-native#11845
* [ios] Update changelogs and bump podspec.ios-v4.0.3Fabian Guerra2018-06-225-6/+65
|
* [ios] Update events library version update to v0.4.1Randall C Lee2018-06-221-0/+0
|
* [ios] Add custom events library start-up delay (#12088)Randall Lee2018-06-222-14/+52
| | | | | | | | | | | | | | | | | | * [ios] Add custom delay Adds a custom delay to the events library initialization. This is only active when using certain profile configurations. * [ios] events library version update to v0.4.1 * Update Events Library to include missing MGL_EXPORT * Add MMEEventsService files to Events Lib Submodule * Change delayTime type to int64_t # Conflicts: # platform/ios/ios.xcodeproj/project.pbxproj # platform/ios/vendor/mapbox-events-ios
* [ios,macos] Fixed crash in `-[MGLStyle localizeLabelsIntoLocale:]` on iOS ↵Julian Rex2018-06-223-1/+14
| | | | | | | | 9.3 (#12123) # Conflicts: # platform/ios/CHANGELOG.md # platform/macos/CHANGELOG.md
* [iOS] - Update telemetry certificate pinning (#11845)Randall Lee2018-06-226-1/+268
| | | | | | | | | | | | | | | * Update telemetry certificate pinning * Load both CN certificates * [ios] Use China events endpoint with China API endpoint * Update CHANGELOG.md # Conflicts: # platform/ios/CHANGELOG.md # platform/ios/ios.xcodeproj/project.pbxproj # platform/ios/src/MGLAPIClient.m
* [ios, build] Bump CircleCI to Xcode 9.4Jason Wray2018-06-221-8/+8
| | | | Keep macos-debug-qt5 on Xcode 9.3 for now.
* [build] Xcode 10 no longer exposes DEVELOPER_DIR to the compiler launcherKonstantin Käfer2018-06-112-2/+2
| | | | We'll have to extract the location of Xcode's developer dir from $PATH :(
* [android, docs] Address review comments:Chris Loer2018-05-302-13/+10
| | | | | | | - Use <p> instead of <br> in javadoc - Don't link outside of MapboxGLAndroidSDK - Revert addOverlay to protected - Restrict "region" override warning to camera position target
* [android, docs] Clean up MapSnapshotter javadoc.Chris Loer2018-05-302-58/+74
| | | | | | | | | | - Make internal/native methods private - Add descriptions, example. - Push users towards expected configuration options of Size/Style/Camera - Specify in docs "don't modify options while snapshot is in progress" (see issue #11825) - Specify in docs that starting a snapshot while one is in progress is an error - Emphasize that "region" for the most part clobbers "camera position" - Update `MapboxMap#snapshot` with a suggestion to use `MapSnapshotter` instead.
* [ios, build] Install npm packages before deployingios-v4.0.2upstream/fb-install-npm-packages-before-deployingJason Wray2018-05-291-0/+1
|
* [ios] Prepare ios-v4.0.2 releaseJason Wray2018-05-294-3/+8
|
* [ios, build] Populate GitHub releases with templated notesJason Wray2018-05-244-1/+51
| | | | Replicates our existing release notes format as an EJS template and Node JS script, then uploads the formatted notes during the deployment process.
* [ios, build] Remove unused build scriptsJason Wray2018-05-247-260/+0
|
* Accept constant expressions in non-dds properties (#11961)Anand Thakker2018-05-243-3/+33
| | | Closes #11940
* [android] - update release-boba to build v6.1.4-SNAPSHOTŁukasz Paczos2018-05-231-1/+1
|
* [android] - update changelog for v6.1.3Łukasz Paczos2018-05-231-0/+6
|
* [core] Remove circle-pitch-scale test ignores.Chris Loer2018-05-231-0/+18
| | | | (cherry picked from commit 1a39d7d)
* [core] only index features within tile boundariesAnsis Brammanis2018-05-233-5/+11
| | | | | | | | | Previously we relied on tile buffers for querying features who's rendered representations cross tile boundaries. Now we query multiple tiles making it unnecessary to index features that are completely outside a tile's boundaries. (cherry picked from commit 0ca53ea)
* [core] fix circle querying for scale and alignmentChris Loer2018-05-2339-68/+186
| | | | | | | | | This fixes circle querying for cases where either circle-pitch-alignment=map or circle-pitch-scaling=viewport (cherry picked from commit f86fe44)
* [core] fix querying circles across tile boundariesChris Loer2018-05-237-16/+30
| | | | (cherry picked from commit f7d20a5)
* [android] - bump telemetry to v3.1.2tobrun2018-05-231-1/+1
| | | | (cherry picked from commit acd8bb3)
* [android] - change MapView#initialize modifier to allow subclasses to ↵Tobrun2018-05-231-5/+7
| | | | | | override this method to provide alternate configurations to MapboxMapOptions (cherry picked from commit cce72e2)
* [tests] Disable nitpick for release-boba PR.Chris Loer2018-05-221-1/+0
|
* [test] Bump GL JS pin to head of 'release-boba' for symbol querying tests.Chris Loer2018-05-221-0/+0
|
* [core] Port global symbol query from GL JS:Chris Loer2018-05-2235-197/+220
| | | | | | | - Symbol querying is now global instead of per-tile - Symbols that bleed over tile boundaries no longer missed in queries - Symbol results now sorted based on rendering order (ie overlapping symbols change their sort order when a bearing change causes their render order to change) - Placement::retainedQueryData now responsible for maintaining symbol querying data for buckets that may no longer be in the TilePyramid.
* [android] - update SNAPSHOT version to v6.1.3, reset release configandroid-v6.1.2tobrun2018-05-182-2/+2
|
* [build] Use Qt 5.6.3 instead of 5.7 in AppVeyorBruno de Oliveira Abinader2018-05-182-1/+2
|
* [android] - release android v6.1.2Tobrun2018-05-182-2/+2
|
* [android] - bump telemetry to v3.1.1Tobrun2018-05-182-11/+18
|
* macos-v0.7.1macos-v0.7.1upstream/1ec5-macos-v0.7.1Minh Nguyễn2018-05-152-2/+2
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-05-152-6/+10
|
* [ios, macos] Moved numbers away from start of lines in documentation (#11881)Jordan Kiley2018-05-1511-49/+49
|
* Remove changelog entry for crash fixed in v3.7.7ios-v4.0.1Jason Wray2018-05-141-1/+0
|
* Update macOS changelogJason Wray2018-05-141-2/+3
|
* [ios] Prepare ios-v4.0.1 releaseJason Wray2018-05-143-3/+3
|
* Add v3.7.7 & v3.7.8 sections to changelogJason Wray2018-05-141-0/+8
|
* [ios] Copyedit changelog for ios-v4.0.1Minh Nguyễn2018-05-141-5/+5
|
* [ios, macos] Fixed English priority during label localizationMinh Nguyễn2018-05-145-22/+9
| | | | Respect English in the Preferred Languages setting even if other Mapbox Streets source–supported languages are listed too.
* [core] Convert null to empty string, not “null”Minh Nguyễn2018-05-145-1/+6
|
* [ios, build] Re-add support for 32-bit simulators (i386)Jason Wray2018-05-113-3/+11
|
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-1034-1407/+578
| | | Ports the specialized filter-* expressions from GL JS, adding them to src/mbgl/style/expression/compound_expression.cpp
* [ios] Fix MGLAnnotationView.rotatesToMatchCamera clobbering other transformsJason Wray2018-05-082-8/+19
|
* [android] - update changelog to v6.1.1android-v6.1.1Tobrun2018-05-071-0/+3
|
* [ios, macos] Add to-rgba expression operator. (#11725)Fabian Guerra Soto2018-05-0710-9/+87
| | | | | | | | | | | | | | | | | | | | * [ios, macos] Add expression support to to-rgba operator. * [ios, macos] Update style docs. * [ios, macos] Refactored to-rgba to to-color. * [ios, macos] Add support for to-rgba expression operator. * [ios, macos] Add multiple parameters support to to-color operand. * [ios, macos] Enable to-rgba operator for MGLColor or key path expressions. * [ios, macos] Update predicates and expressions guide to reflect cast changes. * [ios, macos] Update changelogs. * [ios, macos] Clarify color casting usage.
* [android] - update telemetry to 3.1.0Tobrun2018-05-071-1/+1
|