Skip to content

Releases: michael-rapp/ChromeLikeTabSwitcher

Version 0.4.6

12 Feb 23:33
Compare
Choose a tag to compare
Version 0.4.6 Pre-release
Pre-release

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

09 Aug 00:48
Compare
Choose a tag to compare
Version 0.4.5 Pre-release
Pre-release

A minor release, which introduces the following changes:

  • Added the onRecycleView-method to the class TabSwitcherDecorator.
  • Updated dependency "AndroidUtil" to version 2.0.2.
  • Updated the annotation support library to version 1.1.0.

Version 0.4.4

23 Feb 19:19
Compare
Choose a tag to compare
Version 0.4.4 Pre-release
Pre-release

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

30 Dec 02:54
Compare
Choose a tag to compare
Version 0.4.3 Pre-release
Pre-release

A bugfix release, which introduces the following changes:

  • Reverted change from previous release as it caused problems.

Version 0.4.2

29 Dec 21:28
Compare
Choose a tag to compare
Version 0.4.2 Pre-release
Pre-release

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

20 Nov 20:50
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

A minor release, which introduces the following changes:

  • Improved the appearance of the TabSwitcherDrawable.

Version 0.4.0

18 Nov 21:03
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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

05 Nov 23:49
Compare
Choose a tag to compare
Version 0.3.7 Pre-release
Pre-release

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

05 Nov 21:58
Compare
Choose a tag to compare
Version 0.3.6 Pre-release
Pre-release

A bugfix release, which fixes the following issues:

  • Prevented the close buttons of stacked tabs from being clicked (fixes #20).

Version 0.3.5

13 Oct 14:13
Compare
Choose a tag to compare
Version 0.3.5 Pre-release
Pre-release

A minor release, which introduces the following changes:

  • Added notifyTabChanged-method to class TabSwitcher.
  • Updated dependency "AndroidUtil" to version 1.21.0.