Releases: michael-rapp/ChromeLikeTabSwitcher
Releases · michael-rapp/ChromeLikeTabSwitcher
Version 0.4.6
A minor release, which introduces the following changes:
- Allow to specify whether the state of a
TabSwitcher
should be preserved (see #26). - Updated dependency "AndroidUtil" to version 2.1.0.
- Updated AppCompat support library to version 1.1.0.
Version 0.4.5
A minor release, which introduces the following changes:
- Added the
onRecycleView
-method to the classTabSwitcherDecorator
. - Updated dependency "AndroidUtil" to version 2.0.2.
- Updated the annotation support library to version 1.1.0.
Version 0.4.4
A minor release, which introduces the following changes:
- Updated dependency "AndroidUtil" to version 2.0.1.
- Updated dependency "AndroidMaterialViews" to version 3.0.1.
Version 0.4.3
A bugfix release, which introduces the following changes:
- Reverted change from previous release as it caused problems.
Version 0.4.2
A bugfix release, which introduces the following changes:
- When selecting a tab it is now only re-rendered if it was not already selected before.
- Updated the annotation support library to version 1.0.1.
Version 0.4.1
A minor release, which introduces the following changes:
- Improved the appearance of the
TabSwitcherDrawable
.
Version 0.4.0
A feature release, which introduces the following changes:
- Migrated the library to Android X.
- Updated dependency "AndroidUtil" to version 2.0.0.
- Updated dependency "AndroidMaterialViews" to version 3.0.0.
- Updated targetSdkVersion to 28.
- Updated the
TabSwitcherDrawable
to be in accordance with the Material Design 2 guidelines.
Version 0.3.7
A bugfix release, which fixes the following issues:
- Fixed an issue that caused animations to be started although another animation was still executed.
- Fixed a crash when dragging after repeatedly removing tabs (this is an enhanced attempt to fix #20).
Version 0.3.6
A bugfix release, which fixes the following issues:
- Prevented the close buttons of stacked tabs from being clicked (fixes #20).
Version 0.3.5
A minor release, which introduces the following changes:
- Added
notifyTabChanged
-method to classTabSwitcher
. - Updated dependency "AndroidUtil" to version 1.21.0.