ChromeLikeTabSwitcher Versions Save

Provides a tab switcher similar to the one, which is used in Google Chrome on Android

0.3.4

5 years ago

A bugfix release, which fixes the following issues:

  • Fixed an infinite recursion when calling a TabSwitcher's clearAllSavedStates-method.

0.3.3

5 years ago

A bugfix release, which fixes the following issues:

  • Fixed a crash when a TabSwitcher's onSaveInstanceState-method is called before the view is laid out. This might happen on some devices when the app is started in landscape mode.

0.3.2

5 years ago

A bugfix release, which fixes the following issues:

0.3.1

5 years ago

A minor release, which introduces the following changes:

  • Increased the size of the TabSwitcherDrawable to enhance consistency with other menu items.

0.3.0

5 years ago

A feature release, which introduces the following changes:

  • It is now possible to use vector drawables for the navigation icon of a TabSwitcher's toolbar as well as for the icon and close button icon of tabs (even on pre-Lollipop devices).
  • Updated AppCompat v7 support library to version 27.1.1
  • Updated AppCompat annotations support library to version 27.1.1
  • Updated dependency "AndroidUtil" to version 1.20.3.
  • Updated dependency "AndroidMaterialViews" to version 2.1.11.

0.2.9

6 years ago

A bugfix release, which fixes the following issues:

  • Fixed a crash of the example app on tablets.
  • Updated the dependency "AndroidUtil" to version 1.20.1.

0.2.8

6 years ago

A bugfix release, which fixes the following issues:

  • Implemented an alternative fix regarding the issue of previews not being loaded, which does not come with a performance loss. Previews are now again rendered in background threads.

0.2.7

6 years ago

A bugfix release, which fixes the following issues:

  • Improved the fix in the last release regarding previews not being loaded. Previews are now entirely rendered on the UI thread.

0.2.6

6 years ago

A bugfix release, which fixes the following issues:

  • Fixed previews of tabs not able to be loaded when certain child views (e.g. AppBarLayouts) are contained by the tabs.
  • Fixed a crash when storing the state of a TabSwitcher, if the switcher is still shown after all tabs have been removed.

0.2.5

6 years ago

A bugfix release, which fixes the following issues:

  • Fixed an issue, which caused states of a StatefulTabSwitcherDecorator to be cleared prematurely.