summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-2615-48/+25
|
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-2617-326/+216
|
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-261-0/+2
|
* [Qt] Fix database timeout not being set correctlyThiago Marcos P. Santos2017-07-261-1/+6
| | | | | | | | It was overflowing due to long to int conversion inside Qt and never being effectively set because Qt was silently ignoring the conversion error and discarding the new value. Fixes #9108.
* [node] manage backendscope in renderer frontendIvo van Dongen2017-07-253-6/+10
|
* [qt] manage backendscope in renderer frontendIvo van Dongen2017-07-254-8/+11
|
* [glfw] manage backendscope in renderer frontendIvo van Dongen2017-07-252-1/+2
|
* [android] manage backendscope in renderer frontendIvo van Dongen2017-07-253-1/+9
|
* [default] manage backendscope in renderer frontendIvo van Dongen2017-07-253-4/+8
|
* [ios][macos] manage backendscope in renderer frontendIvo van Dongen2017-07-253-13/+11
|
* [android] - hook into onGlobalLayout to start creating the surface and as a ↵Tobrun Van Nuland2017-07-251-3/+14
| | | | result create the map object
* [android] - don't query for shape annotations if none were addedTobrun Van Nuland2017-07-251-4/+6
|
* [android] fix added to map checks because LongSparseArray#indexOfKey could ↵Pablo Guardiola2017-07-254-33/+20
| | | | return a negative number when the specified key is not mapped (#9602)
* [android] - use custom viewpager to allow horizontal swipingTobrun Van Nuland2017-07-253-4/+24
|
* [node] Reset Style::Impl::lastError when loading a new styleJohn Firebaugh2017-07-241-0/+51
|
* [node] Protect against more badly behaved request implementationsJohn Firebaugh2017-07-242-7/+70
|
* [node] Rewrite request testsJohn Firebaugh2017-07-244-136/+71
|
* [android] - harden click handling of shape annotationsTobrun Van Nuland2017-07-241-4/+20
|
* [android] - validate Marker before opening InfoWindowTobrun Van Nuland2017-07-241-3/+2
|
* [android] fix geojson source proguard issue (#9569) (#9577)Pablo Guardiola2017-07-241-1/+2
|
* [node] Protect against synchronous request implementationsJohn Firebaugh2017-07-211-1/+7
|
* Partially revert "[node] Fix memory test hanging after GlyphAtlas ↵John Firebaugh2017-07-212-16/+0
| | | | | | refactoring (#8394)" This reverts commit 5700c99e553c6e487649350505f438844056a1c8.
* [android] add lint using current baseline as starting point (#9318)Pablo Guardiola2017-07-2111-1/+4064
|
* Update public.xml (#9575)jingsam2017-07-211-1/+1
|
* add native ignore for `text-justify/property-function`Nicki Dlugash2017-07-201-0/+1
|
* [android] - manage InfoWindow selection in AnnotationManager (#9567)Tobrun2017-07-201-5/+0
|
* [android] - increase touch target to match largest Marker icon (#9565)Tobrun2017-07-202-27/+27
|
* [Qt] Use the Qt release version and Qt Framework version on the user agentThiago Marcos P. Santos2017-07-201-1/+4
|
* [android] - avoid creating InfoWindow iterator if no InfoWindows are shown ↵Tobrun2017-07-201-11/+6
| | | | (#9477)
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-208-1/+128
|
* [test] Add native ignore for 'text-anchor/property-function' (#9556)Chris Loer2017-07-191-1/+2
|
* [build] Downgrade GCC support from 5.0 to 4.9Bruno de Oliveira Abinader2017-07-192-5/+11
|
* [Qt] Avoid using brace-list init ctor in QMapboxGLThiago Marcos P. Santos2017-07-192-14/+31
|
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-194-120/+94
|
* [android] - trying to update non-existent polyline fix #9543 (#9544)Łukasz Paczos2017-07-191-0/+1
|
* [Qt] Rename files with same nameThiago Marcos P. Santos2017-07-192-1/+1
| | | | | QMake is having some issues with files with same names when building the Qt Location plugin.
* [Qt] Destroy the map object before the renderer frontendThiago Marcos P. Santos2017-07-181-1/+1
| | | | | | The Map object will call the renderer frontend on its destructor. Fixes #9535.
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-184-12/+175
|
* [android] - bump OkHttp dependency to avoid null pointer exceptions on ↵Tobrun2017-07-181-1/+1
| | | | Android 7.0 (#9522)
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-182-2/+2
|
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-182-9/+0
|
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-187-20/+19
|
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-1813-30/+30
|
* [core] rename backend to renderer backendIvo van Dongen2017-07-183-4/+4
|
* [qt] rendering interface changesIvo van Dongen2017-07-185-4/+96
|
* [glfw] rendering interface changesIvo van Dongen2017-07-185-8/+89
|
* [android] rendering interface changesIvo van Dongen2017-07-1819-68/+229
|
* [ios][macos] rendering interface changesIvo van Dongen2017-07-189-32/+130
|
* [node] rendering interface changesIvo van Dongen2017-07-184-10/+123
|
* [core] renderer interfaceIvo van Dongen2017-07-186-8/+76
|