All Versions
10
Latest Version
Avg Release Cycle
38 days
Latest Release
2611 days ago

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
  • 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, 2016

    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
  • v0.7.3 Changes

    October 04, 2016
  • 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)