summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Read the access token from the environment by defaultThiago Marcos P. Santos2016-08-262-1/+1
|
* [node][tests] Add a test for making sure the map object throws on invalid styleThiago Marcos P. Santos2016-08-251-1/+18
| | | | Currently this error is not reported.
* [node] Throw on invalid style JSONThiago Marcos P. Santos2016-08-251-0/+6
| | | | Fixes #6143
* [macos] TypoMinh Nguyễn2016-08-251-1/+1
| | | [skip ci]
* [macos] Synchronized readme w/ install docsMinh Nguyễn2016-08-251-0/+8
| | | | | The packaged readme was missing the AppleScript example added to the in-repo installation instructions in 350d015cc2f70d96c08285ee358def8f0a24419e. [skip ci]
* [ios] Move OHHTTPStubs to Git submodule and update to 5.2.0Jason Wray2016-08-25281-24088/+0
|
* [android] #6155 - Release Android v4.2.0-beta.2android-v4.2.0-beta.2Antonio Zugaldia2016-08-251-1/+17
|
* [android] #6148 - update MAS dependency to v1.3.0Antonio Zugaldia2016-08-252-2/+2
|
* [ios] Clean-up user location annotation heading calculationsJason Wray2016-08-241-7/+11
| | | | | - Use MGLRadiansFromDegrees(). - Make indentation more readable.
* [ios] Stop exaggerating heading accuracy indicator sizeJason Wray2016-08-242-4/+5
| | | | | - 1.5× exaggeration has been removed. - Maximum accuracy (smallest size) has been increased to 20°.
* Document -mapViewDidFailLoadingMap:withError: (#6145)Minh Nguyễn2016-08-245-2/+30
| | | | | | * [macos] Implement -mapViewDidFailLoadingMap:withError: * [ios] Documented -mapViewDidFailLoadingMap:withError:
* [android] #6042 - Check for network connectivity before requesting resourcesAntonio Zugaldia2016-08-243-7/+37
|
* [ios, macos] Expose name and default position of current style (#6127)Minh Nguyễn2016-08-245-9/+27
| | | | | | * [ios] Reset to style’s default position * [ios, macos] Added name property to MGLStyle
* [tests] Add unit test for style loading failuresThiago Marcos P. Santos2016-08-241-0/+6
|
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-241-1/+1
|
* [ios] Fix typoThiago Marcos P. Santos2016-08-243-6/+6
| | | | s/Reponse/Response
* [ios, macos] Distinguish between blackColor and clearColor (#6125)Minh Nguyễn2016-08-246-12/+15
|
* [macos] Avoid negative content insets (#6102)Minh Nguyễn2016-08-232-2/+3
| | | Fixed an issue in which a map view that doesn’t occupy the entire window would consider its center point to be the window’s center point rather than the view’s.
* [ios, macos] Move debug mask options to shared header (#6094)Jason Wray2016-08-233-52/+26
| | | | | | | | | | | | * [ios, macos] Move debug mask options to shared header * Limit buffer debug modes to macOS ... because these modes use OpenGL features that aren't supported by iOS. * Try a different tact: exclude "iPhone" ... which is actually all iOS-like devices.
* [ios] Disable implicit animation of user annotation pitch changes (#6122)Jason Wray2016-08-231-0/+6
| | | - Subtly improves the performance of the shadow, while performing the pitch gesture.
* [ios, macos] Update changelog with database performance noteJason Wray2016-08-232-0/+2
|
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-232-2/+12
| | | | Offers 2×-4× performance, depending on device vintage.
* 6039 focal point uses MyLocationView padding (#6108)Tobrun2016-08-238-67/+287
| | | | | | | | | | | | * [android] - don't auto tint drawables + formatting * [android] - formatting * [android] #6039 - fixes focal point when padding mylocationview * [android] #5977 - MyLocationView.setPadding example + formatting Manifest * [android] - Reset to default configuration, cleanup class
* [Qt] Implement a Qt headless rendererThiago Marcos P. Santos2016-08-223-9/+113
| | | | Using legacy QGLWidget because we support Qt4.
* [Qt] Enable tests on macOSThiago Marcos P. Santos2016-08-222-0/+2
|
* [android] #6077 - keep rules for Signature and Annotation (#6085)Tobrun2016-08-221-10/+17
| | | | | | * [android] #6077 - keep rules for Signature and Annotation, reordered file to mimic package structure project. * [android] #6077 - proguard workaround for mapbox-java
* [macos] Took NSColor+MGLAdditions private (#5995)Minh Nguyễn2016-08-211-1/+1
| | | Fixes #5989.
* [ios, macos] Copyedit default color property documentation (#6105)Minh Nguyễn2016-08-216-9/+15
| | | | | | | | * [ios, macos] Fixed typo in color property docs * [ios, macos] Predefined colors as default color property values Use {NS,UI}Color.blackColor and {NS,UI}Color.whiteColor as aliases for common default color values.
* [ios] Segmented changes by topicMinh Nguyễn2016-08-191-9/+23
|
* [ios, macos] Updated changelogsMinh Nguyễn2016-08-192-5/+11
|
* ios-v3.4.0-alpha.2ios-v3.4.0-alpha.2Jason Wray2016-08-192-2/+2
|
* [ios] Automate upload of build output to FabricJesse Bounds2016-08-192-0/+168
| | | | | | This adds a script that automates the process of uploading the required build output to Fabric. It requires the `FABRIC_KIT_API_KEY` env variable and another new script called `validate-fabric-zip.sh`.
* [ios, macos] Removed unused codeMinh Nguyễn2016-08-194-14/+0
|
* [ios, macos] Detect zero edge insets more strictlyMinh Nguyễn2016-08-191-1/+1
| | | | Edges shouldn’t be able to cancel out other edges, so a summation is inappropriate here.
* [ios, macos] Offsets as vectors, padding as edge insetsMinh Nguyễn2016-08-198-48/+103
| | | | | | An offset style attribute is now exposed publicly as an NSValue representing a CGVector instead of an NSArray of NSNumbers. A padding style attribute is now exposed publicly as an NSValue representing an NSEdgeInsets or UIEdgeInsets instead of an NSArray of NSNumbers. This change also fixes round-tripping of padding values due to a difference between the style specification and Foundation regarding the order of edges around a box. Used a designated initializer on NSEdgeInsets/UIEdgeInsets to ensure correct order when converting from C++ to Objective-C. Fixes #5947, fixes #6065.
* [ios, macos] Optional properties are nullableMinh Nguyễn2016-08-197-192/+192
| | | | null_resettable semantics aren’t currently respected: #6095.
* [ios, macos] Refactored array type conversionMinh Nguyễn2016-08-191-20/+33
| | | | Key the array subtype on the last part of the property name. Don’t assume one of the unaccounted-for properties is an offset.
* [ios, macos] Removed dead codeMinh Nguyễn2016-08-191-8/+0
|
* [ios, macos] Document style attribute interdependenciesMinh Nguyễn2016-08-198-92/+225
|
* [ios, macos] Specify unitsMinh Nguyễn2016-08-196-14/+84
| | | | Replaced pixels with points in documentation.
* [ios, macos] Fully describe default valuesMinh Nguyễn2016-08-197-50/+108
| | | | | | Also expand values in documentation comments to the full enumeration values. Fixes #5949.
* [ios, macos] Audited generated source/layer headersMinh Nguyễn2016-08-198-90/+286
| | | | Properties representing optional attributes are qualified with null_resettable. The default value is documented.
* [ios, macos] Refer to attributes in kebab-caseMinh Nguyễn2016-08-194-4/+14
| | | | Fixes #5951.
* [ios, macos] Replaced let with var in codegen scriptMinh Nguyễn2016-08-191-10/+10
|
* [core] add ability show visualize the depth buffer to the GLFW and macOS appKonstantin Käfer2016-08-195-1/+43
|
* [build] revert macOS deployment target to 10.10Konstantin Käfer2016-08-191-1/+1
|
* [android] #6074 - increase default gradle memory usage during build (#6080)Tobrun2016-08-191-0/+3
|
* [ios, macos] Make Xcode 7.3 the minimum required versionJason Wray2016-08-1847-79/+25
| | | | | | | | | - Removes nullability shims for Xcode 6. - Removes MGLTypes.h from files where it was only being used for nullability support. - Accepts that `NS_SWIFT_NAME` is not fully supported by Xcode 7.2 and lower. - Adds documentation about Xcode 7.3 requirement.
* [ios, macos] fixes #6056 backwards compatibility macro (#6075)Fredrik Karlsson2016-08-181-1/+1
|
* [android] #5211 - update yaml to run on device lab, update test with ↵Tobrun2016-08-183-3/+28
| | | | NoSuchSource exception (#6073)