summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed pull request urlupstream/fix/handle-403sAnna Johnson2017-01-301-1/+1
|
* add changelogAnna Johnson2017-01-301-0/+1
|
* handle 403s same as 404s when downloading tilesAnna Johnson2017-01-301-1/+2
|
* [build] Revert checking codestyle in CIJohn Firebaugh2017-01-271-1/+0
|
* [ios, macos] added a distance formatterFredrik Karlsson2017-01-2710-0/+122
|
* [android] use native image encoding and decodingKonstantin Käfer2017-01-2710-59/+278
|
* [android] call AndroidRuntime's registerFrameworkNatives() method to set up ↵Konstantin Käfer2017-01-271-42/+17
| | | | | | an Android runtime environment Instead of mocking android.util.Log, we're registering the real libraries so that we can use the full runtime environment
* [android] - update changelog with 4.x entries (#7825)Tobrun2017-01-272-2/+27
| | | | | | * [android] - update changelog with 4.x entries * update release script
* [linux] update CA bundle and add script for automated updatesKonstantin Käfer2017-01-275-945/+1109
| | | | also removes the ca-bundle.crt from the Android build, since it's entirely unused
* [android] - force portrait mode to make instrumentation test run more ↵Tobrun2017-01-271-5/+9
| | | | reliable (#7885)
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-27421-3457/+3487
|
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.1-masterMinh Nguyễn2017-01-2625-57/+172
|\
| * [docs] add changelog entry for #7834Konstantin Käfer2017-01-261-0/+1
| | | | | | | | Cherry-picked from be790addb4c7093bacf283708734405be050758a.
| * [macos] align HeadlessDisplay with SDK OpenGL context creation optionsKonstantin Käfer2017-01-262-2/+9
| | | | | | | | Cherry-picked from 2a077eaa5483b243e817a328adaea1027a48e7a7.
| * [macos] allow using the integrated GPU on dual-GPU machinesKonstantin Käfer2017-01-263-0/+5
| | | | | | | | Cherry-picked from e7a7c6be789198a8155dc229ea509dd7aecf4756.
| * ios-v3.4.1ios-v3.4.1Jason Wray2017-01-252-2/+2
| |
| * [ios, macos] Copy-edit changelogsJason Wray2017-01-252-3/+3
| |
| * [ios, macos] Deprecate style class API (#7785)fabian-guerra2017-01-253-5/+7
| |
| * [ios, macos] Make MGLMapView non opaque by default (#7859)fabian-guerra2017-01-252-1/+2
| |
| * fixes #6688: assert remaining map view notification responses are main ↵Justin R. Miller2017-01-251-0/+4
| | | | | | | | thread (#7838)
| * [macos] Distinguish between screensMinh Nguyễn2017-01-252-1/+2
| | | | | | | | Fixed an issue causing the mouse cursor to jump after shift- or option-dragging a map view if the window opened on a screen with a different size than the screen with keyboard focus.
| * [macos] Refer to Night Shift in style compatibility guideMinh Nguyễn2017-01-253-4/+8
| |
| * [ios, macos] Testify MGLMapView gesture recognizer exampleMinh Nguyễn2017-01-253-2/+24
| |
| * [ios] changed URL -> url (#7841)Jordan Kiley2017-01-251-1/+1
| | | | | | Changed `@param URL` -> `@param url` in `MGLShapeSource.h` Fixes #7840
| * Clarify that clustering option is for shape sources (#7837)Jordan Kiley2017-01-251-0/+2
| | | | | | * [ios] Clarify that shape source needed for clustering. Fixes #7821.
| * [ios] Publicized MGLOpenGLStyleLayer.hMinh Nguyễn2017-01-252-1/+2
| |
| * [ios, macos] Wrap camera heading (#7724)Minh Nguyễn2017-01-245-3/+28
| | | | | | | | | | | | * [ios, macos] Fixed negative camera heading when facing northwest * [ios] Corrected counterclockwise rotation test
| * [ios] EdgeInsets is UIEdgeInsets in Swift on iOSMinh Nguyễn2017-01-233-9/+17
| |
| * [ios, macos] Note that canvas sources are unsupportedMinh Nguyễn2017-01-233-3/+3
| |
| * [ios, macos] Document how to avoid gesture recognizer conflicts (#7816)nitrag2017-01-232-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Expand on Gesture Implementation Adding Gesture info as discussed: https://github.com/mapbox/mapbox-gl-native/issues/2278#issuecomment-273685832 Not sure if using codeblocks is kosher. * Update styling and verbiage * More updates * [ios] -requireGestureRecognizerToFail: seems to be enough * [macos] Added corresponding macOS documentation
| * macos-v0.3.0macos-v0.3.0Minh Nguyễn2017-01-212-2/+2
| |
| * [macos] Reorganized readmesMinh Nguyễn2017-01-213-13/+19
| | | | | | | | Made the download link easier to find in the installation instructions. Reorganized readmes to link to more related resources. Shout out to OpenStreetMap.
| * ios-v3.4.0ios-v3.4.0Minh Nguyễn2017-01-202-2/+2
| |
| * [android] - update build tools to bitrise supported version (#7729)Tobrun2017-01-203-7/+7
| | | | | | | | Cherry-picked from 9a635672a6251f05b864efc71214046f9ea4acff.
| * [macos] Avoid nilling out style URL on loadMinh Nguyễn2017-01-181-1/+5
| | | | | | | | -awakeFromNib nils out the styleURL property to ensure a style is always present on load. However, if the style URL is specified in the Style URL inspectable, it is set somewhere between -initWithCoder: and -awakeFromNib; nilling out the styleURL property in -awakeFromNib thus resets the style to the default. This change guards against nilling out a non-nil style URL, ensuring that -setStyleURL: is called once and only once on launch.
| * Typo fixes, added line to MGLStyleLayer initializer description (#7759)Jordan Kiley2017-01-174-5/+10
| | | | | | | | | | | | | | * Typo fixes in MGLMapCamera.h and MGLMapView.h * Added line to MGLStyleLayer initializer description * Edited line in MGLShapeCollection.h
| * ios-v3.4.0-rc.1ios-v3.4.0-rc.1Minh Nguyễn2017-01-172-2/+2
| |
| * [macos] Check for implementation before calling -toolTipMinh Nguyễn2017-01-163-5/+6
| | | | | | | | Also fixed a couple typos in changelogs.
* | [android] - trigger marker click event for clicking selected marker (#7830)Tobrun2017-01-261-2/+21
| |
* | [android] - move pan gesture event to correct GestureDetector callback (#7870)Tobrun2017-01-261-3/+2
| |
* | [Qt] Make datatypes compatible with the default implementationThiago Marcos P. Santos2017-01-261-3/+15
| | | | | | | | On the default all integers map to `sqlite3_bind_int64`.
* | [core] Allow tile cache size to change with viewport sizeJohn Firebaugh2017-01-261-1/+1
| |
* | [core] Scale tile cache size based on tile sizeJohn Firebaugh2017-01-261-2/+2
| |
* | [macos,ios] don't roundtrip through encodePNG when converting imagesKonstantin Käfer2017-01-269-126/+129
| |
* | [core] add clone() call to Image objectsKonstantin Käfer2017-01-262-6/+9
| |
* | [Qt] Refactor QMapbox Annotations APIBruno de Oliveira Abinader2017-01-266-48/+222
| |
* | [android] - add make target for javadoc (#7868)Tobrun2017-01-261-0/+4
| |
* | [macos] enable printingKonstantin Käfer2017-01-262-1/+12
| |
* | [build] Use https for mapbox-gl-js submoduleJohn Firebaugh2017-01-251-1/+1
| | | | | | | | This allows pushing directly from the submodule, if you have https authentication set up.
* | [docs] add changelog entry for #7834Konstantin Käfer2017-01-251-0/+1
| |