summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow setting a location and print the location on exitKonstantin Käfer2015-08-111-4/+40
* add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-117-20/+96
* Merge pull request #2031 from mapbox/android-api-checkLeith Bade2015-08-111-4/+8
|\
| * Check API level for totalMemoryLeith Bade2015-08-111-4/+8
|/
* Improve accuracy ring update checksJason Wray2015-08-101-8/+2
* Refactor user location annotationJason Wray2015-08-103-102/+241
* don't constantly repaint by setting needsRepaint to falseKonstantin Käfer2015-08-101-5/+1
* set thread priority on LinuxKonstantin Käfer2015-08-101-3/+15
* #2014 - Commenting out setElevation()Brad Leege2015-08-071-1/+1
* Merge branch 'android-tracking-modes' of git://github.com/erf/mapbox-gl-nativ...Brad Leege2015-08-0714-0/+96
|\
| * added tracking modesErlend Fagerheim2015-08-0614-0/+96
* | Merge pull request #2011 from mapbox/android-travis-abiLeith Bade2015-08-071-7/+1
|\ \
| * | Build correct Android ABIs on TravisLeith Bade2015-08-071-7/+1
|/ /
* | Applying suggestion from Android studio to use Gradle URL with source code to...Leith Bade2015-08-071-2/+2
* | Ignore tile URL shardingMinh Nguyễn2015-08-061-1/+1
|/
* #1940 -Adding Null Check due to DRY initializationBrad Leege2015-08-051-1/+3
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-08-0518-88/+110
|\
| * 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
* | Merge branch 'master' into 1940-user-location-in-sdkBrad Leege2015-08-0578-983/+981
|\ \ | |/
| * 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
| |/
* | #1940 -Adding menu item controls for compass on / off. Removing location_mar...Brad Leege2015-08-0514-0/+11
* | #1940 - Adding enable / disable Compass APIBrad Leege2015-08-051-1/+39
* | #1940 - Initial migration of Compass from TestApp to SDKBrad Leege2015-08-056-110/+113
* | #1940 - Cleaning up setup process for OnMapChangedListeners. Removing debug ...Brad Leege2015-08-042-15/+23
* | #1940 - Converting OnMapChangedListener to a Collection instead of just a sin...Brad Leege2015-08-042-14/+25
* | #1940 - DRYing out GPS Marker setup. Confirming that On / Off toggle and set...Brad Leege2015-08-042-20/+34
* | #1940 - Refactored to use stock FrameLayout and to display User Location markerBrad Leege2015-08-041-190/+3
* | #1940 - Initial conversion from extending SurfaceView to extending ViewGroup ...Brad Leege2015-08-041-3/+194