FastAdapter Versions Save

The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...

v5.3.2

3 years ago

🚀 Features

  • Dependency updates | Kotlin 1.4.20
    • PR: #952

🐛 Fixes

  • Fix broken swipe distance when item width < recyclerView's width
    • PR: #951

v5.3.1

3 years ago

🚀 Features

  • Working withSurfaceThreshold for SimpleSwipeDrawerCallback
    • PR: #946
    • thanks @RobbWatershed

v5.3.0

3 years ago

🚀 Features

  • Update dependencies to their latest version
    • PR: #928
  • Swipe events for SwipeDrawer behaviour
    • PR: #940
    • Thanks @RobbWatershed

💬 Other

  • [CI] Pipeline improvements
    • PR: #929
  • [CI] Disable release builds for tags
    • PR: #930
  • Automatic changelog generation for releases
    • PR: #932
  • Fix swipe sample item colors
    • PR: #941

v5.2.4

3 years ago

Dependency updates

  • upgrade to target API 30
  • material 1.2.1
  • constraintlayout 2.0.0

Fixes / Changes

  • adjust default values according to documentation,
    • Thanks @Ceees2
  • introduce new flag to allow adjusting the behaviour for notifying on auto toggle expandable
  • update gradle to v6.6.1
  • update gradle build tools
  • update compileSDK
  • update build tools
  • update various dependencies to their latest stable version

v5.2.3

3 years ago

Dependency updates

  • upgrade to target API 30
  • material 1.2.0
  • appcompat 1.2.0
  • drawerlayout 1.1.0
  • constraintlayout 2.0.0

Fixes / Changes

  • /

v5.2.2

3 years ago

Dependency updates

  • /

Fixes / Changes

  • Add expandAllOnPath method to ExpandableExtension
    • Thanks @JakubMosakowski
  • fixed wrong link in sample app

v5.2.1

3 years ago

Dependency updates

  • /

Fixes / Changes

  • fix implementation of the equals method for the BaseItem
    • FIX #910
    • Thanks @Benjiko99 for the report
  • Fix inconsistency between helper and main class arguments
    • Thanks @RobbWatershed

v5.2.0

3 years ago

Dependency updates

  • /

Fixes / Changes

  • Swipe gesture sensitivity and threshold are now customizable [#905]
    • Thanks for the great addition @RobbWatershed
  • Drawer swipe implementation added
    • Introduce new sample activity to showcase this new behavior
    • Thanks for the great addition @RobbWatershed

v5.1.0

4 years ago

Dependency updates

  • appcompat 1.2.0-rc01
  • materialdrawer 8.0.3
  • aboutlib 8.1.6

Fixes / Changes

  • split apart functions in diff util to allow a more modular usage   - RELATED https://github.com/mikepenz/FastAdapter/issues/893
  • use stable gradle build tools 4.0.0
  • fix duration annotation
  • make the list with diff util longer to see scroll position stays

v5.0.2

4 years ago

Fixes / Changes

  • Proper onDrop feedback when the item is dropped on its initial position (i.e. without moving at all) (#886)
    • Thanks @RobbWatershed