summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update INSTALL.mdMinh Nguyễn2016-01-211-12/+8
| | | These changes dropped out of #3416 somehow. The screenshots only make sense inside the gyp-generated project, which is irrelevant in this case.
* [android] Fix semantics in absence of response headersJohn Firebaugh2016-01-211-48/+33
| | | | Absence of response headers should result in null etag/modified/expires optionals, not present-but-0-or-"" optionals.
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-2133-169/+231
|
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-2115-136/+77
| | | | Response::isExpired() had subtle and potentially confusing behavior around Seconds::zero(). It's best to inline it and comment why.
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-217-49/+24
| | | | HTTPRequestBase can now itself be the base class.
* node-v3.0.0node-v3.0.0Mike Morris2016-01-212-1/+10
|
* [core] improve text-max-angle checkAnsis Brammanis2016-01-202-3/+3
| | | | | | | | | Instead of using the absolute value of the sum of angles, use the sum of the absolute values of angles. This helps avoid labels on lines with sharp zig zags. for example, the "Central Campus Mall" label in issue #2998
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-204-42/+99
| | | | | | | ref #3582 if `symbol-avoid-edges` is true, this prevents symbols from colliding with tile edges.
* Reorganize and wrap LICENSE fileJason Wray2016-01-201-49/+117
|
* [ios] add telemetry debug loggingJason Wray2016-01-204-21/+249
| | | | | | You SHOULD NOT be using telemetry logging on any persons' devices who do not explicitly understand the privacy implications of handling location data.
* [node] Drop 0.10 from build; require v4+John Firebaugh2016-01-202-13/+1
|
* [android] #3537 - Setting to 4.0.0-SNAPSHOTBrad Leege2016-01-201-1/+1
|
* Merge pull request #3639 from mapbox/release-android-v3.1.0Brad Leege2016-01-2042-345/+887
|\ | | | | Android 3.1.0 --> master
| * [android] #3537 - Updating version to 3.1.0 for release and fabricandroid-v3.1.0Brad Leege2016-01-202-2/+2
| |
| * sample geocoder activityAntonio Zugaldia2016-01-197-7/+208
| |
| * [android] #3608 - upgrade okhttp3 to version 2Tobrun2016-01-191-1/+1
| |
| * [android] #3503 - remove serialisable interface from classes in geometry ↵Tobrun2016-01-198-47/+148
| | | | | | | | package, implemented parcable on CoordinateBounds, CoordinateRegion and CoordinateSpan. Enforced Android code conventions on those classes.
| * [android] #3604 - polyline activity memory leak fixTobrun2016-01-191-40/+35
| |
| * [android] #3156 - improving marker selection touch handlingTobrun2016-01-191-43/+17
| |
| * [android] #3525 - fix ConnectivityManager context leakTobrun2016-01-191-1/+1
| |
| * [android] #3338 - add javadoc annotations packageTobrun2016-01-1918-20/+79
| |
| * [android] #3556 - Added test to trigger NaN value on same point, updated ↵Tobrun2016-01-182-10/+22
| | | | | | | | LatLng model to handle calls for distance calls of same point
| * [android] #3507 - fix location listener leak in UserLocationViewTobrun2016-01-181-13/+34
| |
| * [android] #3593 - added double map view exampleTobrun2016-01-187-6/+214
| |
| * [android] #3573 - Marker clicks stop working after orientation changeTobrun2016-01-182-54/+22
| |
| * [android] #3052 - Generating actual SHA for 2.10 zip fileBrad Leege2016-01-151-1/+1
| |
| * [android] #3052 Adding distributionSha256SumBrad Leege2016-01-151-0/+1
| |
| * [android] #3052 - upgrade gradle to 2.10Tobrun2016-01-154-100/+95
| |
| * [android] #3517 - recreating InfoWindow with correct MapView instanceTobrun2016-01-153-12/+10
| |
| * [android] #3559 - don't show InfoWindow when marker is invalidTobrun2016-01-151-2/+7
| |
| * [android] #3052 - update gradle to 2.10Tobrun2016-01-151-1/+1
| |
| * [android] #3450 - fix rotation when enabling user locationTobrun2016-01-141-0/+4
| |
* | [android] #3537 - 3.1.0 ChangelogBrad Leege2016-01-201-0/+6
| |
* | [ios] Make demo app's build number more realisticJason Wray2016-01-201-1/+1
| | | | | | | | [skipci]
* | [ios] z14 initially in user tracking modeMinh Nguyễn2016-01-202-2/+12
| | | | | | | | When entering user tracking mode from a low zoom level, zoom in to z14 regardless of the location’s horizontal accuracy.
* | [ios] Reset user tracking, respect content inset in resetPositionMinh Nguyễn2016-01-202-4/+11
| |
* | [ios] Maintain user tracking, anchor on user dot during zoom, rotateMinh Nguyễn2016-01-202-44/+40
| | | | | | | | Per MapKit behavior, zooming or rotating with a gesture can no longer kick the user out of user tracking mode. In user tracking mode, the zoom animation is always anchored on the user dot, wherever it may be.
* | [ios, osx] Optionally animate content insets changeMinh Nguyễn2016-01-204-21/+91
| |
* | [ios] Made user dot position configurableMinh Nguyễn2016-01-204-6/+50
| | | | | | | | The user dot or user puck’s position is now configurable via a new alignment property in any user tracking mode. Also, -setUserTrackingMode:animated: is now exposed publicly, and setting its animated parameter to NO skips the initial animation.
* | [ios] Non-animated user tracking mode changesMinh Nguyễn2016-01-201-6/+11
| | | | | | | | Calling -setUserTrackingMode:animated: with animated set to NO should jump instantaneously to the first reported location.
* | [ios] Keep user dot callout open after user location changeMinh Nguyễn2016-01-201-8/+0
| | | | | | | | Outside of user tracking mode, the user dot moves in spurts, so view synchronization performance isn’t an issue.
* | [ios] Keep callout attached to moving user dotMinh Nguyễn2016-01-201-12/+32
| |
* | [ios] Maintain user tracking mode after orientation changeMinh Nguyễn2016-01-201-1/+6
| |
* | [ios] Eliminated jump after flight to first locationMinh Nguyễn2016-01-201-1/+4
| | | | | | | | Don’t update the user location annotation’s coordinates until after the transition to the first reported location is complete.
* | [ios] Leave user location callout open when trackingMinh Nguyễn2016-01-201-3/+17
| | | | | | | | Don’t close the user location annotation’s callout when the user location changes in user tracking mode.
* | [ios] Fly to user locationMinh Nguyễn2016-01-201-43/+54
| | | | | | | | Fly to the user location when entering user tracking mode. Keep user location updates from interfering with the initial flight.
* | [ios] Affix user dot on screen in user tracking modeMinh Nguyễn2016-01-202-17/+76
| | | | | | | | | | | | | | | | In user tracking mode, keep the user dot in a fixed location on screen, instead easing the map view so that the fixed location corresponds to the new user location. There is one exception: MGLMapView reacts to the first location update the same way as before, so that it appears to move to where the user dot has been all along. In course tracking mode, weight the user dot down towards the bottom of the view, since it’s more important to see the road ahead than the road behind. Fixes #2600, and #1041 to some extent.
* | [tests] Added utests for RunLoop refcountingThiago Marcos P. Santos2016-01-202-0/+76
| |
* | [osx] Fix loop closing with pending requestsThiago Marcos P. Santos2016-01-201-0/+7
| | | | | | | | | | | | | | | | The main loop will now wait for all the requests to complete before closing. This will make the FileSource on OSX block longer than it should at shutdown.
* | [core] Add ref counting to the main loopThiago Marcos P. Santos2016-01-202-1/+28
| | | | | | | | | | | | | | | | Should not be used at all, added for a corner case on OSX network backend where the request is processed on a worker thread managed by OSX and we need to wait for that reply before destroying the thread that pushed the request.