Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

0.28.0 Migration Guide

Pablo Guardiola edited this pageJan 30, 2019 ·2 revisions

SEMVER breaks:

  • 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 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 deprecatedIcon class.

Old:

public static Icon retrieveThemeMapMarker(Context context)

New:

public static Bitmap retrieveThemeMapMarker(Context context)

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp