George Mount
0f227c9a3d
Merge "Fix NPE when clicking "back" quickly." into lmp-dev
2014-08-28 23:19:38 +00:00
George Mount
407d1fa52c
Fix NPE when clicking "back" quickly.
...
Bug 17319368
Change-Id: I8cf544aefa75bd5fe4f606e185f84977a36b0cdc
2014-08-28 16:11:49 -07:00
John Reck
80068b735e
Merge "Track buildLayer calls, destroy if unused" into lmp-dev
2014-08-28 23:04:32 +00:00
Raph Levien
7de5c43c80
Merge "Ignore width of trailing whitespace for computing ellipsis" into lmp-dev
2014-08-28 22:59:08 +00:00
RoboErik
f87fcf9716
Merge "Add javadoc to Window.set/getMediaController" into lmp-dev
2014-08-28 22:56:08 +00:00
Chris Craik
6fc6014a24
Merge "Support Z reorder/shadows in root render node" into lmp-dev
2014-08-28 22:55:48 +00:00
John Reck
998a6d8189
Track buildLayer calls, destroy if unused
...
Bug: 17208461
Change-Id: Ibdb104a493285d77a6891c5e74e38a52c7014da9
2014-08-28 15:55:26 -07:00
RoboErik
fd63dd0ce2
Add javadoc to Window.set/getMediaController
...
Fleshes out the javadoc a bit more instead of just a reference to
the description of the methods in Activity.
bug:17198774
Change-Id: I24afe1c5d9f2e46e201c84072a6b34a619867889
2014-08-28 22:53:34 +00:00
Alan Viverette
76d149a587
Merge "Fix docs build" into lmp-dev
2014-08-28 22:51:48 +00:00
Eino-Ville Talvala
509f777730
Merge "Camera2: Make sure aborting captures on an idle device works." into lmp-dev
2014-08-28 22:48:55 +00:00
Alan Viverette
9adfa37cfe
Merge "Cancel the date picker dialog when BUTTON_NEGATIVE is clicked" into lmp-dev
2014-08-28 22:39:27 +00:00
Diego Pontoriero
921db7e1de
Merge "Change TelephonyManager method name to accurately reflect functionality." into lmp-dev
2014-08-28 22:38:50 +00:00
Jeff Sharkey
7f208bfcfd
Merge "Lint tool for current.txt." into lmp-dev
2014-08-28 22:33:01 +00:00
Jeff Sharkey
8190f4885b
Lint tool for current.txt.
...
Detects common public API mistakes, making it easy to quickly scan
across all changes in a new API level.
Builds in-memory representation of the current API, then runs various
detectors over the classes. It collects failures, and can ignore
known failures from a previous API level.
Example usage:
$ python frameworks/base/tools/apilint/apilint.py \
frameworks/base/api/current.txt \
prebuilts/sdk/api/21.txt
Change-Id: Ie1f88894baf9f79e4b11e78c47f848ea5e25fc25
2014-08-28 15:31:35 -07:00
Alan Viverette
40ce070714
Fix docs build
...
Change-Id: Id7b961ebcfffe536992208a157f625b5a1b1e1b6
2014-08-28 15:27:04 -07:00
Jean-Michel Trivi
09daab204c
Merge "android.media.Ringtone: add getter for AudioAttributes" into lmp-dev
2014-08-28 22:13:11 +00:00
Jean-Michel Trivi
d33c3a7765
Merge "More AudioManager.generateAudioSessionId() javadoc" into lmp-dev
2014-08-28 22:12:43 +00:00
Chris Craik
abedca3983
Support Z reorder/shadows in root render node
...
bug:17310188
Change-Id: If2281218c458cf767d79b4d81944e2c8a23ca32c
2014-08-28 15:03:55 -07:00
RoboErik
350be2e1c2
Merge "Update to MediaBrowser APIs per council feedback" into lmp-dev
2014-08-28 21:51:50 +00:00
PauloftheWest
2f2ea058db
Merge "Updated SMS emphasis strings for Quantum/Material theme." into lmp-dev
2014-08-28 21:37:20 +00:00
RoboErik
4fe4facb68
Merge "Set/unset session on the callback" into lmp-dev
2014-08-28 21:29:38 +00:00
RoboErik
5ea924bcdb
Set/unset session on the callback
...
We lost this somewhere. When a callback is set on a MediaSession it needs
to have a reference to the Session so it can do default routing of media
keys.
bug:17304614
Change-Id: I4af82947da790135049d40c5c69c2996f3cc4ccc
2014-08-28 14:19:25 -07:00
Winson Chung
bb6c033351
Merge "Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug 17314317)" into lmp-dev
2014-08-28 21:14:22 +00:00
RoboErik
3625bf72cb
Update to MediaBrowser APIs per council feedback
...
Does all the updates in the bug except the loadIcon/loadBitmap
methods, which are removed per feedback from Sharkey.
bug:17205016
Change-Id: Ie84d4d25a59c6985ce16972c26c8d1e5c02ff5c9
2014-08-28 21:11:22 +00:00
Alan Viverette
b1b267114c
Merge "Update action bar item widths, overflow menu, button, and spinner styles" into lmp-dev
2014-08-28 21:05:04 +00:00
Shaohan Zou
18b80d2a0d
Merge "Add Media Player Streaming Tests" into lmp-dev
2014-08-28 21:00:33 +00:00
Kenny Guy
a734fc1ece
Ensuring that the ActivityInfo cache accounts for the task's user id. (Bug 17314317)
...
Change-Id: I10bcb60abe3450f2ecfb3ee305be505e13e0be3b
2014-08-28 13:58:29 -07:00
Alan Viverette
f023c2530a
Update action bar item widths, overflow menu, button, and spinner styles
...
Manually modifies the overflow button hotspot bounds so that the ripple
appears to be centered on the overflow icon. Adds styleable and parsing
for list popup window offsets. Updates spinner text appearance to be
consistent with drop down item text appearance. Also updates horizontal
inner padding in buttons.
BUG: 17305079
BUG: 17304391
BUG: 17302567
Change-Id: Iafddfef290078de968894a3b443ba9f60f84c6d4
2014-08-28 13:55:18 -07:00
Christopher Tate
a43e2409ad
Merge "Correct misleading javadoc for BackupHelper" into lmp-dev
2014-08-28 20:53:36 +00:00
Diego Pontoriero
3892fc0349
Change TelephonyManager method name to accurately reflect functionality.
...
Bug: 17163860
Change-Id: I4390d79c49831454146a42b89520a16984c5f260
2014-08-28 13:50:36 -07:00
Chris Craik
12b500959d
Merge "Force translucency for inset windows" into lmp-dev
2014-08-28 20:49:06 +00:00
PauloftheWest
768330d6d7
Updated SMS emphasis strings for Quantum/Material theme.
...
Bug: 17148201
Change-Id: I888f366368c47bf42ef2aef55662c0a2b1bd382e
2014-08-28 13:42:21 -07:00
Raph Levien
26c87cfb58
Ignore width of trailing whitespace for computing ellipsis
...
We used the full width of a line, including trailing spaces, to compute
ellipsis, sometimes causing spurious ellipsization when the space pushed
it past the layout width. This patch uses only the width up to the last
graphing character.
Fix for bug 17186801 "First line of title text is getting truncated even
if there's space on second line"
Change-Id: I49d07c18c8dd1d3b279f591224d23e10645dc8c0
2014-08-28 12:56:51 -07:00
John Spurlock
1a3febe711
Merge "StatusBar: Allow roaming indicator even when also on wifi." into lmp-dev
2014-08-28 19:45:53 +00:00
Julia Reynolds
a8528c6420
Merge "Audio/Micrphone user restriction/multiuser updates." into lmp-dev
2014-08-28 19:41:42 +00:00
John Spurlock
14339c9edc
StatusBar: Allow roaming indicator even when also on wifi.
...
Bug:14610152
Change-Id: Ia83abe0ae862ed747ee280c61c2fff3b62345b41
2014-08-28 15:41:29 -04:00
Dianne Hackborn
2db754ac6e
Merge "Fix issue #17289876 : startActivityFromRecents appears to launch the wrong task" into lmp-dev
2014-08-28 19:33:08 +00:00
Winson Chung
8bd5d69008
Merge "Change API to return thumbnail size instead of individual dimensions. (Bug 17295512)" into lmp-dev
2014-08-28 19:15:10 +00:00
Christoph Studer
45c0d5838f
Merge "NoListener: Factor out ZEN mode API" into lmp-dev
2014-08-28 18:59:41 +00:00
Dianne Hackborn
7e7f9a3f7c
Merge "Fix issue #16953886 : History and batterystats checkin summary..." into lmp-dev
2014-08-28 18:58:16 +00:00
Andrew Lee
81289efcae
Merge "Add CallProperties class, and use to on ParcelableCall." into lmp-dev
2014-08-28 18:39:16 +00:00
Dianne Hackborn
d7c9289f93
Fix issue #17289876 : startActivityFromRecents appears to launch the wrong task
...
It would be good to actually bring the task to the front.
Also, make the flow when inTask is provided better match what happens when
we go looking for a task on our own.
And this includes another fix that was supposed to be part of a different
change but I forgot this class is part of the framework project now.
Change-Id: I3cf05f2e585c0fd7a0dbb7c7cf9fb1655764dd93
2014-08-28 11:38:13 -07:00
John Spurlock
832d351ca5
Merge "QS: Don't collapse the panel when turning location on." into lmp-dev
2014-08-28 18:30:29 +00:00
John Spurlock
d21df6076f
QS: Don't collapse the panel when turning location on.
...
Bug:17127158
Change-Id: Ide92c2bd134a84dea796a62710a9016a679b0b74
2014-08-28 14:25:05 -04:00
Alan Viverette
16a24bc435
Cancel the date picker dialog when BUTTON_NEGATIVE is clicked
...
BUG: 17308290
Change-Id: I2cad1ece9eefc3c48e7574498ff9f79fe60c5f80
2014-08-28 11:19:59 -07:00
Alan Viverette
b712458362
Merge "Rename StatusBar.Material styles to Material.Notification" into lmp-dev
2014-08-28 18:13:21 +00:00
George Mount
de18420aff
Merge "Call SharedElementListener#setSharedElementEnd on back." into lmp-dev
2014-08-28 18:05:40 +00:00
George Mount
01abcaa295
Merge "Allow arbitrarily-added shared elements." into lmp-dev
2014-08-28 18:02:27 +00:00
Nancy Chen
d1a5a46368
Merge "Add field for sub_id in call log for sprout database." into lmp-dev
2014-08-28 17:55:50 +00:00
Jose Lima
d3458a9c34
Merge "Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCanceled()" into lmp-dev
2014-08-28 17:49:32 +00:00