dcashman
a289ea1f1b
am e71234b3: am 219d9d38: Merge "Address KeySet API Review" into lmp-dev
...
* commit 'e71234b3410519d2d0ab91775378e594f74a73bb':
Address KeySet API Review
2014-08-29 23:54:49 +00:00
Robin Lee
aacc124d6e
am 066b8593: am cf5d78fb: Merge "Keep managed profile keystores in sync with owner" into lmp-dev
...
* commit '066b85934baad993d4040723192ed07846d3af71':
Keep managed profile keystores in sync with owner
2014-08-29 23:54:44 +00:00
Dianne Hackborn
8242d1fcd9
am dfd93f1f: am 372c1ee8: Merge "More debug for issue #17310019 : pause when launching settings" into lmp-dev
...
* commit 'dfd93f1faf4d10c8923bf13f9fcef7820739f31a':
More debug for issue #17310019 : pause when launching settings
2014-08-29 23:54:33 +00:00
John Spurlock
c9093b30f0
am ec6c1a68: am 84a39cb0: Merge "Add a hidden system method to check call filter." into lmp-dev
...
* commit 'ec6c1a68a5a48cb20f7290342f17de85778741db':
Add a hidden system method to check call filter.
2014-08-29 23:54:07 +00:00
Amith Yamasani
5c5d8f8e5a
am b9970b0f: am 9d375df7: Merge "Clean up apks installed for a removed user" into lmp-dev
...
* commit 'b9970b0fbe5f4436490552f52c64331cbec78d3e':
Clean up apks installed for a removed user
2014-08-29 23:53:58 +00:00
Christopher Tate
d8b65c6883
am 6fc30ac1: am fc6eda1b: Merge "Expand job scheduler dumpsys a bit" into lmp-dev
...
* commit '6fc30ac187f83bdcbea5888d97741408cbcc42bf':
Expand job scheduler dumpsys a bit
2014-08-29 23:53:53 +00:00
Michael Wright
6eb8b59159
am a4e2b977: am 224c2ccc: Merge "Use a linear spline if there\'s a non-monotonic brightness curve" into lmp-dev
...
* commit 'a4e2b9771dc8903a27ea2a73e1b208c87a38c097':
Use a linear spline if there's a non-monotonic brightness curve
2014-08-29 23:53:48 +00:00
Dianne Hackborn
5c69d9403f
am 59a6a8a5: am aa631d9a: Merge "Fix issue #17329066 : Crash in ActivityManager" into lmp-dev
...
* commit '59a6a8a5081ca7670ae120ee9a4a66004f6bf0f5':
Fix issue #17329066 : Crash in ActivityManager
2014-08-29 23:53:42 +00:00
Dianne Hackborn
b434b330ce
am 2cbafc27: am 8eec555a: Merge "Fix issue #17329290 : NPE during ContentProviderRecord.dump()" into lmp-dev
...
* commit '2cbafc271eef3a8568a37a5591b6b2a0ccc96d87':
Fix issue #17329290 : NPE during ContentProviderRecord.dump()
2014-08-29 23:53:27 +00:00
Craig Mautner
b7389933e3
am bf22a48e: am 6b792116: Merge "Don\'t use anim background for translucent windows" into lmp-dev
...
* commit 'bf22a48eba2bc567ccfb8c8a4c364c27151135ca':
Don't use anim background for translucent windows
2014-08-29 23:52:55 +00:00
dcashman
efb1f36f09
Merge "Address KeySet API Review" into lmp-dev
2014-08-29 23:06:50 +00:00
Robin Lee
bccf6f0323
Merge "Keep managed profile keystores in sync with owner" into lmp-dev
2014-08-29 23:01:29 +00:00
Dianne Hackborn
7f91c335dc
Merge "More debug for issue #17310019 : pause when launching settings" into lmp-dev
2014-08-29 22:49:40 +00:00
Dianne Hackborn
828bd38a07
More debug for issue #17310019 : pause when launching settings
...
Dang, I missed a lot of opportunities to log!
Change-Id: I566597269fe73b0f798df4f00ad26d062021081d
2014-08-29 15:35:24 -07:00
John Spurlock
bd69378419
Merge "Add a hidden system method to check call filter." into lmp-dev
2014-08-29 22:17:10 +00:00
John Spurlock
2b122f4c2e
Add a hidden system method to check call filter.
...
As a stopgap for dialer, add a NoMan method to check
whether or not contact extras meet the current notification
interruption filter, if phone calls are allowed at all.
Bug:17299986
Change-Id: I4d7e04b974d878504ef4e3a73cb6b602cdd2f73e
2014-08-29 18:09:35 -04:00
Robin Lee
f0246a8a14
Keep managed profile keystores in sync with owner
...
Fixes setting a keyguard password for keystore in a multi-user setup
while we're at it.
Bug: 16233206.
Change-Id: I7941707ca66ac25bd122fd22e5e0f639e7af697e
2014-08-29 23:03:42 +01:00
Amith Yamasani
b48be6e858
Merge "Clean up apks installed for a removed user" into lmp-dev
2014-08-29 21:51:09 +00:00
Christopher Tate
e167eb52c9
Merge "Expand job scheduler dumpsys a bit" into lmp-dev
2014-08-29 21:43:52 +00:00
Michael Wright
c0a6c03cf2
Merge "Use a linear spline if there's a non-monotonic brightness curve" into lmp-dev
2014-08-29 21:43:15 +00:00
Dianne Hackborn
8c94d9fb95
Merge "Fix issue #17329066 : Crash in ActivityManager" into lmp-dev
2014-08-29 21:40:39 +00:00
Michael Wright
3e9a13438d
Use a linear spline if there's a non-monotonic brightness curve
...
Some devices may contain things like transflective displays where
they actually want the backlight brightness to decrease in the face
of high ambient light scenarios. In the interest of time, just use a
linear interpolation based on the brightness control points for these
cases but in the future we should consider adding a non-monotonic
cubic spline.
Bug: 15611140
Change-Id: I8fcee061b18c8ae9cc9a1b38d8b850aaec4478ce
2014-08-29 14:39:12 -07:00
Dianne Hackborn
b8708c01df
Merge "Fix issue #17329290 : NPE during ContentProviderRecord.dump()" into lmp-dev
2014-08-29 21:35:23 +00:00
Christopher Tate
f973a7b171
Expand job scheduler dumpsys a bit
...
Now it actually says what jobs are active.
Bug 17322886
Change-Id: I1a0fe0bf8d4cb2988cc89a11793981037157ee07
2014-08-29 14:24:15 -07:00
Christoph Studer
50b8fcb1f0
am e63f3434: am 5a657b43: Merge "NoMan: Allow listeners to specify notification trim" into lmp-dev
...
* commit 'e63f3434de0adc3bc9505e954fc3d58b4f627074':
NoMan: Allow listeners to specify notification trim
2014-08-29 21:03:04 +00:00
Dianne Hackborn
3133c401cd
Fix issue #17329290 : NPE during ContentProviderRecord.dump()
...
Don't NPE.
Change-Id: I5e59583e97b969b1739fc39a1520bd1930302313
2014-08-29 13:59:11 -07:00
Dianne Hackborn
2c924fb2c7
Fix issue #17329066 : Crash in ActivityManager
...
Change-Id: Ib59b7a8d65b3abece82bc58897e21600af4d73f5
2014-08-29 13:56:45 -07:00
Craig Mautner
d627eac286
Merge "Don't use anim background for translucent windows" into lmp-dev
2014-08-29 20:45:08 +00:00
Christoph Studer
78358b1788
Merge "NoMan: Allow listeners to specify notification trim" into lmp-dev
2014-08-29 20:37:50 +00:00
Svetoslav
5acf03c481
am 9f6c3630: am 37f72488: Merge "Fix the global gesture to enable accessibility." into lmp-dev
...
* commit '9f6c36305e2dcb385b157fb3e85cac80193cabdb':
Fix the global gesture to enable accessibility.
2014-08-29 18:52:42 +00:00
Jungshik Jang
23e972e311
am 78045632: am 92be4d75: Merge "Fix system audio mode failure in boot up" into lmp-dev
...
* commit '78045632a35e4aaaa2b94157ef806319d515f59d':
Fix system audio mode failure in boot up
2014-08-29 18:49:45 +00:00
Terry Heo
2966c8689d
am b2357d5a: am d3f23462: Merge "CEC: Implement dump() of HdmiControlService" into lmp-dev
...
* commit 'b2357d5aabf85fa1b36036024e53da7dab416815':
CEC: Implement dump() of HdmiControlService
2014-08-29 18:49:09 +00:00
Amith Yamasani
dda003ffa8
Clean up apks installed for a removed user
...
When a user is removed, enumerate through all installed packages
to see if any of them are not installed for any user. Delete the
package if no user has it "installed".
Added a pm option to install an apk for a specific user.
Fixed a crash in UserManagerService when executing the above
cleanup - dying users generate a null UserInfo.
Bug: 15426024
Change-Id: I571decde1ae1c257d0da6db153b896aad6d6bcb4
2014-08-29 10:28:38 -07:00
Svetoslav
074d27dd5d
Merge "Fix the global gesture to enable accessibility." into lmp-dev
2014-08-29 17:09:49 +00:00
Christoph Studer
b82bc785c9
NoMan: Allow listeners to specify notification trim
...
Bug: 16574195
Change-Id: I116080df8b73d73040cf9dbc751e25ee118641d7
2014-08-29 12:34:12 +02:00
Jungshik Jang
f8a823b05a
Merge "Fix system audio mode failure in boot up" into lmp-dev
2014-08-29 06:28:14 +00:00
Terry Heo
97bf45464c
Merge "CEC: Implement dump() of HdmiControlService" into lmp-dev
2014-08-29 05:12:57 +00:00
Dianne Hackborn
84c043dace
am 3452f1cf: am 1fee525a: Merge "Debug issue #17310019 : pause when launching settings" into lmp-dev
...
* commit '3452f1cf2d3451fbb5f69c0e0102f808354852b2':
Debug issue #17310019 : pause when launching settings
2014-08-29 03:58:52 +00:00
Alex Light
cd91f11be5
am edcab233: am a2f18dc1: Remove obsolete pruneDexCache
...
* commit 'edcab2336315f90b225c85d2d6d725ec79679b26':
Remove obsolete pruneDexCache
2014-08-29 03:58:41 +00:00
Dongwon Kang
ada47f476f
am 8f50a388: am 6b9575be: Merge "TIF: cosmetic changes for consistency." into lmp-dev
...
* commit '8f50a3888a62303cbdc683654c686223b8266bf4':
TIF: cosmetic changes for consistency.
2014-08-29 03:58:29 +00:00
Svetoslav
dc6d1a9cc3
Fix the global gesture to enable accessibility.
...
1. There was a bug in the touch explorer which was crashing almost
every time after accessibility was enabled via the gesture. The
problem was that in dragging state when a finger goes up we were
not transitioning to touch exploring state.
2. The global actions dialog was not going away after enabling
accessibility while it should as the user brought it up to
turn accessibility on rather to interact with global actions.
bug:15254250
Change-Id: Iaa45f758e09566822775b53e87d2980138e85ef9
2014-08-28 18:45:50 -07:00
Jungshik Jang
a7221ce876
Fix system audio mode failure in boot up
...
This bug happens because <Set System Audio Mode> is arrived
before <Give System Audio Mode Status>'s send result callback
is called in service thread. We do set internal state
on callback resut.
This change sets state when we send command.
Along with this, add more debug log to help future debugging.
Bug: 17309726
Change-Id: I0e41f684372a4c8891a90f724944227fc689e053
2014-08-29 10:16:38 +09:00
Dianne Hackborn
3d07395206
Merge "Debug issue #17310019 : pause when launching settings" into lmp-dev
2014-08-29 00:56:49 +00:00
Dianne Hackborn
ecf1cda068
Debug issue #17310019 : pause when launching settings
...
Let's log!
Change-Id: Icaf42d46aff6e74ee5fc98611dd77083a5d5052e
2014-08-28 17:52:33 -07:00
Alex Light
e545035e0e
Remove obsolete pruneDexCache
...
Bug: 16875245
(cherry picked from commit 09107db491 )
Change-Id: I06e14c405aa4af295795982c1d236be3cb00e893
2014-08-28 17:02:37 -07:00
Dongwon Kang
371bee50f9
Merge "TIF: cosmetic changes for consistency." into lmp-dev
2014-08-28 23:49:33 +00:00
Dongwon Kang
fd8aa02d73
TIF: cosmetic changes for consistency.
...
- Remove uncessarry logic in buildTvInputListLocked().
(No longer needed because we removed availability.
Verified the bug case, b/15738607, does not happen without this logic.)
- Rename member variables in XXXState classes.
- Define SessionCallback for consistency.
Change-Id: I49642c909ad7f77d97d1d90670c7bb7c2b12cda8
2014-08-29 08:48:02 +09:00
Diego Pontoriero
350052ec9c
am 0c39756f: am 2498df27: Merge "Change TelephonyManager method name to accurately reflect functionality." into lmp-dev
...
* commit '0c39756f39b4098bdf8b3f391652046cc565018c':
Change TelephonyManager method name to accurately reflect functionality.
2014-08-28 23:11:29 +00:00
RoboErik
97a3377dfe
am 86e941e6: am a70def9e: Merge "Update to MediaBrowser APIs per council feedback" into lmp-dev
...
* commit '86e941e6b80481dba07731def3968f29c760c982':
Update to MediaBrowser APIs per council feedback
2014-08-28 22:57:25 +00:00
Craig Mautner
1ad99155b3
Don't use anim background for translucent windows
...
When a translucent window transitions in or out the activity behind
it does not animate. In such cases if a background color is specified
for the translucent window animation then the background will obscure
the static window behind the animating window for the duration of the
animation. This change eliminates the background color for
translucent windows.
Fixes bug 16219830.
Change-Id: I5834595afa5beae95ac2fcf8f2bad1a59271e08a
2014-08-28 15:47:13 -07:00