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
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
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
Kenny Guy
4b34d39ebd
am 86d6e751: am 2d4024d9: am 8d6b38cd: am 4996d6a4: Merge "Remove suggested key names as its confusing." into lmp-dev
...
* commit '86d6e75144097fe6be741c2ac0756a82c98d3dc7':
Remove suggested key names as its confusing.
2014-09-19 13:26:56 +00:00
Kenny Guy
57224fae58
am 4996d6a4: Merge "Remove suggested key names as its confusing." into lmp-dev
...
* commit '4996d6a4ff983167133779a78bad4282d8bce4b3':
Remove suggested key names as its confusing.
2014-09-19 09:55:37 +00:00
Kenny Guy
52ee328054
Merge "Remove suggested key names as its confusing." into lmp-dev
2014-09-19 09:44:23 +00:00
Yohei Yukawa
95e6316f93
am 227fc315: am c20c4ab7: am 4654ffdc: am 8e1c6a06: Merge "Speculative fix of IMMS crash" into lmp-dev
...
* commit '227fc315686c5d119b5d76ae90148c3c4a9dfbe8':
Speculative fix of IMMS crash
2014-09-19 09:30:30 +00:00
Dan Sandler
245e863f47
am 4cd7746c: am b2811608: am 030eaabc: am c990927b: Merge "Fix LayoutInflater copy constructor logic." into lmp-dev
...
* commit '4cd7746caf62b9c0628dafe8e4a864f9d3c0cc8d':
Fix LayoutInflater copy constructor logic.
2014-09-19 09:30:26 +00:00
Dianne Hackborn
1a50ba057d
am 186b584e: am 80113a79: am 1453241b: am 31ce4c62: Merge "Fix issue #17564607 : Apps in the managed profile can send any intent..." into lmp-dev
...
* commit '186b584e5f9d7dc1d0320e159a4ac51d59fb1eea':
Fix issue #17564607 : Apps in the managed profile can send any intent...
2014-09-19 09:30:13 +00:00
Yigit Boyar
f1a094c9e1
am 914d2094: am 4a7c96d4: am 05041606: am 6cdaab18: Merge "Fix scroll position calculation when clipToPadding is false" into lmp-dev
...
* commit '914d2094d52804dd80a65f2a07656da7c6108a7c':
Fix scroll position calculation when clipToPadding is false
2014-09-19 09:29:55 +00:00
George Mount
bf4ba8b31d
am 93b49f02: am 91cba7d9: am 48da8468: am 085cb2d2: Merge "Fix broken logic in isValidTarget" into lmp-dev
...
* commit '93b49f02105014acfcd769f0ec643c15abc4283e':
Fix broken logic in isValidTarget
2014-09-19 09:29:35 +00:00
Yohei Yukawa
2b6307c894
am 8e1c6a06: Merge "Speculative fix of IMMS crash" into lmp-dev
...
* commit '8e1c6a06dcd32faf10b9bdc9c9eb0d6cc055b7e5':
Speculative fix of IMMS crash
2014-09-19 06:21:05 +00:00
Dan Sandler
103daa0c49
am c990927b: Merge "Fix LayoutInflater copy constructor logic." into lmp-dev
...
* commit 'c990927be5a90d0c8d0ad6d8b9e75d8b15cc717c':
Fix LayoutInflater copy constructor logic.
2014-09-19 05:29:34 +00:00
Yohei Yukawa
d66a7324cc
Merge "Speculative fix of IMMS crash" into lmp-dev
2014-09-19 05:19:04 +00:00
Yohei Yukawa
fcedfa0190
Speculative fix of IMMS crash
...
This CL is a follow up CL for I6571d464a46453934f0a8f5e790.
Do not propagate Resources.NotFoundException to the caller
of InputMethodInfo.isDefault().
BUG: 17553712
BUG: 17549437
BUG: 17517332
Change-Id: Ie95880c1f68f49eb63518e69b7dfa20af3ce8737
2014-09-19 05:02:59 +00:00
Dianne Hackborn
f2cf16436b
am 31ce4c62: Merge "Fix issue #17564607 : Apps in the managed profile can send any intent..." into lmp-dev
...
* commit '31ce4c62e97cf7357707c894f6992f52a43c6c9d':
Fix issue #17564607 : Apps in the managed profile can send any intent...
2014-09-19 04:17:41 +00:00
Yigit Boyar
6a0c7b1ba8
am 6cdaab18: Merge "Fix scroll position calculation when clipToPadding is false" into lmp-dev
...
* commit '6cdaab18f323108f599d54d636f8fcc9bd7af278':
Fix scroll position calculation when clipToPadding is false
2014-09-19 04:08:55 +00:00
Dan Sandler
20d01ad8a1
Merge "Fix LayoutInflater copy constructor logic." into lmp-dev
2014-09-19 03:32:31 +00:00
Dan Sandler
0c7bb33e03
Fix LayoutInflater copy constructor logic.
...
Avoids an NPE in mFilterMap.
Bug: 17548265
Change-Id: I6556373862f706dbcf5549eaec61c3e10a47b482
2014-09-18 22:23:32 -04:00
Dianne Hackborn
ace27915d2
Fix issue #17564607 : Apps in the managed profile can send any intent...
...
...to the primary user, even if it was not whitelisted to be forwarded.
The path where getActivityInfo is called for the ResolverActivity
would not correctly apply the requested user ID to the result, so
it wouldn't run under the correct user.
Change-Id: I1da47c54bbed26091832a28236d0b06762c92437
2014-09-18 19:01:01 -07:00
Yigit Boyar
91803838c8
Merge "Fix scroll position calculation when clipToPadding is false" into lmp-dev
2014-09-19 00:59:53 +00:00
Yigit Boyar
40c6c555e9
Fix scroll position calculation when clipToPadding is false
...
Bug: 17568582
Change-Id: I904450d62c93105db5c61a071c7816278bb441be
2014-09-18 16:31:52 -07:00
George Mount
d137a27e16
am 085cb2d2: Merge "Fix broken logic in isValidTarget" into lmp-dev
...
* commit '085cb2d2f23ee497ddfb94b970da27d782b49dc0':
Fix broken logic in isValidTarget
2014-09-18 23:01:45 +00:00
George Mount
7343ba2f80
Merge "Fix broken logic in isValidTarget" into lmp-dev
2014-09-18 22:51:23 +00:00
George Mount
1732f52895
Fix NPE when shared element listener is null.
...
Bug 17544867
The shared element listener will be null after the transitions
have been canceled.
Change-Id: Id1182639b44ece27fc267702623641438f9974d5
2014-09-18 15:32:47 -07:00
Craig Mautner
7d06c3758d
am 1b314af5: am 85241024: am d5dad300: am 43ce5500: Merge "Remove activity icon bitmaps from system process." into lmp-dev
...
* commit '1b314af5a1a4f0d7f4be38b52caa3a2c28a1da4e':
Remove activity icon bitmaps from system process.
2014-09-18 22:25:39 +00:00
George Mount
0b26e4d58a
Fix exception when fragment container has no View.
...
Bug 17535259
Change-Id: I29c9ef53dd693cbb4043ebfb4750753870c9e99a
2014-09-18 15:24:48 -07:00
Amith Yamasani
c34dc7cdeb
Allow primary user profile owner to set device restrictions
...
In addition to device owners, profile owners on the primary user
can also set user restrictions that are necessary to lock down the
user.
This is to enable the case of a profile owner registered after setup
wizard is completed, on the primary user.
Also make managed profile vs. profile wording consistent in the
DevicePolicyManager docs.
Bug: 17555025
Change-Id: Ib9d08b8af34a99b25e11757fa7dc83673a7deb32
2014-09-18 15:14:26 -07:00
Alan Viverette
7e9cd14eff
am 993fb7e9: am 9069fdda: am 8f1ee1d8: am 8766bdcb: Merge "Fix parsing of old-style intent URIs" into lmp-dev
...
* commit '993fb7e906148c7f07cabd33bd22f2a4d707f4ca':
Fix parsing of old-style intent URIs
2014-09-18 21:52:12 +00:00
Craig Mautner
1ef73b3903
am 43ce5500: Merge "Remove activity icon bitmaps from system process." into lmp-dev
...
* commit '43ce550039eb45dd0b6ff6d4abd7833cba2d06e0':
Remove activity icon bitmaps from system process.
2014-09-18 21:36:55 +00:00
Craig Mautner
bc3126f859
Merge "Remove activity icon bitmaps from system process." into lmp-dev
2014-09-18 21:25:24 +00:00
Alan Viverette
090537ee29
am 2f9ae13d: am f491d835: am 73d3c81c: am fb15b0e2: Merge "Use action bar theme for action modes, fix ViewStub inflation theme" into lmp-dev
...
* commit '2f9ae13d5843d6f25cfaaf2db51b5a78e2a8ba33':
Use action bar theme for action modes, fix ViewStub inflation theme
2014-09-18 21:23:38 +00:00
Craig Mautner
648f69b95c
Remove activity icon bitmaps from system process.
...
When a TaskDescription is sent up to the system process, the Bitmap
contained in the mIcon member is immediately flushed to disk and the
name of the file replaces it in the TaskDescription. Thereby saving
mucho RAM for better uses.
Fixes bug 17527308.
Change-Id: Ifac63ea5d12ed091d1eb03e178b8b847a827f940
2014-09-18 14:16:26 -07:00
Alan Viverette
06e9f5345e
am 8766bdcb: Merge "Fix parsing of old-style intent URIs" into lmp-dev
...
* commit '8766bdcb803698a2a2765bb46ab57bba655b41cf':
Fix parsing of old-style intent URIs
2014-09-18 21:09:54 +00:00
Jon Miranda
f109b3ed28
am 9fdb986c: am a591604d: am dff9c8b3: am bff124f1: Merge "Adds support for Theme dumping via DDM." into lmp-dev
...
* commit '9fdb986cae241670f6a280e46ea821931fd45cd0':
Adds support for Theme dumping via DDM.
2014-09-18 21:08:00 +00:00
John Reck
4958a0e9d4
am c669c6c7: am ef89494b: am 1d58768d: am e182b60c: Merge "Revert "Make starting window hw-accelerated"" into lmp-dev
...
* commit 'c669c6c77525ec5908e8eb7d223b120d2623f698':
Revert "Make starting window hw-accelerated"
2014-09-18 21:00:37 +00:00
Jeff Brown
b115e5986b
am bbeae741: am fb6989e4: am 6cabbdae: am d510278d: Merge "Create an Application object for the system process." into lmp-dev
...
* commit 'bbeae741c75fbe7fba2a91ab4b8c7a95f987494d':
Create an Application object for the system process.
2014-09-18 21:00:33 +00:00
Martijn Coenen
eec243816a
am 412d7a7c: am 6b3dc425: am 7142afa9: am 15af6c4e: Merge "Upper-case incoming AIDs." into lmp-dev
...
* commit '412d7a7cffc0f43390ed6768b964150dbd5c70ef':
Upper-case incoming AIDs.
2014-09-18 20:56:17 +00:00
Alan Viverette
50572be361
Merge "Fix parsing of old-style intent URIs" into lmp-dev
2014-09-18 20:54:44 +00:00
Alan Viverette
e88d918fbe
am fb15b0e2: Merge "Use action bar theme for action modes, fix ViewStub inflation theme" into lmp-dev
...
* commit 'fb15b0e2566d80dbedc8f91bdc0a1edb88ce1ec2':
Use action bar theme for action modes, fix ViewStub inflation theme
2014-09-18 20:35:39 +00:00
Alan Viverette
07ecc748fb
Merge "Use action bar theme for action modes, fix ViewStub inflation theme" into lmp-dev
2014-09-18 20:25:22 +00:00
Jon Miranda
583a766054
am bff124f1: Merge "Adds support for Theme dumping via DDM." into lmp-dev
...
* commit 'bff124f1e86a6cfc1710d41bedd060b7378de06b':
Adds support for Theme dumping via DDM.
2014-09-18 20:24:34 +00:00
Jon Miranda
3c7f018f42
Merge "Adds support for Theme dumping via DDM." into lmp-dev
2014-09-18 20:14:05 +00:00
John Reck
edfef021a7
am e182b60c: Merge "Revert "Make starting window hw-accelerated"" into lmp-dev
...
* commit 'e182b60cb71437d1f2adf258a248b2e6b0f59821':
Revert "Make starting window hw-accelerated"
2014-09-18 20:11:51 +00:00