summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Fix viewport size for Linux on Qt5Bruno de Oliveira Abinader2016-10-281-8/+4
|
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-2716-104/+112
|
* [android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390)Tobrun2016-10-266-24/+24
| | | | | | | | | | | | * [android] - update android gradle tools, update test app version number, update target sdk to nougat, update support lib versions to latest * new tools generated an aligned test apk, breaks CI integration * update to Nougat release 7.1, update related tooling, update version code test app to 5.0.0. * update wear module * update gradle.properties
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-2529-521/+288
|
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-2524-276/+382
|
* removed brew cask install android studio instruction (#6723)Cameron Mace2016-10-251-9/+2
| | | | | | | | * removed brew cask install android studio instruction * link to download JDK * made fixes to instruction
* [android] - MarkerView is responsible for managing height and width of a ↵Tobrun2016-10-252-15/+43
| | | | Marker (opposed to the recycled view). (#6809)
* [android] - remove timer from compassView, make fading when facing north ↵Tobrun2016-10-2511-76/+165
| | | | | | | | | | | optional. (#6786) save state for recreating map view fix review comments unit test covering default value for fading and setting a new value fixup setter, fix default value
* [android] - move marker view click handling to core (#5639)Tobrun2016-10-253-25/+57
|
* [android] fix exception classIvo van Dongen2016-10-251-1/+1
|
* [glfw] Added queryPointAnnotations shortcutBruno de Oliveira Abinader2016-10-251-1/+5
|
* [android] - only pin certificates on current used environement. (#6766)Tobrun2016-10-241-21/+23
| | | update certificates sha256 for certificate pinning.
* [qt] Fix macOS Qt demo app with Qt4.xBruno de Oliveira Abinader2016-10-241-0/+10
|
* [android] - cap width/height at maximum, don't throw exception. (#6788)Tobrun2016-10-241-4/+10
|
* [node] publish Bitrise tag buildsMike Morris2016-10-221-6/+33
|
* Android Bitrise cleanup (#6782)Tobrun2016-10-211-46/+136
| | | | | | | | | | | | | | | | * [android] - update bitrise.yml, always use latest deploy step cleanup bitrise.yml formatting, separate download step -> if tests fail, build fails improve shown console messages, correct package for firebase filter update steps add slack integration for all workflows * fixup SKIPCI check
* [android] - remove jni method logging, only keep lifecycle related logs (#6787)Tobrun2016-10-211-80/+0
|
* Made telemetry dialog material (#6726)Cameron Mace2016-10-216-81/+48
| | | | | | * Made telemetry dialog material * cleaned up attribution_main_menu
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-202-6/+2
|
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-204-7/+4
|
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-2019-13/+183
| | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread
* [glfw] add map change callback methods to glfw_viewIvo van Dongen2016-10-201-0/+10
|
* [android] - add realtime geojson example from gl-js (#6751)Tobrun2016-10-204-0/+169
|
* [android] geojson source - remove explicit repaint requestsIvo van Dongen2016-10-203-20/+0
|
* [android] - Configure Gradle properties as part of the instalation process. ↵Tobrun2016-10-204-5/+10
| | | | (#6729)
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-2062-57/+3675
| | | | Studio run configurations integration. (#6748)
* [android] - configures AWS Device farm plugin from testapp. (#6750)Tobrun2016-10-202-11/+14
|
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-196-2/+167
| | | | | | * adds map dialog activity to testapp * added to genertate-test-code script
* [ios, macos] Raise correct style layer misuse exception (#6738)Minh Nguyễn2016-10-182-4/+10
| | | Implement the layer property on MGLStyleLayer itself, where it’s declared, so that the check for an abstract style layer doesn’t itself raise an exception. The concrete style layer classes still declare their own layers as covariant properties, although those properties aren’t actually used anywhere.
* [android] - update map change events javadoc (#6732)Tobrun2016-10-191-33/+51
|
* [android] - add package-info.java for net package (#6733)Tobrun2016-10-181-0/+4
|
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-189-81/+80
| | | | | | | | | | | | | | | | | | | [android] - convert angles to radiants in jni, correct follow animation for MyLocationView do not sanitise input when recreating from other camera object, input is already sanitised before cleanup mylocationview, made animation bit more smooth, improved UX when switching between tracking modes cleanup CameraUpdateFactory, hide internally used api. only invalidate position if required, remove outdated comments correct camera position values made zoom activity a bit more interesting made dynamic marker activity a bit more interesting FIXUP
* [ios, macos] Use swift_name for MGLMultiPoint and subclasses (#6727)Jesse Bounds2016-10-173-4/+3
| | | | | Decorate the class factory methods so that when they are translated to swift the method to create an MGLMultiPoint is not ambiguous with the methods to create MGLPolygon and MGLPolyline.
* ios-v.3.4.0-beta.1ios-v3.4.0-beta.1Jason Wray2016-10-172-2/+2
|
* [macos] Added MGLTileSet to project (#6713)Minh Nguyễn2016-10-172-6/+18
| | | Also reformatted some MGLTileSet documentation.
* [ios, macos] Change runtime styling category method prefix to mgl_Jason Wray2016-10-177-20/+20
| | | | This makes runtime styling category method naming consistent with the rest of the SDK.
* [ios, macos] Documented MGLStyleValueMinh Nguyễn2016-10-171-2/+143
|
* [ios, macos] Designated initializersMinh Nguyễn2016-10-173-7/+33
| | | | Added designated initializers to MGLStyleValue and friends. Restored custom equality and descriptions to MGLStyleFunction. Raise an exception if an unrecognized subclass of MGLStyleValue or MGLStyleValue itself is passed into a style attribute property.
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-1755-1810/+1073
|
* [ios, macos] Replaced MGLStyleAttributeValue with MGLStyleValueMinh Nguyễn2016-10-176-12/+256
| | | | MGLStyleValue is an umbrella class serving as a variant container for MGLStyleConstantValue and MGLStyleFunction. These classes use lightweight generics to indicate the underlying type. A templated C++ class concisely converts between mbgl::style::PropertyValue and MGLStyleValue.
* [ios, macos] Update changelogs (#6714)Minh Nguyễn2016-10-172-12/+28
| | | | | | * [macos] Subdivided release by topic in changelog * [ios, macos] Updated changelogs
* [core] Optimize OfflineDownload::ensureResource (#6707)Tore Halset2016-10-173-9/+77
| | | Add `OfflineDatabase::hasRegionResource`, for use when the actual contents are not needed by the caller, avoiding IO and decompression costs.
* [android] added wearable module (#6702)Cameron Mace2016-10-1720-0/+500
| | | | | | | | * added wearable module * fixed spacing in feature list * fixed tobruns suggestions and added checkstyle plugin
* Reusable point fromScreenLocation (#6652)Tobrun2016-10-172-13/+28
| | | | | | | | * Fixed bug where fromScreenLocation would modify the actual Point being passed in * [android] - move reused point to Projection class, migrated screen density logic to projection fixup code to be unit testable
* 6700 proguard update (#6718)Tobrun2016-10-174-10/+19
| | | | | | * [android] - include net package in proguard config, added the default EnclosingMethod disable warning and fixed up typo. * update test app dependency leak canary to do a proguard release build, replaced keep support lib classes by dontwarn following Google guidelines, remove outdated/obsolete square configuration
* MarkerView more robust when updates are asynchronous (#6717)Tobrun2016-10-173-19/+21
| | | | | | | | * [android] - remove ViewMarkers crash, show correct view cache size in test activity * use MapboxMap to indicate a MarkerView is no longer added on a map, no future updates will be passed on to core. * resolve memory leak
* [android] fix android style code gen scriptIvo van Dongen2016-10-171-1/+1
|
* [qt] Fix Qt5 bitrise botBruno de Oliveira Abinader2016-10-171-2/+3
|
* [ios, macos] fixes #6346: add support for configurable API base URL (#6709)Justin R. Miller2016-10-156-4/+88
|
* [android] don't delete local reference on value copyIvo van Dongen2016-10-152-19/+32
|