summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated Mason submodule pinMinh Nguyễn2015-08-051-0/+0
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-0512-52/+48
* Coalesce view invalidation callsBruno de Oliveira Abinader2015-08-052-6/+19
* Added Update::RepaintBruno de Oliveira Abinader2015-08-057-15/+19
* Removed Transform::needsTransition()Bruno de Oliveira Abinader2015-08-053-9/+4
* Make MapContext use StillImageCallback definition from MapBruno de Oliveira Abinader2015-08-052-5/+4
* Removed debug leftoverThiago Marcos P. Santos2015-08-051-1/+0
* Bring run-linux targets backThiago Marcos P. Santos2015-08-051-1/+4
* manually premultiply the image if libpng can't do itKonstantin Käfer2015-08-041-2/+15
* output the build artifacts to the right directoryKonstantin Käfer2015-08-041-2/+2
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-0432-495/+430
* use OpenGL and Boost for the linux appKonstantin Käfer2015-08-041-0/+1
* include $CFLAGS into buildKonstantin Käfer2015-08-041-0/+2
* don't require PNG_ALPHA_PREMULTIPLIED to support older versions of libpngKonstantin Käfer2015-08-041-0/+5
* support cURL versions older than 7.21.6Konstantin Käfer2015-08-041-0/+4
* respect fullscreen flag in Linux appKonstantin Käfer2015-08-041-4/+4
* add MBGL_USE_GLES2 defineKonstantin Käfer2015-08-043-11/+14
* don't use certain STL functionsKonstantin Käfer2015-08-0434-50/+68
* First pass at tidying up Android annotation codeLeith Bade2015-08-045-415/+434
* Merge pull request #1976 from mapbox/region-delegate-doxJustin R. Miller2015-08-031-3/+14
|\
| * Add more mapView!Jason Wray2015-07-311-0/+2
| * Document iOS region change delegate methodsJason Wray2015-07-311-3/+12
* | #1982 - Updating wrapper .jar and .propertiesBrad Leege2015-08-032-1/+1
* | #1982 - Updating to 2.5Brad Leege2015-08-033-3/+3
|/
* Merge pull request #1974 from mapbox/android-fix-gps-conversionLeith Bade2015-07-311-6/+8
|\
| * Fix GPS marker as conversion functions now compensate for screen densityLeith Bade2015-07-311-6/+8
|/
* Merge pull request #1973 from mapbox/add-android-marker-testJustin R. Miller2015-07-301-0/+25
|\
| * add Android long-press marker testJustin R. Miller2015-07-301-0/+25
|/
* Merge pull request #1971 from mapbox/fix-screen-conversionJustin R. Miller2015-07-301-2/+3
|\
| * compensate for Android screen ratio in conversion routinesJustin R. Miller2015-07-301-2/+3
|/
* [publish ios-v0.5.4]Justin R. Miller2015-07-300-0/+0
* bump podspec for 0.5.4v0.5.4Justin R. Miller2015-07-301-1/+1
* #1965 - Updating dependency versionsBrad Leege2015-07-292-4/+4
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-2917-35/+33
* Ignore redundant initial reachability notification on iOS 9Minh Nguyễn2015-07-281-1/+8
* First pass at updating JNI bindingsLeith Bade2015-07-296-66/+180
* Merge pull request #1926 from trappsnl/masterJustin R. Miller2015-07-281-2/+2
|\
| * Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKoen Schmeets2015-07-2412-48/+243
| |\
| * | Fix latLngForPixel bindings for AndroidKoen Schmeets2015-07-241-2/+2
* | | s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-285-17/+17
* | | s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-286-26/+26
* | | Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-284-6/+6
* | | Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-286-57/+74
* | | Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-283-50/+38
* | | Include app-info.plist in demo app projectJason Wray2015-07-281-1/+2
* | | Update to Android support lib 22.2.1.Leith Bade2015-07-2810-898/+8
* | | Exempt Metrics staging server from PFS requirementMinh Nguyễn2015-07-271-2/+13
* | | Update the user dot when the user movesMinh Nguyễn2015-07-271-0/+2
* | | Avoid nudging transitions if a gesture is in progress #2Bruno de Oliveira Abinader2015-07-273-2/+11
* | | Add curly-braces to if-statementsjakepruitt2015-07-271-2/+5