Anko Versions Save

Pleasant Android application development

v0.7

8 years ago

Built for Koltin M13 (0.13.1513).

Changes:

  • Anko is now split to several components:
    • anko-common contains some basic helpers (such as async, toast or SQLite parsers). Does not contain any of view DSL);
    • anko-sdk15 (also 19, 21, 23) contains DSL bindings for the corresponding Android SDK version;
    • anko-support-v4, anko-appcompat-v7 and others: additional DSL bindings for the Android support library widgets.
  • New async #78;
  • Most of extension properties for Views are removed (Kotlin now supports this seamlessly);
  • Ability to iterate children views lazily using sequences #74;
  • Extension functions for the optimized Android collections and arrays #77;
  • layoutParams() is renamed to lparams() (due to the clash with View.getLayoutParams()).

v0.6.3

8 years ago

Built for Koltin M12.1 (0.12.613).

Changes:

  • Tinted (appcompat) widget support;
  • Deprecated extension properties for RSSurfaceView, RSTextureView, WebView are removed;
  • Intentions for Toast.makeText().show() and findViewById() in IDEA plugin.

Bugfixes:

  • Fix LayoutParams resolving for some widgets #54;
  • Support more types in intentFor #60;
  • AnkoLogger can't now be used as a delegate #65;
  • InterfaceWorkarounds fields are fixed.

Other:

  • DSL Preview plugin is updated to Robolectric 3.0 rc3;
  • DSL generator refactoring.

v0.6.2

8 years ago

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 https://github.com/JetBrains/anko/pull/42;

Bugfixes:

v0.6.1

9 years ago

Built for Koltin M11 (0.11.91.4).

Bugfixes:

v0.6

9 years ago

Built for Koltin M11 (0.11.91.2).

  • Breaking: package name change (kotlinx.android.ankoorg.jetbrains.anko)
  • Breaking: new syntax for multi-method listeners
  • Configuration qualifiers supported
  • Custom views creation
  • appcompat.v7 views and properties supported
  • Top-level DSL functions for simple views are removed
  • startActivityForResult(), dimen() extension functions
  • uiThread property for Context and Fragment

v0.5

9 years ago

Built for Koltin M11 (0.11.91.1).

  • Rebranding: Koan → Anko! :sparkles:
  • Preview plugin is available for IntelliJ IDEA and Android Studio.