Conversation
|
Claude finished @codabrink's task —— View job PR Review - Device Sync V3 Part 3Review Date: February 19, 2026, 2:33 PM UTC This is a significant refactoring that moves device sync configuration from client initialization to per-operation parameters. The changes are well-structured and improve flexibility. Here are my findings: ✅ Strengths
|
a691ed2 to
9071dd5
Compare
17e6e50 to
40cf12d
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3148 +/- ##
==========================================
- Coverage 74.35% 74.18% -0.17%
==========================================
Files 449 450 +1
Lines 55869 55893 +24
==========================================
- Hits 41541 41467 -74
- Misses 14328 14426 +98 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Replace history sync URL and proto BackupOptions with explicit
|
sdks/android/library/src/main/java/org/xmtp/android/library/Client.kt
Outdated
Show resolved
Hide resolved
e3459a9 to
7522ea9
Compare
7522ea9 to
d04ba41
Compare
14fd5fe to
80d17f4
Compare
…oda/more-ds-updates
…oda/more-ds-updates
ebfa270 to
f5c2800
Compare
cameronvoell
left a comment
There was a problem hiding this comment.
verified iOS test testDmDisappearingMessages that failed in CI is passing for me locally, so will need to look into that (test has timeouts, so probably related).
A future follow up to this PR would be to add some ios/android side tests that utilize the new sendSyncArchive and sendSyncRequest to make sure functionality all made it over the uniffi boundary as expected.
Great improvement for device sync, thanks for driving this 🙌
send_sync_request.