All Versions
9
Latest Version
Avg Release Cycle
2 days
Latest Release
2810 days ago

Changelog History

  • v1.2.0 Changes

    July 19, 2016

    ๐Ÿ”„ Changes:

    • Major enhancements in how animations are done.
    • โž• Added a ease out elastic effect(a wobble effect just before the circles stop).
  • v1.1.6 Changes

    July 15, 2016
    • โž• Added support for custom text via the setPodTexts(String[] texts) method.
      ๐Ÿ‘‰ Use this after setting number of pods and make sure the length of texts
      array is equal to or greater than numberOfPods
      • By default the numbering in the pods start from 1.
      • Added support for passing in drawables via the setPodDrawables(Drawables[] drawables)
        method. Use this after setting number of pods and make sure the length
        of drawables array is equal to or greater than numberOfPods
      • Also you can specify 3 sizes for the drawables i.e
        FIT_POD_CIRCLE
        FIT_MEDIUM_CIRCLE
        FIT_LARGE_CIRCLE
      • For code examples look below
  • v1.1.5 Changes

    July 05, 2016

    ๐Ÿ›  Fixed another mess up in packaging where in I didn't update the package id in android manifest file (which is the whole point)

  • v1.1.4 Changes

    July 05, 2016

    ๐Ÿ›  Fixed a huge mess up in package naming (formerly com.example.podslider, currently com.bhargavms.podslider) phew~!

  • v1.1.3 Changes

    July 05, 2016
    • ๐Ÿ›  Fixed a bug where, if you set the number of pods (with view width wrap_content) after onMeasure for the view is called, the slider wasn't expanding based on the number of pods.
    • ๐Ÿ”„ Changed the min sdk version of the library from 16 to 11.
  • v1.1.2 Changes

    July 04, 2016

    โž• Added setUpWithViewPager(viewPager) method to setup the slider with a viewpager.

  • v1.1.1 Changes

    July 04, 2016

    โž• Added support for wrap_content width and height for the view.

    Increased the touch sensitive area for each pod.

  • v1.1.0

    June 30, 2016
  • v1.0.0

    June 30, 2016