Commit Graph

18654 Commits

Author SHA1 Message Date
David Pursell
07006ce756 Merge "adb: make shell protocol work again." 2015-10-01 15:34:29 +00:00
David Pursell
46e268e990 adb: make shell protocol work again.
http://r.android.com/173810 changed the shell feature name. This CL
updates the python scripts to re-enable shell protocol tests, and adds
an additional test for `adb shell -x`.

Change-Id: I961adf7abd1782ea98f3f82d8af11dcaa02f9570
2015-09-30 17:22:32 -07:00
Josh Gao
123926f712 am 285bb8dd: am b9184809: Merge changes from topic \'gdbclient.py\'
* commit '285bb8ddef8f8b73a9a80ee5d3bd7a3ae68bc60b':
  Add gdbrunner package for shared functionality.
  Add get_props to adb.py's AndroidDevice.
  Add remount to adb.py's AndroidDevice.
  Add shell_popen method to adb.py.
  Add helper functions for `adb -e/-d` to adb.py.
2015-09-30 21:53:03 +00:00
Josh Gao
285bb8ddef am b9184809: Merge changes from topic \'gdbclient.py\'
* commit 'b9184809e7e3305d49a7a5a1c237538d9efec15a':
  Add gdbrunner package for shared functionality.
  Add get_props to adb.py's AndroidDevice.
  Add remount to adb.py's AndroidDevice.
  Add shell_popen method to adb.py.
  Add helper functions for `adb -e/-d` to adb.py.
2015-09-30 21:47:37 +00:00
Josh Gao
b9184809e7 Merge changes from topic 'gdbclient.py'
* changes:
  Add gdbrunner package for shared functionality.
  Add get_props to adb.py's AndroidDevice.
  Add remount to adb.py's AndroidDevice.
  Add shell_popen method to adb.py.
  Add helper functions for `adb -e/-d` to adb.py.
2015-09-30 21:39:32 +00:00
Josh Gao
75b0383747 Add gdbrunner package for shared functionality.
This deduplicates code between gdbclient.py and ndk-gdb.py.

Bug: http://b/23715403
Change-Id: I6ee61b466aaf3cde8f6b26b11bfa95761821cb6d
2015-09-30 14:36:35 -07:00
Josh Gao
87df6ff2c8 Add get_props to adb.py's AndroidDevice.
Saves adb shell roundtrips if multiple properties are needed.

Change-Id: I3a9fc0354b6eb0ee5389984e3f345c380404658c
2015-09-30 14:36:35 -07:00
Josh Gao
cac4e977bb Add remount to adb.py's AndroidDevice.
Change-Id: If1e17a49e81af840b76eab52db89bc9de09958fe
2015-09-30 14:36:35 -07:00
Josh Gao
21f984939b Add shell_popen method to adb.py.
This is mostly to allow backgrounding of processes run through adb
(gdbserver in particular).

Bug: http://b/23715403
Change-Id: I47fbebbd05d58044b4c447ffa86e0ab97d920278
2015-09-30 14:36:35 -07:00
Josh Gao
a8731c4be0 Add helper functions for adb -e/-d to adb.py.
Bug: http://b/22946322
Change-Id: I847f561d617b17f4e6323e0abb46dd270d041782
2015-09-30 14:36:35 -07:00
Dake Gu
c7e4f19c33 Generate test for PlaybackOverlaySupportFragment
Change-Id: Ia3064006f3fb3fc4fd5230ff3ab24a7c4ba2470f
2015-09-30 13:41:45 -07:00
Dake Gu
48b4a134a4 Generate support version of leanback fragment tests
Include all leanback support version of fragment except
PlaybackOverlayFragment missing a support version of PlaybackControlHelper.

Change-Id: Icb5c99e8677630e8541b22b009051dd3908d4f35
2015-09-30 11:26:37 -07:00
Baligh Uddin
6cbc145b88 am b0ee9061: (-s ours) Import translations. DO NOT MERGE
* commit 'b0ee90619ef2a1db128595f01d227e8bcf44169c':
  Import translations. DO NOT MERGE
2015-09-29 14:57:55 +00:00
Baligh Uddin
b0ee90619e Import translations. DO NOT MERGE
Change-Id: Ieab33dfa47bf841f8cace05800a132f46f1c7541
Auto-generated-cl: translation import
2015-09-29 02:38:56 -07:00
Yuichi Araki
d5ce4529ea am d9b5ca8f: Add usage of app:actionLayout in NavigationView
* commit 'd9b5ca8fb8fa49d937bcbf95e6d309651318b0ba':
  Add usage of app:actionLayout in NavigationView
