pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.12k stars 257 forks source link

New Action : Pull files/databases #20

Open quentin23soleil opened 9 years ago

quentin23soleil commented 9 years ago

what the title says

pbreault commented 9 years ago

It's a good idea, I have been putting this off for a while because it requires quite a bit of UI to get it right! Unless we just show a text input. It's on the list, right along "adb shell input text"

Until it is done, if your primary need is working with database, you can take a look at http://www.idescout.com/ or http://facebook.github.io/stetho/

fmatosqg commented 8 years ago

Hmm, what if we have a command that pulls absolutely everything? The only thing I need these days is the database, but I wouldn't mind pulling a little extra data.

Also this approach would cover #38

stanleyguevara commented 4 weeks ago

So in short ADB Populate Data - Awesome idea, I need this right now and found this thread.

@pbreault do you accept pull requests? I see there are some pretty old PR hanging in here. I'd be willing to implement this feature if there's chance of getting this merged.