Commit Graph

201957 Commits

Author SHA1 Message Date
Mady Mellor
06b9ede565 am 5765561f: am a0993670: am 03709c78: Merge "Text selection: update touch delta when moving towards handles" into mnc-dev
* commit '5765561fa63e102721ef845767543859a28e9d1a':
  Text selection: update touch delta when moving towards handles
2015-06-18 17:57:56 +00:00
Adam Powell
ed213cfea3 am 0f6dd549: am 7fd90265: am 2a1f9164: Merge "Un-hide ViewGroup#onViewAdded/onViewRemoved" into mnc-dev
* commit '0f6dd54943f3b343406c655d3efc392ede0cf0ea':
  Un-hide ViewGroup#onViewAdded/onViewRemoved
2015-06-18 17:57:51 +00:00
Mady Mellor
5765561fa6 am a0993670: am 03709c78: Merge "Text selection: update touch delta when moving towards handles" into mnc-dev
* commit 'a0993670bccbca2b5149d301e7f7f3447faa9338':
  Text selection: update touch delta when moving towards handles
2015-06-18 17:41:22 +00:00
Adam Powell
0f6dd54943 am 7fd90265: am 2a1f9164: Merge "Un-hide ViewGroup#onViewAdded/onViewRemoved" into mnc-dev
* commit '7fd90265e8927ca84e5e81d8e1ee89f5b022d2ec':
  Un-hide ViewGroup#onViewAdded/onViewRemoved
2015-06-18 17:41:17 +00:00
ztenghui
90578a3d33 am 86c0444a: am 6e049b86: am 91870fa2: Merge "Separate 2 clip paths into 2 groups" into mnc-dev
* commit '86c0444a3a573c0f6da84a97425490e57d68e3ef':
  Separate 2 clip paths into 2 groups
2015-06-18 17:40:26 +00:00
ztenghui
86c0444a3a am 6e049b86: am 91870fa2: Merge "Separate 2 clip paths into 2 groups" into mnc-dev
* commit '6e049b86141e5344ae7a4d42dd5f609b0804c70d':
  Separate 2 clip paths into 2 groups
2015-06-18 17:29:07 +00:00
Mady Mellor
a0993670bc am 03709c78: Merge "Text selection: update touch delta when moving towards handles" into mnc-dev
* commit '03709c780ae26a2b27d098782364ba722e711564':
  Text selection: update touch delta when moving towards handles
2015-06-18 17:28:04 +00:00
Adam Powell
7fd90265e8 am 2a1f9164: Merge "Un-hide ViewGroup#onViewAdded/onViewRemoved" into mnc-dev
* commit '2a1f91641895c3193204655bea2f67eb0fe6c439':
  Un-hide ViewGroup#onViewAdded/onViewRemoved
2015-06-18 17:28:00 +00:00
Mady Mellor
03709c780a Merge "Text selection: update touch delta when moving towards handles" into mnc-dev 2015-06-18 17:26:04 +00:00
Adam Powell
2a1f916418 Merge "Un-hide ViewGroup#onViewAdded/onViewRemoved" into mnc-dev 2015-06-18 17:20:44 +00:00
Adam Powell
6690d018b9 Un-hide ViewGroup#onViewAdded/onViewRemoved
These methods are generally useful for writing custom views, and by
exposing them we make it easier for custom view authors to still allow
app developers to use an OnHierarchyChangedListener since it will not
be occupied by a custom view's implementation.

Also move the actual dispatch to package-scoped dispatch methods so
that a developer forgetting to call super won't stop a listener from
functioning.

Bug 21866523

Change-Id: Ie2bb5e241d7c5a02a5033f33ecdaeb40aceb20b5
2015-06-18 10:19:18 -07:00
ztenghui
6e049b8614 am 91870fa2: Merge "Separate 2 clip paths into 2 groups" into mnc-dev
* commit '91870fa281c736b59fb8481e4469da51397c586d':
  Separate 2 clip paths into 2 groups
2015-06-18 17:16:31 +00:00
ztenghui
91870fa281 Merge "Separate 2 clip paths into 2 groups" into mnc-dev 2015-06-18 17:05:13 +00:00
Mady Mellor
2b48782e36 am fd597de3: am 0bbabc03: am 9a08fe2a: Merge "Update button press in AbsListView to use new MotionEvent APIs" into mnc-dev
* commit 'fd597de38eb4477846be8046e96b2ab7cc68d183':
  Update button press in AbsListView to use new MotionEvent APIs
2015-06-18 16:19:40 +00:00
Craig Lafayette
9faad27a1e am 2cabb0da: am a4e0fca0: am b4c46909: Merge "Remove FRP wipe support for device initializers" into mnc-dev
* commit '2cabb0da0c5b09f3736c61a7eea74ee947182702':
  Remove FRP wipe support for device initializers
2015-06-18 16:19:34 +00:00
Mady Mellor
fd597de38e am 0bbabc03: am 9a08fe2a: Merge "Update button press in AbsListView to use new MotionEvent APIs" into mnc-dev
* commit '0bbabc031a29fe13cdf767896abcd5c1e0ea2c5a':
  Update button press in AbsListView to use new MotionEvent APIs
