summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [glfw] Remove GL state restorationKonstantin Käfer2017-03-281-26/+10
| | | | We're doing all of this in our own context anyway, so no need to restore the state
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-282-48/+3
|
* [node] Eliminate src as an include pathJohn Firebaugh2017-03-283-21/+25
|
* [node] Fix mistaken .cpp includeJohn Firebaugh2017-03-281-1/+1
|
* [core] Core tests and benchmarks are allowed to include via srcJohn Firebaugh2017-03-281-1/+1
|
* [android] use more appropriate numeric types for filter conversionIvo van Dongen2017-03-285-5/+22
|
* [android] - mark non-translatable resources, remove debug string resources, ↵Tobrun2017-03-283-12/+16
| | | | expose strings in public.xml for resource overloading. (#8530)
* [build] Add Dockerfile for BitriseKonstantin Käfer2017-03-281-43/+13
|
* [android] - harden offline region creation, add include method, expose world ↵Tobrun2017-03-247-32/+252
| | | | bounds, update tests (#8517)
* [android] - correct anchoring when Icon is updated (#8519)Tobrun2017-03-242-0/+10
|
* [android] - update VectorSource javadoc (#8521)Tobrun2017-03-241-2/+2
| | | | | | * [android] - update VectorSource docs on VectorSource creation * [tests] Test only CameraOptions center, zoom in CameraToLatLngBounds