summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] add commented out Glyph Atlas debuggingupstream/8266-glyph-atlas-debugKonstantin Käfer2017-03-021-0/+7
* [all] Build all release builds with -OsJohn Firebaugh2017-03-022-4/+1
* [ios] MGLAnnotationView annotation property made writable (#8139)Fabian Guerra Soto2017-03-024-3/+3
* [core] const-correctionJohn Firebaugh2017-03-024-4/+4
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-0212-124/+204
* [core] Safeguard ICU UChar usageBruno de Oliveira Abinader2017-03-022-5/+23
* [core] privatize OffscreenTexture implementationKonstantin Käfer2017-03-012-24/+55
* [android] - add accessibility support to the Android SDK by applying content ...Tobrun2017-03-017-13/+27
* [android] - add unit test for Mapbox (#8228)Tobrun2017-03-012-1/+93
* [ios] Add changelog entry for the pause / resume API updateJesse Bounds2017-03-011-0/+1
* [Qt] FBO handling should happen outside of QMapboxGL::renderBruno de Oliveira Abinader2017-03-014-36/+4
* [android] keep default file source alive for the duration (#8226)Ivo van Dongen2017-03-011-9/+5
* [ios] Pause file source activity on backgroundJesse Bounds2017-03-011-0/+15
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-013-4/+40
* [android] add line starts with a semicolon and empty statement checkstyle rul...Pablo Guardiola2017-03-012-1/+6
* Only listen to connectivity broadcast events when needed (#8222)Tobrun2017-03-015-73/+48
* [iOS] Replaced gifs from gesture recognizer guide (#8227)Jordan Kiley2017-02-282-0/+0
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-2831-478/+1985
* [core] remove gl.hpp include from shader headersKonstantin Käfer2017-02-2814-28/+0
* [core] Log Memory.Footprint test results (#8170)Anand Thakker2017-02-286-30/+215
* [android] fix unit tests for #7944Ivo van Dongen2017-02-282-3/+3
* [core] There's only ever one icon quadJohn Firebaugh2017-02-287-213/+216
* [core] Eliminate Shaping::textJohn Firebaugh2017-02-283-7/+4
* [core] Release compareText after symbol preparationJohn Firebaugh2017-02-281-0/+1
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-286-119/+119
* [android] raise checkstyle file length limitIvo van Dongen2017-02-281-1/+1
* [android] insert layer at indexIvo van Dongen2017-02-285-0/+82
* [android] remove layer at indexIvo van Dongen2017-02-285-2/+75
* [android] insert layer aboveIvo van Dongen2017-02-289-15/+118
* [android] remove source returns referenceIvo van Dongen2017-02-285-14/+26
* [android] remove layer returns referenceIvo van Dongen2017-02-284-12/+20
* [android] fix ownership of style layer after deleteIvo van Dongen2017-02-2819-18/+184
* [android] source list accessor + exampleIvo van Dongen2017-02-287-0/+81
* [android] layer list accessor + exampleIvo van Dongen2017-02-287-0/+88
* [android] add unknown source typeIvo van Dongen2017-02-285-3/+102
* [android] add unknown layer typeIvo van Dongen2017-02-285-3/+112
* [WIP] InfoWindow refactor (#8080)Pablo Guardiola2017-02-2813-245/+773
* [android] - don't allow transforming to the same camera position, ignore redu...Tobrun2017-02-281-24/+29
* Fix a NPE that occurs when MapView is initialized with a null MapboxMapOption...Tobrun2017-02-281-1/+1
* [core] private OffscreenView implementationKonstantin Käfer2017-02-2711-56/+85
* [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutexJohn Firebaugh2017-02-274-56/+40
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-2746-80/+193
* [android] - reverse compass direction (#8130)Tobrun2017-02-271-6/+12
* [core] Reserve vector sizeJohn Firebaugh2017-02-271-0/+2
* [core] Avoid some string copies in bidi implementationJohn Firebaugh2017-02-271-6/+7
* [glfw] Make P pause/resume the network threadThiago Marcos P. Santos2017-02-253-2/+23
* [core] Add a pause/resume API to the DefaultFileSourceThiago Marcos P. Santos2017-02-252-0/+11
* [tests] Added unit tests for Thread::pause/resumeThiago Marcos P. Santos2017-02-251-0/+78
* [core] Add pause/resume to the Thread classThiago Marcos P. Santos2017-02-251-0/+45
* [android] jni high level binding refactorIvo van Dongen2017-02-2462-2846/+3709