Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AppIntro 6.3.0 source code.tar.gz | 2023-07-24 | 18.5 MB | |
AppIntro 6.3.0 source code.zip | 2023-07-24 | 18.6 MB | |
README.md | 2023-07-24 | 1.4 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
setScrollDurationFactor
since customizing scroll duration will not be supported anymore in upcoming releases of AppIntro based on ViewPager2 - Target SDK is now 33
Enhancements 🎁
- [#1030] AppIntro now internally uses Gradle KTS and Version Catalog
- [#1080] Add ability to change done button background color
- [#1049] Handle onBackPressed deprecation
- [#1051] Register callback on onBackPressedDispatcher
Bugfixes 🐛
- [#1002] Fix RTL bug on wrongly retained currentItem
- [#1108] Fix RTL detection
- [#1109] Fix unexpected crash when using custom layouts with wrong ids with Parallax effect
Dependency updates 📦
- Kotlin to 1.9.0
- AGP to 8.0.2
- AppCompat to 1.6.1
- ConstraintLayout to 2.1.4
New Contributors
- @emanuele-f made their first contribution in https://github.com/AppIntro/AppIntro/pull/1014
- @renovate made their first contribution in https://github.com/AppIntro/AppIntro/pull/1019
- @rubenquadros made their first contribution in https://github.com/AppIntro/AppIntro/pull/1051
- @kojofosu made their first contribution in https://github.com/AppIntro/AppIntro/pull/1080
Full Changelog: https://github.com/AppIntro/AppIntro/compare/6.2.0...6.3.0