All Versions
5
Latest Version
Avg Release Cycle
294 days
Latest Release
1855 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
May 09, 2018⚡️ Updated
- ⚡️ Gradle Updated
- ⚡️ ReadMe Updated
- 🚚 Moved the library to JitPack
To use this project in your project:
➕ Add the repository to your root build.gradle
maven { url 'https://jitpack.io' }
➕ Add the dependency
dependencies { implementation 'com.github.prolificinteractive:ParallaxPager:2.2.2' }
-
v2.2.0 Changes
February 23, 2015- New: added
override_visibility
attribute to allow for overriding the default visibility behaviour. When false, it will act as it has; true will not change the visibility of the View at all, leaving it to the implementer.
- New: added
-
v2.1.0 Changes
February 19, 2015- New:
ParallaxContainer.setOnPageChangeListener()
to access page change events of the underlying ViewPager. This means thatParallaxContainer.attachOnPageChangeListener()
is now deprecated. You should use the listener setter from above. - New:
ParallaxContainer.getViewPager()
to allow access to the underlying ViewPager for existing code that relies on having a ViewPager instance.
- New:
-
v2.0.0 Changes
February 17, 2015- Release should be mostly backwards compatible with v1.0.0, but the sweeping changes to the subsystem merited a major bump.
- Bugfix: Fix targeting API v21
- New: Ability to add custom listeners to the View creation process. This is to help work around an issue with trying to have multiple ContextWrappers meddle with the view creation process. See sample project for Calligraphy example.
-
v1.0.0 Changes
February 17, 2015- Start of ChangeLog