summaryrefslogtreecommitdiff
path: root/platform/ios/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.2Minh Nguyễn2017-02-211-0/+17
|\
| * [ios, macos] Short-circuit redundant camera changesMinh Nguyễn2017-02-181-0/+17
| | | | | | | | | | | | | | | | Avoid canceling transitions (and triggering preexisting completion handlers) until we get a chance to ensure that a new transition really does have to begin. Consistently avoid mbgl transitions for redundant camera changes. Upon bailing, schedule the completion handler to run asynchronously on a delay equivalent to the requested animation duration. Added a “functional” equality method to MGLMapCamera that avoids trivial differences. Fixed invocations of XCTAssertEqualWithAccuracy() that incorrectly expressed the accuracy as a number of digits rather than a scalar tolerance.
* | Bump Xcode version for schemesEimantas Vaiciunas2017-02-061-1/+1
| |
* | [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-273-15/+15
| |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.1-masterMinh Nguyễn2017-01-261-1/+16
|\ \ | |/
| * [ios, macos] Wrap camera heading (#7724)Minh Nguyễn2017-01-241-1/+16
| | | | | | | | | | | | * [ios, macos] Fixed negative camera heading when facing northwest * [ios] Corrected counterclockwise rotation test
| * Happy new year! 🎉Minh Nguyễn2017-01-091-1/+1
| | | | | | | | Cherry-picked from b35deb85bc6042380ae0e7154d02faef595cfcf7.
* | Happy new year! 🎉Minh Nguyễn2017-01-041-1/+1
| |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-44/+12
|\ \ | |/
| * [ios] Upgraded to KIF 3.5.1, OHHTTPStubs 5.2.2Minh Nguyễn2016-11-142-0/+0
| |
| * [ios] Pull in OHHTTPStubs project referenceMinh Nguyễn2016-11-141-44/+12
|/ | | | Removed individual OHHTTPStubs file references from the ios-tests project. Added a reference to the OHHTTPStubs project to the workspace. Link ios-tests to its iOS framework build product.
* [ios] Move OHHTTPStubs to Git submodule and update to 5.2.0Jason Wray2016-08-25281-24088/+0
|
* [ios] Fix typoThiago Marcos P. Santos2016-08-243-6/+6
| | | | s/Reponse/Response
* [ios, macos] Upgraded project build settings for Xcode 8 (#5935)Minh Nguyễn2016-08-111-1/+1
| | | Set CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE as recommended by Xcode 8.
* [ios] Fixed KIF testsMinh Nguyễn2016-05-042-22/+9
| | | | Link to the libKIF.a in the shared build products directory instead of at a nonexistent, hard-coded path. Fixed a compilation error in the KIF tests caused by importing a project-internal header even after the KIF project was moved out of the test project. Updated accessibility labels.
* [ios] Fixed ios-test build warningsMinh Nguyễn2016-04-242-104/+4
|
* [ios] Build output goes to build/iosJohn Firebaugh2016-04-191-2/+2
|
* [ios] Removed app transport security exception for stagingMinh Nguyễn2016-04-181-2/+0
| | | | Also removed staging server URL from UI test application.
* [ios, osx] Shared test bundleMinh Nguyễn2016-04-16312-0/+26428
The iOS and OS X SDKs now share a non-UI test bundle. Moved the iOS UI test bundle into a uitest/ subdirectory and moved the OS X SDK tests into the darwin/ subdirectory. Upgraded KIF to v3.4.2.