Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.paolorotolo:appintro to v5.1.0 #14

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.paolorotolo:appintro v5.1.0 -> 5.1.0 age adoption passing confidence

Release Notes

PaoloRotolo/AppIntro (com.github.paolorotolo:appintro)

v5.1.0

Compare Source

  • Fixed issue that caused a build failure on Kotlin projects [#​597];
  • Added support for Android 8.0 custom Fonts API [#​590];
  • Updated Translations;
  • Miscellaneous bug fixes and performance improvements;

v5.0.1

Compare Source

  • Fixed incorrect behaviour when android:supportsRtl="true" was present in app's Manifest;
  • Fixed RTL support;
  • Update Translations;
  • Miscellaneous bug fixes and performance improvements;

v5.0.0

Compare Source

  • Migrate to AndroidX;
  • Target SDK 28;
  • Update Translations;
  • Miscellaneous bug fixes and performance improvements;

Previous release notes can be found here: releases

v4.2.3: AppIntro 4.2.3

Changelog

  • BREAKING: MinSdkVersion raised to 14;
  • FIX: PagerIndicatorEnabled is updated only at start (#​478);
  • FIX: redundant and wrong calls to onUserIllegallyRequestedNextPage;
  • New translations;

How to update

  1. Add the JitPack repository to your build file
    Add it in your root build.gradle at the end of repositories:
allprojects {
    repositories {
	...
	maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency
dependencies {
    compile 'com.github.apl-devs:appintro:v4.2.3'
}

v4.2.2: AppIntro 4.2.2

How to update

  1. Add the JitPack repository to your build file
    Add it in your root build.gradle at the end of repositories:
allprojects {
    repositories {
	...
	maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency
dependencies {
    compile 'com.github.apl-devs:appintro:v4.2.2'
}

Changelog

Bugfixes
  • Fix broken permission request behavior (#​472)

Thanks to all contributors who made this release possible!

v4.2.0: AppIntro 4.2.0

How to update

In this release we switched from Maven to JitPack.io.
Updating AppIntro is even more simple.

  1. Add the JitPack repository to your build file
    Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add the dependency
	dependencies {
	        compile 'com.github.apl-devs:appintro:v4.2.0'
	}

Changelog

Features
  • Add Translations (French, Indonesian, Russian, Turkish, Arabic);
  • Add RTL Support;
  • Add back button navigation;
  • Add showSeparator() method;
  • Allow users to change Bar color in AppIntro 2;
  • Refreshed Example app;
  • Dependencies update;
Bugfixes
  • Check NPE on views (#​361);
  • Fix issues with ProGuard (#​337);
  • Fix Custom Typefaces issues (#​318);
  • Fix page indicator when the page change listener is overridden (#​316);

Thanks to all contributors who made this release possible!

v4.1.0: AppIntro v4.1.0

How to update

Add this to your build.gradle:

repositories {
    mavenCentral()
}

dependencies {
  compile 'com.github.paolorotolo:appintro:4.1.0'
}

Changelog:

v4.0.0: AppIntro 4.0.0

How to update

Add this to your build.gradle:

repositories {
    mavenCentral()
}

dependencies {
  compile 'com.github.paolorotolo:appintro:4.0.0'
}

Changelog:

  • Users can now override onCreate();
  • New method: setNextArrowColor() [@​championswimmer];
  • Implemented basic support to restore fragments (e.g. on orientation change) [@​maxee];
  • Implemented support for immersive mode [@​maxee];
  • Implemented extended slide policy [@​maxee];
  • New skip button for DefaultIntro2 [@​timobaehr];
  • Bug fixes and improvements;

v3.3.0: AppIntro 3.3.0

How to update

Add this to your build.gradle:

repositories {
    mavenCentral()
}

dependencies {
  compile 'com.github.paolorotolo:appintro:3.3.0'
}

Changelog:

v3.2.0: AppIntro 3.2.0

How to update

Add this to your build.gradle:

repositories {
    mavenCentral()
}

dependencies {
  compile 'com.github.paolorotolo:appintro:3.2.0'
}

Changelog:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/appintro branch from ead8792 to 72cf1a6 Compare August 25, 2024 17:42
@renovate renovate bot force-pushed the renovate/appintro branch from 72cf1a6 to aca8e78 Compare August 25, 2024 17:45
@cortinico cortinico merged commit dd82b84 into main Aug 25, 2024
4 checks passed
@cortinico cortinico deleted the renovate/appintro branch August 25, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant