summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MGLMapViewIntegrationTest.m
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Add delegate method to specify the user location annotation’s positionNadia Barbosa2018-10-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update method name More API drafting Add deprecation flag Add Swift delegate integration test Update method name and documentation Update deprecation notices Update method name Offset anchor point relative to contentFrame Update docs Only run through switch statement if delegate is unimplemented Account for content inset + refactor logic Adjust edgePaddingForFollowing Fix Swift delegate integration test Set up integration test Set up test location manager . Remove unused file reference from test Return CGPoint value from delegate method within integration test setup Test anchor points Make updateUserLocationAnnotationView public Refactor test Update test location manager Changelog entry Doc fixes
* [ios] Move pending test check into `invokeTest` (#12964)Julian Rex2018-09-251-0/+15
|
* [ios, tests] Bump most waitForExpectationsWithTimeout's to 5sJason Wray2018-09-201-1/+1
| | | | | | [skip firebase] Bump MGLOfflineStorageTests timeouts to 5 seconds
* [ios, macos] Call snapshotter (Obj-C) completion block on dealloc/cancel if ↵Julian Rex2018-09-051-0/+11
| | | | snapshot hasn't finished. (#12355)
* [iOS] Update annotation view touch handling (with offsets) (#12234)Julian Rex2018-07-091-0/+8
|
* [ios] Fix for integration tests not running on iOS 9. (#12145)Julian Rex2018-06-181-0/+25
|
* [ios,macos] Fix for infinite loop crash when setting shape to nil in ↵Julian Rex2018-05-211-3/+9
| | | | MGLMapViewDelegate methods (#11614)
* [ios] Refactor integrations testsJulian Rex2018-04-101-0/+79