summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Log event when offline pack is createdupstream/add-offline-eventNadia Barbosa2018-10-235-0/+52
| | | | Only run MME code for iOS
* [android] - use appcompat resource configuration for vector drawablesTobrun2018-10-162-7/+5
|
* [android] - bump snapshot version to 6.7.0Tobrun2018-10-161-1/+1
|
* [docs] Changelog draft for 'format' expressionChris Loer2018-10-151-0/+4
|
* [core, test] Add BiDi unit testChris Loer2018-10-156-5/+119
| | | | | | - Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)
* [test] Add unit test for TaggedString::trim()Chris Loer2018-10-152-0/+28
|
* [test] Enable 'format' Expression test.Chris Loer2018-10-151-2/+1
|
* [test] Bump GL JS pin.Chris Loer2018-10-151-0/+0
|
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-152-0/+21
|
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-154-2/+69
| | | | | | - No dedicated support for creating format expressions - Java accessors for 'text-field' flatten back to String - 'text-field' setter implicitly creates a 'format' expression. For tests, use JsonArray to build an equivalent format expression by hand.
* [ios, macos] Minimal darwin wrappers of 'format' expressionChris Loer2018-10-158-14/+67
| | | | Add support for `MGL_FUNCTION('format', <text>, <options dictionary>)`
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1560-176/+907
|
* [core] Bidi support for styled text.Chris Loer2018-10-153-22/+127
| | | | Remove use of QString from non-ICU Qt stub bidi implementation since we weren't making use of it.
* [core,test] Update expression style parsing test fixture.Chris Loer2018-10-152-19/+15
| | | | Always clear errors before trying automatic coercion for a new compound expression overload.
* [core] Add automatic argument coercion for compound expressions with ↵Chris Loer2018-10-151-64/+91
| | | | multiple overloads.
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
|
* [android] - include mapbox sdk services proguard configurationTobrun2018-10-151-0/+6
|
* [android] - avoid printing exception for valid code execution pathTobrun2018-10-151-5/+8
|
* [android] - add equals, hashcode and toString to camera update types from ↵Tobrun2018-10-121-0/+157
| | | | CameraUpdateFactory
* [android] - infer nullityTobrun2018-10-12131-415/+1375
|
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-1227-28/+47
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-117-77/+1062
|
* [android] changelog for 6.6.0Łukasz Paczos2018-10-111-1/+1
|
* [ios] Bump podspecs to 4.5.0 and update changelog.Fabian Guerra2018-10-104-4/+4
|
* Reserve vector storage in the convert filter codeMikhail Pozdnyakov2018-10-102-4/+7
|
* [android] push a new mapofflineevent upon region creation (#12544)Antonio Zugaldia2018-10-094-1/+41
|
* [ios] Fix divide-by-zero when setting FPS on iOS <10Jason Wray2018-10-091-0/+4
|
* [ios] Add support for Simulator in UIDevice.mgl_isLegacyDeviceJason Wray2018-10-091-2/+4
|
* [android] - fix readme to point to correct developing.md in rootTobrun2018-10-091-1/+1
|
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-091-7/+7
|
* [linux] add map_snapshotter.*pp to linux core buildear7h2018-10-091-0/+4
|
* [ios, macos] Updated world tour locationsMinh Nguyễn2018-10-082-8/+10
|
* [build] Custom GDB no longer needed in Ubuntu BionicBruno de Oliveira Abinader2018-10-081-8/+6
|
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
|
* [ios] Ignore deprecation warnings for MGLMapView.userLocationVerticalAlignmentJason Wray2018-10-051-1/+12
|
* [ios, macos] Enable offline merge test.Fabian Guerra2018-10-044-19/+16
|
* [ios] release v4.5.0 beta.1 podspec bump and changelog updates. (#13027)Fabian Guerra Soto2018-10-035-5/+5
| | | | | | * [ios] Bump podspec to v4.5.0-beta.1 * [ios, macos] Update changelogs.
* [ios, macos, android, node] update changelogsMolly Lloyd2018-10-034-0/+4
|
* [core] only generate clip ids for clipped layersMolly Lloyd2018-10-031-2/+5
|
* [test] add test checking that unclipped tiles are not used by ClipIDGeneratorMolly Lloyd2018-10-031-0/+41
|
* [core] don't prefetch AnnotationTilesMolly Lloyd2018-10-031-1/+1
|
* [core] fix flickering caused by incorrect ClipIDsMolly Lloyd2018-10-031-1/+1
| | | | we missed a check for RenderTile.needsClipping when generating the new ClipIDs for some tiles, resulting in incorrect clipping that caused flickering in some cases
* [ios] Update events library to include symbol namespace fixJason Wray2018-10-032-0/+1
|
* [ios, build] Check symbol namespacing for mapbox-events-iosJason Wray2018-10-033-0/+44
|
* [darwin] Rename 'make check-public-symbols' to darwin-check-public-symbolsJason Wray2018-10-034-5/+5
|
* [core] Read style's transition from parserBruno de Oliveira Abinader2018-10-033-3/+11
|
* [android] - changelog for 6.6.0-beta.1Łukasz Paczos2018-10-031-0/+4
|
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-034-10/+50
| | | | displacement is big
* [android] - add configuration to change the animation duration multiplier ↵Łukasz Paczos2018-10-035-6/+69
| | | | when tracking location
* [ios] Add delegate method to specify the user location annotation’s positionNadia Barbosa2018-10-0212-8/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update method name More API drafting Add deprecation flag Add Swift delegate integration test Update method name and documentation Update deprecation notices Update method name Offset anchor point relative to contentFrame Update docs Only run through switch statement if delegate is unimplemented Account for content inset + refactor logic Adjust edgePaddingForFollowing Fix Swift delegate integration test Set up integration test Set up test location manager . Remove unused file reference from test Return CGPoint value from delegate method within integration test setup Test anchor points Make updateUserLocationAnnotationView public Refactor test Update test location manager Changelog entry Doc fixes