Skip to content

feat(wearos): add calculator-fees module and implement list screen#505

Merged
marlonlom merged 4 commits into
mainfrom
feature/wearos-calculator-fees
Jun 21, 2026
Merged

feat(wearos): add calculator-fees module and implement list screen#505
marlonlom merged 4 commits into
mainfrom
feature/wearos-calculator-fees

Conversation

@marlonlom

Copy link
Copy Markdown
Owner

Proposed Changes

This PR introduces the new calculator-fees feature module for the Wear OS app and implements its core user interface.

Key Modifications:

  • Build Configuration: Included :features:wearos:calculator-fees in the root settings.gradle.kts.
  • App Dependency: Added the new module dependency to apps/wearos/build.gradle.kts.
  • UI Implementation: Developed the standalone calculation fees list screen tailored for wearable viewports.

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Build configuration update

How Has This Been Tested?

  • Verified successful Gradle sync and project compilation.
  • Tested the UI layout on Wear OS emulators (Round and Square).

@marlonlom marlonlom self-assigned this Jun 21, 2026
@marlonlom marlonlom added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 21, 2026
@marlonlom marlonlom linked an issue Jun 21, 2026 that may be closed by this pull request
3 tasks
@marlonlom marlonlom added kotlin Pull requests that update kotlin code jetpack-compose Pull request that update android code made with jetpack compose labels Jun 21, 2026
@marlonlom marlonlom merged commit 3030d00 into main Jun 21, 2026
2 checks passed
@marlonlom marlonlom deleted the feature/wearos-calculator-fees branch June 21, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request jetpack-compose Pull request that update android code made with jetpack compose kotlin Pull requests that update kotlin code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(wearos): Implement calculation fees list screen

1 participant