Svetoslav
86d07089e6
am b38e8d02: am f2345ebc: am 61052dec: am 35abe50d: Merge "Keep existing API behavior that regressed." into lmp-dev
...
* commit 'b38e8d02bc75eb13f9cb78bea6ae6102f594b587':
Keep existing API behavior that regressed.
2014-09-19 22:26:25 +00:00
Alan Viverette
daf8588275
Merge "Correctly apply max width/height to preference icons" into lmp-dev
2014-09-19 22:19:02 +00:00
Elliott Hughes
4fec1b4887
am 600ca140: Merge "Use constants instead of resources for ellipsis."
...
* commit '600ca140e2e31e76f9bef7d484387ea366812cb3':
Use constants instead of resources for ellipsis.
2014-09-19 22:14:48 +00:00
Ian Rogers
ad64befd25
am 296a712e: Merge "Make a field final."
...
* commit '296a712e6b3fd48b5ace1128fa68547fdb8de84d':
Make a field final.
2014-09-19 22:14:33 +00:00
Elliott Hughes
600ca140e2
Merge "Use constants instead of resources for ellipsis."
2014-09-19 22:02:45 +00:00
Svetoslav
dacb58d6f6
am 5b119d7d: am 35abe50d: Merge "Keep existing API behavior that regressed." into lmp-dev
...
* commit '5b119d7db1ccce7aef5230020ddc00fee858d573':
Keep existing API behavior that regressed.
2014-09-19 22:02:13 +00:00
Igor Viarheichyk
ed0daa93e4
Use constants instead of resources for ellipsis.
...
All supported locales use only U+2025 and U+2026 to represent
ellipses, and it will unlikely change in future. Given translated
resources are inconsistent and often use three dots it is safer
to use constants instead of resources.
Change-Id: I51a6cb903f62f739fbadd6b78e5765c0028d641a
2014-09-19 22:02:08 +00:00
Svetoslav
129ffeb37c
am 35abe50d: Merge "Keep existing API behavior that regressed." into lmp-dev
...
* commit '35abe50d89e8dedecf6a3c66c3b6bfe9f904528d':
Keep existing API behavior that regressed.
2014-09-19 21:49:31 +00:00
George Mount
02c377e139
am 6ba1531e: am 42ea88bb: am 0e24bcbb: am a86f1015: Merge "Target only shared elements with shared element Transition" into lmp-dev
...
* commit '6ba1531e66ca6c483ef762339513e1086cbdf76d':
Target only shared elements with shared element Transition
2014-09-19 21:47:50 +00:00
Svetoslav
1258dd2142
Merge "Keep existing API behavior that regressed." into lmp-dev
2014-09-19 21:41:39 +00:00
George Mount
0ca952b197
am 9367ab11: am a86f1015: Merge "Target only shared elements with shared element Transition" into lmp-dev
...
* commit '9367ab119e73bbc8d1568b42818ccd248f56cc40':
Target only shared elements with shared element Transition
2014-09-19 21:24:05 +00:00
Adam Powell
764b994d61
am b501fb2d: am 6caa43be: am 0a296ef3: am 20ffcaa1: Merge "Add colorEdgeEffect to themes, default it to colorPrimary" into lmp-dev
...
* commit 'b501fb2d8277e4317b3ccbe9dca6c9b7553b8715':
Add colorEdgeEffect to themes, default it to colorPrimary
2014-09-19 21:18:02 +00:00
George Mount
6826e9bd3e
am a86f1015: Merge "Target only shared elements with shared element Transition" into lmp-dev
...
* commit 'a86f10158a690b30e31216f628942562c3f2e2f2':
Target only shared elements with shared element Transition
2014-09-19 21:14:43 +00:00
George Mount
615a2c1605
Merge "Target only shared elements with shared element Transition" into lmp-dev
2014-09-19 21:01:15 +00:00
Svetoslav
b624244325
Keep existing API behavior that regressed.
...
If RemoteViews get a null package in the constructor we are
using the context in which they are applied to obtain resources
during inflation. In such a case if we call the getPackage()
method we were getting null, i.e. the package passed in the
contructor, but now we are returning the package if the app
that created the remote views.
bug:17513823
Change-Id: I0c4a8953c8320469a9160dbaae46ce31465b313b
2014-09-19 13:59:10 -07:00
Adam Powell
dca6740355
am 8040e47d: am 20ffcaa1: Merge "Add colorEdgeEffect to themes, default it to colorPrimary" into lmp-dev
...
* commit '8040e47d83e3fe2c1d28c2dcbfbd80fd5cc0b26f':
Add colorEdgeEffect to themes, default it to colorPrimary
2014-09-19 20:53:01 +00:00
Adam Powell
45acf7286f
am 20ffcaa1: Merge "Add colorEdgeEffect to themes, default it to colorPrimary" into lmp-dev
...
* commit '20ffcaa121cb214ed875f4940e9ba16e82850a56':
Add colorEdgeEffect to themes, default it to colorPrimary
2014-09-19 20:43:48 +00:00
Michael Wright
b2be25dde2
am ff49e280: am 249e6220: am 2b5563f1: am 66bbf591: Merge "Respect intent-filter priority for system keyboard layouts." into lmp-dev
...
* commit 'ff49e280f46a698e9cb564f1aecb70cf2765e037':
Respect intent-filter priority for system keyboard layouts.
2014-09-19 20:41:59 +00:00
Alan Viverette
ecd7c96aa4
Correctly apply max width/height to preference icons
...
BUG: 17581750
Change-Id: I8ad21a321c80f0a657670ba4d175d0ebecea49ef
2014-09-19 13:36:29 -07:00
Adam Powell
17f48457d2
Merge "Add colorEdgeEffect to themes, default it to colorPrimary" into lmp-dev
2014-09-19 20:31:14 +00:00
Michael Wright
296519e8ca
am c3c44743: am 66bbf591: Merge "Respect intent-filter priority for system keyboard layouts." into lmp-dev
...
* commit 'c3c44743bca36ba72ccaa581eb3f15fff8b23a0a':
Respect intent-filter priority for system keyboard layouts.
2014-09-19 20:20:01 +00:00
Jeff Brown
36c4db8bd3
Decouple turning screen on from waking up in policy.
...
This allows us to ensure windows are fully drawn before unblocking
screen on while dozing.
Bug: 17516245
Change-Id: Ibe63c212b8db855ce26a34a8169f33764b266ee6
2014-09-19 13:14:29 -07:00
Alan Viverette
8acb6abed6
am 609378ca: am 594373d1: am cf5ba66c: am 40994e66: Merge "Fix radial time picker inner circle (1-12) selections" into lmp-dev
...
* commit '609378ca3574b0dab360ac8759997aee7963afbe':
Fix radial time picker inner circle (1-12) selections
2014-09-19 20:10:07 +00:00
Paul Soulos
23450c2369
am 834bbcb6: am ca191524: am 1f2de4f5: am b5586e00: Fixes typo in Intent documentation
...
* commit '834bbcb625cffc44a70af570aa2cc8c918d4b356':
Fixes typo in Intent documentation
2014-09-19 20:10:03 +00:00
Michael Wright
299947f502
am 66bbf591: Merge "Respect intent-filter priority for system keyboard layouts." into lmp-dev
...
* commit '66bbf591050bf2969ebebc15e2550d45eeea3ab0':
Respect intent-filter priority for system keyboard layouts.
2014-09-19 20:05:27 +00:00
George Mount
2deeaa3314
Target only shared elements with shared element Transition
...
Bug 17549213
Bug 17553253
Change-Id: If54aebb4e37d2012aa8d1c5354d5ec03f92b81a3
2014-09-19 12:55:20 -07:00
Michael Wright
4bc92b064b
Merge "Respect intent-filter priority for system keyboard layouts." into lmp-dev
2014-09-19 19:52:54 +00:00
Adam Powell
c6c744da75
Add colorEdgeEffect to themes, default it to colorPrimary
...
Allow edgeeffect colors to be changed independently of the primary
color for the current theme.
Bug 16512225
Change-Id: Ibc13ad755f489fe1f6d16af0c61a1d12dd1a61f7
2014-09-19 12:50:31 -07:00
Alan Viverette
7c7e3ba312
am c17a38b1: am 40994e66: Merge "Fix radial time picker inner circle (1-12) selections" into lmp-dev
...
* commit 'c17a38b12d936885a9867e92e40d6e740f2d98f4':
Fix radial time picker inner circle (1-12) selections
2014-09-19 19:36:07 +00:00
Paul Soulos
ba82711e96
am 18b86cc6: am b5586e00: Fixes typo in Intent documentation
...
* commit '18b86cc685658142fd20e88baa52817100ea0daf':
Fixes typo in Intent documentation
2014-09-19 19:36:02 +00:00
Alan Viverette
9af20470b2
am 40994e66: Merge "Fix radial time picker inner circle (1-12) selections" into lmp-dev
...
* commit '40994e66f278da83e2e4e581c85d5092ee1fb1c0':
Fix radial time picker inner circle (1-12) selections
2014-09-19 19:32:40 +00:00
Paul Soulos
f9390f56c6
am b5586e00: Fixes typo in Intent documentation
...
* commit 'b5586e00ed5eb4b18b58371a54449f9cc8eedca8':
Fixes typo in Intent documentation
2014-09-19 19:32:36 +00:00
Alan Viverette
840855c021
Merge "Fix radial time picker inner circle (1-12) selections" into lmp-dev
2014-09-19 19:11:47 +00:00
Paul Soulos
628cb74d8a
Fixes typo in Intent documentation
...
bug: 17583712
Change-Id: I37c77644213417751f8261098af44096aef51b14
2014-09-19 19:10:04 +00:00
Alan Viverette
bb696dcca9
Fix radial time picker inner circle (1-12) selections
...
Result of a poorly collapsed set of if block conditionals.
BUG: 17580782
Change-Id: I7f7e5038f943d1f49e1541acfa282479cb2505ea
2014-09-19 10:20:45 -07:00
Amith Yamasani
15b6dde72f
am 2bfae686: am 4ad6b3ef: am 10c291a7: am e1206a34: am ba108d11: Merge "Allow primary user profile owner to set device restrictions" into lmp-dev
...
* commit '2bfae68607041ec8ec02e7c77471f22202b9ce8d':
Allow primary user profile owner to set device restrictions
2014-09-19 16:55:03 +00:00
Amith Yamasani
d587057246
am 4ad6b3ef: am 10c291a7: am e1206a34: am ba108d11: Merge "Allow primary user profile owner to set device restrictions" into lmp-dev
...
* commit '4ad6b3ef184424e36915bc046e04706f2dded0e2':
Allow primary user profile owner to set device restrictions
2014-09-19 16:40:50 +00:00
George Mount
f028e103f1
am d5da500e: am fbb670d9: am 5a988492: am 00877d68: am f187823e: Merge "Fix exception when fragment container has no View." into lmp-dev
...
* commit 'd5da500e170fe3e2b430f27ac250b5b61dc90bcc':
Fix exception when fragment container has no View.
2014-09-19 16:40:39 +00:00
George Mount
e06fa37930
am ad022964: am 4785cb7f: am 46df1eee: am af2f8cda: am 04a96bca: Merge "Fix NPE when shared element listener is null." into lmp-dev
...
* commit 'ad0229649dd7f9487dd0f4ecc4f777b738baee25':
Fix NPE when shared element listener is null.
2014-09-19 16:40:35 +00:00
George Mount
1a780826c2
am fbb670d9: am 5a988492: am 00877d68: am f187823e: Merge "Fix exception when fragment container has no View." into lmp-dev
...
* commit 'fbb670d9ddd16c174369cdd4575860dee6ffe8c4':
Fix exception when fragment container has no View.
2014-09-19 16:30:33 +00:00
George Mount
74b01d84af
am 4785cb7f: am 46df1eee: am af2f8cda: am 04a96bca: Merge "Fix NPE when shared element listener is null." into lmp-dev
...
* commit '4785cb7f541951cf3e31a84acf0767c7393fbe92':
Fix NPE when shared element listener is null.
2014-09-19 16:30:28 +00:00
Amith Yamasani
bd59ae2597
am d2484f81: am ba108d11: Merge "Allow primary user profile owner to set device restrictions" into lmp-dev
...
* commit 'd2484f8198e11d20eca624b1192cb63d9b78d9ec':
Allow primary user profile owner to set device restrictions
2014-09-19 16:09:17 +00:00
George Mount
4e049e59f2
am 156e8dd2: am f187823e: Merge "Fix exception when fragment container has no View." into lmp-dev
...
* commit '156e8dd238af85224df15a80bc43c47bdff3f2ba':
Fix exception when fragment container has no View.
2014-09-19 16:03:20 +00:00
George Mount
392251f06e
am aeebb25c: am 04a96bca: Merge "Fix NPE when shared element listener is null." into lmp-dev
...
* commit 'aeebb25c9d29e1768effff0d90df4ec1426554f3':
Fix NPE when shared element listener is null.
2014-09-19 16:03:15 +00:00
Amith Yamasani
70a2afd10e
am ba108d11: Merge "Allow primary user profile owner to set device restrictions" into lmp-dev
...
* commit 'ba108d1178a1e7863d757fd146ae8d485088c5bc':
Allow primary user profile owner to set device restrictions
2014-09-19 16:02:59 +00:00
Amith Yamasani
8d9f121618
Merge "Allow primary user profile owner to set device restrictions" into lmp-dev
2014-09-19 15:51:39 +00:00
George Mount
6ac3f38143
am f187823e: Merge "Fix exception when fragment container has no View." into lmp-dev
...
* commit 'f187823e02c34118ed6de23f844a043d3a64829c':
Fix exception when fragment container has no View.
2014-09-19 15:50:48 +00:00
George Mount
a667d5dc5e
am 04a96bca: Merge "Fix NPE when shared element listener is null." into lmp-dev
...
* commit '04a96bcad89cf917a57980cb77a90763f43b5b94':
Fix NPE when shared element listener is null.
2014-09-19 15:50:44 +00:00
George Mount
8f8f5f579f
Merge "Fix exception when fragment container has no View." into lmp-dev
2014-09-19 15:39:45 +00:00
George Mount
a1e7d53b0a
Merge "Fix NPE when shared element listener is null." into lmp-dev
2014-09-19 15:39:03 +00:00