Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1505f35
refactor: add shared core foundations
Foxpace Aug 15, 2026
516ff4b
build: migrate project tooling to Kotlin DSL
Foxpace Aug 15, 2026
6cade2f
refactor(wearlib): add typed connectivity and protocol APIs
Foxpace Aug 15, 2026
a998ea7
refactor(sensorservice): introduce measurement foundations
Foxpace Aug 15, 2026
4822e98
refactor(sensorservice): modernize measurement implementations
Foxpace Aug 15, 2026
b6739c0
refactor(sensorservice): modernize service runtime
Foxpace Aug 15, 2026
6f08343
refactor(app): add phone domain use cases
Foxpace Aug 15, 2026
ae8d982
feat(app): add Compose state and navigation foundation
Foxpace Aug 15, 2026
7238e93
feat(app): add Compose recording flows
Foxpace Aug 15, 2026
406da00
feat(app): add Compose sensor flows
Foxpace Aug 15, 2026
54fa245
feat(app): add Compose settings and theme
Foxpace Aug 15, 2026
af019d3
feat(app): add Compose onboarding and about flows
Foxpace Aug 15, 2026
ade6d3a
refactor(app): wire application shell and UI tests
Foxpace Aug 15, 2026
b4e9df6
refactor(app): refresh phone drawable assets
Foxpace Aug 15, 2026
9735341
refactor(app): refresh phone resources
Foxpace Aug 15, 2026
819d1b3
feat(wear): add Compose wearable features
Foxpace Aug 15, 2026
e720b6a
refactor(wear): wire wearable shell and integration tests
Foxpace Aug 15, 2026
38d8acd
refactor(wear): remove legacy adapters and recording UI
Foxpace Aug 15, 2026
4087ae6
refactor(wear): remove legacy activities
Foxpace Aug 15, 2026
ec9a334
refactor(wear): remove legacy view resources
Foxpace Aug 15, 2026
f3540de
refactor(wearlib): remove legacy handlers and resources
Foxpace Aug 15, 2026
92784ed
refactor(app): remove legacy phone activities
Foxpace Aug 15, 2026
373ad63
refactor(app): remove legacy sensor fragments
Foxpace Aug 15, 2026
1ba7315
refactor(app): remove legacy advanced fragments
Foxpace Aug 15, 2026
5669ec8
refactor(app): remove legacy onboarding and permissions
Foxpace Aug 15, 2026
649fa7f
refactor(app): remove legacy view models and UI handlers
Foxpace Aug 15, 2026
0f3982d
refactor(app): remove legacy recording layouts
Foxpace Aug 15, 2026
b31e429
refactor(app): remove legacy advanced layouts
Foxpace Aug 15, 2026
6de9363
refactor(app): remove legacy shell and onboarding layouts
Foxpace Aug 15, 2026
2002a86
refactor: remove obsolete helper modules
Foxpace Aug 15, 2026
252da35
docs: update refactor documentation and emulator tools
Foxpace Aug 15, 2026
8587693
refactor: implement architecture plan
Foxpace Aug 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/local.properties
/.gradle/
/.kotlin/
build/
/.idea/
/app/*.json
/wear/*.json
/.codebase-memory/
1 change: 0 additions & 1 deletion CountDownDialog/.gitignore

This file was deleted.

50 changes: 0 additions & 50 deletions CountDownDialog/build.gradle

This file was deleted.

Empty file removed CountDownDialog/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions CountDownDialog/proguard-rules.pro

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions CountDownDialog/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions CountDownDialog/src/main/res/drawable/rounded_button.xml

This file was deleted.

5 changes: 0 additions & 5 deletions CountDownDialog/src/main/res/drawable/rounded_white.xml

This file was deleted.

38 changes: 0 additions & 38 deletions CountDownDialog/src/main/res/layout/countdown_timer.xml

This file was deleted.

5 changes: 0 additions & 5 deletions CountDownDialog/src/main/res/values/colors.xml

This file was deleted.

4 changes: 0 additions & 4 deletions CountDownDialog/src/main/res/values/strings.xml

This file was deleted.

This file was deleted.

Loading