- Notifications
You must be signed in to change notification settings - Fork320
0.28.0 Migration Guide
Pablo Guardiola edited this pageJan 30, 2019 ·2 revisions
- In this PR, we removed a lot of
.xmlvector drawable resources that were unused by the SDK.
ImageCoordinatorwas renamed toImageCreatorImageCoordinator#loadImageswas removedImageCoordinator#addShieldInfowas removed
The main purpose of theImageCreator class now is to pre-cache the shield images for theInstructionLoader so they load instantaneously when it is time for theBannerText to load into theTextView.
ThemeSwitcher#retrieveThemeMapMarker no longer returns the deprecated class.Icon
Old:
public static Icon retrieveThemeMapMarker(Context context)New:
public static Bitmap retrieveThemeMapMarker(Context context)