summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] - nullify codebase with annotationsTobrun2018-11-07133-408/+1371
|
* [mac] Fix wrong allocation at layerFromMBGLLayerupstream/jrex/4352-resize-mapviewMikhail Pozdnyakov2018-11-071-9/+9
| | | | A leftover from https://github.com/mapbox/mapbox-gl-native/pull/13221
* initial tweaks (#13295)Langston Smith2018-11-071-83/+83
|
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-073-8/+11
|
* [android] Remove UnknownLayerMikhail Pozdnyakov2018-11-074-105/+0
|
* [android] layers.cpp/hpp -> layer_manager.cpp/hppMikhail Pozdnyakov2018-11-075-5/+5
|
* [core][android] Implement LayerManager for AndroidMikhail Pozdnyakov2018-11-0730-193/+560
| | | | | The newly introduced `LayerManagerAndroid` is now responsible for creating both style layer objects and their java peers on Android.
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-075-0/+67
|
* [android] - handle null getMapAsync invocations, deliver onMapReady only onceTobrun2018-11-071-2/+8
|
* [android] verify if `text-field` is not null before performing compatibility ↵Łukasz Paczos2018-11-0612-8/+181
| | | | operations
* [android] log Java exception and fail silently instead of throwing a native ↵Łukasz Paczos2018-11-063-36/+229
| | | | exception in the map state callbacks
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for ↵tobrun2018-11-055-22/+118
| | | | scrolling api
* [android] null-check nativeMapView in case it's destroyedŁukasz Paczos2018-11-051-2/+6
|
* [android] Makes gradle.properties license listing consisting with repo (#13271)Antonio Zugaldia2018-11-051-2/+2
| | | | | | * [android] Makes gradle.properties license listing consisting with repo * right license this time
* [ios, tests] Bump integration tests timeout to 10sJason Wray2018-11-025-16/+16
|
* [android] deliver onMapReady only if mapboxMap is not nullŁukasz Paczos2018-11-023-10/+20
|
* [ios] Changed event attributes to be JSON serialization friendly. (#13266)Julian Rex2018-11-022-2/+2
|
* [android] improved CustomGeometrySource constructor typingŁukasz Paczos2018-11-022-4/+50
|
* [android] increase result's delta in camera animation testsŁukasz Paczos2018-11-021-10/+4
|
* [android] - update telemetry to v3.5.2Tobrun2018-11-021-1/+1
|
* [android] - remove deprecation notices and codeTobrun2018-11-0121-681/+234
|
* [android] reworked MoveCameraTestŁukasz Paczos2018-11-012-79/+205
|
* [android] reworked CameraEaseTestŁukasz Paczos2018-11-011-75/+201
|
* [android] easeCamera method that takes only update and cancellable callback ↵Łukasz Paczos2018-11-011-0/+17
| | | | as arguments
* [android] reworked CameraAnimateTestŁukasz Paczos2018-11-011-78/+207
|
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-012-12/+0
| | | | | Boost is now included as a system header and the compiler should ignore it when issuing warnings.
* [ios] Update changelog for 4.6.0-beta.1Jason Wray2018-10-311-0/+3
|
* [ios] Bump podspecs for 4.6.0-beta.1Jason Wray2018-10-313-3/+3
|
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-318-437/+87
|
* [android] - update changelog for v6.7.0-beta.1 and v6.6.3Tobrun2018-10-311-0/+14
|
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-316-38/+2
| | | | | | | | | 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.
* [android] - optimise imports, fixup small nitpicksTobrun2018-10-314-42/+11
|
* [android] consolitdated OfflineRegionDefinitions (#13180)Osana Babayan2018-10-315-59/+80
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-3116-22/+75
|
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-3111-249/+4
|
* [android] remove ILatLng and IProjectedMeteres (#13176)Osana Babayan2018-10-315-60/+5
|
* [android] Change CustomGeometrySource() signature to be Kotlin friendly (#13178)Osana Babayan2018-10-311-5/+5
|
* [android] - remove java 8 language featuresTobrun2018-10-317-54/+52
|
* [android] - update to mapbox java 4.0.0Tobrun2018-10-311-1/+1
|
* [android] cleanup isDismissible flagŁukasz Paczos2018-10-312-25/+2
|
* [android] - bump snapshot to 7.0.0Tobrun2018-10-311-1/+1
|
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-3124-279/+320
|
* [ios, macos] Added $lineProgress expression variableMinh Nguyễn2018-10-309-0/+40
|
* [ios, macos] Fixed typo in style authors guideMinh Nguyễn2018-10-303-3/+3
|
* [macos] Removed redundant sign flipMinh Nguyễn2018-10-301-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 Lee2018-10-303-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 Paczos2018-10-302-4/+2
|
* [android] remove isMapInitialized checkŁukasz Paczos2018-10-301-28/+7
|
* [ios] Update pre-release installation instructionsupstream/fb-pre-release-installationJason Wray2018-10-292-7/+10
|
* Fix a crash in MapView intializationphilemonmerlet2018-10-291-2/+2
| | | app:srcCompat should be used with AppCompatImageViews. Otherwise the image may not be set, which causes a crash in MapView initialization