notes_app/app/src/main
Marvin 342262e892 Feature: Add drag-and-drop reordering for checklist items
Users can now reorder checklist items by dragging them up or down using the
drag handle icon (6-dot pattern) on each item.

Changes:
- Added ic_drag_handle.xml drawable with 6-dot pattern icon
- Updated item_checklist_row.xml to include drag handle ImageButton
- Modified ChecklistAdapter to support moveItem() operation
- Added ItemTouchHelper in NoteEditorFragment for drag-and-drop functionality
- Items reorder smoothly and changes are auto-saved
2026-03-17 19:41:37 -03:00
..
java/com/notesapp Feature: Add drag-and-drop reordering for checklist items 2026-03-17 19:41:37 -03:00
res Feature: Add drag-and-drop reordering for checklist items 2026-03-17 19:41:37 -03:00
AndroidManifest.xml Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00