Introduction Versions Save

An Android library to show an intro to your users.

2.0.0

6 years ago
  • Updated to the latest tooling. Using this library now requires the new Android Studio 3 toolchain with Java 8 support.
  • Many internal code cleanups and simplifications.
  • Fix for a bug with the TranslucentTheme when rotating the screen.
  • Ability to hide the title and description/option views. This is a behaviour change.
  • Better javadoc and pom generation.

See the updated upgrade guide!

1.4.1

6 years ago
  • Project setup updates

1.4.0

7 years ago

Breaking changes!

  • Tool and Library updates.
  • Various internal classes and methods are now hidden to avoid polluting autocompletion in the IDE.
  • Minor ui improvement for Options.

See the updated migration guide in the Readme.

1.3.9

7 years ago

Small but important fix for RTL: The supportRTL declaration in the AndroidManifest is now honored.

1.3.8

7 years ago

General

  • Update Support Libs 25.1.0 -> 25.2.0
  • Update Gradle 3.2.1 -> 3.4

Library

  • RTL support (#12).

1.3.7

7 years ago

General

  • Update Support Libs 25.0.1 -> 25.1.0
  • Update Gradle Wrapper 3.2.0 -> 3.2.1

Library

  • Make it possible to set a Typeface for only the title or the description through the new methods
IntroductionBuilder#withTitleTypeface(Typeface)
IntroductionBuilder#withDescriptionTypeface(Typeface)

withTypeface still works as expected.

1.3.6

7 years ago

Library

  • Support for global Typefaces
  • Per-slide control of the text size, each for the title and description.

1.3.5

7 years ago

Library

  • Layout improvements: Next, Previous and Done buttons are now squares on all API levels.
    • No dependency on percent library anymore.
  • The dots of the default IndicatorManager are now clickable.
  • Vector images are now used for the buttons
    • This results in smaller size

Sample

  • Now compatible with API level 9: Gingerbread (like the min API of the library)

1.3.4

7 years ago

Various small improvements

  • Ci is now in use
  • Overall code quality was improved; Lint issues were fixed
  • The README was improved greatly
  • Javadoc is now available here
  • Gradle updates

1.3.3

7 years ago
  • Library and Gradle updates