summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-101-1/+1
|
* add compass drawable initialization in ui settings (#8695)Pablo Guardiola2017-04-102-1/+6
|
* [qt] Renamed qt5 formula to qtMinh Nguyễn2017-04-081-6/+6
|
* [node] Calculate image buffer and length once (#8673)Bobby Sudekum2017-04-071-3/+6
|
* [android] - disable building x86-64 on CI for snapshot builds (#8679)Tobrun2017-04-071-1/+7
| | | | | | | | * [android] - disable building x86-64 on CI for scheduled workflow. Broken with NDK14. * corrected abis flag for gradle invocation * add mips 64
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-065-24/+294
| | | | | | | | | | | | | | | | | | | | | | | | * Update gl-js and generate style code * Factor out packUint8Pair() helper function * Draft implementation of DDS for {text,icon}-size Ports https://github.com/mapbox/mapbox-gl-js/pull/4455 * Fix text-size/composite-function-line-placement test * Refactor to PaintPropertyBinders-like strategy * Dedupe gl::Program construction * Use exponential function base for interpolation * Dedupe coveringZoomStops method * Fixup tests * Fix CI errors (hidden within #if block)
* [android] Update LOST to latest versionAntonio Zugaldia2017-04-061-1/+1
|
* [ios] expose link flags via mbgl-core targetKonstantin Käfer2017-04-062-9/+8
|
* [macos] expose link flags via mbgl-core targetKonstantin Käfer2017-04-062-35/+8
|
* [ios, macos] Fail gracefully on invalid coordinatesMinh Nguyễn2017-04-065-13/+40
| | | | Invalid coordinates no longer cause an exception to be raised immediately when used in conversion methods and model objects. Instead, the appropriate invalid values are used, consistent with MapKit. Exceptions are still raised when invalid model objects are used with the map.
* [ios, macos] Streamlined coordinate validationMinh Nguyễn2017-04-062-15/+10
| | | | Replaced preflight checks in MGLLatLngFromLocationCoordinate2D() with a try-catch block that relays exceptions raised by mbgl. De-inlined the function because it’s no longer trivial.
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-068-23/+20
|
* [android] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-063-22/+104
|
* [darwin] Preflight argument validity before constructing mbgl::LatLngJohn Firebaugh2017-04-061-0/+12
|
* [darwin] Use MGLLatLngFromLocationCoordinate2D where appropriateJohn Firebaugh2017-04-063-4/+5
|
* [darwin] Fix invalid coordinates in MGLShapeSource testsJohn Firebaugh2017-04-061-52/+52
|
* [core] always create a pixelbuffer surface in the EGL backendKonstantin Käfer2017-04-052-9/+6
| | | | We need a surface to activate a context. Some implementation don't seem to error when passing EGL_NO_SURFACE, but it doesn't seem standards compliant.
* [core] destroy surface before context in EGL backendKonstantin Käfer2017-04-051-4/+4
|
* [core] destroy HeadlessDisplay after HeadlessBackend implementationKonstantin Käfer2017-04-051-1/+1
|
* [android] - apply mix/max zoom xml attributes (#8631)Tobrun2017-04-051-0/+2
|
* Show zoom level in window's title barEimantas Vaiciunas2017-04-032-7/+15
|
* [android] Fix implicit geometry conversions for NDK r13bKonstantin Käfer2017-04-033-2/+30
|
* [core] Do not throw on dtorsThiago Marcos P. Santos2017-04-011-1/+1
| | | | Fix build on GCC6 + Ubuntu 16.04.
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-315-14/+64
|
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-315-12/+147
|
* [android] - transition options for layer properties (#8509)Tobrun2017-03-3137-24/+2547
| | | | | [android] fixup highlevel bindings for transition options finish integration
* [android] - update getting started and distribution docs (#8412)Tobrun2017-03-314-160/+88
| | | | | | * [android] - update project documentation * add linux instructions
* [android] - disable requiring supported languages for test applications (#8597)Tobrun2017-03-312-0/+5
|
* update test documentation adding how to run firebase tests within android ↵Pablo Guardiola2017-03-307-80/+117
| | | | studio (#8566)
* [ios] Localized map view proxy accessibility hintMinh Nguyễn2017-03-302-4/+6
|
* [android] - Transifex intregration and Dutch translations. (#8556)Tobrun2017-03-303-0/+29
| | | add Catalan translations
* [android] resource transform callback exampleIvo van Dongen2017-03-303-0/+119
|
* [android] allow resetting of resource transform callbackIvo van Dongen2017-03-301-2/+2
|
* [android] execute resource transform callback on the right threadIvo van Dongen2017-03-301-3/+3
|
* [android] - fixup location permissions in test app pre Android Marshmallow ↵Tobrun2017-03-301-1/+10
| | | | (#8559)
* [android] - Update CircleLayerActivity with style switching. (#8274)Tobrun2017-03-302-72/+170
|
* [android] - transition options in milliseconds, added test cases, fixup test ↵Tobrun2017-03-305-14/+47
| | | | activity code (#8576)
* [android] - consitent use of ms unit for time in java code, unit conversion ↵Tobrun2017-03-302-10/+4
| | | | always happens in cpp code (#8578)
* [build] generate .xcconfig files with configure_fileKonstantin Käfer2017-03-281-8/+2
| | | | We previously used incremental `file(WRITE ...)` commands that gradually recreated the file on every CMake invocation. This sometimes lead to Xcode parsing a partially written file, which in turn breaks building dependend targets. Instead, we're now using a templated configuration file, which ensure that the file is created in one go and hopefully reduces the race condition between CMake and Xcode's automatic project updating.
* [build] don't advertise headers that aren't used in public headersKonstantin Käfer2017-03-284-4/+4
|
* [core] implement dds for text-offsetMolly Lloyd2017-03-285-12/+93
|
* [core] Update mapbox-gl-js submoduleJohn Firebaugh2017-03-281-2/+2
| | | | Includes lowp ⇢ highp fix for shader color attributes / uniforms.
* [node] fix node bindings :bug:Molly Lloyd2017-03-281-1/+1
|
* [android] geojson source - add conversion testsIvo van Dongen2017-03-2810-0/+457
|
* [android] add option to set geometry and feature on geojson sourceIvo van Dongen2017-03-283-0/+96
|
* [android] geojson conversion optimisationIvo van Dongen2017-03-2847-134/+1266
|
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-283-13/+12
|
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-2810-62/+40
|
* [android] Move SDK files to separate targetKonstantin Käfer2017-03-281-179/+163
|
* [android] Remove public usage of private util/thread.hpp headerKonstantin Käfer2017-03-282-1/+2
|