summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* bump mapbox-events-androidkevin2019-04-184-8/+1
|
* bump telemetry to 4.4.0kevin2019-04-182-2/+1
|
* add base class for eventskevin2019-04-187-95/+91
|
* Add hashcode(), equals() and toString() methods to Events class.kevin2019-04-1810-56/+483
|
* Polish codes and add test caseskevin2019-04-1810-541/+580
|
* formatkevin2019-04-182-4/+7
|
* Use snapshot for testkevin2019-04-182-1/+2
|
* Add map eventskevin2019-04-188-110/+664
|
* Add MapEventFactorykevin2019-04-182-1/+206
|
* [ios] Add SKU tokens to all Mapbox requests (#14421)Jason Wray2019-04-179-15/+131
|
* [ios] Fix iOS Changelog on master (#14455)upstream/nb-sizecheck-b3b62f4Jordan Kiley2019-04-171-1/+1
|
* [ios] Bumped podspecs and changelog for v4.10.0 (#14452)Jordan Kiley2019-04-174-4/+4
|
* [ios] Consider anchored UIView callouts when deciding whether to enable ↵Julian Rex2019-04-172-11/+29
| | | | presentsWithTransaction (#14445)
* [android] - update changelog for v7.3.2tobrun2019-04-171-0/+4
|
* [core] Unskip symbol-sort-key render testsAlexander Shalamov2019-04-171-3/+0
|
* [darwin] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-173-2/+116
|
* [android] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-176-1/+76
|
* [android] - unify has surface state handlingtobrun2019-04-178-46/+29
|
* [ios] Ensure glFinish is called when going into the background, and block ↵Julian Rex2019-04-162-8/+73
| | | | rendering in the background (#14439)
* [android] - circle with radius expressed in physical measurement using turf.tobrun2019-04-162-8/+15
|
* [android] bump gestures library to v0.4.1Łukasz Paczos2019-04-162-1/+1
|
* [android] - program against NativeMap interfacetobrun2019-04-1613-47/+41
|
* [android] - circle with radius expressed in physical measurement using turf.tobrun2019-04-166-0/+165
|
* [android] - provide default navigation experience for singleInstance activitiestobrun2019-04-165-26/+109
|
* [ios, macos] Fix MGLSymbolStyleLayer.text localization issue. (#14405)Fabian Guerra Soto2019-04-154-0/+20
| | | | | | | | | | Fixed an MGLSymbolStyleLayer.text localization bug caused by the introduction of MGLAttributedExpression object. The localization parsing was ignoring the latter. * [ios, macos] Fix a localization issue. * [ios, macos] Add formating expressions localization test. * [ios, macos] Update MGLSymbolStyleLayer.text documentation.
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-1510-60/+303
| | | | image overloads to style
* [android] - update license file for mapbox-java updatetobrun2019-04-151-21/+0
|
* [android] - update mapbox-java submoduletobrun2019-04-151-0/+0
|
* [android] - update mapbox java to v4.6.0tobrun2019-04-151-1/+1
|
* [ios, macos] Premultiply color values for mgl_colorNadia Barbosa2019-04-125-7/+47
| | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/14329
* [android] - allow snapshot generation without overlain view contenttobrun2019-04-121-4/+9
|
* [android] - update changelog for v7.3.1 releasetobrun2019-04-121-0/+6
|
* [android] - only perform thread checking in debug builds of the integrating ↵tobrun2019-04-128-18/+53
| | | | app. Use constants for source when thread checking
* [android] - rework test to use query activity, fix attempt to render without ↵tobrun2019-04-127-20/+62
| | | | surface crash
* [android] - harden query invocations, move hasSurface handling to NativeMapViewtobrun2019-04-123-15/+46
|
* [android] - add javadoc indicating that query methods can return empty ↵tobrun2019-04-121-6/+15
| | | | depending on map/surface state
* [android] - reproduce downstream navigation crash with queryRendererFeatures ↵tobrun2019-04-121-3/+13
| | | | when resuming Activity
* [ios] run glFlush when reducing memory and don't reduce memory while in ↵Konstantin Käfer2019-04-111-1/+4
| | | | background (#14383)
* [android] ignore equal offline region's download state updatesŁukasz Paczos2019-04-111-0/+4
|
* [android] activate the ConnectivityReceiver when starting the downloadŁukasz Paczos2019-04-111-0/+9
|
* [ios] Fix issue wrong position of attribution dialog after rotation (#14185)Lloyd Sheng2019-04-112-0/+22
| | | | * Fix issue #12897
* [ios] Updated podspecs for v4.11.0-alpha.2 (#14391)ios-v4.11.0-alpha.2Julian Rex2019-04-104-4/+3
|
* [iOS] Events submodule update (#14388)Randall Lee2019-04-103-232/+28
| | | | | | | * [iOS] Update Events submodule to v0.9.3 Internal change -- shouldn't require changelog notes.
* [macos] Fixed Auto Layout warningsMinh Nguyễn2019-04-101-29/+31
| | | | Added constraints to the offline CJK checkbox and updated constraints around it.
* [macos] Fixed offline CJK checkbox outlet connectionMinh Nguyễn2019-04-101-6/+6
|
* [ios] Deactivate MGLMapView IBDesignable (#14379)Fabian Guerra Soto2019-04-1012-33/+16
| | | | | | | | | | | | Removed MGLMapView's IBDesignable attribute. The map's view render attributes uses GL, making changes through the inspectables were not reflected in the storyboard and were causing IB crashes. * [ios] Deactivate MGLMapView IBDesignable. * [ios] Remove IBDesignable agent code. * [ios, macos] Remove NSProcessInfo category from iOS.
* [ios] Update mapbox/jazzy-themeJason Wray2019-04-101-0/+0
|
* [ios, build] Install latest jazzy, if not already installedJason Wray2019-04-101-1/+1
|
* [ios, build] Bump to jazzy 0.9.6Jason Wray2019-04-101-1/+1
|
* [android] release 7.4.0-alpha.2 changelog (#14387)android-v7.4.0-alpha.2Osana Babayan2019-04-101-0/+12
|