Skip to content

Releases: bhargavms/PodSLider

1.2.0

19 Jul 19:07
Compare
Choose a tag to compare

Changes:

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

1.1.6 custom texts, Drawables and more!

15 Jul 17:06
Compare
Choose a tag to compare
  • 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

1.1.5

05 Jul 18:04
Compare
Choose a tag to compare

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

1.1.4

05 Jul 17:54
Compare
Choose a tag to compare

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

1.1.3

05 Jul 17:32
Compare
Choose a tag to compare
  • 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.

1.1.2

04 Jul 19:14
Compare
Choose a tag to compare

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

1.1.1

04 Jul 17:04
Compare
Choose a tag to compare

Added support for wrap_content width and height for the view.

Increased the touch sensitive area for each pod.

Jitpack release

30 Jun 18:07
Compare
Choose a tag to compare
Jitpack release Pre-release
Pre-release
1.1.0

Deployed to jitpack