2015-06-18 16:12:09 +00:00
Craig Lafayette
2cabb0da0c am a4e0fca0: am b4c46909: Merge "Remove FRP wipe support for device initializers" into mnc-dev
* commit 'a4e0fca089747acb31343428b9bfbbd6224ef93d':
  Remove FRP wipe support for device initializers
2015-06-18 16:12:05 +00:00
Mady Mellor
0bbabc031a am 9a08fe2a: Merge "Update button press in AbsListView to use new MotionEvent APIs" into mnc-dev
* commit '9a08fe2aca44f190162b198a726bc406ed19c1c7':
  Update button press in AbsListView to use new MotionEvent APIs
2015-06-18 15:55:06 +00:00
Craig Lafayette
a4e0fca089 am b4c46909: Merge "Remove FRP wipe support for device initializers" into mnc-dev
* commit 'b4c469095f12972ef04558961ddbdbdfe8305ccb':
  Remove FRP wipe support for device initializers
2015-06-18 15:55:02 +00:00
Mady Mellor
9a08fe2aca Merge "Update button press in AbsListView to use new MotionEvent APIs" into mnc-dev 2015-06-18 15:46:27 +00:00
Craig Lafayette
b4c469095f Merge "Remove FRP wipe support for device initializers" into mnc-dev 2015-06-18 15:44:49 +00:00
Wale Ogunwale
48ef6c7d53 am 91ef7852: am 9c4601e4: am 77b09382: Merge "[ActivityManager] Fix index OOB when updating visible." into mnc-dev
* commit '91ef7852dcdf202754f0ed863b831b8efd66034f':
  [ActivityManager] Fix index OOB when updating visible.
2015-06-18 15:33:18 +00:00
Wale Ogunwale
91ef7852dc am 9c4601e4: am 77b09382: Merge "[ActivityManager] Fix index OOB when updating visible." into mnc-dev
* commit '9c4601e4460fef39fe015087bf92a79cdd96d39f':
  [ActivityManager] Fix index OOB when updating visible.
2015-06-18 15:16:55 +00:00
Wale Ogunwale
ed12fb95bf am 3b109dec: am 8f2bc09f: (-s ours) am ce7dba6b: Merge "[ActivityManager] Fix index OOB when updating visible."
* commit '3b109decdd780cea80dcfc227ade44bfb945fc8b':
  [ActivityManager] Fix index OOB when updating visible.
2015-06-18 15:10:56 +00:00
Wale Ogunwale
9c4601e446 am 77b09382: Merge "[ActivityManager] Fix index OOB when updating visible." into mnc-dev
* commit '77b093824fac57255dcd181db662f8f5729fe1cc':
  [ActivityManager] Fix index OOB when updating visible.
2015-06-18 15:04:30 +00:00
Wale Ogunwale
3b109decdd am 8f2bc09f: (-s ours) am ce7dba6b: Merge "[ActivityManager] Fix index OOB when updating visible."
* commit '8f2bc09f52db70a6f282f386be3eb19018ba826c':
  [ActivityManager] Fix index OOB when updating visible.
2015-06-18 15:00:30 +00:00
Wale Ogunwale
77b093824f Merge "[ActivityManager] Fix index OOB when updating visible." into mnc-dev 2015-06-18 14:52:13 +00:00
Wale Ogunwale
8f2bc09f52 am ce7dba6b: Merge "[ActivityManager] Fix index OOB when updating visible."
* commit 'ce7dba6bdf2345f39ad8f39b8a4c1bac9bcd35ea':
  [ActivityManager] Fix index OOB when updating visible.
2015-06-18 14:47:09 +00:00
Wale Ogunwale
ce7dba6bdf Merge "[ActivityManager] Fix index OOB when updating visible." 2015-06-18 14:38:20 +00:00
Leon Scroggins III
241210b790 am 0b98ac2d: am eaec64c8: am 8c6750ff: Merge "Fixes for Region_writeToParcel." into mnc-dev
* commit '0b98ac2defaaf71784e69b93fd47bb3dffa9804c':
  Fixes for Region_writeToParcel.
2015-06-18 13:35:17 +00:00
Leon Scroggins III
0b98ac2def am eaec64c8: am 8c6750ff: Merge "Fixes for Region_writeToParcel." into mnc-dev
* commit 'eaec64c83703c0c28e18cb2fe602f359454e672a':
  Fixes for Region_writeToParcel.
2015-06-18 13:23:07 +00:00
Leon Scroggins III
eaec64c837 am 8c6750ff: Merge "Fixes for Region_writeToParcel." into mnc-dev
* commit '8c6750ff0eb2d07039336bf25dc87f10464c42db':
  Fixes for Region_writeToParcel.
