summaryrefslogtreecommitdiff
path: root/plugins/adb
AgeCommit message (Collapse)Author
2019-02-17adb: improve `adb -s` completion to show helpful info (#7532)Muhannad Fakhouri
Currently it shows for example the following: DEVICE_ID -- transport_id:2 which doesn't really ease device selection. I've adapted the awk script to print device name with it's model name, see the example below: DEVICE_ID -- Pixel_3(blueline)
2018-06-17adb: fix `adb -s` device completion (#6489)kang
2017-12-07Update adb (#6472)kg
2017-12-04add autocomplete for adb -s option (#6121)kg
2017-06-07Extend list of adb commands. (#5584)Tobias Preuss
2015-06-11adb: add more commandsLuca Stefani
2015-03-16Update _adbXerWandeRer
Added support for `tcpip` option
2014-08-31Add README.md for adb-autocompletion plugin.Tobias Preuss
2014-08-06Added _files to complete all arguments following the first as filesFrederik Mogensen
2014-08-06Added autocompleting plugin for Android Debug Bridge (adb).Frederik Mogensen