summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Removed unused constructorupstream/tvn-test-ci-time-outThiago Marcos P. Santos2017-08-072-39/+0
| | | | | | | | | | Not in use at the moment, was causing a compiler error on Apple LLVM version 8.0.0 (clang-800.0.42.1). ``` src/mbgl/sprite/sprite_loader.cpp:25:11: error: call to constructor of 'Actor<mbgl::SpriteLoaderWorker>' is ambiguous ```
* [android] fix formatting zoom position DebugModeActivity crash (#9718)Pablo Guardiola2017-08-071-1/+1
|
* [android] make text not selectable to fix infowindow issues caused because ↵Pablo Guardiola2017-08-078-10/+10
| | | | selectable text consumes the click event (#9717)
* [core] Update dependenciesThiago Marcos P. Santos2017-08-071-5/+5
| | | | Bump to a new version that old compilers can build.
* [core] Do not use polymorphic lambdaThiago Marcos P. Santos2017-08-072-34/+63
| | | | | | Crashes with GCC 5.2.0 needed by Qt Automotive. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68278
* [core] Include what you useThiago Marcos P. Santos2017-08-071-0/+1
| | | | Fix linking error on MacOS with older clang versions.
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-073-5/+6
| | | | They are not available on Android + GCC (needed by Qt)
* [andriod] - post updating InfoWinw update for Dynamic InfoWindowAdapter exampleTobrun Van Nuland2017-08-071-12/+14
|
* [core] fix rendering of fill outlines that have a different color than the ↵Konstantin Käfer2017-08-074-36/+24
| | | | fill itself
* [android] - annotate MapboxMap with UiThreadTobrun Van Nuland2017-08-071-107/+1
|
* [core] Simplify generate-shaders.jsJohn Firebaugh2017-08-0213-101/+187
| | | | We moved the #pragma ⇢ #ifndef logic into gl-js.
* Combine AWS keys (#9679)Bobby Sudekum2017-08-021-31/+3
|
* Add native ignore for text-letter-spacing/property-function and ↵Nicki Dlugash2017-08-011-0/+2
| | | | zoom-and-property-function (#9669)
* [android] - bump MAS dependency (#9671)Tobrun2017-08-011-1/+1
|
* [test] Add native ignore for text-max-width/property-function and ↵Nicki Dlugash2017-08-011-0/+2
| | | | | text-max-width/zoom-and-property-function (#9655) [test] Add native ignore for text-max-width/property-function and text-max-width/zoom-and-property-function
* [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-012-2/+2
|
* [android] - try/catch initalisation of Telemetry (#9658)Tobrun2017-08-011-2/+10
|
* [android] - remove preview image integration (#9657)Tobrun2017-08-016-70/+1
|
* [android] - move ZoomButtonController creation to view initalisation (#9587)Tobrun2017-08-012-15/+17
|
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-2888-3289/+553
| | | | * [android] - fix lint issues SDK
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-277-48/+57
| | | | | | | | | ignore unsupported dds property tests fix tests remove unneeded texture extent variable bump gl-js to master
* [android] fix compass direction (Transform::getCameraOptions returns ↵Pablo Guardiola2017-07-271-1/+2
| | | | counterclockwise angle after transform.invalidateCameraPosition() which needs to be transformed to a clockwise bearing) (#9632)
* [android] - remove wear module from projectTobrun Van Nuland2017-07-2728-1433/+1
|
* [docs] Add FOSSA 'license scan' badge (#9624)Jason Wray2017-07-261-0/+3
| | | [skip ci]
* [core][android][macos][ios] Implement property functions for line-join, ↵Lauren Budorick2017-07-2625-158/+352
| | | | text-justify, text-anchor (#9583)
* [android] - add zMediaOverlay configuration, add bottom sheet test setupTobrun Van Nuland2017-07-2611-7/+418
|
* [android] - forward getMapAsync to map for fragmentTobrun Van Nuland2017-07-262-4/+16
|
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-2633-98/+53
|
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-2640-768/+378
|
* [core] Remove API tests that are covered by node testsJohn Firebaugh2017-07-264-153/+0
|
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-265-63/+2
|
* [tests] Bump clang-tidy/format versionThiago Marcos P. Santos2017-07-261-2/+2
| | | | 4.0.0 was failing with the previous patch for no reason.
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-268-3/+39
| | | | Specifically when building Android with GCC 4.9 (which Qt still does :-/)
* [android] - add make target for dumping system GFX informationTobrun Van Nuland2017-07-261-0/+5
|
* [android] - add make target documentationTobrun Van Nuland2017-07-261-18/+25
|
* [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.
* [benchmark] manage backendscope in renderer frontendIvo van Dongen2017-07-252-4/+4
|
* [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
|
* [render] manage backendscope in renderer frontendIvo van Dongen2017-07-251-1/+1
|
* [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
|
* [core] fix backend scope handling on render, cleanup and lowmemoryIvo van Dongen2017-07-252-8/+4
| | | | | - Make renderer frontend responsible for creating a BackendScope on render - encapsulate backend scope handling on cleanup and low memory in renderer impl
* [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-242-0/+53
|