summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [android] ensure that move detector is enabled if double-tap is interruptedŁukasz Paczos2019-07-112-10/+52
* [android] fix up "match" expressions docs with stop argumentsŁukasz Paczos2019-07-111-6/+5
* [ios][android] Changelog updateMikhail Pozdnyakov2019-07-112-1/+3
* [android] add regression tests for recent quick zoom/double tap issuesŁukasz Paczos2019-07-112-0/+615
* [android] allow map panning after quick zoom is disabled but a phantom gestur...Łukasz Paczos2019-07-111-22/+23
* [android] ensure location shadow's gradient is greater than 0Łukasz Paczos2019-07-113-5/+70
* [android] remove access token's nullability annotations to not impact Kotlin ...Łukasz Paczos2019-07-112-2/+2
* [android] allow setting a null access token in the runtimeŁukasz Paczos2019-07-113-3/+3
* [android] throw configuration exception when accessing Mapbox services with a...Łukasz Paczos2019-07-115-1/+105
* [ios] Prepare ios-v5.2.0-alpha.3 releaseios-v5.2.0-alpha.3Jason Wray2019-07-104-9/+6
* [android] - update okhttp to latest stable version that support pre lolipop d...tobrun2019-07-101-1/+1
* [ios, macos] Default to local rendering of CJK characters, using system font ...m-stephen2019-07-109-22/+191
* Enable ignored but passing run-time styling tests (#6745)Aleksandar Stojiljkovic2019-07-091-2/+0
* [glfw] Reduce memory use when window loses focusMikhail Pozdnyakov2019-07-092-0/+9
* Issue #15065 changelogs and nit fix.Aleksandar Stojiljkovic2019-07-093-0/+3
* Fix layers rendering after fill-extrusionAleksandar Stojiljkovic2019-07-091-18/+0
* [android][ios][macos] Update changelog for #14930Alexander Shalamov2019-07-093-0/+7
* [ios, build] Add tests for MGLMapView pitch setting and tilt gestureJason Wray2019-07-082-0/+159
* [ios] Prepare ios-v5.2.0-alpha.2 releaseios-v5.2.0-alpha.2Jason Wray2019-07-084-9/+6
* [ios] Mapbox Events - v0.9.5 (#15077)Alf Watt2019-07-081-0/+0
* [android] - introduce MapboxMapOptins facility creation method.tobrun2019-07-087-9/+21
* [android] - add snapshotter and offline testtobrun2019-07-084-0/+128
* [android] - add ktlint, optimise code for ktlint validationtobrun2019-07-0450-269/+554
* [node] Parse 'sdf' option when adding an imageBruno de Oliveira Abinader2019-07-042-1/+7
* [android] changelog for 8.2.0-alpha.2android-v8.2.0-alpha.2Łukasz Paczos2019-07-031-1/+10
* [ios] Add removeStyleImage to MGLMapView (#14769)Fabian Guerra Soto2019-07-0214-0/+66
* [ios, build] Add podspec lint scriptJason Wray2019-07-021-0/+79
* [ios, build] Stop packaging local podspec with releasesJason Wray2019-07-022-42/+0
* [core] Update changelog filesMikhail Pozdnyakov2019-07-022-0/+11
* [android] - add binding integration for cache management APItobrun2019-07-0216-38/+722
* [core] Fix error handling in HeadlessFrontend::render()Mikhail Pozdnyakov2019-06-281-4/+9
* [core] Add number-format expressionJuha Alanen2019-06-2710-2/+213
* [ios] Fix ios-v5.2.0-alpha.1 podspec versionsJason Wray2019-06-263-3/+3
* [ios] Release ios-v5.2.0-alpha.1ios-v5.2.0-alpha.1Jason Wray2019-06-264-6/+15
* [ios] Remove previously deprecated unavailable methods and propertiesJason Wray2019-06-265-59/+5
* [ios, macos] Deprecate methods in favor of new completion handler versionsJason Wray2019-06-268-49/+42
* Fixes problems associated with node 10 and NAN (#14847)Blake Thompson2019-06-264-53/+60
* [android] - update changelog for v8.2.0-alpha.1android-v8.2.0-alpha.1Tobrun2019-06-261-7/+11
* [android] - bring back opacity manual regression testtobrun2019-06-261-0/+9
* Remove assert from deconstructor of run_loop.cppMichael Muesch2019-06-261-1/+0
* [android]Add MicroSoft AppCenter lib. (#14995)Kevin Li2019-06-2617-16/+53
* [core] Implement C++ render test runnerBruno de Oliveira Abinader2019-06-251-1/+0
* [core] DefaultFileSource dynamic support for cache-only requestsBruno de Oliveira Abinader2019-06-252-5/+10
* [darwin] Ensure the runloop is awake in RunLoop::runOnce()Bruno de Oliveira Abinader2019-06-251-0/+1
* [android] - add setVerbosity to Logger, add LogLevel IntDeftobrun2019-06-252-10/+200
* [android] invalidate camera when setting a paddingŁukasz Paczos2019-06-253-23/+86
* [darwin] Add warning about certain tests requiring en_US localeJason Wray2019-06-245-3/+21
* [android] refactor LocationComponentTest to use consistent mocking toolsŁukasz Paczos2019-06-241-28/+27
* [android] reset location layer animators when render mode changesŁukasz Paczos2019-06-244-4/+96
* [android] - update LatLngBounds example with animating bottomsheet scroll beh...Tobrun2019-06-245-198/+328