Skip to content

Tags: AppIntro/AppIntro

Tags

7.0.0-beta02

Toggle 7.0.0-beta02's commit message
Prepare for 7.0.0-beta02 release

7.0.0-beta01

Toggle 7.0.0-beta01's commit message
Update version to release 7.0.0-beta01

6.3.1

Toggle 6.3.1's commit message
Prepare release of 6.3.1

6.3.0

Toggle 6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for 6.3.0 release (#1114)

6.2.0

Toggle 6.2.0's commit message
Add a JitPack config to run on JDK11

6.1.0

Toggle 6.1.0's commit message
AppIntro 6.1.0

This is a new minor release of AppIntro. This library comes with several new features and several bugfixes.

**Summary of Changes**

* Target SDK is now 30.
* Text visualization has been improved with Autosizing TextViews and URL autolinking.
* AppIntro now offers better support for tablets (`sw600dp`).
* Slide indicator has been improved with better color blending and it won't be shown if you have only one slide.
* The AppIntro sample app has been completely rewritten with more examples (for Java, SlidePolicy and more).
* 14 translations have been added or improved.

The full changelog is available in the [CHANGELOG file](/CHANGELOG.md)

To update make sure you:

1. **Add the JitPack repository to your build file**

```
repositories {
    maven { url "jitpack.io" }
}
```

2. **Bump the dependency**

```
dependencies {
    implementation 'com.github.AppIntro:AppIntro:6.1.0'
}
```

6.0.0

Toggle 6.0.0's commit message
AppIntro 6.0.0

This is a new major release of AppIntro. Please note that this release contains multiple new features (see below), several bugfixes, as well as multiple breaking changes.
To get a deeper overview of the breaking changes, please read the [migration document](/docs/migrating-from-5.0.md).

* The library is now 100% in Kotlin! 🎉.
* Target SDK is now 29.
* The UI was completely revamped and refactored.
* You can now request permissions on AppIntro without having to lock the slide.
* The library has now 14 more translations.

The full changelog is available in the [CHANGELOG file](/CHANGELOG.md)

This release contains several breaking change.
Please read them all in the [migration document](/docs/migrating-from-5.0.md)

1. **Add the JitPack repository to your build file**

```
repositories {
    maven { url "https://jitpack.io" }
}
```

2. **Add the dependency**

```
dependencies {
    implementation 'com.github.AppIntro:AppIntro:6.0.0'
}
```

6.0.0-alpha3

Toggle 6.0.0-alpha3's commit message
Alpha3 release of AppIntro 6.x

Please note that this versions is considered unstable and contains
several breaking changes.

Release notes will be published with the upcoming release.

6.0.0-alpha2

Toggle 6.0.0-alpha2's commit message
Alpha2 release of AppIntro 6.x

Please note that this versions is considered unstable and contains
several breaking changes.

Release notes will be published with the upcoming release.

6.0.0-alpha1

Toggle 6.0.0-alpha1's commit message
Alpha1 release of AppIntro 6.x

Please note that this versions is considered unstable and contains
several breaking changes.

Release notes will be published with the upcoming release.