Alan Viverette
5500bb1d6d
Merge "API review feedback for ProgressBar" into nyc-dev
2016-04-21 21:21:56 +00:00
Alan Viverette
e84393674d
Merge "Don't overwrite vertical and horizontal offsets unless explicit" into nyc-dev
2016-04-21 21:21:35 +00:00
Hyunyoung Song
22d91b0eb4
Merge "add @RemotableViewMethod to TextView#setEnabled b/28304068" into nyc-dev
2016-04-21 21:04:25 +00:00
Hyunyoung Song
7b77e0c765
add @RemotableViewMethod to TextView#setEnabled
...
b/28304068
Change-Id: Ia5464030a65c87dacdd75e5be331da017d7ef593
2016-04-21 13:41:56 -07:00
Chong Zhang
5da7a4a3f0
Merge "Make sure don't adjust IME when docked left-right" into nyc-dev
2016-04-21 20:35:28 +00:00
Fyodor Kupolov
cdb5fcf7b8
Merge "Remove pre-N db after successful migration" into nyc-dev
2016-04-21 20:30:39 +00:00
Jason Monk
53c116f5da
Merge "QS: Use current tile state when removing custom tiles" into nyc-dev
2016-04-21 20:25:32 +00:00
Julia Reynolds
c14996393a
Merge "Announce when volume controls appear and disappear." into nyc-dev
2016-04-21 20:18:29 +00:00
Jason Monk
21582d4643
QS: Use current tile state when removing custom tiles
...
Change-Id: If12415c051239348261386fb23e88d6725767ba0
Fixes: 27912532
2016-04-21 16:15:09 -04:00
Sid Soundararajan
6efc5dcb27
Merge "Make Dismiss Icon under Cards show up only when focused." into nyc-dev
2016-04-21 20:06:31 +00:00
Chong Zhang
41de79e220
Make sure don't adjust IME when docked left-right
...
bug: 28295645
Change-Id: Ia8f7f9a92fcc562bd672abae4d3ddfd6e6201a79
2016-04-21 12:57:55 -07:00
Mihai Niță
344bd5c63d
Merge "Framework: change the TTS text to use the current locale" into nyc-dev
2016-04-21 19:55:43 +00:00
Rob Carr
37696cccd8
Merge "Respect manually set HARDWARE_ACCELERATED flag." into nyc-dev
2016-04-21 19:52:02 +00:00
Adam Lesinski
b53e8a7a8a
Merge "Fix order of operation issue with ResStringPool" into nyc-dev
2016-04-21 19:08:39 +00:00
Julia Reynolds
2feab1644b
Announce when volume controls appear and disappear.
...
Bug: 28120156
Change-Id: I4e17b9cf1cd4a442adb7513168c12e3af24c424f
2016-04-21 15:00:45 -04:00
Fyodor Kupolov
27bd37ff3a
Remove pre-N db after successful migration
...
Bug: 26279712
Change-Id: I53e4bd1b04b4ae6b94e8b5642d7f11a4edd6f1e4
2016-04-21 11:37:08 -07:00
Eric Laurent
dc7ce84095
Merge "AudioManager: fix isBluetoothA2dpOn()" into nyc-dev
2016-04-21 18:22:59 +00:00
Sid Soundararajan
2cc285e267
Make Dismiss Icon under Cards show up only when focused.
...
BUG: 28299529
Change-Id: I37cd029734da5de8416705746457151c22f64280
2016-04-21 11:20:52 -07:00
Adam Powell
a9bab98d70
Move child FragmentManager shutdown for retained fragments
...
Some apps out there do some creative things in terms of calling their
own onDetach methods from elsewhere. Perform the child FragmentManager
shutdown for retained fragments in a package-level perform method
instead of in onDetach itself.
Also mark all existing fragment methods with @CallSuper.
Bug 28293847
Change-Id: I343b610f8d427fe5cabd523a78fbf0e6f3b34c57
2016-04-21 11:04:41 -07:00
Chong Zhang
289395b1fe
Merge "Fix dead surface/window left on screen" into nyc-dev
2016-04-21 17:58:52 +00:00
Yohei Yukawa
d67a1ca49b
Merge "Accept null subtype in InputMethodSubtypeHandle." into nyc-dev
2016-04-21 17:11:55 +00:00
Chris Craik
924d8227c4
Merge "Fix shadow radius too large for RS" into nyc-dev
2016-04-21 17:09:03 +00:00
Adam Lesinski
666b6fbba1
Fix order of operation issue with ResStringPool
...
Due to ! taking precedence over bitwise &, the condition for
checking non-null terminated string blocks is incorrect.
Adds parentheses for the correct behavior.
Bug:28288210
Change-Id: Ie31fa239e5f869e6bb28deb6ae190f41f1aa4d92
2016-04-21 10:05:06 -07:00
Youngsang Cho
28d9c9f7b2
Merge "PIP: Fix system UI crash" into nyc-dev
2016-04-21 16:23:01 +00:00
Victor Chang
dc068eba6f
Deleting lock screen clears all CA approvals
...
When both screenlocks for profile user and parent user has been removed (both set to none),
remove CA approvls on that user, and show the "Certificate authority installed" notification.
Bug: 28161447
Change-Id: I3c78dc5cfcdf7c02c91b64abe44984ee790d8f3e
2016-04-21 16:55:34 +01:00
Tony Mak
d3589ee715
Merge "Fix wrong app is launched after solving challenge from tapping notification" into nyc-dev
2016-04-21 15:51:14 +00:00
Tony Mak
646fe9913e
Fix wrong app is launched after solving challenge from tapping notification
...
PendingIntent.FLAG_ONE_SHOT is needed to prevent the PendingIntent being
reused.
Also, flag and activity option of credential intent in BaseStatusBar
is not same as the one in ActivityStarter. Added a new
function startConfirmDeviceCredentialIntent in AM to centralize it.
Change-Id: I2d9e5923ad5d4d012f10057c409c666c8ca299a3
Fix: 28309964
2016-04-21 16:43:08 +01:00
Julia Reynolds
54a6394cf9
Merge "Accept the calendar name in addition to the owner as a calendar filter." into nyc-dev
2016-04-21 15:36:31 +00:00
Julia Reynolds
a8574a1dfa
Merge "Always reevaluate rules when a new service is added." into nyc-dev
2016-04-21 15:24:05 +00:00
Keith Cheung
39066abb59
Merge "Include work app in battery optimization settings" into nyc-dev
2016-04-21 15:18:08 +00:00
Julia Reynolds
d0f2d1f9ac
Merge "Don't call into audiomanager holding a zen lock." into nyc-dev
2016-04-21 15:04:07 +00:00
Clara Bayarri
98c7c05dde
Merge "Reinflate QS view on Locale configuration change" into nyc-dev
2016-04-21 14:47:16 +00:00
Julia Reynolds
7c9350a940
Always reevaluate rules when a new service is added.
...
Otherwise the condition providers may never get an
onSubscribe call and may not turn on at the right time.
Bug: 26981870
Change-Id: Ia622597f10cc26f7c34ece1748013655543f488f
2016-04-21 10:38:32 -04:00
Julia Reynolds
d82e981cf3
Don't call into audiomanager holding a zen lock.
...
Bug: 27642196
Change-Id: Ib510f2ddf966f36b3670290a4f3f695bf6b7810e
2016-04-21 10:38:32 -04:00
TreeHugger Robot
db042644d5
Merge "Volume updates should appear continuous when changed by touch." into nyc-dev
2016-04-21 14:33:50 +00:00
Clara Bayarri
bcedd6b74f
Merge "Fix silent errors when launching Keyboard Shortcuts from Settings" into nyc-dev
2016-04-21 14:28:58 +00:00
Paul Jensen
3f45105353
Merge "Cap number of NetworkRequests a UID can make to 100" into nyc-dev
2016-04-21 13:47:13 +00:00
Clara Bayarri
9b1fdff2e7
Reinflate QS view on Locale configuration change
...
The existing DensityContainer already did this for density changes,
repurposed it to handle other Configuration changes. Also renamed
to AutoReinflateContainer.
Bug: 27952059
Change-Id: Ieb572abcbafe49aec73b16e1bcb8c294011afdd3
2016-04-21 14:32:07 +01:00
Erik Kline
c2827857aa
IpManager,DhcpClient: catch some errors and better logging
...
Bug: 28196843
Change-Id: Ia91e926da569bf9c503ea00e1e0f767d196547da
2016-04-21 21:13:59 +09:00
Clara Bayarri
c043ebee4b
Fix silent errors when launching Keyboard Shortcuts from Settings
...
The following error was thrown, given that Activity is generating a
protected broadcast:
Sending non-protected broadcast
android.intent.action.SHOW_KEYBOARD_SHORTCUTS from system
Bug: 28138503
Change-Id: I50d5212d7776d33ffe6e9df1c5f080205ac4a29d
2016-04-21 11:55:01 +01:00
Jaewan Kim
fe6f335b63
PIP: Fix system UI crash
...
Bug: 28306480
Change-Id: Ie36f73c46f3ee8d6a2cb8264458cb0e0410aaecd
2016-04-21 16:22:48 +09:00
TreeHugger Robot
b99d6af3ab
Merge "Expand NetworkMonitor metrics" into nyc-dev
2016-04-21 05:24:40 +00:00
Hugo Benichi
7261fb27de
Merge "Some fixes in ConnectivityService event logging" into nyc-dev
2016-04-21 04:02:55 +00:00
Erik Kline
a488c23dd5
Expand NetworkMonitor metrics
...
- add netid to CaptivePortalStateChangeEvent
- add NetworkMonitorEvent for simple duration measurements
Bug: 28204408
Change-Id: I62035e07d64013878a0bce30c67c929c2c7e7a85
2016-04-21 13:02:55 +09:00
Hugo Benichi
75f0346167
Merge "Various fixes in IpReachability event logging" into nyc-dev
2016-04-21 03:54:18 +00:00
TreeHugger Robot
333e808b34
Merge "Removed obsolete screenshot mention from full bugreport." into nyc-dev
2016-04-21 03:34:46 +00:00
TreeHugger Robot
568e63bc9b
Merge "Remove obsolete TODO" into nyc-dev
2016-04-21 03:18:48 +00:00
Tomasz Mikolajewski
69e3618f07
Merge "Do not make files in zip disabled in ACTION_VIEW." into nyc-dev
2016-04-21 03:17:03 +00:00
Ruchi Kandoi
316c68f144
Merge "fix build: remove SUSTAINED_PERFORMANCE_WAKE_LOCK link" into nyc-dev
2016-04-21 02:37:50 +00:00
Nathan Harold
f6496db8ce
Merge "Additional checks for ModemActivityInfo.isValid()" into nyc-dev
2016-04-21 02:09:28 +00:00