notes_app/app
Marvin 7d3122f137 Fix: Date/time now shows last edited time, not last opened
The app was incorrectly updating the note's timestamp every time it was saved,
even when no changes were made. This caused the displayed date to show 'last
opened' instead of 'created/last edited'.

Changes:
- Added hasChanges() method to Note model to detect actual content modifications
- Added markAsSaved() method to update original values after successful save
- Modified saveNoteImmediately() to only update timestamp when changes exist
- Used transient fields for tracking original values (not serialized)
2026-03-17 16:21:37 -03:00
..
src/main Fix: Date/time now shows last edited time, not last opened 2026-03-17 16:21:37 -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