Skip to content

Releases: mikepenz/FastAdapter

v5.3.2

30 Nov 11:14
9849eeb
Compare
Choose a tag to compare

🚀 Features

  • Dependency updates | Kotlin 1.4.20

🐛 Fixes

  • Fix broken swipe distance when item width < recyclerView's width

v5.3.1

18 Nov 09:13
fbbe807
Compare
Choose a tag to compare

🚀 Features

  • Working withSurfaceThreshold for SimpleSwipeDrawerCallback

v5.3.0

09 Nov 08:26
af14b47
Compare
Choose a tag to compare

🚀 Features

  • Update dependencies to their latest version
  • Swipe events for SwipeDrawer behaviour

💬 Other

  • [CI] Pipeline improvements
  • [CI] Disable release builds for tags
  • Automatic changelog generation for releases
  • Fix swipe sample item colors

v5.2.4

09 Oct 11:18
ce5b642
Compare
Choose a tag to compare

Dependency updates

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

Fixes / Changes

  • adjust default values according to documentation,
  • 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

24 Aug 19:24
00713e8
Compare
Choose a tag to compare

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

18 Jul 13:56
b42e6b4
Compare
Choose a tag to compare

Dependency updates

  • /

Fixes / Changes

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

v5.2.1

14 Jul 06:52
224fb35
Compare
Choose a tag to compare

Dependency updates

  • /

Fixes / Changes

  • fix implementation of the equals method for the BaseItem
  • Fix inconsistency between helper and main class arguments

v5.2.0

05 Jul 17:12
a4620a2
Compare
Choose a tag to compare

Dependency updates

  • /

Fixes / Changes

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

v5.1.0

06 Jun 09:22
533f439
Compare
Choose a tag to compare

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 #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

12 May 14:38
65cd141
Compare
Choose a tag to compare

Fixes / Changes

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