Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

0.9.5

Compare
Choose a tag to compare
@StefMa StefMa released this 03 Jun 09:22
· 42 commits to master since this release

Version 0.9.5 03.06.19

Summary

Lint module

New lint module to detect issues early.
For instance we detect that you have missed to implement the TiView in your Activity or Fragment.

Use:
No action required. We bundle the lint registry together with the main thirtyinch module.

kotlin-coroutines support

This new kotlin module which makes the usage of Kotlin coroutines super easy with ThirtyInch.

The Jobs you will start with the TiCoroutineScope will be automatically canceled when either the View disappeared or the Presenter got destroyed.

Use:
implementation "net.grandcentrix.thirtyinch:thirtyinch-kotlin-coroutines:0.9.5"

You can also checkout our README#coroutines.

plugin

This module was removed because CompositeAndroid isn't maintained anymore.

Changelog

  • New: lint module #158
  • New: kotlin-coroutines support #182
  • Deleted the plugin #168

Diff

v0.9.0...v0.9.5