Skip to content

1.2.0

Compare
Choose a tag to compare
@rubengees rubengees released this 19 Feb 20:13
· 111 commits to master since this release

Improve everything

External changes

  • The behaviour of the back buttons has changed. Now the user can't exit the introduction by clicking back. This can be changed by using the new method withAllowBackPress.
  • New min sdk of 8
  • New buttons without the semi transparent background -> More simple look
  • Layout animations for the skip button and the dot indicator
  • Ripple effect for the buttons

Internal changes

  • FitsSystemWindows is now used for the translucent style
    • This is better than the previous (hacky) solution as it makes the system calculate the appropriate paddings for the views which may lie under translucent components and thus guarantee to work on future versions of Android. Previously we calculated the paddings ourself by accessing private values which may disappear in a future version.
    • Another benefit is that the systembartint library is not used anymore which makes it possible to set the min sdk to 8.
  • Many layout improvements which should improve the overall performance
    • The percent support library is now in use
  • Updates: Gradle, Gradle Plugin, Glide in the sample