All Versions
15
Latest Version
Avg Release Cycle
29 days
Latest Release
4386 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.1 Changes
September 12, 2012- Fix:
TitlePageIndicator
,LinePageIndicator
, andUnderlinePageIndicator
support ofandroid:background
.
- Fix:
-
v2.4.0 Changes
September 07, 2012- New
IconPageIndicator
! Uses state-list images to represent pages. TabPageIndicator
now supports icons viaIconPagerAdapter
interface.- Support
android:background
attribute onCanvas
-based views. - Title indicator allows for drawing its line, underline, and/or triangle on
top of the titles for placement underneath a
ViewPager
. - Tab indicator now supports ICS-style dividers (see styled sample).
- Fix: Do not attempt to change the
ViewPager
page when a motion is cancelled. - Fix: Long titles no longer overlap when swiping to the right.
- New
-
v2.3.1 Changes
May 20, 2012- Fix: Corrected filename with erroneous lowercase letter.
-
v2.3.0 Changes
May 20, 2012- New
LinePageIndicator
! Draws small indicators lines much like the circle indicator but much more subtle. - New
UnderlinePageIndicator
! Acts like the indicator on the Ice Cream Sandwich application launcher. - Circle indicator now uses
android:orientation
rather than custom attribute. - Title indicator adapter callback now uses the standard
getPageTitle(int)
method introduced in the r6 version of the support library. - Title indicator now uses
android:textSize
andandroid:textColor
in its styles. - Fix: Do not create objects in drawing, layout, or measurement steps of each indicator.
- Fix: Improve offset detection when page margins are in use on the pager.
- Maven: The dependency on the support library is now using an artifact from central rather than requiring you to deploy your own locally
- New
-
v2.2.3 Changes
January 27, 2012- Correctly handle removing the last page when it is selected.
- Use antialiased text for the title indicators.
- New circle fill color for circle indicators.
-
v2.2.2 Changes
December 31, 2011- Fix incorrect
R.java
imports in all of the sample activities.
- Fix incorrect
-
v2.2.1 Changes
December 31, 2011- New
setTypeface(Typeface)
andgetTypeface()
methods for title indicator. (Thanks Dimitri Fedorov) - Added styled tab indicator sample.
- Support for widths other than those that could be measured exactly.
- New
-
v2.2.0 Changes
December 14, 2011- Default title indicator style is now 'underline'.
- Title indicator now allows specifying an
OnCenterItemClickListener
which will give you callbacks when the current item title has been clicked. (Thanks Chris Banes)
-
v2.1.0 Changes
December 01, 2011- Indicators now have a
notifyDataSetChanged
method which should be called when changes are made to the adapter. - Fix: Avoid
NullPointerException
s when theViewPager
is not immediately bound to the indicator.
- Indicators now have a
-
v2.0.0 Changes
November 21, 2011- New
TabPageIndicator
! Uses the Ice Cream Sandwich-style action bar tabs which fill the width of the view when there are only a few tabs or provide horizontal animated scrolling when there are many. - Update to link against ACLv4r4. This will now be required in all implementing applications.
- Allow dragging the title and circle indicators to drag the pager.
- Remove orientation example as the DirectionalViewPager library has not been updated to ACLv4r4.
- New