Anko v0.10.3 Release Notes

Release Date: 2017-11-22 // over 6 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ”Œ Anko support plugin compatibility with Kotlin 1.1.60+
    • ๐Ÿ›  Fix Xml to Dsl converter (#370)
    • lparams for CollapsingToolbarLayout, now returns correct LayoutParams (#275, #269)
    • ๐Ÿ—„ Context.clipboardManager now returns new ClipboardManager instead of deprecated one (#180)
    • Generate layout wrapper for CardView (#269, #357)
    • ๐Ÿ›  Fix ClassParser's Boolean parser when type is Long (#464)

    ๐Ÿ’ฅ Breaking Changes

    • โœ‚ Removed Dsl for classes from android.support.design.internal.* as they shouldn't be used outside of support library

    Other Changes

    • TextInputEditText added to anko-design (#205)
    • Anko commons dialog extensions now accept CharSequence instead of String (#422)
    • โž• Add start and end rules to RelativeLayout.LayoutParams extensions (#497)
    • โž• Add allCaps and ems properties to TextView (#459)
    • โž• Add snackbar helpers with indefinite duration (#454)
    • ๐Ÿ‘ Allow nullable values in createIntent and startActivity (#465)
    • โž• Add extensions for View::backgroundColorResource and TextView::textColorResource (#254)
    • Return ComponentName from startService methods (#435)
    • ๐Ÿ‘ Allow alerts to be cancelable (#405)
    • โž• Add intent helpers for stopping services (#509)
    • Return toast object in toast helper functions (#512)