| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] Updated changelog entries that missed being updated prior to 4.7.0upstream/jrex/changelog-updates | Julian Rex | 2018-12-18 | 2 | -2/+5 |
* | Release v.4.7.0 stable prep (#13602) | Julian Rex | 2018-12-18 | 4 | -5/+11 |
* | [core,ios,macos] Updates default styles to streets v11, etc. (#13585) | Julian Rex | 2018-12-18 | 7 | -8/+57 |
* | [android] - invoke benchmark run from circle-ci | tobrun | 2018-12-18 | 1 | -0/+8 |
* | [mac, ios] Enable core-only layers | Mikhail Pozdnyakov | 2018-12-18 | 3 | -11/+45 |
* | [android] location update fastest interval workaround | Łukasz Paczos | 2018-12-18 | 1 | -2/+16 |
* | [ios] Update release notes template for correct Cocoapods/Carthage links (#13... | Julian Rex | 2018-12-17 | 1 | -1/+1 |
* | [core] Refactor duplicated code in Asset and File sources | Alexander Shalamov | 2018-12-17 | 5 | -57/+58 |
* | [core] Use util::readFile for Local and Asset file sources | Alexander Shalamov | 2018-12-17 | 2 | -8/+10 |
* | [ios, macos] Fix number conversions when expressions cast to large numbers. (... | Fabian Guerra Soto | 2018-12-14 | 4 | -2/+12 |
* | [build] Upgrade LLVM to 7.0.0 for AppVeyor Visual Studio 2017 bot | Alexander Shalamov | 2018-12-14 | 1 | -2/+2 |
* | [build] rework platform/default directory and add -files.txt for vendored libs | Konstantin Käfer | 2018-12-14 | 117 | -768/+6473 |
* | [android] properly stop renderer when dismissing an example dialog | Łukasz Paczos | 2018-12-14 | 1 | -4/+9 |
* | [android] option to disable smooth animation of compass and accuracy values | Łukasz Paczos | 2018-12-14 | 9 | -46/+215 |
* | [android] immediate location animation based on map's projection | Łukasz Paczos | 2018-12-13 | 8 | -15/+89 |
* | [ios, macos] Add enablePlacementTransitions to MGLStyle. (#13565) | Fabian Guerra Soto | 2018-12-13 | 5 | -0/+42 |
* | [android] - move MapboxMapTest to java unit test | tobrun | 2018-12-13 | 3 | -232/+111 |
* | [androd] - add weak references checks to all jni callbacks | Tobrun | 2018-12-13 | 3 | -6/+24 |
* | [android] - validate if weakreference is still valid | Tobrun | 2018-12-13 | 1 | -12/+51 |
* | [ios, darwin] Make MGLFeature.attributes non-nullable and add integration test | Alexander Shalamov | 2018-12-13 | 6 | -15/+70 |
* | [android] register compass sensor listener only if provided data is consumed ... | Łukasz Paczos | 2018-12-13 | 8 | -22/+288 |
* | [android] - remove style load test from instrumented unit tests | tobrun | 2018-12-13 | 1 | -18/+0 |
* | Fixed compass update time not getting updated | Bharath MG | 2018-12-13 | 1 | -3/+3 |
* | [core] Updated iOS/macOS change logs. (#13564) | Julian Rex | 2018-12-12 | 2 | -0/+2 |
* | [ios, macos] Fix MGLTransition struct creation. | Fabian Guerra | 2018-12-12 | 15 | -381/+132 |
* | Update podspecs for v4.7.0-beta.2 (#13562) | Julian Rex | 2018-12-12 | 3 | -3/+3 |
* | [darwin] move turnstile event for snapshotter (#13549) | Jordan Kiley | 2018-12-12 | 1 | -3/+3 |
* | [android] changelog for 7.0.0-beta.1 | Łukasz Paczos | 2018-12-12 | 1 | -7/+18 |
* | [android] LatLng bounds cannot be wrapped (#13419) | Osana Babayan | 2018-12-12 | 14 | -482/+430 |
* | [core] Add unit tests for queryFeatureExtensions | Alexander Shalamov | 2018-12-12 | 2 | -0/+3069 |
* | [core] Introduce Renderer::queryFeatureExtension API | Alexander Shalamov | 2018-12-12 | 8 | -1/+137 |
* | [core] Share GeoJSONData pointer as weak_ptr instead of raw ptr | Alexander Shalamov | 2018-12-12 | 4 | -15/+15 |
* | [core] Expose getChildren, getLeaves, getClusterExpansionZoom on Supercluster... | Alexander Shalamov | 2018-12-12 | 2 | -0/+35 |
* | [android] - set snapshot version to 7.1.0 | Tobrun | 2018-12-12 | 1 | -1/+1 |
* | [android] CameraMode transition animation and result listeners | Łukasz Paczos | 2018-12-12 | 8 | -40/+523 |
* | [Android] Add setPreferredFramesPerSecond for MapView (#13498) | Kevin Li | 2018-12-12 | 5 | -8/+73 |
* | [core] Avoid divide-by-zero when transition duration is 0.. | Chris Loer | 2018-12-11 | 1 | -2/+5 |
* | [docs] EnterIdle -> BecomeIdle | Chris Loer | 2018-12-11 | 14 | -50/+52 |
* | [core, darwin, android] Add onDidEnterIdle to MapObserver. | Chris Loer | 2018-12-11 | 14 | -1/+161 |
* | [android] Enable core-only layers | Mikhail Pozdnyakov | 2018-12-11 | 2 | -11/+48 |
* | [android] - add more tests, refactor map padding | Tobrun | 2018-12-11 | 6 | -32/+226 |
* | [android] - instrumented unit tests, add map tests, refactor generated layer ... | Tobrun | 2018-12-11 | 13 | -2902/+2239 |
* | [core]Disable RenderAnnotationSource when annotations are disabled | Mikhail Pozdnyakov | 2018-12-11 | 2 | -1/+11 |
* | [core, android, darwin] Move layer factories to separate files | Mikhail Pozdnyakov | 2018-12-10 | 76 | -377/+493 |
* | [android] - remove style config from mapboxMapOptions and attributes | tobrun | 2018-12-10 | 73 | -267/+218 |
* | [android] - introduce validateState, add illegal state exception to all invoc... | tobrun | 2018-12-10 | 2 | -129/+55 |
* | [android] - throw exception when another style is loading, correct RuntimeSty... | tobrun | 2018-12-10 | 3 | -18/+32 |
* | [android] - optimise loaded style for location component, expose isFullyLoaded | Tobrun | 2018-12-10 | 7 | -18/+150 |
* | [android] - make style part of location component activation, add tests for n... | Tobrun | 2018-12-10 | 17 | -208/+355 |
* | [android] - update unit test to match NativeMapView#isDestroyed | Tobrun | 2018-12-10 | 1 | -0/+1 |