notes_app/gradle-8.0/init.d
Marvin 0c69cd11c5 Initial commit: Notes App with text and checklist support
Features:
- Create, edit, and delete notes (text or checklist)
- Sort notes by date or alphabetically
- Dark theme UI with Material Design components
- Checklist items with checkboxes and progress tracking
- Floating action buttons for adding/deleting checklist items
- Auto-save functionality
- Swipe to delete from list

Technical:
- Android Studio project with Gradle build system
- SQLite database via Room-like storage (SharedPreferences)
- RecyclerView for efficient note/item lists
- Fragment-based navigation

Bug Fixes:
- Fixed new notes not appearing in main view after creation
- Added onResume() refresh to NotesListFragment
- Corrected ID assignment and counter logic in NotesStorage
2026-03-17 14:51:36 -03:00
..
readme.txt Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00

readme.txt

You can add .gradle (e.g. test.gradle) init scripts to this directory. Each one is executed at the start of the build.