1. af0ed2a Merge pull request #196 from bjackman/is-network-connected by setrofim · 7 years ago
  2. 417ab3d target: Ensure returning False when is_network_connected fails by Brendan Jackman · 7 years ago
  3. dcffccb Merge pull request #193 from bjackman/is-network-connected by setrofim · 7 years ago
  4. 486b3f5 target: Add is_network_connected method by Brendan Jackman · 7 years ago
  5. fe403b6 AndroidTarget: Make get_rotation return an int by Brendan Jackman · 7 years ago
  6. 0bfb6e4 AndroidTarget: Add boolean 'state' to airplane mode intent broadcast by Brendan Jackman · 7 years ago
  7. 4d26977 Merge pull request #187 from bjackman/clear-logcat-lock by setrofim · 7 years ago
  8. 8a0554f AndroidTarget: prevent concurrent invocations of 'logcat -c' by Brendan Jackman · 7 years ago
  9. 17bcabd target: Install busybox before updating modules by Brendan Jackman · 7 years ago
  10. 7e073c1 read_tree_values: more robust parsing. by Sergei Trofimov · 7 years ago
  11. d560aea Target: fix read_tree_values for empty dir by Sergei Trofimov · 7 years ago
  12. 181bc18 Target: add read_tree_values and read_tree_values_flat by Sergei Trofimov · 7 years ago
  13. bfb4721 Target: ensure shutils is always set by Sergei Trofimov · 7 years ago
  14. 109fcc6 AndroidTarget: fix ps() by Sergei Trofimov · 7 years ago
  15. 96693a3 AndroidTarget: fix get_pid_of for recent Androids by Sergei Trofimov · 7 years ago
  16. 7c2fd87 target: Add LogcatMonitor getter for android target by Valentin Schneider · 7 years ago
  17. 8839ed0 AndroidTarget: Changes default unlocking method by Marc Bonnici · 7 years ago
  18. 1229af0 AndroidTarget: Fixes 'swipe_to_unlock' method. by Marc Bonnici · 7 years ago
  19. 003785d AndroidTarget: Adds methods to get/set screen rotation by Marc Bonnici · 7 years ago
  20. 3e75174 AndroidTarget: Adds methods to get/set airplane mode by Marc Bonnici · 7 years ago
  21. ddd2e29 AndroidTarget: Adds methods to get/set screen brightness by Marc Bonnici · 7 years ago
  22. 98fb2e2 Target: Ported supported_abi property from WA2 by Marc Bonnici · 7 years ago
  23. b933dbd Merge pull request #146 from derkling/adb_addons by setrofim · 7 years ago
  24. 0c7eb9e target: add support to kill/restart and ADB connection by Patrick Bellasi · 7 years ago
  25. f26f942 tagert: factor out the wait_boot_complete code by Patrick Bellasi · 7 years ago
  26. 92b0c25 target: Add background_invoke() method by Valentin Schneider · 7 years ago
  27. d3396f2 Target: Added get_sdk_version method by Marc Bonnici · 7 years ago
  28. c33dd65 Target: Updated install_apk to version from WA2 by Marc Bonnici · 7 years ago
  29. b738655 Revert "target: add dry run for command execution" by setrofim · 7 years ago
  30. 1a5c1dc target: Add dry run for command execution by Valentin Schneider · 7 years ago
  31. 0b7ab6a target: Added get_directory method by Anouk Van Laer · 7 years ago
  32. 69a83d4 target: add new methods by Sergei Trofimov · 7 years ago
  33. 8b2ac8d AndroidTarget: move _execute_util to internal methods. by Sergei Trofimov · 7 years ago
  34. f6d02c6 Target: Add read permissions to tmp files before pulling by Marc Bonnici · 7 years ago
  35. 1ab8c25 Merge pull request #110 from marcbonnici/kick_off by setrofim · 7 years ago
  36. 95102d3 Target: Stopped `kick_off` raising an error if command didn't timeout by Marc Bonnici · 7 years ago
  37. 55c27e2 AndroidTarget: Fix `ps` when NAME column contains spaces by Brendan Jackman · 7 years ago
  38. 0655237 Target: Fixes __setup_list_directory issue on production devices. by Marc Bonnici · 7 years ago
  39. 0687dac Target: Invalidates _connected_as_root on reboot or reset. by Marc Bonnici · 7 years ago
  40. 05215e7 Merge pull request #92 from ionela-voinescu/force_adb_root by setrofim · 7 years ago
  41. 66eaf15 android: add support for forced adb root by Ionela Voinescu · 7 years ago
  42. 6665693 target: Fix kernel version regex for -rc field by Brendan Jackman · 7 years ago
  43. 18b77b8 target: Add `parts` field to KernelVersion by Brendan Jackman · 7 years ago
  44. 54adf80 target: Add KernelVersion docstring by Brendan Jackman · 7 years ago
  45. 03561ee target: Make KernelVersion fields numerical by Brendan Jackman · 7 years ago
  46. 9a8d539 target: better parse kernel version numbers by Patrick Bellasi · 7 years ago
  47. baa32ec AndroidTarget: Add charging_enabled property by Brendan Jackman · 7 years ago
  48. 9ce57c0 AndroidTarget: add support to reboot a device via ADB by Patrick Bellasi · 7 years ago
  49. 21f4003 gem5: Small tweaks in target to allow gem5 simulations by Anouk Van Laer · 7 years ago
  50. 6351a3b Target.killall: catch TargetError on individual kills by Sergei Trofimov · 7 years ago
  51. beaf8d4 target: switching conn_cls to an __init__ parameter by Sergei Trofimov · 7 years ago
  52. c352308 AndroidTarget: removing unused parameter by Sergei Trofimov · 7 years ago
  53. c1b5152 target: Use root in file_exists check by Brendan Jackman · 7 years ago
  54. 27f545f target: Note return value in Target::invoke docstring by Brendan Jackman · 8 years ago
  55. 2a4eafa AndroidTarget: Handle ls format change in Android 7.0 by Chris Redpath · 8 years ago
  56. ca0b6e8 AndroidTarget: fixed kick_off() by Sergei Trofimov · 8 years ago
  57. baaa67b target: added extract() method by Sergei Trofimov · 8 years ago
  58. 1769289 Merge pull request #46 from JaviMerino/needs_su by setrofim · 8 years ago
  59. 16d87c6 devlib: don't use sudo/su if you are root by Javi Merino · 8 years ago
  60. 5880f6e LinuxTarget: now used 'uname' instead of 'busybox uname' by Sebastian Goscik · 8 years ago
  61. cf791d1 Merge pull request #35 from derkling/cgroup-fix-setup by setrofim · 8 years ago
  62. bbee251 Merge pull request #39 from ep1cman/fixes by setrofim · 8 years ago
  63. 9af32ec AndroidDevice: kick-off no longer requires root by Sebastian Goscik · 8 years ago
  64. c4e46b7 target: add a "setup" stage for modules initialisation by Patrick Bellasi · 8 years ago
  65. 6bda8cb AndroidTarget: do not set executables_directory inside __init__ by Sergei Trofimov · 8 years ago
  66. ebe3a8a LinuxTarget: fixing reboot sequence by Sergei Trofimov · 8 years ago
  67. bdbf474 uname: Fixed calls to uname to use busybox by Sebastian Goscik · 8 years ago
  68. f5b7c82 AndroidTarget & LinuxTarget: Added a `model` property by Sebastian Goscik · 8 years ago
  69. 040daab Target: Fixed fstab parsing by Sebastian Goscik · 8 years ago
  70. 0a8b0c6 AndroidTarget: Added package data and extrenal storage path settings by Sebastian Goscik · 8 years ago
  71. ff8261e AndroidTarget: Updated default executables_directory by Sebastian Goscik · 8 years ago
  72. 1424ceb Added quotes around commands using raw paths by Sebastian Goscik · 8 years ago
  73. aab487c pylint by Sebastian Goscik · 8 years ago
  74. 880a0bc AndroidTarget: Added swipe direction to swipe_to_unlock by Sebastian Goscik · 8 years ago
  75. cafeb81 AndroidTarget: Added android_id property by Sebastian Goscik · 8 years ago
  76. be8f972 Target: Added install_if_needed method by Sebastian Goscik · 8 years ago
  77. 84151f9 Target: Modified get_installed search order by Sebastian Goscik · 8 years ago
  78. 33603c6 Target: Added directory_exists method by Sebastian Goscik · 8 years ago
  79. 1890db7 AndroidTarget: Updated ANDROID_SCREEN_STATE_REGEX by Sebastian Goscik · 8 years ago
  80. 10a80d2 target: added insmod() method. by Sergei Trofimov · 8 years ago
  81. 5a81fe9 target: added lsmod method by Sergei Trofimov · 8 years ago
  82. f2eac51 target: add support for target side scripts by Patrick Bellasi · 8 years ago
  83. d0c71fb target: warn if a module is not supported for the target by Javi Merino · 8 years ago
  84. 59f4f81 Cpuinfo: extract CPU featurs from "flags" entry by Sergei Trofimov · 8 years ago
  85. b532453 target: fixed get_installed() on new targets by Sergei Trofimov · 9 years ago
  86. 961f957 target: resolve default paths eariler during the connection by Sergei Trofimov · 9 years ago
  87. b83e518 target: fix 'bl' module initialisation by Patrick Bellasi · 9 years ago
  88. 4e6afe9 devlib initial commit. by Sergei Trofimov · 9 years ago