Hi, I’ve just released Macroid 2.0.0-M3. It is now built with android-sdk-plugin and packaged as an AAR — to update, please follow the new installation instructions here: http://macroid.github.io/Installation.html. The macroid-starter example is already up-to-date.
Changelog (breaking changes in bold): - *Macroid is now packaged in AAR* - *ExtraTweaks were refactored into TextTweaks, ImageTweaks, etc* - *macroid.util.Ui is now macroid.Ui for consistency with macroid.Tweak, macroid.Snail, etc* - When applying Future[Tweak[View]], completed futures are now handled in-place (inspired byscala/async#73 <https://github.com/scala/async/issues/73>) - Added RuleRelativeLayout to work with RelativeLayout #24 <https://github.com/macroid/macroid/issues/24> - TextTweaks.medium and TextTweaks.large no longer affect style/color of the text - Many new tweaks were added to macroid.contrib I’ve also expanded the docs, for example a full list of standard and extra tweaks can be now found here: http://macroid.github.io/guide/Tweaks.html. Finally, I would like to finish breaking things and release a first non-milestone 2.0.0 version. For this I am asking all Macroid users to join this discussion and comment on what features they would like to see modified in a likely non-backwards-compatible way. Kind regards, Nick -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
