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

Anko 0.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yanex yanex released this 15 Feb 20:27
· 282 commits to master since this release
  • Allow to use AnkoLogger as an instance #262;
  • FOREIGN_KEY now returns Pair<String, SqlType> #258 #219;
  • Fix SparseArray as sequence returns list which doesn't match its size #243 #240;
  • Allow ManagedSQLiteOpenHelper to accept null for database name #228;
  • Fix ProGuard warning (can't find referenced method 'int getThemeResId()' in library class android.view.ContextThemeWrapper). #206;
  • Add LayoutParams.baselineOf() #213;
  • Allow nullable values in intentFor #211;
  • Migrate Anko build to Gradle.