-
Notifications
You must be signed in to change notification settings - Fork 319
0.42.0 Migration Guide
Pablo Guardiola edited this page Sep 20, 2019
·
2 revisions
- In this PR:
- We add
Lifecycle Owner
parameter tosubscribe
method inInstructionView
andSummaryBottomSheet
to control memory clearing when views are destroyed.
- We add
- We removed
NavigationHelper#createIntersectionsList
,NavigationHelper#createDistancesToIntersections
,NavigationHelper#findCurrentIntersection
,NavigationHelper#findUpcomingIntersection
,RouteLegProgress#currentLegAnnotation
,RouteProgress#routeGeometry
,RouteProgress.Builder#intersections
,RouteProgress.Builder#currentIntersection
,RouteProgress.Builder#upcomingIntersection
,RouteProgress.Builder#intersectionDistancesAlongStep
,RouteProgress.Builder#currentLegAnnotation
,RouteProgress.Builder#routeGeometry
,RouteStepProgress#intersections
,RouteStepProgress#currentIntersection
,RouteStepProgress#upcomingIntersection
andRouteStepProgress#intersectionDistancesAlongStep
. We don't believe these classes need to bepublic
as they weren't used.
- We removed
ManeuverUtils
. We don't believe this class needs to be public as it's used only internally.
- We made
BluetoothAudioType
,HeadphonesAudioType
,SpeakerAudioType
,UnknownAudioType
(AudioTypeResolver
implementation classes) andNavigationDepartEvent
package-private. We don't believe these classes need to bepublic
as they're used only internally.