Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped MAS version numberupstream/cam-bump-mas-version | Cameron Mace | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | [android] - avoid IndexOutOfBounds when destroying map object | Tobrun Van Nuland | 2017-08-17 | 3 | -57/+19 |
| | |||||
* | [android] - create smallest possible LatLngBounds when visible region ↵ | Tobrun | 2017-08-17 | 3 | -8/+37 |
| | | | | crosses the dateline | ||||
* | [android] - update project readme with checkstyle and ndk-stack information | Tobrun Van Nuland | 2017-08-17 | 1 | -0/+9 |
| | |||||
* | [android] - add make android-check which wraps checkstyle and lint execution | Tobrun Van Nuland | 2017-08-17 | 1 | -0/+4 |
| | |||||
* | [android] - enable location change animation of MyLocationView by default | Tobrun Van Nuland | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Initialize Xcode project build settings (#9777) | Anand Thakker | 2017-08-16 | 7 | -0/+38 |
| | |||||
* | [android] - deprecate MyLocationView in favor of LocationLayer plugin | Tobrun Van Nuland | 2017-08-15 | 4 | -0/+37 |
| | |||||
* | [android] - increase firebase timeout for CI testing | Tobrun Van Nuland | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | [android] - re-add projectedMeters | Tobrun Van Nuland | 2017-08-15 | 1 | -0/+15 |
| | |||||
* | [test] Added API.RecycleMapUpdateImages test | Bruno de Oliveira Abinader | 2017-08-14 | 4 | -0/+59 |
| | |||||
* | [core] Ensure image dependencies in GeometryTileWorker::onImagesAvailable | Bruno de Oliveira Abinader | 2017-08-14 | 1 | -1/+6 |
| | |||||
* | [android] - restore max zoom to 25.5 | Tobrun Van Nuland | 2017-08-14 | 1 | -1/+1 |
| | |||||
* | [test] Added Map.SetStyleDefaultCamera test | Bruno de Oliveira Abinader | 2017-08-11 | 2 | -0/+21 |
| | |||||
* | [core] Added Style::getDefaultCamera() | Bruno de Oliveira Abinader | 2017-08-11 | 7 | -62/+30 |
| | |||||
* | [android] - add example of camera zoom function on a symbol layer. | Tobrun | 2017-08-10 | 8 | -218/+144 |
| | |||||
* | [android] - optimise icon management | Tobrun Van Nuland | 2017-08-10 | 7 | -16/+248 |
| | |||||
* | [android] - provide compability with Samsung devices forcing 3-4 array ↵ | Tobrun | 2017-08-10 | 1 | -3/+27 |
| | | | | matrix length | ||||
* | [android] - refactor resource reading into util | Tobrun | 2017-08-10 | 6 | -147/+72 |
| | |||||
* | [android] - expose setStyleJson and getStyleJson | Tobrun Van Nuland | 2017-08-10 | 8 | -33/+165 |
| | |||||
* | [android] - update LatLngBounds activity with BottomSheet interaction | Tobrun | 2017-08-09 | 5 | -58/+211 |
| | |||||
* | [android] Allow overriding abi from IDE | Ivo van Dongen | 2017-08-09 | 1 | -2/+5 |
| | | | | | - This allows to build a different architecture then the default for a device, for example armeabi-v7a instead of arm64-v8a (which allows for better stack traces usually) - Set in compiler > command-line options: -Pmapbox.abis=... | ||||
* | [all] ensure runloop is the current scheduler | Ivo van Dongen | 2017-08-09 | 7 | -41/+30 |
| | |||||
* | [default] use the current scheduler in the online file source | Ivo van Dongen | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | [core] remove dependencies on RunLoop | Ivo van Dongen | 2017-08-09 | 4 | -8/+8 |
| | |||||
* | [core] make RunLoop::schedule public | Ivo van Dongen | 2017-08-09 | 1 | -6/+6 |
| | |||||
* | [core] current scheduler | Ivo van Dongen | 2017-08-09 | 4 | -7/+30 |
| | | | | - Adds a way to set the current scheduler on the thread to be used whenever a mailbox is created that needs to reply on this thread | ||||
* | [core] fix shadowing argument on apple clang | Ivo van Dongen | 2017-08-09 | 1 | -3/+3 |
| | |||||
* | [core] Use separate attribute component for line normals | John Firebaugh | 2017-08-08 | 11 | -45/+46 |
| | | | | Broadcom GPUs don't cope well with using the least significant bit for this. | ||||
* | [tests] Ignore render test failures | John Firebaugh | 2017-08-08 | 1 | -0/+7 |
| | |||||
* | [core] Bump vector-tile to v1.0.0-rc7 | Thiago Marcos P. Santos | 2017-08-08 | 1 | -1/+1 |
| | | | | This version builds on Android + GCC. | ||||
* | [core] finish must-revalidate support | Konstantin Käfer | 2017-08-08 | 22 | -142/+316 |
| | |||||
* | [core] make actor self reference optional - again | Ivo van Dongen | 2017-08-08 | 2 | -2/+38 |
| | | | | - uses a different method of constructor selection that also works on Apple clang < 8.2. | ||||
* | [core] Removed unused constructorupstream/tvn-test-ci-time-out | Thiago Marcos P. Santos | 2017-08-07 | 2 | -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 Guardiola | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | [android] make text not selectable to fix infowindow issues caused because ↵ | Pablo Guardiola | 2017-08-07 | 8 | -10/+10 |
| | | | | selectable text consumes the click event (#9717) | ||||
* | [core] Update dependencies | Thiago Marcos P. Santos | 2017-08-07 | 1 | -5/+5 |
| | | | | Bump to a new version that old compilers can build. | ||||
* | [core] Do not use polymorphic lambda | Thiago Marcos P. Santos | 2017-08-07 | 2 | -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 use | Thiago Marcos P. Santos | 2017-08-07 | 1 | -0/+1 |
| | | | | Fix linking error on MacOS with older clang versions. | ||||
* | [core] Remove std:: namespace for some functions | Thiago Marcos P. Santos | 2017-08-07 | 3 | -5/+6 |
| | | | | They are not available on Android + GCC (needed by Qt) | ||||
* | [andriod] - post updating InfoWinw update for Dynamic InfoWindowAdapter example | Tobrun Van Nuland | 2017-08-07 | 1 | -12/+14 |
| | |||||
* | [core] fix rendering of fill outlines that have a different color than the ↵ | Konstantin Käfer | 2017-08-07 | 4 | -36/+24 |
| | | | | fill itself | ||||
* | [android] - annotate MapboxMap with UiThread | Tobrun Van Nuland | 2017-08-07 | 1 | -107/+1 |
| | |||||
* | [core] Simplify generate-shaders.js | John Firebaugh | 2017-08-02 | 13 | -101/+187 |
| | | | | We moved the #pragma ⇢ #ifndef logic into gl-js. | ||||
* | Combine AWS keys (#9679) | Bobby Sudekum | 2017-08-02 | 1 | -31/+3 |
| | |||||
* | Add native ignore for text-letter-spacing/property-function and ↵ | Nicki Dlugash | 2017-08-01 | 1 | -0/+2 |
| | | | | zoom-and-property-function (#9669) | ||||
* | [android] - bump MAS dependency (#9671) | Tobrun | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | [test] Add native ignore for text-max-width/property-function and ↵ | Nicki Dlugash | 2017-08-01 | 1 | -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) | Tobrun | 2017-08-01 | 2 | -2/+2 |
| | |||||
* | [android] - try/catch initalisation of Telemetry (#9658) | Tobrun | 2017-08-01 | 1 | -2/+10 |
| |