summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Made reason bitmask private, created public enum, and provided a ↵upstream/jrex-10674-enumJulian Rex2018-02-127-62/+190
| | | | mapping from the bitmask to enum
* [ios] Removed mapView:didSingleTapAtCoordinate:Julian Rex2018-02-093-44/+2
|
* [ios] Renamed delegate methods' "for" to "with"Julian Rex2018-02-096-77/+67
|
* [ios] Fixed issue with quick zoom not firing if new single tap delegate ↵Julian Rex2018-02-092-5/+7
| | | | method is implemented.
* [ios] Switched MGLCameraChangeReason to use NS_OPTIONS to allow multiple ↵Julian Rex2018-02-098-138/+91
| | | | reasons to be specified (e.g. concurrent pan/rotate)
* [ios] Fixed compile error (in unused test)Julian Rex2018-02-091-1/+1
|
* [ios] added missing returnJulian Rex2018-02-091-1/+1
|
* [ios] Re-adds missing check for conformance, and addresses some ci test issues.Julian Rex2018-02-092-1/+12
|
* [ios] Additional comments about single tap delegate method vs gestures.Julian Rex2018-02-092-2/+25
|
* [ios] Add fall-through single tap to iosappJason Wray2018-02-091-0/+18
|
* [ios] Added:Julian Rex2018-02-098-55/+329
| | | | | | - MGLCameraChangeReason constants - New camera change delegate methods with reason parameters. - mapView:didSingleTapAtCoordinate: delegate method
* [ios] Added notification handler for UIApplicationWillResignActiveNotificationJulian Rex2018-02-091-0/+2
|
* [android] - don't recreate surface as part of view resizeandroid-v5.4.1tobrun2018-02-091-8/+6
|
* [android] - add optional location provider lost to proguard configurationtobrun2018-02-091-1/+4
|
* [ios, macos] Added option to restrict tile source to boundsMinh Nguyễn2018-02-088-1/+55
| | | | Cherry-picked from c3bf7c55a1f648e57c3853d555ff5f63c989f8c4.
* Reset tileset-based render sources when any tileset properties changed. (#11042)Asheem Mamoowala2018-02-084-16/+18
|
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-02-0818-17/+436
| | | | | | | | * [core] Parse TileJSON bounds property * [core] Add TileRange and LatLngBounds::contains(CanonicalTileID) Move LatLngBounds::contains impl to cpp file * [core] Skip tile creation outside of tileset bounds * [core] Fix TileRange for wrapped bounds and use for CustomTileLoader instead of LatLngBounds comparisons for tiles.
* [android] - programmatically create GlSurfaceViewtobrun2018-02-082-9/+2
|
* [android] - introduce mapview weak reference in global layout listenertobrun2018-02-081-17/+29
|
* [core] Don't crash on line labels with 0 glyphs.Chris Loer2018-02-071-2/+3
| | | | Fixes issue #10956.
* Adjust radius (#11132)Randall C Lee2018-02-061-1/+1
|
* [ios] Add Radius Configuration (#11070)Randall C Lee2018-02-055-3/+71
| | | | | | | | | | | | * Add Radius Configuration * Remove default config - removes default configuration - moves config setup to events init method - renames config class * Delete MGLConfig header file
* [android] - update changelog for 5.4.0android-v5.4.0Tobrun2018-02-052-2/+17
|
* [android] - create Handler using the main thread looperTobrun2018-02-051-1/+2
|
* [android] - blacklist adreno 2xx for VAO supportTobrun2018-02-051-2/+3
|
* [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1
|
* Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-052-6/+24
|
* [ios, macos] Fix MGLMapSnapshotter pointForCoordinate returns an scaled point.Fabian Guerra2018-01-251-1/+1
|
* [core] fix style parsing crash when a layer's paint property is not an objectKonstantin Käfer2018-01-233-0/+18
|
* [android] - release android v5.3.2, bump snapshot versionTobrun2018-01-231-1/+1
|
* [android] - rollback fragment flash changes for ViewPager supportandroid-v5.3.2Tobrun2018-01-232-4/+0
|
* [android] - update changelog for v5.3.2Tobrun2018-01-231-0/+13
|
* [android] - handle null Call instances in HttpRequestTobrun2018-01-231-1/+1
|
* [android] - allow setting an OkHttpClientTobrun2018-01-234-4/+19
|
* Camera callbacks for velocity animated movements (#10925)Łukasz Paczos2018-01-233-24/+57
| | | | | | * [android] camera listeners double invocation fix * [android] invoking camera change callbacks for velocity animated movements
* [android] do not overwrite user-set focal point when tracking location (#10910)Łukasz Paczos2018-01-231-3/+0
|
* [android] - retain configuration for user provided focal point and deselect ↵Tobrun2018-01-232-0/+26
| | | | markers on tap
* [android] - add filesource activation/deactivation to OfflineRegion status ↵Tobrun2018-01-232-20/+18
| | | | and deletion
* [android] - check if the render surface has been correctly created before ↵Tobrun2018-01-231-1/+3
| | | | destroying the map
* [android] - validate zoom level before creating mapbox telem eventTobrun2018-01-231-4/+13
|
* macos-v0.6.1macos-v0.6.1upstream/1ec5-macos-v0.6.1Minh Nguyễn2018-01-162-2/+2
|
* [macos] Added dates to changelogMinh Nguyễn2018-01-161-4/+8
|
* [core] update vector-tile dependency to 1.0.1Konstantin Käfer2018-01-111-1/+1
|
* [ios] Bump podspec to v3.7.3ios-v3.7.3Fabian Guerra2018-01-103-3/+3
|
* [ios] Fix the layout constraints on iOS 11 for iPhone X (#10858)Fabian Guerra Soto2018-01-103-32/+136
| | | | | | | | | | | | | | | | | | | | * [ios] Fix the layout constraints on iOS 11 for iPhone X for the bottom ornaments. * WIP adding tests for layout of map view attribution logo and other ornaments * Rename * First pass at tests for mapview ornament layout * Additional code changes from call with Fabian and Jason * [ios] Fix ornaments insets margin space. * [ios] Fix map view layout test for pre iOS 11. * [ios] Refactor MGLMapView ornaments layout constraints for iOS 11. * [ios] Remove NSLogs from MGLMapViewLayoutTests
* [android] - bump snapshot version to 5.3.2android-v5.3.1Tobrun2018-01-101-1/+1
|
* [android] - update changelog for 5.3.1 releaseTobrun2018-01-101-0/+11
|
* [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-103-24/+16
|
* [android] - detect genymotion virtual machines when determening attributes ↵Tobrun2018-01-101-2/+10
| | | | for eglConfig
* [android] - include request urls when logging out failed http requestsTobrun2018-01-104-23/+59
|