1.0.0
Read 1.0.0.md for more notes
Breaking changes:
- Refactored
WelcomeScreenBuilder
intoWelcomeConfiguration.Builder
- Removed layout specific page methods of
Builder
- Refactored many other classes and methods
- Made many classes package-private
- Removed
theme
methods ofBuilder
- Page indicator style attribute
animated
renamed toanimation
, changed to an enum - Added prefix
wel_
to many resources, which are now marked as private and shouldn't be used by clients
Other changes:
- Added fade animation to page indicator, made it the default
- Made
viewPager
variable ofWelcomeActivity
accessible in subclasses - Made default values of
FullscreenParallaxPage
match those ofParallaxPage
- Split resources into
res
andres-public
, addedpublic.xml
to mark resources as private
Fixes:
- Builder method
.defaultBackgroundColor(int resId)
now works - Fixed issue with recursive parallax helper function in
WelcomeUtils