Skip to content

Release 2.2.0 - Refactoring (BREAKING)

Compare
Choose a tag to compare
@daniel-stoneuk daniel-stoneuk released this 25 Jul 20:43
· 113 commits to master since this release

@Robyer contributed to this release, fixing up many of the styles. You'll need to update your styles.xml to extend the following new themes:

  • Theme.Mal.Light (with dark toolbar)
  • Theme.Mal.Dark (with dark toolbar)
  • Theme.Mal.Light.LightActionBar (with light toolbar)
  • Theme.Mal.Dark.LightActionBar (with light toolbar)

Also:

  • Removed mal_lightActionBar, mal_popupOverlay attributes. Added mal_toolbarTheme, mal_toolbarPopupTheme instead.
  • You no longer need to catch NameNotFoundException when calling ConvenienceBuilder.createVersionActionItem()

Check out the sample app to see how to migrate.

A refresh menu item has been added to the demo showcasing the fixes and ability to refresh.