summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [ios, macos] Add Mapbox Maps SDK metrics manager. (#13997)Fabian Guerra Soto2019-04-0914-6/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | Added MGLSDKMetricsManager to keep track of SDK related events such as tile download times. * [ios, macos] Add tile download performance event. * [ios, macos] Modify the performance event format. * [ios, macos] Add Mapbox Maps SDK events manager. * [ios, macos] Remove events delegate. * [ios, macos] Remove deprecated macro. * [ios, macos] Rename MGLEventsManager to MGLMetricsManager. * [ios, macos] Make MGLMetricsDelegate follow delegate convention. * [ios, macos] Remove mbgl-filesource target dependency on MGLMetricsManager. * [ios, macos] Update metrics manager documentation. * [ios, macos] Add device metadata. * [ios, macos] Rename MGLMetricsManager to MGLSDKMetricsManager.
* [android] expose LOCATION_SOURCE constantŁukasz Paczos2019-04-091-1/+6
|
* [android] expose LocationComponentConstants classŁukasz Paczos2019-04-091-1/+1
|
* [android] check for Mapbox#INSTANCE when initializing the MapViewŁukasz Paczos2019-04-094-2/+54
|
* [android] Avoid memory leak by making static inner classes (#14343)Osana Babayan2019-04-081-36/+38
|
* [android] - allow resetting a custom OkHttp client to the default implementationtobrun2019-04-085-32/+87
|
* [core] refactor ThreadLocal backendKonstantin Käfer2019-04-082-69/+39
|
* Bump Podspecs & changelog for ios-v4.10.0-beta.3Nadia Barbosa2019-04-054-3/+4
|
* [android] Fix build with mismatching glShaderSource signatureThiago Marcos P. Santos2019-04-051-1/+6
| | | | | | | Not all GL implementations are following the glShaderSource signature specified by Khronos for GLES20. https://www.khronos.org/registry/OpenGL-Refpages/es2.0/xhtml/glShaderSource.xml
* [android] small naming tweaks made to mention of Android Maps SDK (#14346)Langston Smith2019-04-051-1/+1
|
* [core] clang-tidy fixesKonstantin Käfer2019-04-056-14/+16
|
* [core] remove Renderer::flushKonstantin Käfer2019-04-051-2/+0
|
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-0516-46/+66
|
* [core] refactor RendererBackendKonstantin Käfer2019-04-0527-181/+372
|
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-0514-22/+20
|
* [core] add generic base class for renderbuffersKonstantin Käfer2019-04-051-2/+2
|
* [core] gl::RenderbufferType -> gfx::RenderbufferPixelTypeKonstantin Käfer2019-04-051-4/+4
|
* Added getter for the field isComponentInitializedAlexander Eggers2019-04-051-1/+10
| | | | This change is meanly because of https://github.com/mapbox/mapbox-gl-native/pull/14068 which is now throwing an exception when the component is not activated. This getter should help users to identify if the component is not activated yet to prevent usage and therefore exceptions.
* [android] clear previous style loaded listener when setting a new styleŁukasz Paczos2019-04-042-47/+86
|
* [android] add unit tests for #13947Łukasz Paczos2019-04-045-41/+186
|
* [android] add unit tests for #14171Łukasz Paczos2019-04-042-9/+114
|
* [ios] Bump to v4.11.0-alpha.1ios-v4.11.0-alpha.1Jason Wray2019-04-034-3/+7
|
* [ios] Remove unused line from MGLExpressionTestsJason Wray2019-04-031-1/+0
|
* [ios] Update to Swift 5.0Jason Wray2019-04-031-14/+7
|
* [ios] Cocoapods bump to v4.10.0-beta.2 (#14323)Fabian Guerra Soto2019-04-035-3/+5
| | | | | | * [ios] Update podspec to beta.2. * [ios] Update changelogs.
* [ios] Add iOS bindings and example for missing icons event. (#14302)Jordan Kiley2019-04-036-0/+83
| | | | | | Added a new mapView delegate method that allows reload a style icon in case it couldn't load it from the style. Added an iosapp test example.
* [android] Updated Changelog for 7.4.0-alpha.1 release (#14317)android-v7.4.0-alpha.1Osana Babayan2019-04-031-0/+22
|
* [ios] Enable/disable presentsWithTransaction to address #14232 (#14307)Julian Rex2019-04-032-12/+142
|
* [android] clean up location permissions annotationŁukasz Paczos2019-04-031-14/+2
|
* [android] disable leak canary during instrumentation testsŁukasz Paczos2019-04-034-2/+23
|
* [ios] Update `mapbox-events-ios` to `v0.9.2` (#14288) (#14303)Alf Watt2019-04-021-0/+0
| | | * [ios] Update `mapbox-events-ios` to `v0.9.2` (#14288)
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-023-3/+19
| | | Also make `Style#updateImage(...)` much faster when the image doesn't change size. This can be useful for asynchronously generating images.
* [android] updated PerformanceEvent (#13894)Osana Babayan2019-04-029-9/+482
|
* [android] clear camera callbacks' message queue when the map is destroyedŁukasz Paczos2019-04-023-71/+88
|
* Remove support v7 (#14265)Kevin Li2019-04-025-25/+5
| | | | | | * remove support v7 * update license
* [android] reset scale/rotate focal point in each stepŁukasz Paczos2019-04-012-57/+45
|
* [android] do not reset custom location gestures manager if already setŁukasz Paczos2019-04-012-2/+34
|
* [android] - LatLng#distanceTo uses TurfMeasurement#distancetobrun2019-04-012-23/+25
|
* [android] add #toString override for formatted sectionsŁukasz Paczos2019-04-012-0/+18
|
* [glfw] Remove unused map objectSudarsana Babu Nagineni2019-04-011-2/+0
| | | | | Remove unused map object that was accidentally added in 7af00a4.