summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [android] - bump proguard config for OkHttp 3.8.0Tobrun Van Nuland2017-09-141-1/+6
| |
| * [ios] Ignore Smart Invert (#9876)Jordan Kiley2017-09-131-1/+16
| |
| * [android, ios, macos] Russian, Ukrainian, Hungarian and other localization ↵Minh Nguyễn2017-09-1223-35/+914
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates (#9945) * [android, ios, macos] Updated Russian localization Added a Russian localization of the Android SDK. Updated the iOS and macOS Russian localizations. * [android, ios, macos] Updated Ukrainian localization Added a Ukrainian localization of the Android SDK. Updated the iOS and macOS Ukrainian localizations. * [ios, macos] Updated Traditional Chinese localization * [macos] Added Hungarian localization * [android] corrected typos * [ios, macos] Updated Ukrainian localization * [android, ios, macos] Configured Foundation.stringsdict on Transifex * [ios, macos] Pulled in Foundation.stringsdict from Transifex Updated the German, Lithuanian, and Vietnamese localizations with Foundation.stringsdict files matching Transifex.
| * [core] Fix fill layer z-fightingJohn Firebaugh2017-09-121-1/+3
| | | | | | | | Hand-ports b05e5ddd347a9362535ca33cefceae92c51c998f
| * [core] Align line vertex to 4-byte boundaryJohn Firebaugh2017-09-126-21/+13
| | | | | | | | | | | | 10 byte vertices are heavily penalized by common GL implementations. Cherry-picks aa4dff1095e8f5e8ad584f5f7dcab3e61d8cf8ee
| * [ios] Update changelog for MGLMapView.showsUserHeadingIndicatorupstream/fb-permaheadingJason Wray2017-09-071-0/+1
| |
| * [ios] Disable implicit animation of heading indicatorsJason Wray2017-09-071-3/+8
| | | | | | | | | | | | The update steps for the heading indicator are typically small, so animations tend to pile up and cause performance issues. Disabling actions is a slight regression when it comes to large steps (they're not animated now, where they previously were) and this should eventually be addressed. Also consistently use provided API for disabling CATransaction actions.
| * [ios] Implicitly enable showsUserLocation when enabling the heading indicatorJason Wray2017-09-072-3/+9
| |
| * [ios] Make user heading indicator property IBInspectableJason Wray2017-09-072-0/+16
| | | | | | | | Rename it to `showsHeading` to fit in the tiny label column of the utilities panel.
| * [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
| |