summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ios] Change user location heading filter to 1°Jason Wray2017-09-071-1/+0
| | | | | | | | The default is 1.
| * [ios] Add setShowsUserHeadingIndicator and validateUserHeadingUpdatingJason Wray2017-09-073-13/+52
| |
| * [ios] Introduce MGLUserLocationHeadingIndicator protocolJason Wray2017-09-076-19/+54
| |
| * [ios] Set a heading indicator update thresholdJason Wray2017-09-072-4/+12
| |
| * [ios] Introduce MGLUserLocationHeadingArrowLayer classJason Wray2017-09-074-2/+79
| |
| * [ios] Refactor user location heading indicator into its own classJason Wray2017-09-065-119/+147
| |
| * [ios] Improve iosapp's zoom debug labelJason Wray2017-09-062-24/+46
| |
| * [ios] Guard against nil user location when setting tracking modeJason Wray2017-08-301-13/+13
| |
| * [ios, macos] Make minimumZoomLevel and maximumZoomLevel IBInspectable. (#9729)Fabian Guerra Soto2017-08-304-4/+6
| | | | | | | | | | | | * [ios, macos] Make minimumZoomLevel and maximumZoomLevel IBInspectable. * [ios, macos] Update changelogs.
| * [tests] Cherry-pick OfflineDatabase::databaseTableColumnsJason Wray2017-08-291-0/+11
| | | | | | | | Originally part of the much larger f0a7c45064c3ce3f509b1c2035fcaa07ccc35a99
| * [tests] Enforce the schema downgrade behaviorThiago Marcos P. Santos2017-08-292-0/+24
| | | | | | | | Which is, delete and recreate the database.
| * [core] Remove database on schema downgradeThiago Marcos P. Santos2017-08-291-1/+1
| | | | | | | | Previously we were throwing an exception.
| * [ios] Set location to nil until the user's location is determinedIan Wagner2017-08-283-4/+3
| | | | | | | | | | | | The documentation for the `location` property states that "This property contains `nil` if the map view is not currently showing the user location or if the user’s location has not yet been determined." The iOS SDK presently returns a garbage value, which has some rather annoying consequences when the value should logically be nullable. This change should rectify the issue. With _location no longer initialized to an invalid coordinate, trying to access `_location.coordinate` when `_location == nil` will return `0, 0`, which is a valid coordinate.
| * [ios] Support iOS 11 location usage descriptionsJason Wray2017-08-283-9/+24
| |
| * [ios] Print Xcode and SDK version during packagingupstream/fb-build-cherry-picksJason Wray2017-08-251-1/+3
| |
| * [build] Don't fail hard for unknown warning groupsKonstantin Käfer2017-08-251-1/+4
| |
| * [build] Don't use maybe-uninitialized and misleading-indentation in Clang, ↵Konstantin Käfer2017-08-252-0/+6
| | | | | | | | | | | | since they're not implemented there Cherry-pick of d03fd0dce2efc101021b4cf351945680afaa4349.
| * [ios] Fix heading update loopupstream/fb-fewer-heading-updates-thxJason Wray2017-08-242-5/+18
| | | | | | | | Updating CLLocationManager.headingOrientation triggers a new heading update, even if there was no actual change in its value.
| * [ios] Document annotations-as-features limitations w/feature queryingJason Wray2017-08-211-10/+15
| | | | | | | | Also move visibleAnnotations next to visibleAnnotationsInRect:.
| * [android] - update config for next reeleaseandroid-v5.1.3Tobrun Van Nuland2017-08-193-3/+3
| |
| * [android] - update changelog for v5.1.3Tobrun Van Nuland2017-08-191-1/+12
| |
| * bumped MAS version numberCameron Mace2017-08-191-1/+1
| |
| * [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-191-28/+18
| |
| * [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-191-1/+1
| |
| * [android] - re-add projectedMetersTobrun Van Nuland2017-08-191-0/+15
| |
| * [android] - create smallest possible LatLngBounds when visible region ↵Tobrun2017-08-193-8/+37
| | | | | | | | crosses the dateline
| * [android] - provide compability with Samsung devices forcing 3-4 array ↵Tobrun2017-08-191-3/+27
| | | | | | | | matrix length
| * [android] - keep state of initial overlain views margins (#9391)Tobrun2017-08-191-16/+29
| |
* | [ios] remove ios-simFredrik Karlsson2017-09-272-9/+0
| |
* | [android] - deprecate MarkerViewTobrun Van Nuland2017-09-2713-0/+3021
| |
* | [core] Move *TileID hashing to separate implJesse Crocker2017-09-263-24/+41
| |
* | [android] - hide overlain views on initTobrun Van Nuland2017-09-261-0/+2
| |
* | [android] - bump snapshot version to betaTobrun Van Nuland2017-09-262-3/+3
| |
* | [android] - add API to perform platform side animationsTobrun Van Nuland2017-09-268-4/+282
| |
* | [android] - update changelog for 5.1.4 release.Tobrun Van Nuland2017-09-261-0/+16
| |
* | [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-253-9/+96
| | | | | | | | | | | | In https://github.com/mapbox/mapbox-gl-native/pull/9670, we implemented support for the Cache-Control: must-revalidate header. While we now respect this header and don't show resources that are stale and have this header set, the optional cache request never completes. This means we're also never going to try to actually get a fresh tile and just never show this tile anymore. This commit fixes this by responding with a Not Found error when the resource is unusable (= stale and has must-revalidate set). Since we actually still have the data (but can't use it due to caching rules), we're responding with the data as well. To avoid a second cache hit, tile_loader_impl.hpp now passes on the data from the Optional to the Required request so that it can be reused when we get a 304 Not Modified response from the server.
* | [all] - use resource_class large on Circle-CI to avoid OOMTobrun Van Nuland2017-09-251-0/+6
| |
* | [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-252-15/+23
| |
* | [android] fix map in dialog activityIvo van Dongen2017-09-221-6/+18
| |
* | [android] fix double map activityIvo van Dongen2017-09-221-2/+2
| |
* | [android] example custom layer - add context lost callbackIvo van Dongen2017-09-223-0/+10
| |
* | [android] CustomLayer - optionally accept a context lost callback functionIvo van Dongen2017-09-223-5/+16
| |
* | [core] custom layer - add contextLost callbackIvo van Dongen2017-09-225-3/+36
| | | | | | | | - optional callback method that can be used to do cleanup when the context has been lost before re-initialisation
* | [android] re-implemented the fps listener apiIvo van Dongen2017-09-228-80/+77
| |
* | [android] speed up ui testsIvo van Dongen2017-09-221-22/+21
| | | | | | | | - Make the idling resource use a push model instead of polling for the ready state.
* | [android] reset renderer on the GL thread when map is destroyedIvo van Dongen2017-09-222-2/+11
| | | | | | | | - ensures cleanup of resources on the right thread
* | [core] Actor/ActorRef - ask calls to void methodsIvo van Dongen2017-09-223-0/+70
| | | | | | | | - allows to wait for execution of void methods as well as non-void methods
* | [android] map snapshotsIvo van Dongen2017-09-227-32/+49
| |
* | [android] signal renderer when gl surface is re-initialized that gl context ↵Ivo van Dongen2017-09-221-0/+1
| | | | | | | | is lost
* | [core] send signal to RenderCustomLayer when gl context has been lostIvo van Dongen2017-09-226-1/+29
| | | | | | | | - Prevents cleaning up of GL resources that no longer exist, resulting in a crash