notes_app/gradle-8.0
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
..
init.d Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00
lib Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00
LICENSE Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00
NOTICE Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00
README Initial commit: Notes App with text and checklist support 2026-03-17 14:51:36 -03:00

README

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.

For more information about Gradle, please visit: https://gradle.org

If you are using the "all" distribution, the User Manual is included in your distribution.

If you are using the "bin" distribution, a copy of the User Manual is available on https://docs.gradle.org.

Typing `gradle help` prints the command line help.

Typing `gradle tasks` shows all the tasks of a Gradle build.