summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Update style docs.upstream/1ec5-freedom-of-nsexpression-11015Fabian Guerra2018-03-292-6/+6
|
* [ios, macos] Restored OEM conditionals where availableMinh Nguyễn2018-03-294-3/+66
| | | | This is the preferred syntax for simple conditionals on iOS 9 and above, because you can inline the predicate instead of wrapping it in a constant value expression, which means you can write a conditional in a single format string.
* [ios, macos] Renamed, reversed has expressionMinh Nguyễn2018-03-294-24/+36
| | | | Renamed mgl_hasProperty:properties: to mgl_does:have: for better readability and consistency with the conventional mgl_has: function. Documented both forms of mgl_has:.
* [ios, macos] Documented simple lookupMinh Nguyễn2018-03-292-7/+9
|
* [ios, macos] Add documentation for lookup and feature operators.Fabian Guerra2018-03-285-16/+17
|
* [ios, macos] Add aftermarket function to 'has' operator.Fabian Guerra2018-03-282-10/+36
|
* [ios, macos] Add mgl_coalesce conventional custom function support.Fabian Guerra2018-03-282-7/+25
|
* [ios, macos] Updated example codeMinh Nguyễn2018-03-281-5/+3
|
* [ios, macos] Add conventional custom function support.Fabian Guerra2018-03-284-27/+106
|
* [ios, macos] Update style documentation.Fabian Guerra2018-03-284-9/+12
|
* [ios, macos] Add mgl_coalesce: as expression function.Fabian Guerra2018-03-283-12/+11
|
* [ios, macos] Add MGL_SWITCH expression operator.Fabian Guerra2018-03-284-47/+33
|
* [ios, macos] Add MGL_MATCH function placeholder.Fabian Guerra2018-03-282-10/+16
|
* [ios, macos] Added generic expression functionMinh Nguyễn2018-03-286-13/+67
|
* [ios, macos] Updated documentation, tests, demo appsMinh Nguyễn2018-03-2825-373/+373
|
* [ios, macos] Refactored aftermarket expression functionsMinh Nguyễn2018-03-283-76/+168
| | | | Refactored the installation of aftermarket expression functions to use macros. It is no longer necessary to handwrite the type encoding of a function. Also added aftermarket functions for interpolating and stepping.
* [ios, macos] Aftermarket let expressionsMinh Nguyễn2018-03-283-28/+31
|
* [ios, macos] Implemented type conversion using CAST()Minh Nguyễn2018-03-283-2/+28
|
* [ios, macos] Convert length operator to length: for stringsMinh Nguyễn2018-03-283-1/+14
| | | | Only works for literal strings.
* [ios, macos] Documented mgl_join:Minh Nguyễn2018-03-281-15/+11
|
* [ios, macos] Simplified expression document headingsMinh Nguyễn2018-03-281-5/+3
|
* [ios, macos] Fixed mgl_join:Minh Nguyễn2018-03-282-9/+13
|
* [ios, macos] Introduced more ergonomic expression concatenation syntaxMinh Nguyễn2018-03-282-4/+44
|
* [ios, macos] Add lookup and feature operators. (#11528)Fabian Guerra Soto2018-03-283-0/+106
| | | | | | | | | | | | | | * [ios, macos] Add Expressions 'at' operator. * [ios, macos] Implement 'has' operator. * [ios, macos] Implement expressions feature operators. * [ios, macos] Refactor expressions variable name and 'mgl_has' implementation. * [ios, macos] Refactor expresssion variable names. * [ios, macos] Update 'mgl_has' to support non-self operands.
* Release Android v6.0.0-beta.5 (#11537)Łukasz Paczos2018-03-281-0/+11
| | | | * [android] Updated changelog for 6.0.0-beta.5 release
* [core] Add 'apiBaseURL' argument to mbgl-offline util.Chris Loer2018-03-271-0/+4
|
* [android] bumped gestures library version to 0.2.0 (#11535)Łukasz Paczos2018-03-271-1/+1
|
* [android] bumped telemetry library version to 3.0.0-beta.3 (#11534)Łukasz Paczos2018-03-271-1/+1
|
* [build] Save raw Xcode build logsupstream/fb-more-sanitizersJason Wray2018-03-262-1/+27
|
* [ios, build] Run static analyzer on CircleCIJason Wray2018-03-262-0/+24
|
* [ios, build] Run undefined behavior sanitizer on CircleCIJason Wray2018-03-262-11/+11
|
* [ios, macos] Add match expressions support. (#11464)Fabian Guerra Soto2018-03-265-3/+87
| | | | | | | | | | | | | | * [ios, macos] Add match expressions support. * [ios, macos] Add coalesce operator support. * [ios, macos] Add coalesce operator test. * [ios, macos] Match operator implementation is moved to NSPredicate. * [ios, macos] Match operator function implementation refactor. * [ios, macos] Address merge conflicts.
* [android] - update changelog v5.5.1Tobrun2018-03-261-0/+9
|
* [android] - allow multiple expressions in string, number and bool asserting ↵Tobrun2018-03-261-3/+3
| | | | expressions
* [ios, macos] Change the format for case expressions to a flat structure. ↵Fabian Guerra Soto2018-03-264-32/+89
| | | | | | | | | | | | (#11450) * [ios, macos] Change the format for case expressions to a flat structure. * [ios, macos] Add support for multiple branches case expression. * [ios, macos] Add multiple branch tests to case expressions. * [ios, macos] Case operator now has iOS 8 support.
* [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-262-1/+78
|
* [android] - correctly convert Android int colors with to-color expression ↵Tobrun2018-03-233-38/+18
| | | | (#11506)
* [core] Don't resolve tokens after evaluating a text-field or icon-image ↵John Firebaugh2018-03-226-25/+28
| | | | expression (#11509)
* [android] - expose public api telemetry (#11503)Tobrun2018-03-226-18/+30
|
* [core] Double maximum label width by reducing glyph precision.Chris Loer2018-03-224-4/+4
| | | | | Fixes issue #11507. Port of GL JS PR #6375.
* [android] - make default output param from step expression more descriptive, ↵Tobrun2018-03-221-16/+20
| | | | add param to javadoc (#11501)
* Literal array conversion of primitive arrays (#11500)Tobrun2018-03-223-1/+39
| | | * [android] - literal array conversion of primitives types
* [core] Avoid flashing on pitched overzoomed tiles.Chris Loer2018-03-214-3/+12
| | | | | | Clamps perspective ratios in shaders. Fixes issue #11487. Port of GL JS PR #6365.
* [ios,macos] Selecting offscreen annotation pans map to fit annotation & ↵Julian Rex2018-03-2114-43/+508
| | | | callout view (#3249, #9790)
* [android] - update changelog for v6.0.0-beta.4 (#11485)android-v.6.0.0-beta.4Tobrun2018-03-212-1/+22
|
* [ios, macos] Document to use subclasses of MGLFeature to access attributes ↵Jordan Kiley2018-03-206-6/+12
| | | | (#11462)
* [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-205-51/+44
|
* [core] don't hide icons if text is an empty stringAnsis Brammanis2018-03-192-4/+3
|
* Expression filters (#11429)Tobrun2018-03-1936-426/+436
| | | * [android] - add expression filter integration
* [android] - verify optional before accessing itTobrun2018-03-191-4/+6
|