summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [build] compare clang-tidy with merge base instead of masterupstream/backport-12958-to-frappeKonstantin Käfer2018-09-253-8/+5
|
* [ios] Update changelog and podspecs for ios-v4.4.1ios-v4.4.1Jason Wray2018-09-134-5/+5
|
* [iOS] Update events library (#12889)Randall Lee2018-09-132-0/+4
| | | | Updates EventsSDK to patch a crash that happens with offline use.
* [iOS] Update Events SDK to include key pinning and crash fixes (#12825)Randall Lee2018-09-133-23/+36
| | | | * Update Events SDK to include key pinning and crash fixes
* [ios, macos] Fixed changelogsMinh Nguyễn2018-09-132-15/+10
| | | | Cherry-picked from cc75530c79e769a989bd2c6d9723aa5e8eec4c6e.
* [node] v4.0.0node-v4.0.0John Firebaugh2018-09-122-1/+11
|
* [ios, macos] Update Podspecs & changelog for 4.4.0macos-v0.11.0ios-v4.4.0Nadia Barbosa2018-09-127-10/+13
| | | | | | | | | | | | | | | | | | [macos] Update Podspecs [ios] Update changelog [macos] Add changelog Add dates to changelog [ios, macos] Changelog copy edits [ios, macos] 😩 changelog edits Remove master section from release-frappe changelog Oops
* [android] - update changelog for v6.5.0android-v6.5.0tobrun2018-09-121-4/+3
|
* [ios, macos, docs] Move MGLShapeOfflineRegion to offline sectionNadia Barbosa2018-09-112-0/+2
|
* [docs] Changelog entries for issue #12683.Chris Loer2018-09-064-0/+4
|
* [core] Mark allow-overlap symbols visible even outside of collision grid.Chris Loer2018-09-061-1/+20
| | | | Fixes issue #12683.
* [docs] Changelog entries for cubic-bezier interpolation fix.Chris Loer2018-09-064-0/+5
|
* [core] Fix cubic-bezier interpolation for zooms outside stop range.Chris Loer2018-09-061-1/+7
| | | | | Fixes issue #12812. Using `util::interpolationFactor` handles the case where inputLevels.min == inputLevels.max, so it returns an interpolation factor of "0" instead of dividing by 0.
* [ios] Update Podspecs & changelog for v4.4.0-beta.1ios-v4.4.0-beta.1Nadia Barbosa2018-09-054-3/+8
| | | | | | | | [ios] Update changelog More changelog edits Changelog edits
* [ios] Added Arabic settings, accessibility translationsMinh Nguyễn2018-09-053-0/+85
| | | | Cherry-picked from c9803e30408cf866c1743baefcd3135f5538f9d2.
* - update changelog for v6.5.0-beta.1android-v6.5.0-beta.1tobrun2018-09-051-1/+15
|
* Retain a shared thread pool referenceJohn Firebaugh2018-09-052-4/+7
| | | | Otherwise it may be prematurely deleted.
* [android] MapStrictMode implementationŁukasz Paczos2018-09-0516-10/+136
| | | | (cherry picked from commit 7227b4a)
* [ios, macos] Copyedited changelogMinh Nguyễn2018-09-042-21/+33
| | | | Cherry-picked from fe3fe2db22a7b83d7c167fbd0b442b86ff212464.
* - provide correct expression integration for newly created property valuesTobrun2018-09-042-2/+18
|
* [build] Skip Android device tests via commit messageJason Wray2018-09-041-2/+10
| | | | | | - Add `[skip firebase]` anywhere in your commit message to avoid running Firebase tests for that commit. - Also skips if the latest commit message only includes `[ios]`, `[macos]`, `[ios, macos]`, or `[darwin]`. - Only skips if included in the most recent commit message.
* [android] - add get source id to supported layer typestobrun2018-09-0421-0/+229
|
* [android] check if the map is destroyed before saving state in a fragmentŁukasz Paczos2018-09-042-4/+12
|
* [android] bump leak.canary to 1.6.1Łukasz Paczos2018-09-041-1/+1
|
* [android] - add quotes to toString representation of a String literalTobrun2018-09-042-10/+14
|
* [android] - make improve this map translatableTobrun2018-09-043-6/+38
|
* [android] - add Keep annotations to abstract componentstobrun2018-09-033-1/+6
|
* [android] - bump gradle tools for AS 3.1.4tobrun2018-09-031-1/+1
|
* [ios, node, macos, android] update changelogs for feature expression supportMolly Lloyd2018-08-314-0/+9
|
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-3116-146/+148
|
* [core] Simplify GeometryTileWorkerJohn Firebaugh2018-08-312-58/+25
| | | | | | | * The worker no longer needs to maintain symbol layer order. * No need for separate symbolLayoutsNeedPreparation state. That dates back to when we had "two phase" symbol layout. Now we can just check symbolLayouts.empty(). (Similarly for pattern layouts.) * No need to loop over symbol layouts twice in performSymbolLayout. Same reason as above. * Simplify iconAtlas initialization. It initialized via every possible branch, so just do it up front.
* [core] remove redundant Uniform::Type aliasMolly Lloyd2018-08-312-6/+3
|
* [test] ignore legacy expression testsMolly Lloyd2018-08-311-0/+50
|
* [windows, qt] fix windows compiler errors, remove tao + tuple polyfillMolly Lloyd2018-08-317-29/+15
|
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-31122-2107/+3011
| | | | expressions in `*-pattern` properties
* [core] move PaintProperty::Attribute to TypeList and pass to Binder constructorsKonstantin Käfer2018-08-312-3/+17
|
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-316-46/+36
|
* [core] allow passing multiple AttributeTypes to a PaintPropertyBinderKonstantin Käfer2018-08-311-9/+9
|
* [core] rename gl::Attribute to gl::Attribute to remove overloaded namingKonstantin Käfer2018-08-314-33/+33
|
* [core] simplify attribute/location typesKonstantin Käfer2018-08-313-22/+13
|
* [android] Explicitly delete local JNI referencesJohn Firebaugh2018-08-311-0/+3
| | | | | | This method seems to be called in a loop, leading to a local reference table overflow if not explicitly deleted. See https://github.com/mapbox/mapbox-gl-native/pull/12716#pullrequestreview-150462731
* [android] adding more language maps to tx config filelangsmith2018-08-317-1/+40
|
* [ios, macos] Fixed typo in style authors guideMinh Nguyễn2018-08-293-3/+3
|
* [build] Fix ios-release-tag slack notificationios-v4.4.0-alpha.2Jason Wray2018-08-291-1/+1
|
* [ios] Bump podspecs & update changelog for 4.4.0-alpha.2 (#12770)Nadia Barbosa2018-08-294-4/+6
| | | | | | * [ios] Bump podspecs for v4.4.0-alpha.2 * [ios] Update changelog for v4.4.0-alpha.2
* [android] - update changelog for v6.5.0-alpha.2 releaseandroid-v6.5.0-alpha.2Tobrun2018-08-291-0/+7
|
* [build] Add Slack notifications for important iOS buildsJason Wray2018-08-282-0/+52
| | | | | - Notifies #apple when nightly builds fail. - Notifies #apple when release deployment jobs start/finish.
* [core] Added pragma to remove warning ("unknown warning group ↵Julian Rex2018-08-281-0/+1
| | | | '-Wtautological-constant-compare', ignored") on iOS build (#12753)
* Enforce Offline tile limit when merging sideloaded databasesAsheem Mamoowala2018-08-283-9/+68
|
* Require minimum side-loaded database user_version=6Asheem Mamoowala2018-08-282-5/+7
|