62f9f015d6bad7cf586328daf34539f205ee9da1
Build & Release APK / build (push) Successful in 12m53s
These contradicted deliberate later safety fixes in syncDecide: - sub-second mtime delta is now SKIP (second-precision comparison was the fix for the FAT32/WebDAV phantom-change sync loops), not UPLOAD. Added a full-second-delta case to keep change-detection coverage. - remote file with no state record now DOWNLOADs instead of DELETE_REMOTE: known==null can't be distinguished from a brand-new remote file, so the engine never deletes on ambiguity. Genuinely-deleted local files still have a state record and route to DELETE_REMOTE. All 25 unit tests pass; assembleRelease builds and signs cleanly (compileSdk 35).
SyncFlow
Native Android file sync app — sync any folder to WebDAV, SFTP, Nextcloud, ownCloud, Google Drive, Dropbox, or OneDrive.
Features
- Multi-provider — WebDAV, SFTP, SFTPGo, Nextcloud, ownCloud, Google Drive, Dropbox, OneDrive
- Flexible sync — one-way upload, one-way download, or two-way mirror
- Auto-sync — schedule by interval or trigger on Wi-Fi connect / device charge
- Conflict resolution — keep local, keep remote, keep newer, or keep both
- Secure — credentials encrypted with Android Keystore; biometric app-lock option
- No cloud dependency — runs fully on-device, no third-party relay
Install
- Download
SyncFlow.apkfrom the latest release - On your Android phone: Settings → Apps → Install unknown apps → allow your browser/file manager
- Open the downloaded APK and tap Install
- Open SyncFlow, go to Accounts tab → Add Account, pick your provider and sign in
- Tap + on the Syncs tab to create your first sync pair
Supported Providers
| Provider | Auth |
|---|---|
| WebDAV | Username + password |
| SFTP | Password or private key |
| SFTPGo | Username + password |
| Nextcloud | Username + password |
| ownCloud | Username + password |
| Google Drive | OAuth 2.0 (PKCE) |
| Dropbox | OAuth 2.0 (PKCE) |
| OneDrive | OAuth 2.0 (PKCE) |
Requirements
- Android 8.0+ (API 26)
- Storage permission (or SAF picker) for local folder access
Description
