All Versions
10
Latest Version
Avg Release Cycle
96 days
Latest Release
1383 days ago

Changelog History

  • v3.2.0-rc01 Changes

    July 13, 2020

    ๐ŸŽ RecycledViewPool is now used to improve performance in longer lists

    ๐Ÿ’… Change back to old style of card with elevation and no outline with .outline(false) on your card builder.

    ๐Ÿ’… Thanks @marcardar for pointing out that the old style might be preferred in #105

  • v3.1.2 Changes

    April 16, 2020

    โœ‚ Removed NoActionBar themes and re-added secondary text colour.

    Reintroduced fragment methods that were accidentally made private.

  • v3.1.1

    April 16, 2020
  • v3.1.0

    April 16, 2020
  • v3.0.0 Changes

    April 13, 2020

    โšก๏ธ Been a while since the last update to the library - will keep it maintained from now on.

    ๐Ÿ’ฅ Breaking changes in this update - please see the migration guide.

    • โšก๏ธ Update all libraries to use MaterialComponents
    • โœ‚ Remove mal themes
    • โšก๏ธ Update card design
  • v2.4.2 Changes

    October 24, 2018

    ๐Ÿš€ This release has migrated the codebase over to AndroidX, since the Android Support Library has received its last major feature release.

    ๐Ÿ‘€ In addition to this, I have added support for custom adapters - see the demo.

  • v2.4.1

    October 24, 2018
  • v2.4.0-supportlibrary

    October 24, 2018
  • v2.3.0 Changes

    April 15, 2018

    ๐Ÿš€ In this release, we have addressed the issue of the ActionItem and TitleItem text from being misaligned. (#79)

    ๐Ÿ’ฅ Since the design of the default items has changed, please note that this update contains breaking changes. If you have created your own custom items to use alongside the defaults, make sure that they still look good and check their alignment with the new design. The photo below is a comparison between the old layout and new layout. There was some discussion in issue #79 in which @code-schreiber and I decided that the 'new' layout is more aesthetically pleasing.

    Comparison

    โšก๏ธ In addition to this, I would like to thank @code-schreiber again for updating translations in the library and tidying up the readme.

    โšก๏ธ Finally, the bundled version of the support library has been updated to 27.1.1 which fixes some Fragment Transactions that you might have encountered on the previous version. (AOSP Issue 74051124)

  • v2.2.5 Changes

    March 04, 2018

    โšก๏ธ Used AsyncListDiffer to optimise the process of updating lists.