summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core,ios,macos] Re-apply default styles to streets v11, etc. (#13585)upstream/fabian-update-stylesJulian Rex2019-01-075-8/+54
| | | | | | # Conflicts: # platform/ios/CHANGELOG.md # platform/macos/CHANGELOG.md
* [android] v7.0.0 changelog (#13682)android-v7.0.0Osana Babayan2019-01-071-0/+5
|
* [android] fix location interval workaround initializationŁukasz Paczos2019-01-071-12/+12
| | | | (cherry picked from commit b1c713e)
* [android] cancel camera transitions only when set CameraMode is not NoneŁukasz Paczos2019-01-072-8/+52
| | | | (cherry picked from commit f3971bd)
* [ios, macos] Changelog edits post v4.7.1Nadia Barbosa2018-12-212-2/+3
|
* [ios] Bump podspec to 4.7.1ios-v4.7.1Nadia Barbosa2018-12-213-3/+3
|
* [ios, macos] Revert mapbox-streets-v8Nadia Barbosa2018-12-217-55/+14
| | | | | | Reverts e36e4cf (Parent PR is https://github.com/mapbox/mapbox-gl-native/pull/13600) Changelog edits
* 7.0.0-beta.2 changelog (#13637)android-v7.0.0-beta.2Osana Babayan2018-12-211-0/+21
|
* macos-v0.13.0macos-v0.13.0Minh Nguyễn2018-12-202-2/+2
| | | | Cherry-picked from edf33c8a1c0aaac25b75500c284ab76c4bcdc2c6.
* [ios, macos] Cleaned up changelogsMinh Nguyễn2018-12-202-12/+12
| | | | Cherry-picked from b6c83d8d6baa7d476c4d570d8ec2457dcdf44962.
* [ios, macos] Updated changelog entries that missed being updated prior to 4.7.0Julian Rex2018-12-202-1/+4
| | | | Cherry-picked from 72b685469b8fa72d55e74b8f955d676f0abed816.
* mas upgrade to 4.3.0 (#13633)Osana Babayan2018-12-211-1/+1
|
* [android] reworked instrumentation test activity to use a local style againŁukasz Paczos2018-12-203-19/+5
| | | | (cherry picked from commit 723fbbc)
* [android] update core stylesŁukasz Paczos2018-12-202-10/+10
| | | | | | | | | | | includes: streets-v11 outdoors-v11 light-v10 dark-v10 satellite-streets-v11 (cherry picked from commit 01a3780)
* adding param (#13597)Langston Smith2018-12-201-0/+11
| | | | (cherry picked from commit 781a60b)
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-2013-245/+170
| | | | (cherry picked from commit bd4a059)
* [android] dismiss the foreground color only when the style is loadedŁukasz Paczos2018-12-201-4/+6
| | | | (cherry picked from commit 49e870c)
* [android] location update fastest interval workaroundŁukasz Paczos2018-12-201-2/+16
| | | | (cherry picked from commit fbe7874)
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-209-46/+215
| | | | (cherry picked from commit 9064c8e)
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-208-15/+89
| | | | (cherry picked from commit e86d1b2)
* [android] register compass sensor listener only if provided data is consumed ↵Łukasz Paczos2018-12-208-22/+288
| | | | | | by the location layer or location camera (cherry picked from commit 1d410c9)
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-208-40/+523
| | | | (cherry picked from commit d592889)
* Fixed compass update time not getting updatedBharath MG2018-12-201-3/+3
| | | | (cherry picked from commit 2528601)
* [androd] - add weak references checks to all jni callbacksTobrun2018-12-203-6/+24
| | | | (cherry picked from commit aedbdc2)
* [android] - validate if weakreference is still validTobrun2018-12-201-12/+51
| | | | (cherry picked from commit e94a7fc)
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-1914-50/+52
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-1914-1/+161
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [core, ios, macos] Stable release v.4.7.0 cherry-picks (#13600)ios-v4.7.0Julian Rex2018-12-1816-29/+135
|
* Update podspecs for v4.7.0-beta.2 (#13563)ios-v4.7.0-beta.2Julian Rex2018-12-123-3/+3
|
* [ios] Release v4.7.0 beta.2 preparation (#13561)Julian Rex2018-12-128-20/+42
|
* [android] changelog for 7.0.0-beta.1android-v7.0.0-beta.1Łukasz Paczos2018-12-121-7/+18
| | | | (cherry picked from commit 5b5d198)
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-1213-480/+427
| | | | (cherry picked from commit 6aea5b5)
* [core] Avoid divide-by-zero when transition duration is 0..Chris Loer2018-12-121-2/+5
| | | | Fixes issue #13506 -- transition duration of 0 would cause symbol flickering.
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-1073-267/+218
|
* [android] - introduce validateState, add illegal state exception to all ↵tobrun2018-12-102-129/+55
| | | | invocations, add test
* [android] - throw exception when another style is loading, correct ↵tobrun2018-12-103-18/+32
| | | | RuntimeStyleTest when removing layer at, add javadoc to isFullyLoaded
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-107-18/+150
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-1017-208/+355
| | | | non existing style and multiple style loading, revisit code comments
* [android] - update unit test to match NativeMapView#isDestroyedTobrun2018-12-101-0/+1
|
* [android] - update sanity test to Style.javaTobrun2018-12-105-49/+51
|
* [android] - add unit tests for Style.java APITobrun2018-12-1010-47/+440
|
* [android] - add missing javadoc on public API methods around StyleTobrun2018-12-102-1/+50
|
* [android] fix LocationComponent unit test with Style.java objectŁukasz Paczos2018-12-102-41/+58
|
* [android] - un-ignore location testsTobrun2018-12-101-5/+0
|
* [android] - use builder json/url for constructing style objectTobrun2018-12-103-13/+18
|
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-1010-176/+138
|
* [android] - cleanup imagesTobrun2018-12-101-0/+8
|
* [android] - introduce StyleCallback, make parent class for StateCallbackTobrun2018-12-102-17/+21
|
* [android] - limit visibility, clear callbacksTobrun2018-12-102-3/+3
|
* [android] - infer nullify on Style.javaTobrun2018-12-102-21/+39
|