Alex4SSB / ADB-Explorer

A fluent UI for ADB on Windows
MIT License
286 stars 24 forks source link

Add confirmation dialog for conflicts on pull/push #207

Open Alex4SSB opened 1 week ago

Alex4SSB commented 1 week ago

Discussed in https://github.com/Alex4SSB/ADB-Explorer/discussions/206

Originally posted by **james28909** June 27, 2024 it would be nice to set a path (which we can already do) and then have a sync button that will not touch files on pc, but will transfer only files that are not in the default folder. as it stands, if i copy over the contents of a folder, all the files that are already present on pc get copied over again, which isnt really desired. so i guess that it would be beneficial to have the ability or a setting for adb explorer to "copy only new files to pc". and if the source directory (on the device deleted all the files and starts a new list of files, then adb explorer should not touch any files already present on the pc and just copy the new files only to pc.
Alex4SSB commented 1 week ago

image