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
Speed up livesync on android device by using hash file
Optimize the usage of `tns livesync android` command. In case your project is huge, every time you use it, the full project will be transferred to device.
Persist all file hashes of project's files and next time when command is executed transfer only the changed ones.
The json which contains hashes information should be on device, so when the device is attached to another PC, where the same project is developed, we'll still transfer only the changed files.
Related: #921
0 commit comments