summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] reworked instrumentation test activity to use a local style againupstream/lp-backports-7.0.0-beta.2Łukasz Paczos2018-12-203-19/+5
* [android] update core stylesŁukasz Paczos2018-12-192-10/+10
* adding param (#13597)Langston Smith2018-12-191-0/+11
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-1913-245/+170
* [android] dismiss the foreground color only when the style is loadedŁukasz Paczos2018-12-191-4/+6
* [android] location update fastest interval workaroundŁukasz Paczos2018-12-191-2/+16
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-199-46/+215
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-198-15/+89
* [android] register compass sensor listener only if provided data is consumed ...Łukasz Paczos2018-12-198-22/+288
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-198-40/+523
* Fixed compass update time not getting updatedBharath MG2018-12-191-3/+3
* [androd] - add weak references checks to all jni callbacksTobrun2018-12-193-6/+24
* [android] - validate if weakreference is still validTobrun2018-12-191-12/+51
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-1914-50/+52
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-1914-1/+161
* [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
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-1213-480/+427
* [core] Avoid divide-by-zero when transition duration is 0..Chris Loer2018-12-121-2/+5
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-1073-267/+218
* [android] - introduce validateState, add illegal state exception to all invoc...tobrun2018-12-102-129/+55
* [android] - throw exception when another style is loading, correct RuntimeSty...tobrun2018-12-103-18/+32
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-107-18/+150
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-1017-208/+355
* [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
* [android] - update CircleLayer to be compatibleTobrun2018-12-101-7/+3
* [android] - fixup location component test to use initialize componentsTobrun2018-12-101-13/+35
* [android] - ignore location component unit test, update light test, update ac...Tobrun2018-12-107-12/+19
* [android] - add class level javadoc to Style.javaTobrun2018-12-101-1/+6
* [android] - add more layer add options, add sdf support to image and add javadocTobrun2018-12-101-30/+204
* [android] - update unit tests to be location component compatibleTobrun2018-12-102-44/+33
* [android] - decouple style loading from OnMapReadyTobrun2018-12-1087-1015/+942
* [android] - don't load mapbox streets automaticallyTobrun2018-12-101-4/+0
* [android] - move all style methods to Style.javaTobrun2018-12-102-99/+56
* [android] - expose style builderTobrun2018-12-102-1/+63
* [android] - remove style loaded listenerTobrun2018-12-107-85/+26
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-1053-538/+536