Skip to content

Latest commit

 

History

History
93 lines (86 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

93 lines (86 loc) · 11.9 KB

SlidingTutorial Awesome

Header image

Changelog

Version Changes
v.1.0.9
  • Fixed issue #65 #65
  • Scrolling in one direction. Added flag for rollback?
v.1.0.8 Fixed issue with NullPointerException with addOnTutorialPageChangeListener() called before onCreate()
v.1.0.7
  • Fixed import for SupportTutorialFragment
  • Updated versions of dependencies
v.1.0.6
  • Added new simple way of creation of tutorial
  • Fixed memory leaks issues
  • Updated default sizes of page indicator's elements
  • Updated default colors of page indicator
  • Updated versions of dependencies
  • Removed unused or unnecessary methods
v.1.0.5
  • Fixed NullPointerException & IndexOutOfBoundsException inside ViewPager.
  • Added SlidingTutorialViewPager
v.1.0.4 Added ability to set PageTransformer
v.1.0.3 Fixed issues with layout customizations. Fixed issues with translate animations
v.1.0.2 Minor fixes
v.1.0.1 Changed gradle plugin version to stable 2.1.0
v.1.0.0 Library fully refactored. See full 1.0.0 Changelog
v.0.9.5 Added getters for views. Possible fix for manifest merging issues
v.0.9.4 Renamed all attributes; all resources marked as private
v.0.9.3 Fixed issue with wrong page showed at startup if pages count not equals 3
v.0.9.2 Added onSkipButtonClicked method and SimplePagerFragment
v.0.9.1 Added infinite scroll behavior
v.0.9 First public release

1.0.2 Changelog

1.0.1 Changelog

Changed gradle plugin version to stable 2.1.0.

1.0.0 Changelog