Releases: janheinrichmerker/material-intro
Releases · janheinrichmerker/material-intro
Release 2.0.0
- Migrated to AndroidX & SDK 29 (minSdk is still 16).
- Removed dependency on Data Binding as well as ButterKnife.
- License changed from Apache v2 to MIT (see issue #176).
- Translations: Danish, Italian, Swedish, Norwegian, Vietnamese.
- Support for clickable web links.
- Orientation is now locked while Introduction is in progress.
- Allow overridable onClickListeners.
- Several bug fixes & stability improvements.
Release 1.6.2
- Bump version
Release 1.6.1
- Method to go to any slide
IntroActivity#goToSlide(int)
(#166) - Changed license (#176)
- Danish, Italian, Swedish and Norwegian translation (#159, #160, #172, #186, #187)
- Some new utility methods
getContentView()
(#189),add/removeOnNavigationBlockedListener()
(#183),getCurrentSlidePosition()
(#195) - Web link support in description (#192)
- Updated build tools and dependencies
- Bug fixes (#162, #194, #146)