1. 0047b83 TBR: docs(readme): update the Homebrew tap info by YoungSeok Yoon · 8 years ago master
  2. 458d26a TBR: chore: bump the version to v2.0.0. by YoungSeok Yoon · 8 years ago v2.0.0
  3. 1a8b06e TBR: test: expect a specific version by YoungSeok Yoon · 8 years ago
  4. 5110ef4 feat(resolve): add 'madb resolve' command by YoungSeok Yoon · 8 years ago
  5. d9365a3 feat(config): migrate old config files to the new format by YoungSeok Yoon · 8 years ago
  6. d4e4356 feat(group): use device groups in -n flag by YoungSeok Yoon · 8 years ago
  7. 423b24c feat(list): use tablewriter for pretty printing by YoungSeok Yoon · 8 years ago
  8. b40023f feat(group): add 'madb group clear-all' and 'madb group delete' by YoungSeok Yoon · 8 years ago
  9. 2b9cbc5 feat(group): add 'madb group rename' command by YoungSeok Yoon · 8 years ago
  10. 08d9fca feat(group): add 'madb group remove' command by YoungSeok Yoon · 8 years ago
  11. 5036bd7 fix(gradle): fall back to package name when the application ID is not explicitly set by YoungSeok Yoon · 8 years ago
  12. 188dbd2 feat(group): add 'madb group add' command by YoungSeok Yoon · 8 years ago
  13. 2cd858a docs(readme): add link to the madb slide deck. by YoungSeok Yoon · 8 years ago
  14. f6e4ee1 feat(extern): add madb extern command. by YoungSeok Yoon · 8 years ago
  15. d475b6d TBR: fix(config): fix the bug related to names not being read. by YoungSeok Yoon · 8 years ago
  16. f753aba docs(readme): add Homebrew instructions and the keyword expansion feature by YoungSeok Yoon · 8 years ago
  17. 178b658 refactor: merge "nicknames" and "users" files into a single "config" file. by YoungSeok Yoon · 8 years ago
  18. 44693ce TBR: chore: bump the version to v1.1.1. by YoungSeok Yoon · 8 years ago v1.1.1
  19. 2b956c7 TBR: fix(flags): bug fix for the '-prefix' flag by YoungSeok Yoon · 8 years ago
  20. d290ab9 TBR: chore: bump the version to v1.1.0. by YoungSeok Yoon · 8 years ago v1.1.0
  21. 687c9a2 feat(flags): add '-prefix=name,serial,none' flag by YoungSeok Yoon · 8 years ago
  22. c106295 feat(flags): add '-seq' flag for running a command sequentially. by YoungSeok Yoon · 8 years ago
  23. f7cdbcb docs: show the device specifier flags only to the relevant commands by YoungSeok Yoon · 8 years ago
  24. 0fdb1db feat(shell): add "madb shell" command by YoungSeok Yoon · 8 years ago
  25. 66aee75 TBR: fix: remove the invalid argument warnings by YoungSeok Yoon · 8 years ago
  26. 0372766 TBR fix(readme): add correct link to travis-ci by Jason Campbell · 8 years ago CL-21793
  27. ac47f71 chore(coverage, ci): add travis-ci and coveralls by Jason Campbell · 8 years ago
  28. fa121c6 madb: add version number to the binary by YoungSeok Yoon · 8 years ago
  29. 9a63baf madb: keyword expansion feature for 'madb exec' by YoungSeok Yoon · 8 years ago
  30. 176ad44 madb: update README.md to add more tutorials. by YoungSeok Yoon · 8 years ago
  31. ba9fa76 madb: add README.md file in the project root by YoungSeok Yoon · 8 years ago v1.0.0
  32. e4a16f8 madb: fix the version to v23-0.1 by YoungSeok Yoon · 8 years ago
  33. bed464c madb: add copyright/license related files by YoungSeok Yoon · 8 years ago
  34. c7530b9 devtools/madb: embed the gradle init script in the madb binary. by YoungSeok Yoon · 8 years ago
  35. 04d3301 devtools/madb: default build/install behavior for "start" and "install" commands by YoungSeok Yoon · 8 years ago
  36. e8838fb TBR: devtools/madb: copyright 2015 -> 2016 by YoungSeok Yoon · 8 years ago
  37. cd82155 devtools/madb: handle density split filters for madb install. by YoungSeok Yoon · 8 years ago
  38. 499b603 devtools/madb: apply the recent changes in the flutter command line tool. by YoungSeok Yoon · 8 years ago
  39. 700a0c0 devtools/madb: initial version of madb install command by YoungSeok Yoon · 8 years ago
  40. 494c4f2 devtools/madb: extract Android application variant properties by YoungSeok Yoon · 8 years ago
  41. 8519a94 devtools/madb: allow specifying default user for each device. by YoungSeok Yoon · 8 years ago
  42. 8404922 devtools/madb: use JSON for storing nicknames. by YoungSeok Yoon · 8 years ago
  43. bfaa3e8 TBR: devtools/madb: fix crash when setting a nickname for the first time. by YoungSeok Yoon · 8 years ago
  44. 5b51cd7 devtools/madb: specify devices with their indices. by YoungSeok Yoon · 8 years ago
  45. de53651 devtools/madb: do not warn when the nickname file does not exist. by YoungSeok Yoon · 8 years ago
  46. 887d8cc devtools/madb: add "madb clear-data" command. by YoungSeok Yoon · 8 years ago
  47. e67ecca devtools/madb: add "madb stop" command. by YoungSeok Yoon · 8 years ago
  48. b76a9e4 devtools/madb: add "madb uninstall" command. by YoungSeok Yoon · 8 years ago
  49. bef4e8a devtools/madb: handle build variants explicitly and cache the project ids. by YoungSeok Yoon · 8 years ago
  50. b9118fe devtools/madb: extract the app ID/activity name from the gradle scripts. by YoungSeok Yoon · 8 years ago
  51. 3b5b699 devtools: gosh: switch from Logf/Fatalf to TB, and related by Adam Sadovsky · 8 years ago
  52. be8a9f8 devtools/madb: add "madb start" command. by YoungSeok Yoon · 8 years ago
  53. 67e32f4 devtools/madb: device specifier flags by YoungSeok Yoon · 8 years ago
  54. 37b6516 devtools/madb: use the nickname as the console prefix, if applicable. by YoungSeok Yoon · 8 years ago
  55. baabb81 devtools: Add gosh.Pipeline, simplify AddStd{out,err}Writer. by Todd Wang · 8 years ago
  56. 5cc9acf devtools/madb: initial version of the 'madb name' command by YoungSeok Yoon · 8 years ago
  57. 8ad7211 devtools/madb: use textutil.PrefixLineWriter by YoungSeok Yoon · 8 years ago
  58. df5dc72 devtools/madb: prefix console messages with device ids by YoungSeok Yoon · 8 years ago
  59. 0824f4c devtools/madb: initial commit of the madb tool by YoungSeok Yoon · 8 years ago
  60. aefad19 Initial empty repository by Jason Campbell · 8 years ago