summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Move changelog to 5.2.0upstream/1ec5-animation-completion-5839Jason Wray2019-06-211-10/+7
|
* Convert integration test to completionful expectationJason Wray2019-06-211-3/+6
|
* [ios, macos] Added completion handlers to animated MGLMapView methodsMinh Nguyễn2019-06-217-124/+542
|
* [android] updated android 8.1.0 changelog with kitkat crash info (#14975)Langston Smith2019-06-201-0/+6
|
* [ios] Require two fingers for duration of tilt gestureJason Wray2019-06-202-0/+10
|
* [android] updated android changelog for stable 8.1.0 release (#14973)Langston Smith2019-06-201-0/+9
|
* [android] - limit concurrent request for Android 4.4 and below to 10 (#14971)Tobrun2019-06-201-3/+9
|
* [android] ensure to re-enable move when quickzoom finishesŁukasz Paczos2019-06-201-2/+11
| | | | Because the double tap event can be canceled and stop delivering events whenever ACTION_CANCEL or ACTION_POINTER_DOWN is dispatched, we need to make the #onScaleEnd callback responsible for re-enabling the move detector as well
* [ios] Address iosapp state manager tailworkJason Wray2019-06-192-8/+20
|
* [ios] Prepare for ios-v5.1.0 releaseJason Wray2019-06-194-4/+7
|
* [ios] Simplify -[MGLOfflineStorageTests testAddFileContent]Jason Wray2019-06-191-60/+20
|
* [android] - optimise CameraUpdateFactory#newLatLngBounds to use camera ↵Tobrun2019-06-192-12/+213
| | | | position tilt and bearing values (#14953)
* [core] Add storage unit tests for MapboxTileLimitExceededThiago Marcos P. Santos2019-06-191-0/+98
|
* [core] Fix offline regions reporting the wrong number of tilesThiago Marcos P. Santos2019-06-191-8/+10
| | | | | | | | | | - The SQL query used for checking if the tile was already in the cache was wrong. - Tiles being refereed by two or more regions were not always counted as one. Fixes #13437.
* [ios, build] Add more specific iOS testing flagsJason Wray2019-06-182-7/+46
|
* [android] added noneCompass and noneGps to LocationModesActivity (#14945)Langston Smith2019-06-181-0/+10
|
* [android] removed duplicate soloader changelog line (#14946)Langston Smith2019-06-181-1/+0
|
* [android] bump SNAPSHOT version to 8.2.0Łukasz Paczos2019-06-181-1/+1
|
* [benchmark] Add benchmark tests for resizing the databaseThiago Marcos P. Santos2019-06-181-0/+65
|
* [tests] Add unit tests for cache sizeThiago Marcos P. Santos2019-06-181-0/+134
|
* [core] Add method for setting a maximum size for the ambient cacheThiago Marcos P. Santos2019-06-185-36/+125
| | | | | | | - Removed this parameter from the constructor, now that we have a method to set it. - Add the method and enforce the limits if the ambient cache exceeds the size.
* [core] Clear/Invalidate should also work on non-tile resourcesThiago Marcos P. Santos2019-06-186-61/+134
| | | | | These methods were only affecting tiles, but they should really work on every resource like style, glyphs, etc.
* [core] Rename resetCache to resetDatabaseThiago Marcos P. Santos2019-06-188-14/+14
| | | | | Avoid confusion about what is being reset. In this case, the whole database and not only the ambient cache.
* [tests] Follow-up of previews PR, these tests need write permissionThiago Marcos P. Santos2019-06-181-2/+2
|
* [android] accept floating numbers during core->platform color conversionŁukasz Paczos2019-06-182-5/+29
|
* [android] - store shared librariesas CI artefact (#14937)Tobrun2019-06-171-0/+2
|
* [node] - fix README type, granualar to granular (#14933)Tobrun2019-06-171-1/+1
|
* [core] Change severity of too many data-driven properties to "Info"Thiago Marcos P. Santos2019-06-151-13/+13
| | | | So it can be filtered by the SDKs using a Log::Observer.
* [ios, build] Add MORE_SIMULATORS option to iOS make commandsupstream/friedbunny-adds-more-simulatorsJason Wray2019-06-142-3/+32
|
* [ios, macos] Optionally include a developer xcconfig file in generated ↵Julian Rex2019-06-144-0/+11
| | | | | | config.xcconfig file. (#14766)
* [build, darwin] Enable aggressive API usage warningsJason Wray2019-06-143-0/+8
|
* [ios] Bump podspec to v5.1.0-beta.1Fabian Guerra2019-06-134-8/+8
|
* [ios, docs] Fix grammatical issue in GeoJSON guideSam Fader2019-06-131-1/+1
|
* [benchmark] Add performance test for cacheThiago Marcos P. Santos2019-06-131-9/+86
|
* [tests] Improve unit test for deleting offline region and concurrent useThiago Marcos P. Santos2019-06-131-12/+39
| | | | | | Test if the physical size of the database will also reduce. Clear the cache while adding resource on another connection.
* [tests] Add unit test for clearing the ambient cacheThiago Marcos P. Santos2019-06-131-11/+39
|
* [core] Fix bug of auto_vacuum not workingThiago Marcos P. Santos2019-06-131-6/+4
|
* [core] Surface cache management APIsThiago Marcos P. Santos2019-06-132-0/+52
| | | | | These APIs need to be on the DefaultFileSource in order to be visible for the SDKs bindings.
* [core] Add API for clearing tile cacheThiago Marcos P. Santos2019-06-132-0/+25
|
* [android] updated android changelog for 8.1.0-beta.1 (#14916)Langston Smith2019-06-131-0/+10
|
* [iosapp] Introduce map state manager (#14591)Nadia Barbosa2019-06-136-93/+276
|
* [android][mac][ios] Update changelogsMikhail Pozdnyakov2019-06-123-0/+5
|
* [core] Keep the same sort index for all feature ringsMikhail Pozdnyakov2019-06-121-1/+1
|
* [core] don't call glFlush on every frameKonstantin Käfer2019-06-124-1/+12
|
* [ios] fix benchmark appKonstantin Käfer2019-06-122-3/+9
|
* [android] - add resource usage to HttpRequest, add offline query parameter ↵Tobrun2019-06-127-19/+114
| | | | flag to http request (#14837)
* [build] remove roundtrip through <experimental/optional> when using optionalKonstantin Käfer2019-06-128-4/+14
|
* [ios] Added offline query parameter (#14857)Julian Rex2019-06-114-27/+128
|
* [android] Removed mapboxJavaServices dependency (#14896)Langston Smith2019-06-111-1/+0
|
* Merge pull request #14898 from mapbox/tvn-allow-null-updatesTobrun2019-06-111-4/+3
| | | Allow null updates to GeoJsonSource#setGeoJson