summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests
Commit message (Expand)AuthorAgeFilesLines
* [ios] Adds pointForCoordinate/coordinateForPoint to MGLMapSnapshotOverlay (#1...Julian Rex2019-10-041-0/+72
* [ios] Fix testForRaisingExceptionsOnStaleLayerObject testMikhail Pozdnyakov2019-09-181-8/+8
* [ios] Fixed test name (since validAccessToken has been removed in another PR)...Julian Rex2019-09-172-13/+42
* [ios] Add support for running tests (that require an access token) individual...Julian Rex2019-09-162-6/+12
* [ios, macos] Introduce custom drawing overlays for MGLMapSnapshotterNadia Barbosa2019-09-161-0/+57
* [ios] Add custom XCTestSuite to check for "pending" tests and tests requiring...Julian Rex2019-09-136-84/+56
* [core, ios, macos] SDK objects should hold weak pointers to the core style ob...Mikhail Pozdnyakov2019-09-092-0/+96
* [core, ios] Call transitionFinishFn for jumpTo. (#15473)Julian Rex2019-09-055-12/+125
* [ios] Added pending completion blocks (#15122)Julian Rex2019-08-251-0/+367
* [ios] Fix integration tests failing on iOS 9 (due to UIWindow deallocation), ...Julian Rex2019-08-213-3/+7
* [ios] Adds annotation selection tests with rotation & scaling of the map (#15...Julian Rex2019-08-202-1/+274
* [core] Fix collision with content insetsAleksandar Stojiljkovic2019-07-171-4/+6
* [ios, macos] Change "map ID" to "tileset ID" (#15116)upstream/15022_memory_consumptionHeather Stenson2019-07-161-2/+2
* [ios, macos] Deprecate methods in favor of new completion handler versionsJason Wray2019-06-261-3/+3
* [ios, macos] Added completion handlers to animated MGLMapView methodsMinh Nguyễn2019-06-211-3/+6
* [ios] Fix failing annotation selection integration tests (#14976)Julian Rex2019-06-212-11/+13
* [ios] Add integtation test that verifies MGLMapViewImpl sizeAlexander Shalamov2019-06-051-0/+50
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional (...Julian Rex2019-03-272-2/+1
* [ios] Reset access token state after running testsJason Wray2019-03-071-0/+1
* [ios] CADisplayLink method now takes a parameter as required. (#14018)Julian Rex2019-03-011-3/+8
* [ios] Update more URLs to docs.mapbox.com/iosJason Wray2019-01-251-3/+3
* [ios] Fix links in documentationNadia Barbosa2019-01-231-1/+1
* [ios] Partially offscreen annotations (without callouts) are no longer moved ...Julian Rex2019-01-223-2/+430
* [ios] - update links to new API doc format (#13694)Heather Stenson2019-01-101-1/+1
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-181-0/+42
* [ios, darwin] Make MGLFeature.attributes non-nullable and add integration testAlexander Shalamov2018-12-131-0/+37
* [ios, tests] Bump integration tests timeout to 10sJason Wray2018-11-025-16/+16
* [tests, darwin] Standardize on 10 second timeout for map loadingChris Loer2018-10-171-1/+1
* [ios] Add delegate method to specify the user location annotation’s positionNadia Barbosa2018-10-025-0/+88
* [ios] Bump more test timeouts for Xcode 10 sluggishnessJason Wray2018-09-262-4/+4
* [ios] Move pending test check into `invokeTest` (#12964)Julian Rex2018-09-253-4/+16
* [ios, tests] Bump most waitForExpectationsWithTimeout's to 5sJason Wray2018-09-204-10/+10
* [ios, macos] Call snapshotter (Obj-C) completion block on dealloc/cancel if s...Julian Rex2018-09-055-38/+223
* [iOS] Update annotation view touch handling (with offsets) (#12234)Julian Rex2018-07-093-0/+117
* [ios] [macos] Added `-[MGLSnapshot coordinateForPoint:]` and associated test.Julian Rex2018-07-051-0/+90
* [ios] Fix for integration tests not running on iOS 9. (#12145)Julian Rex2018-06-182-5/+26
* [test,ios] Disable multiple mapsnapshotter test.Chris Loer2018-06-041-11/+9
* [ios, test] Add MGLMapSnapshotter integration tests.Chris Loer2018-06-042-0/+245
* [ios, macos] Added macro to handle pending iOS tests (rather than disabling v...Julian Rex2018-05-242-3/+7
* [ios,macos] Fix for infinite loop crash when setting shape to nil in MGLMapVi...Julian Rex2018-05-214-7/+542
* [ios, macos] Raise exceptions for empty expression stops dictionaries (#9539)Julian Rex2018-04-261-0/+61
* [ios] Refactor integrations testsJulian Rex2018-04-103-68/+107
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-16/+201
* Adds an integration test harness to the iOS projectAndrew Kitchen2018-01-192-0/+99