summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Test metrics on staging endpointMinh Nguyễn2015-10-201-0/+2
|
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-201-2/+27
|
* [core] Fix swapped lat/lon in geo.cppJohn Firebaugh2015-10-201-21/+21
|
* fixes #2419: adapt iOS tests for Bitrise CIJustin R. Miller2015-10-201-5/+16
|
* [ios] remove CoreTelephony dependencyJason Wray2015-10-191-2/+0
| | | | | | Cellular carrier name and connectivity level will now only be sent if the developer independently chooses to link the CoreTelephony framework in their app.
* [iOS] Dismiss authorization prompt before testing Location Services delegate ↵Minh Nguyễn2015-10-161-0/+2
| | | | methods
* [iOS] Revert 'Use modular headers everywhere'Minh Nguyễn2015-10-165-12/+14
| | | | This commit rolls back AliSoftware/OHHTTPStubs@806ba99fb71d0b8bebe505b3a939c0a755606bd8 so that we can keep using OHHTTPStubs in the same project without creating a separate framework target.
* [iOS] Upgraded to AliSoftware/OHHTTPStubs@4.3.0Minh Nguyễn2015-10-16118-1221/+4592
|
* fixes #2611: iOS test app long press drops debug markerJustin R. Miller2015-10-151-0/+40
|
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-141-1/+7
| | | | | | UV_ASYNC_PARAMS and UV_TIMER_PARAMS for libuv <= 0.10 compatibility use st_mtim.tv_sec in libuv > 0.10.x
* [ios][tests] disable non-null warningJason Wray2015-10-061-0/+1
|
* Install gtest from masonJohn Firebaugh2015-10-021-1/+3
|
* [osx] OS X 10.11 returns another error stringKonstantin Käfer2015-10-011-1/+4
|
* Install RapidJSON from masonJohn Firebaugh2015-10-015-31/+32
|
* mason variant@1.0Mike Morris2015-09-301-0/+1
|
* [ios] [android] Use Response::NotFound in other HTTP implementations tooJohn Firebaugh2015-09-292-2/+17
|
* Add test for removeAnnotationJohn Firebaugh2015-09-281-0/+16
|
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-282-32/+68
| | | | | | | | | | | | | | | | First, move style mutation code out of StyleParser and into AnnotationManager, coalescing it with the mutation code for shape layers. Second, allow AnnotationManager to keep track of stale tiles entirely internally. There's no reason to pass sets of TileIDs around. Third, correct the logic for invalidating the shape source. Since AnnotationManager does not track shape invalidations on a tile-by-tile basis, don't try to invalidate the shape source tile-by-tile. Fixes #1675 Fixes #2322 Fixes #2095
* Add some shape annotation testsJohn Firebaugh2015-09-281-0/+63
|
* Ensure that LiveTileData can be reparsedJohn Firebaugh2015-09-283-15/+19
| | | | | | | | | | Annotation tiles may become partially parsed just like regular tiles, for example if a point annotation is added to the map before the style's sprite has been loaded. In such cases, they need to be reparsed or the annotation will not be rendered. Previously, the code path for reparsing would be short-circuited by a dynamic_cast<VectorTileData*> followed by a null check. This commit removes that case and adds (back) a virtual reparse method to the TileData interface.
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-281-0/+56
| | | | and move the canonicalization to mapbox.cpp since it's not specific to the SQLiteCache
* [iOS] disable perfectly good tests so they stop flapping on TravisJason Wray2015-09-212-1/+16
| | | | | | | | | | | | | | | | Travis is inconsistently failing the following tests, so let's temporarily disable them. - `testDirectionSet` - `testCompassTap` - `testDirectionReset` - `testCenterSet` - `testDelegateRegionDidChange` It bears repeating that these tests _only_ fail on Travis, running them locally has always passed. Fixes #2347
* Fully delete test/suite submoduleJohn Firebaugh2015-09-171-0/+0
|
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-161-3/+0
| | | | This reverts commit 4e1ead344bfb1f9ddb207924465fabae3d218d67.
* back to right submodules versionsAntonio Zugaldia2015-09-161-0/+0
|
* merge with masterAntonio Zugaldia2015-09-161-0/+27
|
* Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-151-0/+3
| | | | | Conflicts: src/mbgl/util/geojsonvt
* merge from masterAntonio Zugaldia2015-09-151-0/+0
|
* Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-156-49/+29
|\
| * Increased timeout for rotation animationMinh Nguyễn2015-09-151-2/+2
| |
| * Upgraded to iOS Simulator 9.0, KIF 3.3.0Minh Nguyễn2015-09-155-47/+27
| | | | | | | | Upgraded the test project. Rolled back part of 69cf6ed3d273fc10e8cea2caef223f4a281388f0 to work around facebook/xctool#528.
* | Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-1469-536/+1877
|\ \ | |/ | | | | | | Conflicts: android/java/MapboxGLAndroidSDKTestApp/build.gradle
| * fixes #1675: abstract annotation tile refresh check/render; trigger ↵Justin R. Miller2015-09-081-0/+4
| | | | | | | | post-sprite/sprite store load
| * Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-047-208/+4
| |
| * fix circles at very high zoom levelsAnsis Brammanis2015-09-021-0/+0
| | | | | | | | https://github.com/mapbox/mapbox-gl-js/commit/5c8be4b8487a230a32684737a1e81c8a0b2a4396
| * Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-021-1/+1
| |
| * Merge branch 'master' into nodeJohn Firebaugh2015-08-315-11/+49
| |\
| | * Disabled iOS metrics testsMinh Nguyễn2015-08-311-4/+10
| | | | | | | | | | | | ref #1887
| | * Update test-suiteJohn Firebaugh2015-08-311-0/+0
| | |
| | * #2063 - Fixing test/suite stomping from mergeBrad Leege2015-08-311-0/+0
| | |
| | * #2063 - MergingBrad Leege2015-08-311-0/+0
| | |\
| | * | update test suite to disable failing testAnsis Brammanis2015-08-281-0/+0
| | | |
| | * | add Point <--> LatLng conversion testsAnsis Brammanis2015-08-271-0/+32
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into perspective-without-y-flipJason Wray2015-08-262-7/+7
| | |\ \
| | | * | Bump metrics tests timeouts EVERYWHEREJason Wray2015-08-251-5/+5
| | | | |
| | | * | Fix testUserTrackingModeFollow test to accept location permissions askJason Wray2015-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | I thought that the tests were bypassing the permissions dialog, but it turns out that was only half correct: we were not actually asking for `always` location permission in MBGL.
| | * | | make fill-image tests less sensitiveAnsis Brammanis2015-08-241-0/+0
| | |/ /
| * | | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+2
| |/ / | | | | | | | | | | | | To be able to resize the framebuffer on the map thread in HeadlessView.
| * | Fixed missing labels and iconsLucas Wojciechowski2015-08-241-0/+1
| | |
| * | Merge branch 'v8'John Firebaugh2015-08-2423-21/+128
| |\ \