docs(syncing): describe current Android sync state#175
Merged
ErikBjare merged 2 commits intoJul 25, 2026
Conversation
Replace the stale 'not available yet' note with an accurate description: push works but is scoped-storage-trapped, pull is a no-op, and automatic sync is now off by default (ActivityWatch/aw-android#184). Links to activitywatch#1357 which tracks the follow-up setup flow.
Contributor
Greptile SummaryExpands the syncing documentation with the current Android limitations.
Confidence Score: 4/5The directional explanation should be corrected before merging so readers are not given a reversed definition of pulling data from other devices. The new section labels getting locally produced data off the phone as “pull from other devices,” even though pulling remote data describes bringing it onto the phone. Files Needing Attention: src/syncing.rst Important Files Changed
Reviews (1): Last reviewed commit: "docs(syncing): describe current Android ..." | Re-trigger Greptile |
'get that data off the phone (pull from other devices)' reversed the direction — getting data off the phone is a push, not a pull. Greptile caught this in PR ActivityWatch#175 review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the stale "Note that syncing is not available on Android, yet." line
with an accurate description of the current state, per ActivityWatch/activitywatch#1357:
Syncthing/etc. from reading the app's sync dir).
with no user-facing toggle yet.
Access Framework directory picker + settings UI).
Related