Skip to content

1.0.0

Compare
Choose a tag to compare
@stephentuso stephentuso released this 24 Oct 01:57
· 45 commits to master since this release

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