Releases: rubengees/introduction
Releases · rubengees/introduction
2.0.0
- Updated to the latest tooling. Using this library now requires the new
Android Studio 3
toolchain with Java 8 support. - Many internal code cleanups and simplifications.
- Fix for a bug with the
TranslucentTheme
when rotating the screen. - Ability to hide the
title
anddescription
/option
views. This is a behaviour change. - Better
javadoc
andpom
generation.
See the updated upgrade guide!
1.4.1
1.4.0
1.3.9
1.3.8
1.3.7
General
- Update Support Libs 25.0.1 -> 25.1.0
- Update Gradle Wrapper 3.2.0 -> 3.2.1
Library
- Make it possible to set a
Typeface
for only the title or the description through the new methods
IntroductionBuilder#withTitleTypeface(Typeface)
IntroductionBuilder#withDescriptionTypeface(Typeface)
withTypeface
still works as expected.
1.3.6
1.3.5
Library
- Layout improvements: Next, Previous and Done buttons are now squares on all API levels.
- No dependency on
percent
library anymore.
- No dependency on
- The dots of the default
IndicatorManager
are now clickable. - Vector images are now used for the buttons
- This results in smaller size
Sample
- Now compatible with API level 9: Gingerbread (like the min API of the library)