Release 2.2.0 - Refactoring (BREAKING)
@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. Addedmal_toolbarTheme
,mal_toolbarPopupTheme
instead. - You no longer need to catch
NameNotFoundException
when callingConvenienceBuilder.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.