Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | right license this timeupstream/az-license | Antonio Zugaldia | 2018-11-03 | 1 | -2/+2 |
| | |||||
* | [android] Makes gradle.properties license listing consisting with repo | Antonio Zugaldia | 2018-11-02 | 1 | -2/+2 |
| | |||||
* | [ios, build] Stop running Integration Tests target on CircleCI | Jason Wray | 2018-11-02 | 1 | -1/+0 |
| | | | | These are evidently too inconsistent to run on CircleCI under Xcode 10. | ||||
* | [build] Update CircleCI jobs to Xcode 10.0 | Jason Wray | 2018-11-02 | 1 | -16/+8 |
| | |||||
* | [ios, tests] Bump integration tests timeout to 10s | Jason Wray | 2018-11-02 | 5 | -16/+16 |
| | |||||
* | [android] deliver onMapReady only if mapboxMap is not null | Łukasz Paczos | 2018-11-02 | 3 | -10/+20 |
| | |||||
* | [ios] Changed event attributes to be JSON serialization friendly. (#13266) | Julian Rex | 2018-11-02 | 2 | -2/+2 |
| | |||||
* | [android] improved CustomGeometrySource constructor typing | Łukasz Paczos | 2018-11-02 | 2 | -4/+50 |
| | |||||
* | [android] increase result's delta in camera animation tests | Łukasz Paczos | 2018-11-02 | 1 | -10/+4 |
| | |||||
* | [android] - update telemetry to v3.5.2 | Tobrun | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | [android] - remove deprecation notices and code | Tobrun | 2018-11-01 | 21 | -681/+234 |
| | |||||
* | [android] reworked MoveCameraTest | Łukasz Paczos | 2018-11-01 | 2 | -79/+205 |
| | |||||
* | [android] reworked CameraEaseTest | Łukasz Paczos | 2018-11-01 | 1 | -75/+201 |
| | |||||
* | [android] easeCamera method that takes only update and cancellable callback ↵ | Łukasz Paczos | 2018-11-01 | 1 | -0/+17 |
| | | | | as arguments | ||||
* | [android] reworked CameraAnimateTest | Łukasz Paczos | 2018-11-01 | 1 | -78/+207 |
| | |||||
* | [build] Remove #pragma diagnostic for boost | Thiago Marcos P. Santos | 2018-11-01 | 6 | -53/+0 |
| | | | | | Boost is now included as a system header and the compiler should ignore it when issuing warnings. | ||||
* | [build] Add vendored libboost | Thiago Marcos P. Santos | 2018-11-01 | 11 | -9/+10 |
| | | | | Custom extract made using bcp based on 1.65.1 | ||||
* | [build] Use clcache in appveyor build | Ander Conselvan de Oliveira | 2018-11-01 | 2 | -2/+19 |
| | | | | | | clcache is a cache for compiled C and C++ objects similar to ccache but compatible with Microsoft compilers. Using it should result in faster builds. | ||||
* | [build] Parametrize AppVeyor config to avoid duplication | Ander Conselvan de Oliveira | 2018-11-01 | 1 | -68/+53 |
| | | | | | The configuration for VS 2015 and VS 2017 were almost identical. Parametrize the differences to avoid duplication. | ||||
* | [ios] Update changelog for 4.6.0-beta.1 | Jason Wray | 2018-10-31 | 1 | -0/+3 |
| | |||||
* | [ios] Bump podspecs for 4.6.0-beta.1 | Jason Wray | 2018-10-31 | 3 | -3/+3 |
| | |||||
* | [android] - remove deprecated OnMapChange interface and implementation | Tobrun | 2018-10-31 | 8 | -437/+87 |
| | |||||
* | [android] - update changelog for v6.7.0-beta.1 and v6.6.3 | Tobrun | 2018-10-31 | 1 | -0/+14 |
| | |||||
* | [build] Update appveyor | Thiago Marcos P. Santos | 2018-10-31 | 1 | -1/+7 |
| | |||||
* | [build] Add build system for submodules | Thiago Marcos P. Santos | 2018-10-31 | 38 | -193/+231 |
| | | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build. | ||||
* | [build] Add dependencies as submodules | Thiago Marcos P. Santos | 2018-10-31 | 16 | -0/+54 |
| | | | | | Do not use mason and build offline. These are header only deps. | ||||
* | Introduce the style::Layer factory classes | Mikhail Pozdnyakov | 2018-10-31 | 23 | -114/+400 |
| | | | | | | | | | This patch introduces the initial implementation of - A `LayerFactory` abstract class that creates `style::Layer` instances of a certain layer type (line, hillshade, round, ..) - A singleton `LayerManager` class, which is responsible for initializing the `LayerFactory` instances and forwarding the `create()` calls to the corresponding factory. | ||||
* | [android] - optimise imports, fixup small nitpicks | Tobrun | 2018-10-31 | 4 | -42/+11 |
| | |||||
* | [android] consolitdated OfflineRegionDefinitions (#13180) | Osana Babayan | 2018-10-31 | 5 | -59/+80 |
| | |||||
* | [android] option to consume map clicks, consuming location clicks | Łukasz Paczos | 2018-10-31 | 16 | -22/+75 |
| | |||||
* | [android] removed ZoomButtonsController support | Łukasz Paczos | 2018-10-31 | 11 | -249/+4 |
| | |||||
* | [android] remove ILatLng and IProjectedMeteres (#13176) | Osana Babayan | 2018-10-31 | 5 | -60/+5 |
| | |||||
* | [android] Change CustomGeometrySource() signature to be Kotlin friendly (#13178) | Osana Babayan | 2018-10-31 | 1 | -5/+5 |
| | |||||
* | [android] - remove java 8 language features | Tobrun | 2018-10-31 | 7 | -54/+52 |
| | |||||
* | [android] - update to mapbox java 4.0.0 | Tobrun | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | [android] cleanup isDismissible flag | Łukasz Paczos | 2018-10-31 | 2 | -25/+2 |
| | |||||
* | [android] - bump snapshot to 7.0.0 | Tobrun | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | Remove style::Layer::is()/as() | Mikhail Pozdnyakov | 2018-10-31 | 42 | -374/+341 |
| | |||||
* | [ios, macos] Added $lineProgress expression variable | Minh Nguyễn | 2018-10-30 | 9 | -0/+40 |
| | |||||
* | [ios, macos] Fixed typo in style authors guide | Minh Nguyễn | 2018-10-30 | 3 | -3/+3 |
| | |||||
* | [macos] Removed redundant sign flip | Minh Nguyễn | 2018-10-30 | 1 | -1/+1 |
| | | | | Fixed an issue where the mbgl::CameraOptions’ heading was misinterpreted as going counterclockwise instead of clockwise. | ||||
* | [iOS] Update mobile events submodule (#13228) | Randall Lee | 2018-10-30 | 3 | -0/+18 |
| | | | | | | | | | | * Update mobile events submodule Updates submodule to the latest release. https://github.com/mapbox/mapbox-events-ios/releases/tag/v0.7.0 I don't think a changelog addition is necessary. * Update core files using script | ||||
* | [android] gestures library v0.3.0 bump | Łukasz Paczos | 2018-10-30 | 2 | -4/+2 |
| | |||||
* | [android] remove isMapInitialized check | Łukasz Paczos | 2018-10-30 | 1 | -28/+7 |
| | |||||
* | [core] upgrade geojsonvt to v6.6.2 (#13231) | Vladimir Agafonkin | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | [build] Fix stale bot | Thiago Marcos P. Santos | 2018-10-30 | 1 | -2/+2 |
| | | | | | | | It was not suppose to comment when marking issues as stale, but rather just close them. There is not staleComment, the correct is markComment. | ||||
* | [ios] Update pre-release installation instructionsupstream/fb-pre-release-installation | Jason Wray | 2018-10-29 | 2 | -7/+10 |
| | |||||
* | Fix a crash in MapView intialization | philemonmerlet | 2018-10-29 | 1 | -2/+2 |
| | | | app:srcCompat should be used with AppCompatImageViews. Otherwise the image may not be set, which causes a crash in MapView initialization | ||||
* | [android] - move CameraPositionActivity to use FragmetnActivity above ↵ | tobrun | 2018-10-29 | 6 | -29/+50 |
| | | | | AppCompatActivity | ||||
* | [android] deliver onMapReady only at the end of the initialization block | Łukasz Paczos | 2018-10-29 | 1 | -2/+3 |
| |