notes_app/app
Marvin 30bfe441f8 Fix: Sort menu now shows friendly labels instead of CAPS codes
Changed sort_options array back to user-friendly text (Most Recent, A to Z, etc.)
and added position-based mapping in NotesListFragment to convert between display
labels and internal storage codes.

Added helper methods:
- getSortCodeFromPosition(int): Maps spinner position to internal code
- getPositionFromSortCode(String): Maps internal code back to spinner position

This provides much better UX while maintaining full functionality.
2026-03-17 16:56:14 -03:00
..
src/main Fix: Sort menu now shows friendly labels instead of CAPS codes 2026-03-17 16:56:14 -03:00
build.gradle Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00
proguard-rules.pro Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00