All Versions
10
Latest Version
3.0
Avg Release Cycle
10 days
Latest Release
2786 days ago

Changelog History

  • v3.0 Changes

    September 06, 2016
    • โšก๏ธ Updated: Android support library v24.2.0
    • โšก๏ธ Updated: Gradle v2.14.1
    • Enabled data binding for sample app
    • ๐Ÿ›  Minor fixes
    • โšก๏ธ Updated: Android Gradle plugin v2.1.3
    • Note: Supporting API 13 dropped
    • โšก๏ธ Updated: Mateialize v1.0.0
    • ๐Ÿ›  Fixed: Issue #13
    • โšก๏ธ Updated: Build tools v24.0.2
  • v2.9.16 Changes

    June 29, 2016
    • ๐Ÿ†• New: ToggleIndicator.WITHOUT_DONE supported
  • v2.8.16 Changes

    June 27, 2016
    • ๐Ÿ›  Fixed : Disabling indicators makes swiping locked before reaching specified slide.
  • v2.8.15 Changes

    June 23, 2016
    • ๐Ÿ›  Fixed: Toggle indicators background won't be shown.
  • v2.8.14 Changes

    June 21, 2016
    • ๐Ÿ›  Fixed: Supporting Android 6.x (N) made some exceptions
  • v2.8.13 Changes

    June 20, 2016
    • ๐Ÿ‘Œ Supported Android 6.X (N)
    • โšก๏ธ Updated compileSdk and targetSdk versions to 24
    • โšก๏ธ Updated Android support library to v24.0.0
    • โšก๏ธ Updated Materialize library to v0.9.0
  • v2.7.13 Changes

    June 12, 2016
    • Minor improvements
    • ๐Ÿ›  Fixed: Passing click event to parent
    • ๐Ÿ“š More documentation
    • Implementing ISlide is enough for getting callbacks (previously fragments have to be extended from EasyIntroFragment)
  • v2.7.10 Changes

    June 10, 2016
    • Pass a boolean whether to add the overlay slide to back stack
    • ๐Ÿ†• New: withSlideBackPressSupport(boolean)
    • Now if back button pressed the previous slide would be visible.
  • v2.5.10 Changes

    June 09, 2016
    • Animations for overlay slides
    • Shared element transition for overlay slides
    • ๐Ÿ“š More documentation
    • ๐Ÿ†• New Method: withOverlaySlideAnimation(int, int, int, int) for defining overlay slides animations once through extended EasyIntro
    • ๐Ÿ‘Œ Improvements
  • v2.3.8 Changes

    June 09, 2016
    • Pass FragmentManager along with withOverlaySlide()
    • Some IDs renamed