Releases: stephentuso/welcome-android
Releases · stephentuso/welcome-android
1.4.1
1.3.1
- Added
BottomLayout.NONE
- Updated dependencies
1.2.1
New feature: Ability to set title/header colors on individual pages
1.1.1
- Updated dependencies, api level, build tools
1.1.0
New feature: Alternate bottom layouts. See Bottom Layouts in the readme for info.
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
0.7.3
- Updated dependencies
- Added support for vector drawables, thanks to Mehmet Akif Tütüncü
0.7.2
- Removed unnecessary attributes from manifest
0.7.1
- Made sure welcome screen is opaque when not on last screen (fixed small bug with swipe to dismiss)
0.7.0
- Used savedInstanceState to prevent overlapping welcome screens
- Added new show methods that use savedInstanceState, deprecated old ones
- Made swipeToDismiss fade to transparency (theme must be set in manifest)