2015-06-18 13:09:47 +00:00
Leon Scroggins III
8c6750ff0e Merge "Fixes for Region_writeToParcel." into mnc-dev 2015-06-18 13:03:34 +00:00
Clara Bayarri
42d5ebdc1e am cfb5b615: am 3128692f: am 6bc12244: Fix Select All Option is truncated when device goes from landscape to portrait
* commit 'cfb5b615b982a9fcdb05ba000753803baa147f1a':
  Fix Select All Option is truncated when device goes from landscape to portrait
2015-06-18 11:58:26 +00:00
Clara Bayarri
cfb5b615b9 am 3128692f: am 6bc12244: Fix Select All Option is truncated when device goes from landscape to portrait
* commit '3128692fd4a7d9113becc5bfbd0206413b34ebaa':
  Fix Select All Option is truncated when device goes from landscape to portrait
2015-06-18 11:46:13 +00:00
Clara Bayarri
3128692fd4 am 6bc12244: Fix Select All Option is truncated when device goes from landscape to portrait
* commit '6bc12244480fcdeca84080d5382d63eb2b992883':
  Fix Select All Option is truncated when device goes from landscape to portrait
2015-06-18 11:35:18 +00:00
Clara Bayarri
6bc1224448 Fix Select All Option is truncated when device goes from landscape to portrait
We were not taking into account configuration changes to update the
available space for the toolbar.

Bug: 21816857
Change-Id: I0f346e8eecb66ab788d1500239d5c1e020b87f97
2015-06-18 11:58:12 +01:00
Narayan Kamath
b2ed055228 am 1df439a6: am 6cbe0d0f: am 240e48d2: Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
* commit '1df439a65024dd910abeed00b11eefa1d5aad19d':
  Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
2015-06-18 10:23:00 +00:00
Narayan Kamath
1df439a650 am 6cbe0d0f: am 240e48d2: Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
* commit '6cbe0d0facfd74557204ea47a0fd4590a6420604':
  Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
2015-06-18 10:11:57 +00:00
Narayan Kamath
6cbe0d0fac am 240e48d2: Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
* commit '240e48d2e1613a4cb2e4d12de6574732c20e91cb':
  Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
2015-06-18 09:59:48 +00:00
Narayan Kamath
240e48d2e1 Use consistent cases for aliases in AndroidKeystoreBCWorkaround.
Should be "with" and not "With". Has the side effect of fixing
a test that assumes that these names are case-sensitive. While the
test must be fixed separately, this is still good for consistency.

bug: 21870226

Change-Id: I884b4abdbb18be064210555aec8e0cd16b0d0bcb
2015-06-18 09:52:11 +00:00
Benjamin Franz
1e858d6e32 am 2bc4fb0f: am b953af55: am 9cb6a493: Merge "Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions" into mnc-dev
* commit '2bc4fb0fc817ee94e1a2c7fdb2b364888abf20c6':
  Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions
2015-06-18 06:56:29 +00:00
Erik Kline
a14c63fb9b am 0b8b1872: am 157cccef: am 3d54e672: Merge "Carefully select which DNS servers to send to netd" into mnc-dev
* commit '0b8b18721503d84104e1d6aaf69993f3b532a9fc':
  Carefully select which DNS servers to send to netd
2015-06-18 06:56:23 +00:00
Benjamin Franz
2bc4fb0fc8 am b953af55: am 9cb6a493: Merge "Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions" into mnc-dev
* commit 'b953af556e0e907e3e0046087c6f01e07e133f70':
  Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions
2015-06-18 06:43:52 +00:00
Erik Kline
0b8b187215 am 157cccef: am 3d54e672: Merge "Carefully select which DNS servers to send to netd" into mnc-dev
* commit '157ccceff4fb8f5dcdf2c82a0ba93e3b4e7800d4':
  Carefully select which DNS servers to send to netd
2015-06-18 06:43:47 +00:00
Hyunyoung Song
0fe8e6a5f5 am 02cf3fc0: am d90fadcc: am 0ff78e7c: Merge "AppWidgetServiceImpl should use ParceledListSlice as return object b/19904873" into mnc-dev
* commit '02cf3fc008ee98eec7fbe4682556c3bd923bdd91':
  AppWidgetServiceImpl should use ParceledListSlice as return object b/19904873
2015-06-18 06:33:30 +00:00
Benjamin Franz
b953af556e am 9cb6a493: Merge "Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions" into mnc-dev
* commit '9cb6a493f4e8bd9914f2841355b3293f90773802':
  Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions
2015-06-18 06:33:02 +00:00
Erik Kline
157ccceff4 am 3d54e672: Merge "Carefully select which DNS servers to send to netd" into mnc-dev
* commit '3d54e672a58301ff60498fc7c57870d9bccd0e45':
  Carefully select which DNS servers to send to netd
2015-06-18 06:32:58 +00:00
Benjamin Franz
9cb6a493f4 Merge "Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions" into mnc-dev 2015-06-18 06:27:39 +00:00
Erik Kline
3d54e672a5 Merge "Carefully select which DNS servers to send to netd" into mnc-dev 2015-06-18 06:25:09 +00:00