Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Anko 0.10.3

Compare
Choose a tag to compare
@4u7 4u7 released this 22 Nov 14:31
· 117 commits to master since this release

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)