2015-09-29 09:29:41 +00:00
Yuichi Araki
d9b5ca8fb8 Add usage of app:actionLayout in NavigationView
Change-Id: Ia89c13233226bebba9a0d0bde57f183debd85ba4
2015-09-29 18:21:16 +09:00
Tor Norbye
dd247f52ef am 91b02594: am 6e0718b2: am 28c3c333: am 82336df0: Pass in current android.jar to api-generator
* commit '91b02594f708109cdc96cc94961df18a5fe94bd9':
  Pass in current android.jar to api-generator
2015-09-27 23:29:52 +00:00
Tor Norbye
91b02594f7 am 6e0718b2: am 28c3c333: am 82336df0: Pass in current android.jar to api-generator
* commit '6e0718b2ccc9bb11435506222d07ba518a23913b':
  Pass in current android.jar to api-generator
2015-09-27 23:23:58 +00:00
Tor Norbye
6e0718b2cc am 28c3c333: am 82336df0: Pass in current android.jar to api-generator
* commit '28c3c33391efeaf2d19f2d9db7eb49de34a44a59':
  Pass in current android.jar to api-generator
2015-09-27 23:17:45 +00:00
Tor Norbye
28c3c33391 am 82336df0: Pass in current android.jar to api-generator
* commit '82336df0c11445ba7ce6228bb4983a914328c710':
  Pass in current android.jar to api-generator
