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

Anko 0.6.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@yanex yanex released this 29 May 17:39
· 664 commits to master since this release

Built for Koltin M12 (0.12.200).

Changes:

  • Sensible listener argument names;
  • Some listener arguments and properties are now not-null;
  • bundleOf() function;
  • getBuilder() in AlertDialogBuilder;
  • startService() function #42;

Bugfixes:

  • IllegalArgumentException in AnkoLogger #46;
  • Wrong return type for include() #44;
  • INTEGER SqlType instead of INT #42;
  • withArguments() for android.support.v4.fragment #31;
  • SingleColumnParser and ScalarColumnParser fixed #45;
  • SQLiteDatabase.dropTable() signature fixed #38.