- 
                Notifications
    
You must be signed in to change notification settings  - Fork 320
 
0.28.0 Migration Guide
        Pablo Guardiola edited this page Jan 30, 2019 
        ·
        2 revisions
      
    - In this PR, we removed a lot of 
.xmlvector drawable resources that were unused by the SDK. 
- 
ImageCoordinatorwas renamed toImageCreator - 
ImageCoordinator#loadImageswas removed - 
ImageCoordinator#addShieldInfowas 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)