summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Increased user dot timeout againupstream/1ec5-xcuitest-4794Minh Nguyễn2016-05-051-1/+3
| | | | Also log the user dot’s frame.
* [ios] Increased user dot timeoutMinh Nguyễn2016-05-051-1/+1
|
* [ios] Fixed failure to find user dotMinh Nguyễn2016-05-051-1/+1
| | | | The user dot rests at a different location depending on the screen size. Instead of hard-coding the center of a 4½″ iPhone, just make sure the user dot isn’t underlapping the Settings button.
* [ios] Wait to tap user dot until it is centeredMinh Nguyễn2016-05-051-2/+8
|
* [ios] Increased timeoutsMinh Nguyễn2016-05-052-4/+8
| | | | Also wait to use settings sheet until after it appears.
* [ios] Test user location trackingMinh Nguyễn2016-05-054-2/+69
| | | | Added a test that cycles among the user tracking modes and tests for the presence and size of the user dot or user puck in each mode. Simulate a current location in San Francisco. Added more accessibility identifiers to iosapp.
* [ios] Test pinch and tap to zoomMinh Nguyễn2016-05-051-0/+31
|
* [ios] Speed up UI testsMinh Nguyễn2016-05-052-0/+9
| | | | During UI tests, disable UI tests and skip state restoration so we don’t have to reset the position for each test.
* [ios] Refactored UI test casesMinh Nguyễn2016-05-057-68/+43
| | | | All the test cases now inherit from a single XCTestCase subclass that implements the pre-test cleanup procedure.
* [ios] Test telemetry opt-outMinh Nguyễn2016-05-052-0/+53
|
* [ios] Updated developer’s guideMinh Nguyễn2016-05-051-1/+1
|
* [ios] Test rotation, compass; bypass access token promptMinh Nguyễn2016-05-055-4/+97
| | | | Test the rotation gesture and the compass. Bypass the access token prompt by filling in a bogus access token.
* [ios] Test 100 points, world tourMinh Nguyễn2016-05-051-10/+47
|
* [ios] Name world tour destinationsMinh Nguyễn2016-05-051-6/+22
| | | | Assigned titles to the world tour annotations.
* [ios] iosapp UI testsMinh Nguyễn2016-05-059-2/+294
| | | | | | | | Added a UI test bundle that uses XCUITest to test iosapp. The bundle contains some basic tests of annotation functionality. Gather code coverage data in the iosapp and dynamic schemes. Added accessibility identifiers for key controls in the SDK and iosapp. Working towards #4794.
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-046-2/+0
|
* [Qt] Include what you useThiago Marcos P. Santos2016-05-042-0/+2
| | | | Build fix for some Qt versions.
* [core] consistently protect against invalid tag encoding in vector tileDane Springmeyer2016-05-041-0/+3
|
* [build] Fix parallel 'make linux' callBruno de Oliveira Abinader2016-05-041-0/+1
|
* [android] #4896 - added permission request and id fixesCameron Mace2016-05-044-16/+54
|
* [android] added user dot customization exampleCameron Mace2016-05-045-0/+212
| | | | Fixes #4896
* ios-v3.3.0-alpha.1ios-v3.3.0-alpha.1Minh Nguyễn2016-05-042-2/+2
|
* [ios] Corrected map accessibility valueMinh Nguyễn2016-05-042-9/+5
| | | | | | Corrected the English override strings for the map view’s accessibility value. Prior to this change, the accessibility value would say “0 annotation” instead of “0 annotations” for some reason. The zoom level in the map view’s accessibility value is off by two.
* [core] Merge pull request #4914 from bwhtmn/camera-paddingBrent W2016-05-041-1/+1
| | | | | Fix a bug in applying padding to the camera. Fixes #4862.
* [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.
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-046-46/+30
| | | | Previous implementation was assigning a temporary to FilterEvaluator<T>::extractor.
* [android] #4847 - Updating paths to testable .apksBrad Leege2016-05-031-2/+2
|
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-0337-81/+282
|
* [build] '<@(foo_static_libs)' must precede '<@(foo_ldflags)'John Firebaugh2016-05-033-17/+17
| | | | | | '<@(foo_ldflags)' typically includes -lbar arguments that the static libs depend on, and order matters for ld. The build was previously working merely by lucky ordering.
* [node] Add -Wl,-z,now flag for linuxJohn Firebaugh2016-05-031-0/+4
|
* [android] #4847 - Re-enabling StrictModeBrad Leege2016-05-031-12/+12
|
* [android] bring back ScreenshotActivityTestTobrun2016-05-034-19/+151
|
* [core] port to protozero (#4906)Dane Springmeyer2016-05-0314-280/+119
|
* [android] Create a new local reference frame to avoid a local reference ↵Antonio Zugaldia2016-05-031-0/+4
| | | | | | table overflow Fixes #4706
* [Qt] Removed unused resourceBruno de Oliveira Abinader2016-05-031-0/+0
|
* [android] #4912 - remove lollipop attribute from background drawable, made ↵Tobrun2016-05-032-2/+2
| | | | default bg color white, revert default color to TRANSPARENT when reading attributes.
* [Qt] Add new features to the Qt QML appThiago Marcos P. Santos2016-05-031-20/+205
| | | | | Cool features like Flipable, satellite maps and sliders interacting with the map properties.
* [Qt] Use mbgl constants to define zoom limitsThiago Marcos P. Santos2016-05-031-2/+2
|
* [Qt] Add `pitch` property to QML MapboxGL TypeThiago Marcos P. Santos2016-05-033-6/+40
|
* [Qt] Fix panning the map not updating the center propertyThiago Marcos P. Santos2016-05-033-5/+19
|
* Merge pull request #4919 from mapbox/follow-to-4916Dane Springmeyer2016-05-022-6/+0
| | | Boost headers are no longer needed in project files after #4916
* [core] Use gyp's direct_dependent_settings to propagate variant cflagsJohn Firebaugh2016-05-028-7/+15
|
* [core] Replace boost::lexical_cast with std::to_stringJohn Firebaugh2016-05-025-29/+15
| | | | This removes the only boost dependency from public headers.
* [core] Remove duplicate copy of utf.hppJohn Firebaugh2016-05-022-27/+2
|
* [core] Remove unusedJohn Firebaugh2016-05-022-35/+0
|
* [Qt] Implement bearing on the QML Mapbox Map typeThiago Marcos P. Santos2016-05-023-0/+34
|
* [Qt] Implement pan() methodThiago Marcos P. Santos2016-05-023-0/+31
|
* [Qt] Constrain zoom levels when min/max changesThiago Marcos P. Santos2016-05-021-0/+2
|
* [Qt] Allow setting the style via QMLThiago Marcos P. Santos2016-05-024-1/+38
|
* [Qt] Added plugin stubThiago Marcos P. Santos2016-05-022-0/+17
|