Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] modify texture coordinate scaling (#9153) | Molly Lloyd | 2017-07-27 | 7 | -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 Guardiola | 2017-07-27 | 1 | -1/+2 |
| | | | | counterclockwise angle after transform.invalidateCameraPosition() which needs to be transformed to a clockwise bearing) (#9632) | ||||
* | [android] - remove wear module from project | Tobrun Van Nuland | 2017-07-27 | 28 | -1433/+1 |
| | |||||
* | [docs] Add FOSSA 'license scan' badge (#9624) | Jason Wray | 2017-07-26 | 1 | -0/+3 |
| | | | [skip ci] | ||||
* | [core][android][macos][ios] Implement property functions for line-join, ↵ | Lauren Budorick | 2017-07-26 | 25 | -158/+352 |
| | | | | text-justify, text-anchor (#9583) | ||||
* | [android] - add zMediaOverlay configuration, add bottom sheet test setup | Tobrun Van Nuland | 2017-07-26 | 11 | -7/+418 |
| | |||||
* | [android] - forward getMapAsync to map for fragment | Tobrun Van Nuland | 2017-07-26 | 2 | -4/+16 |
| | |||||
* | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 33 | -98/+53 |
| | |||||
* | [node, tests] Consolidate headless rendering logic in HeadlessFrontend | John Firebaugh | 2017-07-26 | 40 | -768/+378 |
| | |||||
* | [core] Remove API tests that are covered by node tests | John Firebaugh | 2017-07-26 | 4 | -153/+0 |
| | |||||
* | [core] Replace API.ZoomHistory test with integration test | John Firebaugh | 2017-07-26 | 5 | -63/+2 |
| | |||||
* | [tests] Bump clang-tidy/format version | Thiago Marcos P. Santos | 2017-07-26 | 1 | -2/+2 |
| | | | | 4.0.0 was failing with the previous patch for no reason. | ||||
* | [core] Fix issues with the std:: namespace and old compilers | Thiago Marcos P. Santos | 2017-07-26 | 8 | -3/+39 |
| | | | | Specifically when building Android with GCC 4.9 (which Qt still does :-/) | ||||
* | [android] - add make target for dumping system GFX information | Tobrun Van Nuland | 2017-07-26 | 1 | -0/+5 |
| | |||||
* | [android] - add make target documentation | Tobrun Van Nuland | 2017-07-26 | 1 | -18/+25 |
| | |||||
* | [Qt] Fix database timeout not being set correctly | Thiago Marcos P. Santos | 2017-07-26 | 1 | -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 frontend | Ivo van Dongen | 2017-07-25 | 2 | -4/+4 |
| | |||||
* | [node] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 3 | -6/+10 |
| | |||||
* | [qt] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 4 | -8/+11 |
| | |||||
* | [glfw] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 2 | -1/+2 |
| | |||||
* | [android] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 3 | -1/+9 |
| | |||||
* | [render] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | [default] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 3 | -4/+8 |
| | |||||
* | [ios][macos] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 3 | -13/+11 |
| | |||||
* | [core] fix backend scope handling on render, cleanup and lowmemory | Ivo van Dongen | 2017-07-25 | 2 | -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 Nuland | 2017-07-25 | 1 | -3/+14 |
| | | | | result create the map object | ||||
* | [android] - don't query for shape annotations if none were added | Tobrun Van Nuland | 2017-07-25 | 1 | -4/+6 |
| | |||||
* | [android] fix added to map checks because LongSparseArray#indexOfKey could ↵ | Pablo Guardiola | 2017-07-25 | 4 | -33/+20 |
| | | | | return a negative number when the specified key is not mapped (#9602) | ||||
* | [android] - use custom viewpager to allow horizontal swiping | Tobrun Van Nuland | 2017-07-25 | 3 | -4/+24 |
| | |||||
* | [node] Reset Style::Impl::lastError when loading a new style | John Firebaugh | 2017-07-24 | 2 | -0/+53 |
| | |||||
* | [node] Protect against more badly behaved request implementations | John Firebaugh | 2017-07-24 | 2 | -7/+70 |
| | |||||
* | [node] Rewrite request tests | John Firebaugh | 2017-07-24 | 4 | -136/+71 |
| | |||||
* | [core] make actor self reference optional | Ivo van Dongen | 2017-07-24 | 2 | -3/+46 |
| | |||||
* | [core] add ask pattern to actor ref | Ivo van Dongen | 2017-07-24 | 2 | -3/+76 |
| | |||||
* | [core] implement ask pattern in actor | Ivo van Dongen | 2017-07-24 | 3 | -0/+70 |
| | |||||
* | [android] - harden click handling of shape annotations | Tobrun Van Nuland | 2017-07-24 | 1 | -4/+20 |
| | |||||
* | [android] - validate Marker before opening InfoWindow | Tobrun Van Nuland | 2017-07-24 | 1 | -3/+2 |
| | |||||
* | [core] generate masks for raster tiles to avoid painting over children | Konstantin Käfer | 2017-07-24 | 13 | -8/+264 |
| | |||||
* | [core] add algorithm for computing masks for raster tiles | Konstantin Käfer | 2017-07-24 | 9 | -0/+323 |
| | |||||
* | [android] fix geojson source proguard issue (#9569) (#9577) | Pablo Guardiola | 2017-07-24 | 1 | -1/+2 |
| | |||||
* | [node] Protect against synchronous request implementations | John Firebaugh | 2017-07-21 | 1 | -1/+7 |
| | |||||
* | Partially revert "[node] Fix memory test hanging after GlyphAtlas ↵ | John Firebaugh | 2017-07-21 | 2 | -16/+0 |
| | | | | | | refactoring (#8394)" This reverts commit 5700c99e553c6e487649350505f438844056a1c8. | ||||
* | [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to ↵ | John Firebaugh | 2017-07-21 | 1 | -1/+15 |
| | | | | known bugs | ||||
* | [android] add lint using current baseline as starting point (#9318) | Pablo Guardiola | 2017-07-21 | 13 | -1/+4108 |
| | |||||
* | [core] Work around Adreno 2xx GPU bugs (#9573) | John Firebaugh | 2017-07-21 | 1 | -0/+7 |
| | |||||
* | Update public.xml (#9575) | jingsam | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | add native ignore for `text-justify/property-function` | Nicki Dlugash | 2017-07-20 | 1 | -0/+1 |
| | |||||
* | [core] Correctly track sprite loaded state through smart setStyle | John Firebaugh | 2017-07-20 | 6 | -14/+21 |
| | |||||
* | [android] - manage InfoWindow selection in AnnotationManager (#9567) | Tobrun | 2017-07-20 | 1 | -5/+0 |
| | |||||
* | [android] - increase touch target to match largest Marker icon (#9565) | Tobrun | 2017-07-20 | 2 | -27/+27 |
| |