summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] - avoid failing CI tests when device under test doesn't have a ↵tobrun2018-09-253-78/+6
| | | | valid internet connection
* [core] Always request 1x and @2x sprite images for portabilityKonstantin Käfer2018-09-241-4/+6
| | | | When creating a offline region, we've previously only requested the sprite image for the specified resolution. This lead to offline packs not being usable on devices that have a different pixel ratio. We're now requesting both 1x and 2x sprites. Some devices use even higher or fractional pixel ratios. However, we only ever use 1x and 2x sprite images in our requests.
* [android] - replace reflection setup with a findViewById, improves stability ↵Tobrun2018-09-242-18/+18
| | | | of the instrumentation tests on cCI
* [macos] Avoid flipping some layer iconsMinh Nguyễn2018-09-233-0/+12
|
* [android] - complete proguard revisionTobrun2018-09-222-30/+24
|
* Use named function instead of lambda for SQlite3 log configAsheem Mamoowala2018-09-211-3/+8
|
* [ios, tests] Bump most waitForExpectationsWithTimeout's to 5sJason Wray2018-09-2010-25/+25
| | | | | | [skip firebase] Bump MGLOfflineStorageTests timeouts to 5 seconds
* [ios, tests] Work around improper verbing of 'optional'Jason Wray2018-09-201-0/+7
|
* [android] update 6.6.0-alpha.1 changelog to reflect ProGuard changesŁukasz Paczos2018-09-201-0/+1
|
* [ios] Update changelogs and bump podspec to 4.5.0-alpha.1ios-v4.5.0-alpha.1Fabian Guerra2018-09-195-6/+14
|
* [ios, macos] Fix add file content test, create Documents folder when missing.Fabian Guerra2018-09-191-3/+8
|
* [test] Bump gl-js pin.Chris Loer2018-09-191-2/+12
|
* [ios] Remove Settings target; move Settings.bundle to iosappNadia Barbosa2018-09-1927-158/+11
| | | | | | | | | | | | [ios] Remove copying of Settings.bundle from packaging script [ios] Move Settings bundle under ios/app in file system [ios] Copy bundle to iosapp in packaging script [ios] Remove stranded Root.strings from SDK [ios] Add English localization to example Settings.bundle
* [android] changelog for 6.6.0.alpha.1android-v6.6.0-alpha.1Łukasz Paczos2018-09-191-2/+11
|
* [core] add --cache option to GLFW binary to specify the cache databaseKonstantin Käfer2018-09-191-1/+3
|
* [android] - update proguard config to not warn about AutoValueTobrun2018-09-192-2/+1
|
* [android] - bump snapshot version to v6.6.0Tobrun2018-09-191-1/+1
|
* [ios, macos] Offline regions merge. (#12791)Fabian Guerra Soto2018-09-1711-8/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Add offline regions merge. * [ios, macos] Update changelogs. * [ios, macos] Fix refreshing the offline packs after new content is added. * [ios, macos] Update MGLOfflineStorage's add contents of file documentation. * [ios, macos] Add MGLOfflineStorage test cases for adding file contents. * [ios, macos] Add offline merge test database. * [ios, macos] Add packs parameter to MGLBatchedOfflinePackAdditionCompletionHandler. * [core] Fix a query mege duplication. * [ios, macos] Remove unnecessary pack iteration. * [ios, macos] Fix packs update KVO notifications. * [ios, macos] Add localization strings. * [core] Fix query readability. * [ios, macos] Fix MGLOfflineStorageTest, cleanup the cache database after the test. * [ios, macos] Fix offline packs, updating triggers a crash.
* [ios] Update changelog and podspecs for ios-v4.4.1Jason Wray2018-09-134-5/+8
|
* [android, ios, macos, node] Update CHANGELOGsJohn Firebaugh2018-09-134-0/+4
|
* [core] Make "to-number" of null behave as documentedJohn Firebaugh2018-09-131-0/+1
|
* [tests] Update mapbox-gl-jsJohn Firebaugh2018-09-131-2/+2
|
* [iOS] Update events library (#12889)Randall Lee2018-09-132-0/+1
| | | | Updates EventsSDK to patch a crash that happens with offline use.
* [ios, macos] Look even more widely for IB designables agentMinh Nguyễn2018-09-132-1/+4
| | | | The IBDesignablesAgent helper process has been renamed to IBAgent as of the Xcode 10 GM seed, so cast an even wider net when trying to detect it.
* [node] v4.0.0John Firebaugh2018-09-131-1/+13
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-09-132-4/+12
|
* [ios, macos] Fixed changelogsMinh Nguyễn2018-09-132-10/+9
|
* [linux,qt] Remove remainder of WebP supportKonstantin Käfer2018-09-135-58/+1
|
* [node] Ignore custom layer tests in node platformAnder Conselvan de Oliveira2018-09-131-0/+2
| | | | | Custom layers are not implemented in node platform so ignore tests that require it.
* [node] Release cadence for npm packageJohn Firebaugh2018-09-121-4/+6
|
* [ios, macos] Update Podspecs & changelog for 4.4.0Nadia Barbosa2018-09-127-11/+14
| | | | | | | | | | | | | | [macos] Update Podspecs [ios] Update changelog [macos] Add changelog Add dates to changelog [ios, macos] Changelog copy edits [ios, macos] 😩 changelog edits
* [android] - add binding integration for cross source collisiontobrun2018-09-128-17/+64
|
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-125-7/+23
| | | | | [node] Hook up map-wide "crossSourceCollisions" option, defaulting to true. [test] Pass "crossSourceCollisions" test option through test harness; enable cross-source-collisions tests on native.
* [android] improved render timeouts in LocationComponent testsŁukasz Paczos2018-09-123-45/+93
|
* [android] use the SparseArray instead of the HashMap in location animator ↵Łukasz Paczos2018-09-123-64/+62
| | | | coordinator
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-124-13/+81
|
* [android] prevent from reloading the location layer drawables on every ↵Łukasz Paczos2018-09-122-3/+12
| | | | location update
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-1221-423/+391
| | | | removed location save state
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-122-8/+100
|
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-1210-50/+142
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-1264-1400/+1400
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-127-77/+117
|
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-123-6/+20
|
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-1222-58/+1325
|
* [android] adapt LocationLayerPlugin's test suiteŁukasz Paczos2018-09-1214-652/+665
|
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-123-125/+153
|
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-1268-2/+90148
|
* [android] - update changelog for v6.5.0upstream/6.5.0tobrun2018-09-121-0/+4
|
* [ios] Add fall-through single tap to iosappJason Wray2018-02-071-0/+18
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-1111-7/+148
| | | | uppercasing an lowercasing with an Android specific String.java equivalent