Checklists (Android)
Have you read a contributing guide?
- [x] I have read CONTRIBUTING.md
- [x] I have searched the existing requests and didn't find any that were similar
- [x] I have considered creating a pull request instead and want to proceed
Clear and concise description of the problem
- Very hard to drag items - even the slightest finger movement activates edit mode or navigation instead. Video
- When dragging an item over another, it adds as a subitem but provides no visual feedback. Windows client shows a yellow highlight, but Android has no color indication. Video
Suggested solution
- Activate edit mode only on single quick tap (at any part of the item - letter or empty space after). All other gestures should default to drag behavior (similar to Notion's interaction model).
- Implement yellow highlighting for items when another item is being dragged over them on Android, matching the Windows client behavior.