summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] map snapshotterupstream/ivd-android-snapshotterIvo van Dongen2017-08-2311-0/+620
|
* [android] add GenericWeakReference that can be deleted from any threadIvo van Dongen2017-08-231-0/+29
|
* [default] map snapshotterIvo van Dongen2017-08-232-0/+116
|
* [default] headless_frontend - support program cache dirIvo van Dongen2017-08-222-6/+7
|
* [linux] headless display - support opengl es 2Ivo van Dongen2017-08-221-0/+3
|
* [core] enable Thread destruction from arbitrary threadsIvo van Dongen2017-08-221-2/+0
|
* [core] make thread.hpp publicIvo van Dongen2017-08-222-1/+1
|
* [android] - restore max zoom to 25.5Tobrun Van Nuland2017-08-141-1/+1
|
* [test] Added Map.SetStyleDefaultCamera testBruno de Oliveira Abinader2017-08-112-0/+21
|
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-117-62/+30
|
* [android] - add example of camera zoom function on a symbol layer.Tobrun2017-08-108-218/+144
|
* [android] - optimise icon managementTobrun Van Nuland2017-08-107-16/+248
|
* [android] - provide compability with Samsung devices forcing 3-4 array ↵Tobrun2017-08-101-3/+27
| | | | matrix length
* [android] - refactor resource reading into utilTobrun2017-08-106-147/+72
|
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-108-33/+165
|
* [android] - update LatLngBounds activity with BottomSheet interactionTobrun2017-08-095-58/+211
|
* [android] Allow overriding abi from IDEIvo van Dongen2017-08-091-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 schedulerIvo van Dongen2017-08-097-41/+30
|
* [default] use the current scheduler in the online file sourceIvo van Dongen2017-08-091-1/+1
|
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-094-8/+8
|
* [core] make RunLoop::schedule publicIvo van Dongen2017-08-091-6/+6
|
* [core] current schedulerIvo van Dongen2017-08-094-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 clangIvo van Dongen2017-08-091-3/+3
|
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-0811-45/+46
| | | | Broadcom GPUs don't cope well with using the least significant bit for this.
* [tests] Ignore render test failuresJohn Firebaugh2017-08-081-0/+7
|
* [core] Bump vector-tile to v1.0.0-rc7Thiago Marcos P. Santos2017-08-081-1/+1
| | | | This version builds on Android + GCC.
* [core] finish must-revalidate supportKonstantin Käfer2017-08-0822-142/+316
|
* [core] make actor self reference optional - againIvo van Dongen2017-08-082-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-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)