Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AppIntro 6.2.0 source code.tar.gz | 2022-01-26 | 18.5 MB | |
AppIntro 6.2.0 source code.zip | 2022-01-26 | 18.6 MB | |
README.md | 2022-01-26 | 1.2 kB | |
Totals: 3 Items | 37.1 MB | 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.newInstance
in 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