All Versions
10
Latest Version
Avg Release Cycle
38 days
Latest Release
2237 days ago
Changelog History
Changelog History
-
v1.4.1 Changes
April 25, 2017- β Added ability to set description text color on individual pages
-
v1.3.1 Changes
April 21, 2017- β Added
BottomLayout.NONE
- β‘οΈ Updated dependencies
- β Added
-
v1.2.1 Changes
March 13, 2017π New feature: Ability to set title/header colors on individual pages
-
v1.1.1 Changes
February 10, 2017- β‘οΈ Updated dependencies, api level, build tools
-
v1.1.0 Changes
November 18, 2016π New feature: Alternate bottom layouts. See Bottom Layouts in the readme for info.
-
v1.0.0 Changes
October 24, 2016Read 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 - 0οΈβ£ 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
- π¨ Refactored
-
v0.7.3 Changes
October 04, 2016- β‘οΈ Updated dependencies
- β Added support for vector drawables, thanks to Mehmet Akif TΓΌtΓΌncΓΌ
-
v0.7.2 Changes
May 25, 2016- β Removed unnecessary attributes from manifest
-
v0.7.1 Changes
May 19, 2016- π Made sure welcome screen is opaque when not on last screen (fixed small bug with swipe to dismiss)
-
v0.7.0 Changes
May 19, 2016- π 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)