George Mount
9eff8e6349
am e50674fb: am 31894079: am 273f568d: Merge "Fixed ChangeBounds matching against the wrong View." into lmp-dev
...
* commit 'e50674fb67d6a5ec836f233188277e4d2b61a684':
Fixed ChangeBounds matching against the wrong View.
2014-08-19 23:52:37 +00:00
George Mount
914e2cc89a
am 31894079: am 273f568d: Merge "Fixed ChangeBounds matching against the wrong View." into lmp-dev
...
* commit '3189407931c46c4440ff040f494e8f027e771812':
Fixed ChangeBounds matching against the wrong View.
2014-08-19 23:44:16 +00:00
George Mount
4d1ecf5daf
Fixed ChangeBounds matching against the wrong View.
...
ChangeBounds must ensure that its parents match to use reparent,
but it used instance and ID matching. Matching can now be
done in several ways and that is insufficient.
Change-Id: Ic0432cd06549e4dc9ba49f33b0a6a42082e29dc1
2014-08-19 14:39:47 -07:00
Adam Lesinski
cad5c64fff
am 1ed46f56: am 1f5eb661: am 960ab6de: Merge "Add Shell command to set AppOps permissions" into lmp-dev
...
* commit '1ed46f56df69f8e4749efbb407b2d81c2972ca9f':
Add Shell command to set AppOps permissions
2014-08-19 21:19:35 +00:00
Adam Lesinski
7c97b74a05
am 1f5eb661: am 960ab6de: Merge "Add Shell command to set AppOps permissions" into lmp-dev
...
* commit '1f5eb661b38dee97c65ddfb7a7dc720afbcca3bb':
Add Shell command to set AppOps permissions
2014-08-19 21:08:01 +00:00
George Mount
4e9ff828f5
am 8913ac21: am cc3e585f: am 793b08cd: Merge "Set start transform before animator starts." into lmp-dev
...
* commit '8913ac21578c0bcf62e2281da95d56f8ef0b39d8':
Set start transform before animator starts.
2014-08-19 20:13:53 +00:00
George Mount
ed526817bc
am cc3e585f: am 793b08cd: Merge "Set start transform before animator starts." into lmp-dev
...
* commit 'cc3e585f57ff509531f19e3dc361e9c89177ff60':
Set start transform before animator starts.
2014-08-19 20:05:52 +00:00
Lorenzo Colitti
aa740d3fdc
am 5eb792fc: am 45b565ff: am 14152c79: Merge "Stop using LinkProperties for static configuration." into lmp-dev
...
* commit '5eb792fcdebc92a872c17a54310db3de60e7d620':
Stop using LinkProperties for static configuration.
2014-08-19 19:49:10 +00:00
Lorenzo Colitti
56d4c18e2f
am 45b565ff: am 14152c79: Merge "Stop using LinkProperties for static configuration." into lmp-dev
...
* commit '45b565ffdbd2962c336f385d80d6516cd1cc489a':
Stop using LinkProperties for static configuration.
2014-08-19 19:37:53 +00:00
Igor Murashkin
88fdfc293f
am 10b3fd60: am 2cfef50a: am 77af33f8: Merge "camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader" into lmp-dev
...
* commit '10b3fd604ab9f0d5cb8c4ada43a86c37ae01ece0':
camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader
2014-08-19 18:59:39 +00:00
Igor Murashkin
36dcda4505
am 6416f7d2: am 5e27ea67: am 3b690f25: Merge "camera2: (Legacy) Add control.sceneMode = DISABLED to templates" into lmp-dev
...
* commit '6416f7d221b462542f5df0128201b1da6b206933':
camera2: (Legacy) Add control.sceneMode = DISABLED to templates
2014-08-19 18:59:35 +00:00
Igor Murashkin
9423d558fd
am 2cfef50a: am 77af33f8: Merge "camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader" into lmp-dev
...
* commit '2cfef50a34cbffa77f15ee1e5fe962b8bc6659ed':
camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader
2014-08-19 18:54:48 +00:00
Igor Murashkin
fcfa4c9506
am 5e27ea67: am 3b690f25: Merge "camera2: (Legacy) Add control.sceneMode = DISABLED to templates" into lmp-dev
...
* commit '5e27ea673ae91907f7b2316a6008db629356178c':
camera2: (Legacy) Add control.sceneMode = DISABLED to templates
2014-08-19 18:54:43 +00:00
George Mount
7f8dff7ebe
am c2be2d14: am 5bc2737b: am 2d0cb7d1: Add a way to get Transitions from a TransitionSet.
...
* commit 'c2be2d1432b540f64b3d735bb790708a2a64800d':
Add a way to get Transitions from a TransitionSet.
2014-08-19 17:30:24 +00:00
George Mount
e36b9aef0e
am 5bc2737b: am 2d0cb7d1: Add a way to get Transitions from a TransitionSet.
...
* commit '5bc2737b2a98da670e7e8786c43df916a45f7eb2':
Add a way to get Transitions from a TransitionSet.
2014-08-19 16:58:32 +00:00
Nicolas Prevot
071e171144
am 589f0afe: am 07e5e66c: am 0587c834: When notify uri changes, changing the way we retrieve the userId.
...
* commit '589f0afe055b39ea4623385656eff6f8cf1f9b8f':
When notify uri changes, changing the way we retrieve the userId.
2014-08-19 16:52:22 +00:00
Nicolas Prevot
880ac4a37e
am 07e5e66c: am 0587c834: When notify uri changes, changing the way we retrieve the userId.
...
* commit '07e5e66cccfe6c442d7476525ea6a73669ca84d2':
When notify uri changes, changing the way we retrieve the userId.
2014-08-19 16:43:56 +00:00
George Mount
7f15164ecb
Add a way to get Transitions from a TransitionSet.
...
Bug 17113732
Change-Id: I0a157a59448e66560ba2252709971131c5dea401
2014-08-19 16:43:06 +00:00
Nicolas Prevot
ec4bb45a8c
When notify uri changes, changing the way we retrieve the userId.
...
Changing from UserHandle.getCallingUserId() to UserHandle.myUserId().
This makes the DocumentProvider work across users.
BUG: 16126891
Change-Id: I8ede64f2087894bb85eff5286803cdebd57e7137
2014-08-19 17:09:09 +01:00
Kenny Guy
1b2a5365fc
am c50a86f2: am 74c1c9db: am 181fc408: Merge "First part of renaming methods in LauncherApps." into lmp-dev
...
* commit 'c50a86f22df34a46df52dc93699c7d46c376e05b':
First part of renaming methods in LauncherApps.
2014-08-19 11:30:52 +00:00
Kenny Guy
7efc392b37
am 74c1c9db: am 181fc408: Merge "First part of renaming methods in LauncherApps." into lmp-dev
...
* commit '74c1c9db0c20706a3eb571309bb7888a16495808':
First part of renaming methods in LauncherApps.
2014-08-19 11:23:06 +00:00
Jinsuk Kim
9706b36ee5
am c5507a98: am 41869802: am 53130b88: Merge "CEC: Invoke events listener upon MHL device state change" into lmp-dev
...
* commit 'c5507a9834944a25383b251d2f608e0bcbecdb19':
CEC: Invoke events listener upon MHL device state change
2014-08-19 07:23:08 +00:00
Jinsuk Kim
c98889df16
am 41869802: am 53130b88: Merge "CEC: Invoke events listener upon MHL device state change" into lmp-dev
...
* commit '418698026e0a5303dc588c99efa64e3a9e401d47':
CEC: Invoke events listener upon MHL device state change
2014-08-19 06:15:40 +00:00
Jon Miranda
b98d40939d
am 998d6e02: am 4a5ac7db: am b315ca55: Merge "Exposes style and theme data, adds developer option." into lmp-dev
...
* commit '998d6e0267a2e2a242e0fff1049f5366f0f5e5c4':
Exposes style and theme data, adds developer option.
2014-08-19 03:20:40 +00:00
Jon Miranda
16adbb4222
am 4a5ac7db: am b315ca55: Merge "Exposes style and theme data, adds developer option." into lmp-dev
...
* commit '4a5ac7db49117b5d14e82caca68405949eccfec5':
Exposes style and theme data, adds developer option.
2014-08-19 03:10:22 +00:00
Adam Lesinski
1bd805c943
Merge "Add Shell command to set AppOps permissions" into lmp-dev
2014-08-19 02:43:23 +00:00
Adam Lesinski
b5cf61be7c
Add Shell command to set AppOps permissions
...
Change-Id: I6446543b27f0d2d2e69590a2807e713c6d5ccbbc
2014-08-19 11:27:19 -07:00
Igor Murashkin
3a6eba01c4
Merge "camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader" into lmp-dev
2014-08-19 02:43:23 +00:00
Igor Murashkin
517b74533a
camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader
...
Return empty array since no implementation-defined sizes are supported
Bug: 17007153
Change-Id: I178e89ef6b2640896f8657765beb458022d66ae5
2014-08-19 10:51:30 -07:00
Igor Murashkin
ae0da7a81c
Merge "camera2: (Legacy) Add control.sceneMode = DISABLED to templates" into lmp-dev
2014-08-19 02:43:23 +00:00
Igor Murashkin
981952d07a
camera2: (Legacy) Add control.sceneMode = DISABLED to templates
...
Bug: 17024375
Change-Id: Ie4e2a7f22caa842b4f3850f3739f22c5f6a9b88f
2014-08-19 11:04:31 -07:00
Dianne Hackborn
c85458b900
am f6c80740: am 900eb151: am 8c1c4875: Merge "Temporary: raise overflow limit, print all wake locks." into lmp-dev
...
* commit 'f6c807408a888ac7929d306badfd85ac3e2ceb45':
Temporary: raise overflow limit, print all wake locks.
2014-08-19 01:11:45 +00:00
Dianne Hackborn
178eea5547
am 900eb151: am 8c1c4875: Merge "Temporary: raise overflow limit, print all wake locks." into lmp-dev
...
* commit '900eb15179fa1cbf58231715c9af3f65115631c1':
Temporary: raise overflow limit, print all wake locks.
2014-08-19 01:03:04 +00:00
Michael Wright
8d496fe961
am 8271c770: am 9df4c42a: am e835a130: Merge "Persist Show IME option." into lmp-dev
...
* commit '8271c770de9ba35b9614f805613d16c881818f69':
Persist Show IME option.
2014-08-19 00:57:30 +00:00
Michael Wright
10b28be44a
am 089fb538: am 0cddd377: am 6e1edc12: Merge "Update MenuItem#setShortcut docs" into lmp-dev
...
* commit '089fb5389809b8b03265668e7f30d756c0b675e0':
Update MenuItem#setShortcut docs
2014-08-19 00:57:25 +00:00
Michael Wright
15253d0aea
am 9df4c42a: am e835a130: Merge "Persist Show IME option." into lmp-dev
...
* commit '9df4c42aaada081a128671f2a3f6e06a5effa5cc':
Persist Show IME option.
2014-08-19 00:48:56 +00:00
Michael Wright
37869daf5e
am 0cddd377: am 6e1edc12: Merge "Update MenuItem#setShortcut docs" into lmp-dev
...
* commit '0cddd377c9976b091457118a9a81b4a405958c2e':
Update MenuItem#setShortcut docs
2014-08-19 00:48:51 +00:00
destradaa
c8cd5d6c04
am fa1358ad: am 8e9d264e: am 420fadbd: Merge "Add @SystemApi annotation to Geofence Hardware types." into lmp-dev
...
* commit 'fa1358adff52baecd0c3e1aad933e5de614073a2':
Add @SystemApi annotation to Geofence Hardware types.
2014-08-19 00:17:36 +00:00
destradaa
b35e41e122
am 8e9d264e: am 420fadbd: Merge "Add @SystemApi annotation to Geofence Hardware types." into lmp-dev
...
* commit '8e9d264ef76061bbc33f79cbada560c5461c64b8':
Add @SystemApi annotation to Geofence Hardware types.
2014-08-19 00:09:06 +00:00
arete
86ba1a8f68
am d522aabb: am d4f0067e: am 4aec0ea8: Merge "Expose system apis for backup transport migration" into lmp-dev
...
* commit 'd522aabbe6e781e4c52535c0d037c7c52516c4a1':
Expose system apis for backup transport migration
2014-08-19 00:01:49 +00:00
arete
9dae3b831a
am d4f0067e: am 4aec0ea8: Merge "Expose system apis for backup transport migration" into lmp-dev
...
* commit 'd4f0067eee8db6f0ec581d01a5611174761423c0':
Expose system apis for backup transport migration
2014-08-18 23:54:09 +00:00
Adam Powell
63e8664e6a
am 0eca798b: am 9c7cf696: am d3b22a5c: Merge "Fix a bug propagating navigation button events from ToolbarActionBar" into lmp-dev
...
* commit '0eca798bc6f6a5a3bc81485ae57b50e5976a95a9':
Fix a bug propagating navigation button events from ToolbarActionBar
2014-08-18 23:45:30 +00:00
Adam Powell
2b74dfa1ac
am 9c7cf696: am d3b22a5c: Merge "Fix a bug propagating navigation button events from ToolbarActionBar" into lmp-dev
...
* commit '9c7cf696ecb286c90ae19aaaa1e9080a9fb00b4e':
Fix a bug propagating navigation button events from ToolbarActionBar
2014-08-18 23:37:07 +00:00
Michael Wright
468fef6870
Merge "Persist Show IME option." into lmp-dev
2014-08-18 23:27:42 +00:00
arete
4220a9a9f6
Merge "Expose system apis for backup transport migration" into lmp-dev
2014-08-18 23:27:42 +00:00
Jeff Sharkey
942fc9d817
am 1171ce11: am 442dcce1: am 90870a5b: Merge "Progress towards staging ASECs." into lmp-dev
...
* commit '1171ce11a3dc625f66a74ff5979db51c5d9cb58b':
Progress towards staging ASECs.
2014-08-18 23:25:13 +00:00
Alan Viverette
f500f90572
am 1e7d7382: am 3d3783ec: am 417f92da: Merge "Update fast scroller preview for Material" into lmp-dev
...
* commit '1e7d7382cae24bc141c3dc24f0350fb1b88fd4b5':
Update fast scroller preview for Material
2014-08-18 23:25:08 +00:00
Jeff Sharkey
fbc5d259db
am 442dcce1: am 90870a5b: Merge "Progress towards staging ASECs." into lmp-dev
...
* commit '442dcce17ee6f656c8a0ec872f3c6730dd603796':
Progress towards staging ASECs.
2014-08-18 23:16:36 +00:00
Alan Viverette
6d58ab0346
am 3d3783ec: am 417f92da: Merge "Update fast scroller preview for Material" into lmp-dev
...
* commit '3d3783ec27d7b3aafbd08d6695d37543e9a337f8':
Update fast scroller preview for Material
2014-08-18 23:16:31 +00:00
George Mount
cd02b48b3d
Merge "Set start transform before animator starts." into lmp-dev
2014-08-18 21:31:41 +00:00