welcome-android v1.0.0 Release Notes

Release Date: 2016-10-24 // over 7 years ago
  • Read 1.0.0.md for more notes

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ”จ Refactored WelcomeScreenBuilder into WelcomeConfiguration.Builder
    • โœ‚ Removed layout specific page methods of Builder
    • ๐Ÿ”จ Refactored many other classes and methods
    • ๐Ÿ“ฆ Made many classes package-private
    • โœ‚ Removed theme methods of Builder
    • ๐Ÿ’… Page indicator style attribute animated renamed to animation, 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 of WelcomeActivity accessible in subclasses
    • 0๏ธโƒฃ Made default values of FullscreenParallaxPage match those of ParallaxPage
    • Split resources into res and res-public, added public.xml to mark resources as private

    ๐Ÿ›  Fixes:

    • ๐Ÿ— Builder method .defaultBackgroundColor(int resId) now works
    • ๐Ÿ›  Fixed issue with recursive parallax helper function in WelcomeUtils