summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra ↵Chris Loer2016-11-172-2/+2
| | | | | | | conversions and reduce in-memory size. Continue to use uint32 as glyph ID to maintain Glyph PBF, even though we're only using 16 bits of that uint32. Use std::codecvt instead of boost::unicode_iterator for UTF8->UTF16 conversions.
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-174-0/+44
|
* [node] Revert semantics of Map#renderJohn Firebaugh2016-11-172-30/+40
|
* [build] create separate bitrise build for binary size trackingKonstantin Käfer2016-11-171-7/+34
|
* [ios, macos] Updated changelog for #7091Minh Nguyễn2016-11-172-0/+2
|
* [linux] Ensure EGL uses OpenGL ES 2.0 client APIBruno de Oliveira Abinader2016-11-172-5/+16
|
* [build] Added EGL & GLX CI buildsBruno de Oliveira Abinader2016-11-171-1/+2
|
* [linux] Implement EGL headless backendTiago Vignatti2016-11-174-2/+147
| | | | | | | | | | | | | | | | | | Original author: Tiago Vignatti <tvignatti@gmail.com> Calling X11 window system is superfluous for headless rendering. This patch implements EGL platform using GBM, which is slightly more simple than the GLX path when using X11. In principle there are no big advantages in terms of performance etc. My motivation behind this was to get in touch with the code and the project. For testing I'm using: $ unset DISPLAY && ./build/linux-x86_64/Debug/mbgl-test v2: rebased patch against the new cmake changes; walk through render node to find a valid one; remove EGLSurface completely cause windows are not needed here.
* node-v3.4.2node-v3.4.2Mike Morris2016-11-151-0/+4
|
* [node] publish Node.js Linux binaries with GLXMike Morris2016-11-153-15/+20
| | | | run test suite with OSMesa in Debug
* [build] add binary size logging to macOS nightliesKonstantin Käfer2016-11-152-0/+37
|
* [build] add binary size logging to iOS nightliesKonstantin Käfer2016-11-152-0/+51
|
* [build] add binary size logging to Android nightliesKonstantin Käfer2016-11-152-0/+22
|
* [build] add binary size logging to Linux Release buildsKonstantin Käfer2016-11-152-0/+22
|
* [ios, macos] refs #7060: properly check removed layers & sources (#7062)Justin R. Miller2016-11-151-0/+14
|
* [ios, macos] fixes #7059: raise exception for abstract sources on add (#7060)Justin R. Miller2016-11-141-0/+7
|
* [core] Line-break ideographic text by character (#6828)Minh Nguyễn2016-11-142-0/+2
| | | | | | | | | | | | | | * [core] Line-break ideographic text by character Allow a line break to be inserted after any supported Chinese, Japanese, or Yi character in a point-placed label. Balance the lines unless non-ideographic text such as Latin letters are present. Fixes #1223. * [core] Moved more character classing into util::i18n * [core] Detect character properties by Unicode block * [test] Reenabled ideographic breaking tests
* [android] Update GLSL + ensure binding to OpenGL ES 2.0Bruno de Oliveira Abinader2016-11-142-20/+28
|
* [Qt] Copy headers to build path in 'qt-lib' targetBruno de Oliveira Abinader2016-11-141-0/+8
|
* [android] return source ownership on removeIvo van Dongen2016-11-146-5/+99
|
* [android] return layer ownership on removeIvo van Dongen2016-11-146-5/+77
|
* [android] - getMarkerViews in rect should return in bound views (#7015)Tobrun2016-11-146-7/+193
| | | | | | | | * [android] - getMarkerViews in rectangle should only return in bound views. * added example in test app for debugging * Covert rectangle coming in to density dependant rectangle
* [android] - allow using rotate gesture when not tracking user location, ↵Tobrun2016-11-142-9/+14
| | | | correctly update bearing during rotation gesture (#6978)
* Default Style Camera on Android (#7019)Tobrun2016-11-112-1/+3
| | | | | | * [core] - do not set camera mutated to true when calling Map::getLatLng * [android] - correctly check if a Map is created without a camera position
* [android] updated test activities for refactored layer/source ownershipIvo van Dongen2016-11-113-15/+12
|
* [android] source/layer java docIvo van Dongen2016-11-111-0/+28
|
* [android] fix source ownershipIvo van Dongen2016-11-114-3/+39
|
* [android] fix layer ownershipIvo van Dongen2016-11-1114-148/+45
|
* node-v3.4.1node-v3.4.1Mike Morris2016-11-101-0/+5
|
* [android] - check for default values when constructing a camera position ↵Tobrun2016-11-101-4/+1
| | | | from a CameraUpdate (#7002)
* [android] update viewport size when framebuffer size changedKonstantin Käfer2016-11-102-0/+7
|
* Merge branch 'release-ios-v3.3.6' into merge-release-ios-v3.3.6Jesse Bounds2016-11-091-0/+4
|\
| * ios-v3.3.6Jesse Bounds2016-11-093-2/+6
| |
* | [node] Initial camera will be set automatically by styleJohn Firebaugh2016-11-091-4/+0
| |
* | [node] Don't needlessly reset map stateJohn Firebaugh2016-11-091-19/+41
| |
* | [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-095-1/+263
| |
* | [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-0962-1342/+2241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* | [build] don't rewrite style code for every buildKonstantin Käfer2016-11-092-47/+15
| | | | | | | | | | | | revert of 93166aef482ea5835d87231f88d369449398ccdf On Android, we always rewrote the style code files, which lead to gratuitous recompiles
* | [android] - fix inconsistency of float usage in CameraPosition and ↵Tobrun2016-11-094-24/+24
| | | | | | | | CameraUpdateFactory (#6941)
* | Cherry pick release v4.2.0 (#6944)Tobrun2016-11-0912-93/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - MyLocationView should facing above when location and compass bearing tracking are enabled. (#6829) * [android] - use current animated rotation value for calculating animated marker rotation difference (#6826) fix unit tests, input limiting is not handled by animateRotationBy instead of MarkerView. Changed test to validate if method was called with correct value. * [android] - only calculated offset margins for InfoWindow if View is found in current viewport, added example to the test app to test for regressions (#6877) * upgraded okhttp dependency to latest version (#6880) * Cancelable callback invocation (#6891) * [android] - allow onCancel to be invoked from camera cancel callbacks * set to null after finish * [android] - using bearing clockwise versus counterclockwise (#6917) * [android] - using bearing clockwise versus counterclockwise * fixup brackets * [android] - convert bearing values from core to Android SDK equivalent.
* | [android] - update make targets (#6958)Tobrun2016-11-082-5/+5
| |
* | [build] Use mesa-13.0.0-glx in CI buildsBruno de Oliveira Abinader2016-11-081-26/+20
| |
* | [core] Refactor HeadlessBackendBruno de Oliveira Abinader2016-11-086-115/+197
| |
* | [core] Refactor HeadlessDisplayBruno de Oliveira Abinader2016-11-087-77/+142
| |
* | [ios, macos] override style spec documentationFredrik Karlsson2016-11-087-15/+71
| |
* | [ios] specify plist-file for settings bundleFredrik Karlsson2016-11-081-0/+2
| |
* | added attribution tint color check (#6950)Cameron Mace2016-11-071-1/+7
| |
* | 6067 annotation manager (#6913)Tobrun2016-11-078-766/+943
| | | | | | | | | | | | | | | | | | | | * [android] - AnnotationManager and InfoWindowManager refactor * make AnnotationManager independent from MapView/MapboxMap, add IconManager, * make code unit testable * added some class level documentation (for internal use)
* | [android] - validate intent and contents before handling (#6938)Tobrun2016-11-071-7/+6
| |
* | [android] update custom layer example with invalidation exampleIvo van Dongen2016-11-074-4/+52
| |