You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(aw-sync): pass hostname from Android to JNI for proper sync directory structure
- Updated JNI function signatures to accept hostname parameter
- Parse hostname from JString in syncPullAll, syncPush, syncBoth
- Set AW_HOSTNAME environment variable before sync operations
- This fixes sync directory structure to use actual device name instead of 'localhost'
Hostname is passed from Android Settings.Global.DEVICE_NAME or Build.MODEL
0 commit comments