Skip to content

Releases: Kennyc1012/MultiStateView

Release 2.2.0

13 Feb 14:20
Compare
Choose a tag to compare
  • Compile and Target SDK are now 30
  • Kotlin updated to V 1.4.30
  • Gradle build tools updated to 4.1.2
  • Gradle wrapper Updated to 6.5

Release 2.1.2

22 Feb 00:37
Compare
Choose a tag to compare
- Updates Kotlin and Gralde which fixes some users issues failing to resolve kotlin

Release 2.1.1

24 Oct 11:32
Compare
Choose a tag to compare
  • Merge pull request for #28 , thanks @nicomott
  • Upgrade gradle and Kotlin

Release 2.1

27 Jul 12:24
Compare
Choose a tag to compare
  • ViewState is now an enum.

Release 2.0

23 Jun 12:24
Compare
Choose a tag to compare
  • Rewrite of view into Kotlin
  • Update to lastest Android SDK (29)
  • Update to AndroidX

Release 1.3.2

18 Jul 16:23
Compare
Choose a tag to compare
  • Remove onStateInflated callback

Release 1.3.1

18 Jul 16:14
Compare
Choose a tag to compare
  • Revert lazy loading of views for Butterknife compatibility #15

Release 1.30

28 Oct 15:36
Compare
Choose a tag to compare
  • Lazy load views, thanks @zeng1990java
  • Update Gradle Plugin V2.2.0
  • Update SDK V25

Release 1.2.0

11 May 23:28
Compare
Choose a tag to compare
  • Animate ViewState Changes
  • Add UNKNOWN ViewState
  • MinSDK is now 11
  • Update Gradle Plugin V2.1.0
  • Update Build Tools V24.0.0-rc4

Release 1.1.1

27 Feb 00:08
Compare
Choose a tag to compare
  • Fix bug after setting a view for a view state, thanks @StormGens