Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] - add get source id to supported layer types | tobrun | 2018-09-04 | 21 | -0/+229 |
| | |||||
* | [android] check if the map is destroyed before saving state in a fragment | Łukasz Paczos | 2018-09-04 | 2 | -4/+12 |
| | |||||
* | [android] bump leak.canary to 1.6.1 | Łukasz Paczos | 2018-09-04 | 1 | -1/+1 |
| | |||||
* | [android] - add quotes to toString representation of a String literal | Tobrun | 2018-09-04 | 2 | -10/+14 |
| | |||||
* | [android] - make improve this map translatable | Tobrun | 2018-09-04 | 3 | -6/+38 |
| | |||||
* | [android] - add Keep annotations to abstract components | tobrun | 2018-09-03 | 3 | -1/+6 |
| | |||||
* | [android] - bump gradle tools for AS 3.1.4 | tobrun | 2018-09-03 | 1 | -1/+1 |
| | |||||
* | [ios, node, macos, android] update changelogs for feature expression support | Molly Lloyd | 2018-08-31 | 4 | -0/+9 |
| | |||||
* | [core] simplify dependency layout process and refactor data structures | Molly Lloyd | 2018-08-31 | 16 | -146/+148 |
| | |||||
* | [core] Simplify GeometryTileWorker | John Firebaugh | 2018-08-31 | 2 | -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 alias | Molly Lloyd | 2018-08-31 | 2 | -6/+3 |
| | |||||
* | [test] ignore legacy expression tests | Molly Lloyd | 2018-08-31 | 1 | -0/+50 |
| | |||||
* | [windows, qt] fix windows compiler errors, remove tao + tuple polyfill | Molly Lloyd | 2018-08-31 | 7 | -29/+15 |
| | |||||
* | [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵ | Molly Lloyd | 2018-08-31 | 122 | -2107/+3011 |
| | | | | expressions in `*-pattern` properties | ||||
* | [core] move PaintProperty::Attribute to TypeList and pass to Binder constructors | Konstantin Käfer | 2018-08-31 | 2 | -3/+17 |
| | |||||
* | [core] introduce TypeListConcat and TypeList::ExpandInto | Konstantin Käfer | 2018-08-31 | 6 | -46/+36 |
| | |||||
* | [core] allow passing multiple AttributeTypes to a PaintPropertyBinder | Konstantin Käfer | 2018-08-31 | 1 | -9/+9 |
| | |||||
* | [core] rename gl::Attribute to gl::Attribute to remove overloaded naming | Konstantin Käfer | 2018-08-31 | 4 | -33/+33 |
| | |||||
* | [core] simplify attribute/location types | Konstantin Käfer | 2018-08-31 | 3 | -22/+13 |
| | |||||
* | [android] Explicitly delete local JNI references | John Firebaugh | 2018-08-31 | 1 | -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 file | langsmith | 2018-08-31 | 7 | -1/+40 |
| | |||||
* | [ios, macos] Fixed typo in style authors guide | Minh Nguyễn | 2018-08-29 | 3 | -3/+3 |
| | |||||
* | [build] Fix ios-release-tag slack notificationios-v4.4.0-alpha.2 | Jason Wray | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | [ios] Bump podspecs & update changelog for 4.4.0-alpha.2 (#12770) | Nadia Barbosa | 2018-08-29 | 4 | -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.2 | Tobrun | 2018-08-29 | 1 | -0/+7 |
| | |||||
* | [build] Add Slack notifications for important iOS builds | Jason Wray | 2018-08-28 | 2 | -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 Rex | 2018-08-28 | 1 | -0/+1 |
| | | | | '-Wtautological-constant-compare', ignored") on iOS build (#12753) | ||||
* | Enforce Offline tile limit when merging sideloaded databases | Asheem Mamoowala | 2018-08-28 | 3 | -9/+68 |
| | |||||
* | Require minimum side-loaded database user_version=6 | Asheem Mamoowala | 2018-08-28 | 2 | -5/+7 |
| | |||||
* | Use QSqlError::databaseText for reporting errors from SQLite wrapper to ↵ | Asheem Mamoowala | 2018-08-28 | 1 | -4/+4 |
| | | | | match SQLite3 error messages | ||||
* | Add unit tests and fixtures for OfflineDatabase::mergeDatabase | Asheem Mamoowala | 2018-08-28 | 6 | -6/+209 |
| | |||||
* | [core] Add DefaultFileSource::mergeRegions API and CLI support in the ↵ | Asheem Mamoowala | 2018-08-28 | 5 | -7/+122 |
| | | | | mbgl-offline tool. | ||||
* | SQL Statements to merge an attached database with name 'side' into the main ↵ | Asheem Mamoowala | 2018-08-28 | 4 | -0/+126 |
| | | | | | | database. Co-authored-by: kkaefer <mail@kkaefer.com> | ||||
* | [android] keep OfflineGeometryRegionDefinition fields and constructor | Łukasz Paczos | 2018-08-28 | 1 | -0/+7 |
| | |||||
* | [node] capture invalid input data as `ParseError` objects | Konstantin Käfer | 2018-08-27 | 5 | -7/+47 |
| | | | | This allows us to distinguish them from other types of errors | ||||
* | [build] allow WITH_EGL for macOS as well (SwiftShader) and enable EGL for GLFW | Konstantin Käfer | 2018-08-27 | 9 | -13/+52 |
| | |||||
* | [android] - update broken test app examples | Tobrun | 2018-08-27 | 4 | -49/+50 |
| | |||||
* | [android] - modularise the sdk | tobrun | 2018-08-24 | 51 | -503/+1508 |
| | |||||
* | [android] invalidate InfoWindow's y-offset when content is set | Łukasz Paczos | 2018-08-24 | 2 | -5/+37 |
| | |||||
* | [android] synchronize and coalesce requests targeting the same TileID in the ↵ | Łukasz Paczos | 2018-08-23 | 3 | -44/+170 |
| | | | | CustomGeometrySource | ||||
* | [ios] Install node modules in document.sh | Nadia Barbosa | 2018-08-23 | 1 | -0/+1 |
| | |||||
* | [android] - add line-gradient example, integrate lineProgress expression | tobrun | 2018-08-23 | 8 | -1/+216 |
| | |||||
* | [core] Add `line-gradient` property | Mikhail Pozdnyakov | 2018-08-23 | 36 | -1501/+1898 |
| | | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick). | ||||
* | [build] add plain text file lists for iOS/macOS | Konstantin Käfer | 2018-08-23 | 17 | -28/+609 |
| | |||||
* | [ios] Update changelog for v4.4.0-alpha.1 releaseios-v4.4.0-alpha.1 | Nadia Barbosa | 2018-08-22 | 1 | -0/+8 |
| | |||||
* | [ios] Bump podspecs; update changelogs for 4.4.0-alpha.1 | Nadia Barbosa | 2018-08-22 | 4 | -4/+18 |
| | | | | | | Fix order; add version to title Fix title | ||||
* | [ios, build] Improve jazzy readme generation | Jason Wray | 2018-08-22 | 5 | -14/+65 |
| | | | | | - Include changelogs for all releases in the current semver minor series. - Use template for jazzy readme. | ||||
* | [ios, build] Fix bad changelog header and improve handling | Jason Wray | 2018-08-22 | 2 | -7/+7 |
| | | | | Also, specifically require `execSync`. | ||||
* | [android] - update changelog for release v6.5.0-alpha.1android-v6.5.0-alpha.1 | Tobrun | 2018-08-22 | 1 | -3/+18 |
| | |||||
* | fixed validation message for bounds | Justyna Janczyszyn | 2018-08-22 | 1 | -2/+2 |
| |