Skip to content

Bootstrap Soulstice Android app with Jetpack Compose and Room - #3

Open
iQodeIT wants to merge 3 commits into
feat/initial-project-structurefrom
feat/soulstice-android-app-13478958104106062299
Open

Bootstrap Soulstice Android app with Jetpack Compose and Room#3
iQodeIT wants to merge 3 commits into
feat/initial-project-structurefrom
feat/soulstice-android-app-13478958104106062299

Conversation

@iQodeIT

@iQodeIT iQodeIT commented Feb 5, 2026

Copy link
Copy Markdown
Owner

This PR bootstraps the Soulstice Android application, a high-performance productivity system for creative entrepreneurs. It implements the core architecture using Jetpack Compose, Hilt, and Room, and includes several key features like the Cockpit dashboard, Pomodoro timer, and a daily review routine, all following a calming earth-toned aesthetic.


PR created automatically by Jules for task 13478958104106062299 started by @iQodeIT

Implemented the Soulstice application according to the specification:
- Updated navigation to use a ModalNavigationDrawer with 11 modules.
- Enhanced the Dashboard (Cockpit) with Execution, Incubation, and Metrics zones.
- Implemented a functional 4-step Daily Review wizard.
- Added a Pomodoro Focus Timer with custom circular progress.
- Implemented a Habit Library and dashboard habit tracker.
- Refined Room data layer with entities for tasks, projects, habits, clients, resources, and journal entries.
- Applied earth-toned visual identity with Material 3 and serif typography.
- Added energy-based task filtering in the DashboardViewModel.

Co-authored-by: iQodeIT <162815903+iQodeIT@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 2 commits February 5, 2026 01:26
- Replaced all static mockups with real data backed by Room.
- Expanded DAOs and Entities to support InboxItems, HabitCompletions, and FocusSessions.
- Implemented real-time Dashboard metrics (Velocity and Global Progress) calculated from database data.
- Added Quick Capture system and Inbox processing wizard.
- Implemented Project "War Rooms" with real Kanban status updates and progress rings.
- Implemented Habit tracking with streak logic and history.
- Added stateful and persistent Focus Timer.
- Implemented real Daily Journaling integrated with the Review routine.
- Added global Energy Management state for context-based filtering.
- Ensured full CRUD support (Create, Read, Update, Delete) for all core entities.

Co-authored-by: iQodeIT <162815903+iQodeIT@users.noreply.github.com>
- Fixed theme switching by persisting preference in DataStore and observing it in MainActivity.
- Fixed Pomodoro timer duration updates by observing DataStore preference in FocusViewModel.
- Replaced hardcoded tasks in ReviewScreen with real database queries.
- Implemented `nukeDatabase` functionality in Settings.
- Added basic JSON Export/Import support for all entities.
- Optimized DashboardViewModel to filter active tasks via SQL instead of in-memory.
- Added `@Serializable` to all Room entities to support data portability.
- Migrated PreferenceManager from in-memory state to DataStore persistence.

Co-authored-by: iQodeIT <162815903+iQodeIT@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant