Kenny Guy
88cfb428d4
Merge "Tidy up unused hidden methods in LauncherApps" into lmp-mr1-dev
2014-10-31 12:47:38 +00:00
Kenny Guy
dd6cb55b0e
Tidy up unused hidden methods in LauncherApps
...
Bug: 17483329
Change-Id: Ic4fbb180bafaa4d2c5ba332fe228c3d9baf4761c
2014-10-31 11:23:12 +00:00
Sander Alewijnse
a0edff4e94
Merge "Change javadoc of setAccountManagementDisabled." into lmp-mr1-dev
2014-10-31 10:05:36 +00:00
Alan Viverette
0c189ca5c4
Merge "Only draw AbsListView selector when focused or pressed" into lmp-mr1-dev
2014-10-30 23:15:13 +00:00
George Mount
57928195a8
Merge "Fix NPE when snapshot ImageView uses ScaleType.MATRIX." into lmp-mr1-dev
2014-10-30 23:11:53 +00:00
Alan Viverette
685a8770c0
Merge "Fix inset check in ThreadedRenderer" into lmp-mr1-dev
2014-10-30 22:30:21 +00:00
Craig Mautner
159da3dba8
Merge "Add enter-animation-done callback for system windows" into lmp-mr1-dev
2014-10-30 22:12:31 +00:00
Craig Mautner
9c79504225
Add enter-animation-done callback for system windows
...
Existing hidden methods allow activities to be notified when their
windows have completed animating in. This change adds that capability
to system windows using a ViewTreeObserver callback since system
windows lack an activity token.
The first subsystem to use this is the UserSwitchingDialog which was
previously using a 250 msec timeout to dismiss the dialog. That
deadline was often missed leaving the user with no dialog on the
screen during the transition.
Fixes bug 16661752.
Change-Id: I70789e0d9c07112f275e76fb82850926305f290d
2014-10-30 14:43:18 -07:00
Alan Viverette
35c3cb6a59
Remove scroll view from correct parent in AlertController
...
BUG: 18191700
Change-Id: I37602fc26d103b76021f00c58f03bc32d7a978fe
2014-10-30 13:51:21 -07:00
Alan Viverette
3aa1ffbc75
Fix inset check in ThreadedRenderer
...
BUG: 17729606
Change-Id: I9303a788968b424fd8ca27fe4bb99bab51ec34a7
2014-10-30 12:22:08 -07:00
George Mount
ca5094a05c
Fix NPE when snapshot ImageView uses ScaleType.MATRIX.
...
Bug 18170774
Change-Id: I28497f569f8a40242191196f059d8f40d17d52d6
2014-10-30 12:21:00 -07:00
Alan Viverette
f7dee54b62
Only draw AbsListView selector when focused or pressed
...
BUG: 18176135
Change-Id: Ibd9d9c0f439e5daa8eba606abc5ff055a3d8ff0c
2014-10-30 11:26:29 -07:00
John Spurlock
fc2b9039b8
Merge "Unhide Settings.ACTION_BATTERY_SAVER_SETTINGS." into lmp-mr1-dev
2014-10-30 18:12:23 +00:00
John Spurlock
734666657f
Unhide Settings.ACTION_BATTERY_SAVER_SETTINGS.
...
Bug: 18186862
Change-Id: I685934118a53ba2135eaf0872564e58069de2a30
2014-10-30 13:42:05 -04:00
Alan Viverette
272e2f73bd
Merge "Ensure we don't pass null values in to Theme.resolveAttributes" into lmp-mr1-dev
2014-10-30 17:38:40 +00:00
Alan Viverette
7f4a63d1eb
Ensure we don't pass null values in to Theme.resolveAttributes
...
BUG: 18182274
Change-Id: I08acf877cb81478cc205254edf92a31fcf05991d
2014-10-30 10:29:03 -07:00
Sander Alewijnse
112e053b9a
Change javadoc of setAccountManagementDisabled.
...
Method can also be called by device owner.
Bug:18166033
Change-Id: I38ab17bdfe9f0c4b33f5257d2f335afe16e84031
2014-10-30 14:54:28 +00:00
Lorenzo Colitti
bbb2c5b28a
Merge "Add support for running 464xlat on wifi as well." into lmp-mr1-dev
2014-10-30 13:27:54 +00:00
Lorenzo Colitti
e21a26b3ba
Add support for running 464xlat on wifi as well.
...
1. Add a command to NetworkManagementService to enable/disable
IPv6 ND offload via netd.
2. Make Nat464Xlat enable offload if clatd successfully comes up
on a wifi network (which means it detected a NAT64), and
correspondingly re-enable offload when the clatd interface
goes down.
This change does not enable clatd on wifi yet, that requires an
extra 2 lines to enable it.
Bug: 12111730
Change-Id: I4318611762a37487c9a84f8c4867ec5aece98be8
2014-10-30 20:31:26 +09:00
Chris Banes
e436cb39da
Merge "Fix ActionMenuView vertical alignment of items" into lmp-mr1-dev
2014-10-30 08:42:37 +00:00
Yigit Boyar
33d9dc46cf
Merge "Move all actionbar related methods to DecorToolbar" into lmp-mr1-dev
2014-10-30 02:02:15 +00:00
Alan Viverette
a9ba2cdfc1
Merge "Ensure ImageView.setImageResource() always resolves Drawable" into lmp-mr1-dev
2014-10-30 00:52:17 +00:00
Alan Viverette
674a3a21cb
Merge "Distinguish unspecified and explicit null values in resources" into lmp-mr1-dev
2014-10-30 00:41:44 +00:00
Alan Viverette
d739d7bd8a
Ensure ImageView.setImageResource() always resolves Drawable
...
Fixes no-op on method call after configuration change at the expense
of removing a micro-optimization that wasn't really needed.
BUG: 18178233
Change-Id: I36eccf91b138e4bed34be96d9b87200edeb66938
2014-10-29 17:26:37 -07:00
Alan Viverette
104504053d
Merge "Show scroll indicators in AlertDialog" into lmp-mr1-dev
2014-10-30 00:18:32 +00:00
Alan Viverette
154c2c24dc
Show scroll indicators in AlertDialog
...
BUG: 16353356
Change-Id: I0307283751ccb23b9d85b0c36cb78b01243e70dd
2014-10-30 00:18:22 +00:00
Alan Viverette
f296940502
Distinguish unspecified and explicit null values in resources
...
BUG: 17919345
Change-Id: Ic4f04f7dd0f986f58a749b5950d80c1cfdb074ea
2014-10-29 17:09:36 -07:00
Adam Lesinski
720a5c51be
Merge "Add dumpsys output to UsageStatsService, along with --checkin support" into lmp-mr1-dev
2014-10-29 23:11:54 +00:00
Eric Laurent
c0c1255a93
Merge "SoundTrigger JNI: fix local reference leak." into lmp-mr1-dev
2014-10-29 23:07:33 +00:00
Eric Laurent
8f89feba39
SoundTrigger JNI: fix local reference leak.
...
Bug: 17935275.
Change-Id: Ibc6f22b868dda2ed1a07dc371ee00e85c99c1e53
2014-10-29 15:52:43 -07:00
Alan Viverette
4e7c562c43
Merge "Update drawable state after updating tint list" into lmp-mr1-dev
2014-10-29 22:20:18 +00:00
Alan Viverette
2d3443fc5a
Merge "Add setters for window elevation and clipToOutline properties" into lmp-mr1-dev
2014-10-29 22:05:11 +00:00
Alan Viverette
66c0adcfd4
Merge "Ensure accessibility focus rect is drawn correctly" into lmp-mr1-dev
2014-10-29 22:05:05 +00:00
Alan Viverette
8785a56c8f
Merge "Create translucent hardware renderer if surface insets are non-zero" into lmp-mr1-dev
2014-10-29 22:05:01 +00:00
Dianne Hackborn
7ef463168c
Merge "Condense AndroidRuntime init log, include uid running under." into lmp-mr1-dev
2014-10-29 21:55:50 +00:00
Jeff Hao
b1346d7829
Merge "Change boot screen title to "Android is starting" when not upgrading." into lmp-mr1-dev
2014-10-29 21:47:30 +00:00
Jeff Hao
9f60c08a44
Change boot screen title to "Android is starting" when not upgrading.
...
Bug: 17565501
Change-Id: Id5741e6e7a40750feee1cd7306e79f7baeec67de
2014-10-29 14:42:39 -07:00
Alan Viverette
79c067c54a
Add setters for window elevation and clipToOutline properties
...
These are available as XML attributes but were lacking setters. None
of the Window properties have getters, so just adding setters here.
BUG: 16847753
Change-Id: I9c032903e94b7f12125210bd73c911243612df69
2014-10-29 14:27:47 -07:00
Alan Viverette
d86d7bce78
Merge "Use action mode context for ActionMode menu inflater" into lmp-mr1-dev
2014-10-29 21:14:56 +00:00
Vladimir Marko
85d6f29994
Merge "Fix android_media_AudioSystem_getMasterMute return type." into lmp-mr1-dev
2014-10-29 21:12:08 +00:00
Vladimir Marko
c1bcdbb758
Fix android_media_AudioSystem_getMasterMute return type.
...
Caused FPU stack overflow on x86.
Bug: 18023418
Change-Id: I0b8102cad5f5a883f615fa5dfa3017f56258a192
2014-10-29 20:34:15 +00:00
Alan Viverette
d513379239
Update drawable state after updating tint list
...
BUG: 18155988
Change-Id: Ic536027a54c10b2082fbc22476530165b76e2c59
2014-10-29 19:46:54 +00:00
Andre Eisenbach
178d3b54cd
Fix crash during Bluetooth on/off stress test
...
Bug: 18106938
Change-Id: Icdeb736d89d5926264f2043455ccbc3760fd5d29
2014-10-29 12:13:38 -07:00
Alan Viverette
2b12b58f94
Create translucent hardware renderer if surface insets are non-zero
...
BUG: 18160604
Change-Id: Ie4483b9841bd91778659d83b154f69e777fa1dfc
2014-10-29 11:11:40 -07:00
Alan Viverette
3abf5c4bd1
Use action mode context for ActionMode menu inflater
...
BUG: 18078900
Change-Id: Iff837e741dde79a565f1e8c83846ee6155da179e
2014-10-29 11:03:35 -07:00
Alan Viverette
7a0ae7ed31
Merge "Add content description to Toolbar collapse button" into lmp-mr1-dev
2014-10-29 18:00:12 +00:00
Dianne Hackborn
8e5aafe57d
Condense AndroidRuntime init log, include uid running under.
...
Change-Id: Ifda3001fdc25d759f07a93b8569c59da89a8bcfc
2014-10-29 10:45:25 -07:00
Yigit Boyar
fe6d57c366
Move all actionbar related methods to DecorToolbar
...
Bug: 17999561
Change-Id: I36af443cf245aedd64a079726c1a2e6f6068f221
2014-10-29 17:34:45 +00:00
Calin Juravle
ef0a7e8fdb
Merge "Use native brige only if we have a private data directory." into lmp-mr1-dev
2014-10-29 15:48:12 +00:00
Calin Juravle
5b0f193d25
Merge "PreInitializeNativeBridge only if its Available" into lmp-mr1-dev
2014-10-29 15:47:55 +00:00