summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* improve gestures in perspective viewupstream/perspective-improved-gesturesAnsis Brammanis2015-09-036-25/+58
* increase precision for coordinate conversionsAnsis Brammanis2015-09-035-28/+27
* Clamp pitch to 60° instead of 90°Minh Nguyễn2015-09-031-1/+1
* Round-trip camera with pitchMinh Nguyễn2015-09-021-10/+43
* Merge branch 'master' into 1ec5-camera-1834Minh Nguyễn2015-09-017-4/+10
|\
| * Optimize bundled images' file sizesJason Wray2015-09-015-0/+0
| * Bump geojsonvt versionThiago Marcos P. Santos2015-09-011-0/+0
| * Disabled iOS metrics testsMinh Nguyễn2015-08-311-4/+10
* | hypot()Minh Nguyễn2015-09-011-2/+2
* | Roundtrip zoom level with rotationMinh Nguyễn2015-09-011-36/+34
* | Merge branch 'master' into 1ec5-camera-1834Minh Nguyễn2015-08-317-5/+60
|\ \ | |/
| * Fixed persistence of user tracking mode in iOSMinh Nguyễn2015-08-311-2/+2
| * Update test-suiteJohn Firebaugh2015-08-311-0/+0
| * #2063 - Fixing test/suite stomping from mergeBrad Leege2015-08-311-0/+0
| * #2063 - MergingBrad Leege2015-08-312-0/+31
| |\
| | * added click, longclick, scroll, fling eventsErlend Fagerheim2015-08-131-0/+30
| * | Added proguard config for SDKtobrunvannuland2015-08-314-3/+27
* | | Better zoom level round trippingMinh Nguyễn2015-08-311-8/+15
* | | Merge branch 'master' into 1ec5-camera-1834Minh Nguyễn2015-08-2815-25/+208
|\ \ \ | |/ /
| * | Updated title of attribution action sheetMinh Nguyễn2015-08-281-1/+1
| * | implement annotation marker tap recognition in AndroidJustin R. Miller2015-08-284-0/+156
| * | update test suite to disable failing testAnsis Brammanis2015-08-281-0/+0
| * | improve dashed and patterned line antialiasingAnsis Brammanis2015-08-278-23/+49
| * | fix line antialiasing adjustment bugAnsis Brammanis2015-08-271-1/+1
| * | Merge branch '2194-fab'Brad Leege2015-08-271-0/+1
| |\ \
| | * | #2194 - Removing elevation due to drop shadow issueBrad Leege2015-08-271-0/+1
* | | | Fixed setting of pitch via MGLMapCameraMinh Nguyễn2015-08-281-2/+3
* | | | Removed extra pitch KVO dependencyMinh Nguyễn2015-08-281-5/+5
* | | | Removed MGLMapView.pitch in favor of MGLMapCamera.pitchMinh Nguyễn2015-08-282-40/+0
* | | | Rewrote iosapp persistanceMinh Nguyễn2015-08-283-35/+44
* | | | Avoid contradictory CameraOptionsMinh Nguyễn2015-08-281-1/+4
* | | | Removed CameraOptions from simple transform methodsMinh Nguyễn2015-08-274-31/+27
* | | | Custom camera animations on iOSMinh Nguyễn2015-08-272-6/+21
* | | | Consolidated animatable methods of MGLMapViewMinh Nguyễn2015-08-271-50/+36
* | | | Customizable timing function on iOSMinh Nguyễn2015-08-274-6/+18
* | | | Fixed -setCamera:Minh Nguyễn2015-08-271-15/+48
* | | | Reverted accidental test codeMinh Nguyễn2015-08-271-17/+2
* | | | Fixed buildMinh Nguyễn2015-08-271-3/+3
* | | | Animate pitch resetMinh Nguyễn2015-08-271-1/+1
* | | | Pitch animationMinh Nguyễn2015-08-273-12/+20
* | | | KVO compliance for camera-related propertiesMinh Nguyễn2015-08-271-3/+23
* | | | MGLRadiansFromDegreesMinh Nguyễn2015-08-271-1/+1
* | | | Ignore negative directional valuesMinh Nguyễn2015-08-271-3/+12
* | | | Refined -cameraMinh Nguyễn2015-08-273-10/+44
* | | | Use correct update type when easing with zoomMinh Nguyễn2015-08-272-2/+2
* | | | Documented MGLMapCameraMinh Nguyễn2015-08-271-0/+1
* | | | Animate changes to pitchMinh Nguyễn2015-08-278-8/+38
* | | | Simultaneously rotate and move with courseMinh Nguyễn2015-08-273-18/+52
* | | | MGLMapCameraMinh Nguyễn2015-08-277-14/+110
* | | | Convert from CW degrees to CCW radiansMinh Nguyễn2015-08-271-1/+1