2011-08-07 02:17:20 -04:00
|
|
|
Change Log
|
|
|
|
|
==========
|
|
|
|
|
|
2012-09-12 09:05:24 -07:00
|
|
|
Version 2.4.1 *(2012-09-11)*
|
|
|
|
|
----------------------------
|
2012-09-08 12:49:52 -07:00
|
|
|
|
|
|
|
|
* Fix: `TitlePageIndicator`, `LinePageIndicator`, and `UnderlinePageIndicator`
|
|
|
|
|
support of `android:background`.
|
|
|
|
|
|
|
|
|
|
|
2012-09-06 17:19:51 -07:00
|
|
|
Version 2.4.0 *(2012-09-06)*
|
|
|
|
|
----------------------------
|
2012-08-28 21:30:56 -07:00
|
|
|
|
2012-08-29 14:58:40 -07:00
|
|
|
* New `IconPageIndicator`! Uses state-list images to represent pages.
|
2012-09-06 15:24:44 -07:00
|
|
|
* `TabPageIndicator` now supports icons via `IconPagerAdapter` interface.
|
2012-08-28 21:30:56 -07:00
|
|
|
* Support `android:background` attribute on `Canvas`-based views.
|
|
|
|
|
* Title indicator allows for drawing its line, underline, and/or triangle on
|
|
|
|
|
top of the titles for placement underneath a `ViewPager`.
|
2012-08-28 23:40:35 -07:00
|
|
|
* Tab indicator now supports ICS-style dividers (see styled sample).
|
2012-08-28 21:30:56 -07:00
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
2012-05-19 18:50:00 -07:00
|
|
|
Version 2.3.1 *(2012-05-19)*
|
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
|
|
* Fix: Corrected filename with erroneous lowercase letter.
|
|
|
|
|
|
|
|
|
|
|
2012-05-19 18:41:08 -07:00
|
|
|
Version 2.3.0 *(2012-05-19)*
|
|
|
|
|
----------------------------
|
2012-03-17 18:52:30 -07:00
|
|
|
|
2012-05-19 18:41:08 -07:00
|
|
|
* 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.
|
2012-03-17 19:09:15 -07:00
|
|
|
* Title indicator adapter callback now uses the standard `getPageTitle(int)`
|
|
|
|
|
method introduced in the r6 version of the support library.
|
2012-05-19 18:41:08 -07:00
|
|
|
* Title indicator now uses `android:textSize` and `android: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
|
2012-03-17 18:52:30 -07:00
|
|
|
|
|
|
|
|
|
2012-01-26 20:32:03 -05:00
|
|
|
Version 2.2.3 *(2012-01-26)*
|
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
|
|
* Correctly handle removing the last page when it is selected.
|
|
|
|
|
* Use antialiased text for the title indicators.
|
|
|
|
|
* New circle fill color for circle indicators.
|
|
|
|
|
|
|
|
|
|
|
2011-12-31 17:30:05 -05:00
|
|
|
Version 2.2.2 *(2011-12-31)*
|
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
|
|
* Fix incorrect `R.java` imports in all of the sample activities.
|
|
|
|
|
|
|
|
|
|
|
2011-12-31 17:19:25 -05:00
|
|
|
Version 2.2.1 *(2011-12-31)*
|
|
|
|
|
----------------------------
|
2011-12-22 11:06:24 -05:00
|
|
|
|
|
|
|
|
* New `setTypeface(Typeface)` and `getTypeface()` methods for title indicator.
|
|
|
|
|
(Thanks Dimitri Fedorov)
|
2011-12-22 13:12:09 -05:00
|
|
|
* Added styled tab indicator sample.
|
2011-12-31 17:16:41 -05:00
|
|
|
* Support for widths other than those that could be measured exactly.
|
2011-12-22 11:06:24 -05:00
|
|
|
|
|
|
|
|
|
2011-12-31 17:19:25 -05:00
|
|
|
Version 2.2.0 *(2011-12-13)*
|
2011-12-13 22:38:10 -05:00
|
|
|
----------------------------
|
2011-12-12 10:12:12 -05:00
|
|
|
|
2011-12-12 11:09:21 -05:00
|
|
|
* Default title indicator style is now 'underline'.
|
2011-12-12 10:12:12 -05:00
|
|
|
* Title indicator now allows specifying an `OnCenterItemClickListener` which
|
|
|
|
|
will give you callbacks when the current item title has been clicked.
|
|
|
|
|
(Thanks Chris Banes)
|
|
|
|
|
|
|
|
|
|
|
2011-11-30 21:26:32 -05:00
|
|
|
Version 2.1.0 *(2011-11-30)*
|
|
|
|
|
----------------------------
|
2011-11-30 21:00:00 -05:00
|
|
|
|
|
|
|
|
* Indicators now have a `notifyDataSetChanged` method which should be called
|
|
|
|
|
when changes are made to the adapter.
|
|
|
|
|
* Fix: Avoid `NullPointerException`s when the `ViewPager` is not immediately
|
|
|
|
|
bound to the indicator.
|
|
|
|
|
|
|
|
|
|
|
2011-11-20 21:36:44 -05:00
|
|
|
Version 2.0.0 *(2011-11-20)*
|
|
|
|
|
----------------------------
|
2011-11-19 01:36:13 -05:00
|
|
|
|
2011-11-20 21:29:31 -05:00
|
|
|
* 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.
|
2011-11-19 01:36:13 -05:00
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
2011-10-20 17:48:16 -04:00
|
|
|
Version 1.2.1 *(2011-10-20)*
|
|
|
|
|
----------------------------
|
2011-10-20 09:20:09 -04:00
|
|
|
|
|
|
|
|
Maven 3 is now required when building from the command line.
|
|
|
|
|
|
|
|
|
|
* Update to support ADT 14.
|
|
|
|
|
|
|
|
|
|
|
2011-10-04 22:04:26 -04:00
|
|
|
Version 1.2.0 *(2011-10-04)*
|
|
|
|
|
----------------------------
|
2011-10-04 20:11:20 -04:00
|
|
|
|
|
|
|
|
* Move to `com.viewpagerindicator` package.
|
|
|
|
|
* Move maven group and artifact to `com.viewpagerindicator:library`.
|
|
|
|
|
|
|
|
|
|
|
2011-10-02 21:29:06 -04:00
|
|
|
Version 1.1.0 *(2011-10-02)*
|
|
|
|
|
----------------------------
|
2011-09-28 21:48:08 -04:00
|
|
|
|
|
|
|
|
* Package changed from `com.jakewharton.android.viewpagerindicator` to
|
|
|
|
|
`com.jakewharton.android.view`.
|
2011-09-28 21:48:39 -04:00
|
|
|
* Add vertical orientation support to the circle indicator.
|
2011-10-02 21:25:49 -04:00
|
|
|
* Fix: Corrected drawing bug where a single frame would be drawn as if the
|
|
|
|
|
pager had completed its scroll when in fact it was still scrolling.
|
|
|
|
|
(Thanks SimonVT!)
|
2011-09-28 21:48:08 -04:00
|
|
|
|
|
|
|
|
|
2011-09-15 22:38:30 -04:00
|
|
|
Version 1.0.1 *(2011-09-15)*
|
|
|
|
|
----------------------------
|
2011-09-08 00:35:18 -04:00
|
|
|
|
2011-09-15 22:38:30 -04:00
|
|
|
* Fade selected title color to normal text color during the swipe to and from
|
|
|
|
|
the center position.
|
|
|
|
|
* Fix: Ensure both the indicator and footer line are updated when changing the
|
|
|
|
|
footer color via the `setFooterColor` method.
|
2011-09-08 00:35:18 -04:00
|
|
|
|
|
|
|
|
|
2011-08-07 02:17:20 -04:00
|
|
|
Version 1.0.0 *(2011-08-07)*
|
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
|
|
Initial release.
|