Skip to content

Implement WatchApp version for quick calculation#163

Open
hieuwu wants to merge 59 commits into
mainfrom
feature/watchapp-quick-pairs
Open

Implement WatchApp version for quick calculation#163
hieuwu wants to merge 59 commits into
mainfrom
feature/watchapp-quick-pairs

Conversation

@hieuwu
Copy link
Copy Markdown
Collaborator

@hieuwu hieuwu commented Sep 6, 2025

📌 Description

Watchapp version for quick pairs

✅ Changes

Watch app built with compose for WearOS with basic functionalities:

  • Currency Converter: Bi-directional conversion between any two currencies.
  • Quick Pairs: A saved list of your most-used currency conversions.
  • Pair Pinning: Pin your top 4 pairs for priority display.
  • Custom Watch Face: View your pinned conversion rates directly on your watch face.
  • Complications: Show specific currency rates on other standard watch faces.
  • Currency Search: Find and select currencies with integrated country flags.

🎯 How to Test

See the video

📸 Screenshots / Demo (if applicable)

Currency.converter.watchapp.mp4

🔗 Related Tickets / Issues

N/A

@hieuwu hieuwu requested review from kirillt and mdrlzy May 11, 2026 09:42
# Conflicts:
#	gradle/libs.versions.toml
@hieuwu hieuwu changed the title [WIP] Watch app for quick pairs Implement WatchApp versionn for quick calculation May 11, 2026
@hieuwu hieuwu marked this pull request as ready for review May 11, 2026 10:00
import javax.inject.Inject
import javax.inject.Singleton

@Singleton
Copy link
Copy Markdown
Collaborator Author

@hieuwu hieuwu May 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These @Singleton annotations are added in RepoModule.
This is to avoid conflict of generated code used in watchapp, the watch version uses Hilt for DI

@hieuwu hieuwu changed the title Implement WatchApp versionn for quick calculation Implement WatchApp version for quick calculation May 11, 2026
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