Aldeshov / ADBFileExplorer

File Explorer for Android devices
GNU General Public License v3.0
166 stars 24 forks source link

Progress bar for pull and push #3

Closed acmpo6ou closed 2 years ago

acmpo6ou commented 2 years ago

Hi!

I love ADBFileExplorer! There is no progress bar when pushing to or pulling from the device, however. Also, I've noticed that you are using a custom wrapper around adb instead of a library like python-adb, which has this functionality implemented: you can get transfer progress when pushing and pulling.

So, you could use python-adb to add a progress bar. I hope it will help you!

Aldeshov commented 2 years ago

Hi! Thank you for your feedback! Okay, I will try to add it as a variant