anytype-kotlin icon indicating copy to clipboard operation
anytype-kotlin copied to clipboard

Checklists (Android)

Open hitriyvalenok opened this issue 8 months ago • 0 comments

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

  1. Very hard to drag items - even the slightest finger movement activates edit mode or navigation instead. Video
  2. 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

  1. 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).
  2. Implement yellow highlighting for items when another item is being dragged over them on Android, matching the Windows client behavior.

hitriyvalenok avatar Mar 24 '25 12:03 hitriyvalenok