2015-09-27 23:11:31 +00:00
Tor Norbye
82336df0c1 Pass in current android.jar to api-generator
This ensures that the api-versions.xml shipped with
the SDK always includes the correct latest API
data (see http://b.android.com/183500)

Change-Id: I96a6b0218abeaf3865a49de0fdd2be933f88c469
(cherry picked from commit fbe6c8105a)
2015-09-26 22:21:29 +00:00
Ying Wang
ab5b0e5786 am f2e32c0c: am e4cded63: Merge "Substitue "/" with "-" in the MODULES-IN phony goal names."
* commit 'f2e32c0c9dcdd970db16b96b62329bf15c43561f':
  Substitue "/" with "-" in the MODULES-IN phony goal names.
2015-09-25 00:08:02 +00:00
Ying Wang
f2e32c0c9d am e4cded63: Merge "Substitue "/" with "-" in the MODULES-IN phony goal names."
* commit 'e4cded631dae5fb121891f3ff9a9d72075f21b0e':
  Substitue "/" with "-" in the MODULES-IN phony goal names.
2015-09-24 23:59:26 +00:00
Ying Wang
e4cded631d Merge "Substitue "/" with "-" in the MODULES-IN phony goal names." 2015-09-24 23:53:44 +00:00
Ying Wang
21d83c6817 Substitue "/" with "-" in the MODULES-IN phony goal names.
Bug: 24309760
Change-Id: I2372d0be0a811b11f3000646a2b7804e93852a84
2015-09-24 16:35:36 -07:00
Yigit Boyar
22ba83bb99 am 3d1224e6: RecyclerView in place animations
* commit '3d1224e65280d8a933d9085757a8a0ea853a2025':
  RecyclerView in place animations
2015-09-24 18:40:59 +00:00
Ying Wang
7eca6be6c2 am f797dc2b: am 944edb56: Merge "Switch to the new mmma implementation using make goals."
* commit 'f797dc2b929489599df09a2311d246ad8da1aee5':
  Switch to the new mmma implementation using make goals.
2015-09-24 02:25:12 +00:00
Ying Wang
f797dc2b92 am 944edb56: Merge "Switch to the new mmma implementation using make goals."
* commit '944edb562b67bdf8e052bb292629afd365086df1':
  Switch to the new mmma implementation using make goals.
2015-09-24 02:15:42 +00:00
Ying Wang
944edb562b Merge "Switch to the new mmma implementation using make goals." 2015-09-24 01:20:18 +00:00
Ying Wang
1b06fea486 Switch to the new mmma implementation using make goals.
Bug: 24309760
Change-Id: Ia79bbdcd396bd5cadf3deac27cb121b9a816d465
2015-09-23 16:56:25 -07:00
Yigit Boyar
3d1224e652 RecyclerView in place animations
Bug: 22507896
Change-Id: I0344348011c412ea00b97eec97fa8d566bb09c7e
2015-09-23 13:12:34 -07:00
Dake Gu
eb8c85f7c9 am 6b73c45d: Merge "Generate example of GuidedStepSupportFragment" into mnc-ub-dev
* commit '6b73c45db3eed935144e69ca7a603dac128da0e9':
  Generate example of GuidedStepSupportFragment
2015-09-23 01:29:23 +00:00
Dake Gu
6b73c45db3 Merge "Generate example of GuidedStepSupportFragment" into mnc-ub-dev 2015-09-23 01:22:18 +00:00
Dake Gu
8fc3a950e4 am 9e5a6a8f: Revert "Revert "Add example of vertical grid transition and GuidedStepFragment""
* commit '9e5a6a8fcbc9b5f6266dc757c97bce2bc6c5a721':
  Revert "Revert "Add example of vertical grid transition and GuidedStepFragment""
2015-09-22 22:58:44 +00:00
Dake Gu
9e5a6a8fcb Revert "Revert "Add example of vertical grid transition and GuidedStepFragment""
This reverts commit c1e0465a05.
2015-09-22 15:32:48 -07:00
David Pursell
da34785577 am ac2dfc34: am 54212f98: Merge "adb: fix install escaping test."
* commit 'ac2dfc346df0dc73d87f0511cfb311341aadfe24':
  adb: fix install escaping test.
2015-09-22 22:09:41 +00:00
David Pursell
ac2dfc346d am 54212f98: Merge "adb: fix install escaping test."
* commit '54212f988146578dd014c42a8b1e66e98ab740e7':
  adb: fix install escaping test.
2015-09-22 21:58:58 +00:00
David Pursell
54212f9881 Merge "adb: fix install escaping test." 2015-09-22 21:52:37 +00:00
David Pursell
9278d96e77 adb: fix install escaping test.
The install escaping test fails if the device supports exit codes. This
fixes the test to ignore the exit code since we expect the install to
fail.

Change-Id: I37bb39552a6e9068ac088a25d831f45d81b28155
2015-09-22 14:07:36 -07:00
David Pursell
3967e4861e am 14a29c0e: am 9f0ea756: Merge "adb: add tests for -Tt shell arguments."
* commit '14a29c0ea427a7dbf990448faf53609e45da2eb9':
  adb: add tests for -Tt shell arguments.
2015-09-22 20:38:59 +00:00
David Pursell
14a29c0ea4 am 9f0ea756: Merge "adb: add tests for -Tt shell arguments."
* commit '9f0ea756e40e4f8dd7e0c2fe08cb56e7b4f8325a':
  adb: add tests for -Tt shell arguments.
2015-09-22 20:31:28 +00:00
David Pursell
9f0ea756e4 Merge "adb: add tests for -Tt shell arguments." 2015-09-22 20:23:57 +00:00
David Pursell
d89fcd4f76 adb: add tests for -Tt shell arguments.
Adds python tests to check that -T (disable PTY) and -t (force PTY)
arguments work as expected for `adb shell`.

Bug: http://b/23825231
Change-Id: I5343fae35b2be8459a9b95125f66def46c26adf4
2015-09-22 12:50:39 -07:00
Dake Gu
de1b3fe04b am 56b56d0f: Merge "Revert "Add example of vertical grid transition and GuidedStepFragment"" into mnc-ub-dev
* commit '56b56d0f5a896bbbb6d98952885a0b5b8184c1d6':
  Revert "Add example of vertical grid transition and GuidedStepFragment"
2015-09-21 21:39:06 +00:00
Dake Gu
56b56d0f5a Merge "Revert "Add example of vertical grid transition and GuidedStepFragment"" into mnc-ub-dev 2015-09-21 21:23:52 +00:00
Dake Gu
c1e0465a05 Revert "Add example of vertical grid transition and GuidedStepFragment"
This reverts commit 7b42f57cda.

Change-Id: Id6abde83749952818e39a5b4b61c923052aee569
2015-09-21 21:23:41 +00:00
Dake Gu
1585785c23 Generate example of GuidedStepSupportFragment
Bug: 21504593

Change-Id: Ifafc4a956060def75bc01d45eeb568d3077a977e
2015-09-21 12:25:58 -07:00
Dake Gu
96780a6bb7 am fc169782: Merge "Add example of vertical grid transition and GuidedStepFragment" into mnc-ub-dev
* commit 'fc169782398aba5fd6784ecfa3bed72b12e72de2':
  Add example of vertical grid transition and GuidedStepFragment
2015-09-21 18:04:52 +00:00
Dake Gu
fc16978239 Merge "Add example of vertical grid transition and GuidedStepFragment" into mnc-ub-dev 2015-09-21 17:55:59 +00:00
Dan Albert
c94f4e4d0a am d95cc32a: am b02c99f0: Merge "Move python-adb from system/core/adb."
* commit 'd95cc32a9bd9dc332f7286d967a7fe35eabeb5a4':
  Move python-adb from system/core/adb.
2015-09-21 17:42:13 +00:00