Alan Viverette
b7bd357cb8
Merge "Prevent SwitchPreference widget from receiving a11y focus" into lmp-dev
2014-08-14 19:41:44 +00:00
Alan Viverette
e07b595519
Deprecate InputMethodService.enableHardwareAcceleration()
...
BUG: 16951553
Change-Id: I126ea823eb2eeabb29d30999dec9c9411b33b315
2014-08-14 20:06:02 +00:00
Alan Viverette
0464ca04e8
Prevent SwitchPreference widget from receiving a11y focus
...
Has no effect on behavior when explore by touch is turned off.
BUG: 16961152
Change-Id: I1e494d6a86f261d22d551afc43fe9e499907df6f
2014-08-14 20:00:04 +00:00
Jorim Jaggi
8599a33580
Fix listening states for two-finger and fast-double swipe
...
Bug: 16655660
Change-Id: I46d826edc901e08eb1513fe87de2f63228581617
2014-08-14 19:55:42 +00:00
Jorim Jaggi
d7c1fae12e
Don't scale notifications on Keyguard for devices < xxhdpi
...
Bug: 16824061
Change-Id: Iccccebcd17357764aef325df0cd220508fcf7403
2014-08-14 19:16:33 +00:00
Jorim Jaggi
0f623eb834
Merge "Disable DragDownHelper in QS" into lmp-dev
2014-08-12 23:14:49 +00:00
Jorim Jaggi
d692dd0d80
Disable DragDownHelper in QS
...
Leads to a weird state and doesn't really make sense.
Bug: 16824757
Change-Id: I8a213d8151b58027309e79e5c010ff11946b7ca1
2014-08-14 19:00:38 +00:00
Dan Sandler
b120ac5b69
No need for drawing caches on notifications.
...
They just chew up memory.
Bug: 10918599
Change-Id: I99761846e88b7ea25270d7a70d118963b1d72e5f
2014-08-14 18:52:30 +00:00
Adrian Roos
1de02ee3ea
Label user switcher button for accessibility
...
Bug: 15692931
Change-Id: I4add4c21fd0ed95cc3a49e2841173589f37db08a
2014-08-14 18:39:15 +00:00
RoboErik
1d2a1c917f
Merge "Pipe caller's identity through volume methods" into lmp-dev
2014-08-13 01:30:58 +00:00
Fabrice Di Meglio
b1a50f2dff
Fix bug #16957601 Stability: ISE in Settings: Observer com.android.settings.
...
SettingsPreferenceFragment$1@273c8fdb was not registered
- add onUnbindPreferences() call to match onBindPreferences()
- this new method is @hide so it does not impact the APIs
Change-Id: Iee0ab8a4ecc2046f89fb96cc52af150e835f658c
2014-08-14 18:00:11 +00:00
RoboErik
0dac35af2c
Pipe caller's identity through volume methods
...
setStreamVolume and adjustStreamVolume were always being called
from the session service's uid/package. This adds the plumbing to
allow the original app's info to be passed in to the audio service
when volume is changed.
Change-Id: Ib36639dab1e518b435161dc453c8ba9351df3e9b
2014-08-14 10:21:26 -07:00
Winson Chung
72db690850
Merge "Anchoring the front most task to make the dismiss animation more stable. (Bug 16939699)" into lmp-dev
2014-08-12 23:14:35 +00:00
Jae Seo
82324ec662
Merge "TIF: fix IOException at PersistentDataStore.save()" into lmp-dev
2014-08-14 16:46:52 +00:00
Wonsik Kim
7ed8901f12
TIF: fix IOException at PersistentDataStore.save()
...
Bug: 17018435
Change-Id: Ic999aaf59ae942ee8279576ec1e2ce2fa62bd6e0
2014-08-14 10:06:12 -07:00
Winson Chung
78cc96af8c
Anchoring the front most task to make the dismiss animation more stable. (Bug 16939699)
...
Change-Id: I49aa14bbc7fdb2fb0884a8255af385dbbbe656f8
2014-08-13 23:08:01 +00:00
Jae Seo
e8deca1a0e
Merge "TIF: Rename R.attr.contentRatingSystemXml and fix documentation" into lmp-dev
2014-08-13 01:30:58 +00:00
Jae Seo
fc27d6db08
TIF: Rename R.attr.contentRatingSystemXml and fix documentation
...
- Rename contentRatingSystemXml to tvContentRatingDescription.
- Change docs to indicate this is a reference to an XML document that
describes TV content rating, not a component name.
- Replace the DTD with an XML example.
Bug: 16960702
Change-Id: Iea985e9847ee5af0f745e896c498792234308b12
2014-08-14 17:28:07 +00:00
RoboErik
5ca4a78e32
Merge "Post MediaSessionManager callbacks to the caller's thread" into lmp-dev
2014-08-14 16:46:52 +00:00
RoboErik
b05ea7bb28
Merge "Add an onSessionDestroyed callback to MediaController.Callback" into lmp-dev
2014-08-14 16:10:21 +00:00
RoboErik
e7ba237ce4
Merge "Fix dates on copywrite in new test code" into lmp-dev
2014-08-14 16:10:21 +00:00
Jose Lima
14914858a0
Make TranslucentConversionListener a SystemApi
...
Change-Id: I59a93e1e040fdbaa9ef108b31e08e4553ba82ae1
2014-08-14 09:15:17 -07:00
RoboErik
24762bffc3
Add an onSessionDestroyed callback to MediaController.Callback
...
Callbacks on the controller need to know when the session ceases
to exist.
bug:17009030
Change-Id: I0f1c1cfc51f7dd2203955287cc269667d3765ee4
2014-08-13 15:00:21 -07:00
RoboErik
83e3152449
Fix dates on copywrite in new test code
...
Some of the copywrites in the new browser test code still had 2010
as the year instead of 2014.
Change-Id: I33d19b1ad7f4bbbc8f93d9fb6acc8a92db401807
2014-08-13 13:54:49 -07:00
Torne (Richard Coles)
e0930192be
Merge "Store the WebView's package info." into lmp-dev
2014-08-12 23:14:49 +00:00
Jeff Sharkey
e9b78fdbbe
Fix javadoc on PROTECTION_FLAG_APPOP.
...
Change-Id: I36e339ac2c6e6842441fd2572b0b8cda24bd34ca
2014-08-14 16:01:37 +00:00
Torne (Richard Coles)
84392d74fe
Store the WebView's package info.
...
When loading the WebView, save the PackageInfo for the package so that
it can be retrieved later to access the package name, version data, etc.
This will be used to detect WebView downgrades that may affect an app's
saved WebView-related data.
Bug: 16724751
Change-Id: I05ce469308cc87f79c73206327f43b76b1bab222
2014-08-14 16:43:18 +01:00
Winson Chung
eb0cefa965
Merge "Adding scrim to task views. (Bug 15704955)" into lmp-dev
2014-08-12 23:14:48 +00:00
Winson Chung
60a729c8e9
Adding scrim to task views. (Bug 15704955)
...
- Fixing issue with focus animations not happening for new views
Change-Id: I3134f25becf06db343aa30ea80cb33514cd99d06
2014-08-13 15:55:15 -07:00
Craig Mautner
4a8dddbf18
Clean up app following death when creating service
...
If an app has died, run through the cleanup before relaunching its
service.
Also a little simplifying refactor.
Fixes bug 16979752.
Change-Id: I376cbef2ea00fc626588386317f092cc6dea0bdc
2014-08-13 18:15:28 +00:00
Yuncheol Heo
b734e9d2b8
Merge "Implement MHL RAP transmission." into lmp-dev
2014-08-12 23:14:42 +00:00
Selim Cinek
f645761f47
Fixed unnecessary layouting on wifi signal changes
...
This could cause a layout every few hundred ms, even
when the QS panel was closed.
Bug: 17001532
Change-Id: I3f2b9b9621dced7f5b6fff67d24efc7444b0a9ad
2014-08-14 09:24:21 +00:00
Yuncheol Heo
9cb536e4f7
Implement MHL RAP transmission.
...
- The creation of this action will be integrated later after the device-id is ready.
Bug: 16966458
Change-Id: I7bf46a8570534e2b021afea613b355a55e9f549f
2014-08-14 16:13:14 +09:00
Prerepa Viswanadham
621085e50f
Protect from malformed advt with invalid manf_id/data combo
...
Bug: 16979645
Change-Id: Ie7ea00ed20cbad1120c7582bb2bafd44b4295052
2014-08-14 05:33:11 +00:00
Prerepa Viswanadham
ee3cc8bf17
Prevent crash in Gatt service due to null pointer in
...
BluetoothGattCharacteristic from framework
Bug 16899517
Change-Id: Ib30ddefee07c2953f9a7faeb4eaa823feeebdc8f
2014-08-14 05:32:06 +00:00
Lajos Molnar
eed01e068b
Merge "media: release allocated strings on error" into lmp-dev
2014-08-13 16:52:03 +00:00
Wei Wang
347a882de3
Merge "Clean up advertise and scan clients upon bluetooth down." into lmp-dev
2014-08-12 23:14:49 +00:00
Dongwon Kang
d4eb10a88d
TIF: resolve SecurityException on loadCustomLabel().
...
Bug: 17001118
Change-Id: I357ac2506562c028116c3e4f6dd611ef2b744d28
2014-08-14 03:43:07 +00:00
Wei Wang
ee80922c6a
Clean up advertise and scan clients upon bluetooth down.
...
Fixes b/16528460
This allows Advertiser and Scanner to be reused after bluetooth recycle,
which follows same behavior for BluetoothAdapter.
Also prints manufacturer data array for ScanRecord.
Change-Id: I78bca40ac294433782a054bf2a00a775dac02d96
2014-08-13 11:08:48 -07:00
Sungsoo Lim
e9054ab3ab
Merge "Update Java doc for TV Rating system" into lmp-dev
2014-08-12 23:14:42 +00:00
Sungsoo Lim
1d11640127
Update Java doc for TV Rating system
...
Bug: 17007100
Change-Id: Idb3f2184ea6d0421875ccd1e10b7539b3c17080a
2014-08-14 12:24:41 +09:00
Jose Lima
235510e672
Made AlarmClockInfo a nested class in AlarmManager
...
Bug: 16959028
Change-Id: I150eaaff765d1e214c3621c1bf50162ec0dac8ec
2014-08-14 02:10:41 +00:00
Jose Lima
4b6c6697da
Renamed "media playing" APIs to "visible behind"
...
- Request from API Review: rename the media playing APIs to a more
generic name, reflecting the background visibility feature these
methods actually control.
- Made the new isActivityVisibleBehind().
- Changed convertFromTranslucent() and convertToTranslucent() to be
SystemApi.
Bug: 16959028
Change-Id: I526eac22f44273b3254dd6201f89194d13e597e2
2014-08-14 02:00:04 +00:00
Jeff Brown
c12035cd40
Log who is calling goToSleep().
...
Change-Id: Ibae61c90ee115735835e878bb3bf79eedaa0ae44
2014-08-14 01:56:48 +00:00
Jaewan Kim
e2c83c97fb
TIF: Change data type of custom labels and hide inputs
...
Change-Id: I2783245671a2a2a5500c6f97acf6375f44db8bf4
2014-08-14 01:12:41 +00:00
Dianne Hackborn
5b1500a7dc
Merge "Fix singleInstance usage when singleTop intended" into lmp-dev
2014-08-14 00:12:29 +00:00
Craig Mautner
ad400af809
Fix singleInstance usage when singleTop intended
...
In ag/499591 launchSingleInstance was mistakenly used to replace
r.launchMode==ActivityInfo.LAUNCH_SINGLE_TOP. This fixes that
and...
fixes bug 16898764.
Change-Id: I0c0cc3b67eda69276dbe1dd5da4f17556651b1ff
2014-08-13 17:17:21 -07:00
Adrian Roos
37f100ea51
Fix detail header padding
...
Bug: 17007279
Change-Id: If0d20f69306a7c0cee89cc0c9a1fb81e7d0bf3c0
2014-08-13 21:39:34 +00:00
Yorke Lee
15f83c6f64
Disable call log for users with DISALLOW_OUTGOING_CALLS restriction
...
Bug: 16217514
Change-Id: Iacd5699d0a540ca0e5a678662379bf8c611f7462
2014-08-13 21:17:53 +00:00
Dianne Hackborn
57839cf0b2
Merge "Fix issue #16794553 : Duplicate ArrayMap entries in Bundle..." into lmp-dev
2014-08-13 16:52:03 +00:00