notes_app/app/src/main
Marvin 35bddd27c4 Fix: Sort menu now works correctly
The sort spinner used display strings like 'Most Recent' but the code expected
internal codes like 'MOST_RECENT'. This mismatch caused sorting to always fail.

Changed sort_options array to use exact values expected by NotesStorage.sortNotes():
2026-03-17 16:43:39 -03:00
..
java/com/notesapp Fix: Properly initialize original values when loading notes from storage 2026-03-17 16:30:49 -03:00
res Fix: Sort menu now works correctly 2026-03-17 16:43:39 -03:00
AndroidManifest.xml Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00