-
Notifications
You must be signed in to change notification settings - Fork 319
0.28.0 Migration Guide
Pablo Guardiola edited this page Jan 30, 2019
·
2 revisions
- In this PR, we removed a lot of
.xml
vector drawable resources that were unused by the SDK.
-
ImageCoordinator
was renamed toImageCreator
-
ImageCoordinator#loadImages
was removed -
ImageCoordinator#addShieldInfo
was removed
The main purpose of the ImageCreator
class now is to pre-cache the shield images for the InstructionLoader
so they load instantaneously when it is time for the BannerText
to load into the TextView
.
ThemeSwitcher#retrieveThemeMapMarker
no longer returns the deprecated class.Icon
Old:
public static Icon retrieveThemeMapMarker(Context context)
New:
public static Bitmap retrieveThemeMapMarker(Context context)