basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
35 stars 7 forks source link

Use our own dragging implementation for all RecyclerViews instead of ItemTouchHelper #84

Open basshelal opened 5 years ago

basshelal commented 5 years ago

The main problem with ItemTouchHelper is that swapping only occurs when the dragging view is fully over the dragged over view, this is fine for small views but becomes weird with larger views. Also not to mention it would add consistency across the entire app as ItemTouchHelper uses different scroll interpolators and so on.