New
AppIntro 6.2.0
This is a new minor release of AppIntro. This library comes with several new features (see below) and bugfixes.
Summary of Changes
- We deprecated
AppIntroFragment.newInstancein favor ofAppIntroFragment.createInstance. This was needed in order to support passing color resources instead of color int, to tackle scenarios such as configuration changes and dark mode [#979]. - Target SDK is now 31
- We exposed a couple of properties/methods on the public API that were requested by the community ([#960] and [#959])
- We added some Java examples for our Java users [#953]
Enhancements π
- [#959] Add @JvmOverloads on goToNextSlide
- [#960] Expose a protected property for slidesNumber
- [#979] Fix #926: Add color resource parameters
- [#993] Make description scrollable
Bugfixes π
- [#934] Fix ProgressIndicatorController in RTL
Dependency updates π¦
- Java version to 11
- Kotlin to 1.6.10
- AGP to 7.0.3
- Androidx Appcompat to 1.4.0
- ConstraintLayout to 2.1.2
New Contributors
- @Fabi755 made their first contribution in https://github.com/AppIntro/AppIntro/pull/979
- @Massi-X made their first contribution in https://github.com/AppIntro/AppIntro/pull/953