Skip to content

Releases: stephentuso/welcome-android

1.4.1

25 Apr 21:20
Compare
Choose a tag to compare
  • Added ability to set description text color on individual pages

1.3.1

21 Apr 21:58
Compare
Choose a tag to compare
  • Added BottomLayout.NONE
  • Updated dependencies

1.2.1

13 Mar 03:54
Compare
Choose a tag to compare

New feature: Ability to set title/header colors on individual pages

1.1.1

10 Feb 05:20
Compare
Choose a tag to compare
  • Updated dependencies, api level, build tools

1.1.0

18 Nov 00:31
Compare
Choose a tag to compare

New feature: Alternate bottom layouts. See Bottom Layouts in the readme for info.

1.0.0

24 Oct 01:57
Compare
Choose a tag to compare

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

0.7.3

04 Oct 07:37
Compare
Choose a tag to compare

0.7.2

25 May 19:42
Compare
Choose a tag to compare
  • Removed unnecessary attributes from manifest

0.7.1

19 May 17:49
Compare
Choose a tag to compare
  • Made sure welcome screen is opaque when not on last screen (fixed small bug with swipe to dismiss)

0.7.0

19 May 04:33
Compare
Choose a tag to compare
  • 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)