George Mount
fb4d37cd17
Merge "Remove password change from updateTextfield."
2012-06-22 10:29:36 -07:00
Adam Powell
3f765f783d
am 9b5cdf4f: am 4dd21c8e: Volume changes in MediaRouteChooserDialog
...
* commit '9b5cdf4f14557f644b913cf654159389a251bfb4':
Volume changes in MediaRouteChooserDialog
2012-06-21 20:51:38 -07:00
Adam Powell
9b5cdf4f14
am 4dd21c8e: Volume changes in MediaRouteChooserDialog
...
* commit '4dd21c8e77c0d369ee835f50cba1701e76aa18c4':
Volume changes in MediaRouteChooserDialog
2012-06-21 20:49:06 -07:00
Adam Powell
4dd21c8e77
Volume changes in MediaRouteChooserDialog
...
Use the max volume reported by the selected route as the max value to set.
Change-Id: I9848dfb201387843e7ed398ac61e2d13e14e3f51
2012-06-21 19:59:53 -07:00
Adam Powell
7527b369af
am 8e453a03: am 95cf8c11: Merge "Allow ungrouping media routes when a group is the only alternate route" into jb-dev
...
* commit '8e453a034183e8688e05d0c6991608626702d56f':
Allow ungrouping media routes when a group is the only alternate route
2012-06-21 16:47:40 -07:00
Kenny Root
287a64af97
am ae017c55: am a9543a3d: Merge "Pass additional inputs when spawning apps via the Zygote and add SELinux permission checks."
...
* commit 'ae017c55824ca345186b0c9fc204401153bd8a23':
Pass additional inputs when spawning apps via the Zygote and add SELinux permission checks.
2012-06-21 16:47:26 -07:00
Chris Wren
ef46aa157b
am 70a7be07: am ed5cc0e1: revert I057b7ac0 now that the layouts are the expected height.
...
* commit '70a7be0799bd1af77c0bcf2472d9c7e46f53c3c1':
revert I057b7ac0 now that the layouts are the expected height.
2012-06-21 16:46:58 -07:00
Daniel Sandler
60abfa5c3a
am 63d842cc: am d5353b47: Fix docs
...
* commit '63d842cc4da3c2eb998aaf9adacbf20e833dff02':
Fix docs
2012-06-21 16:46:28 -07:00
Adam Powell
8e453a0341
am 95cf8c11: Merge "Allow ungrouping media routes when a group is the only alternate route" into jb-dev
...
* commit '95cf8c1121a95750358ee99169c96d8d4dfb4950':
Allow ungrouping media routes when a group is the only alternate route
2012-06-21 15:52:28 -07:00
Adam Powell
f7e0a328c9
Allow ungrouping media routes when a group is the only alternate route
...
Fix a MediaRouteButton bug where group item counts weren't taken into
account when deciding whether to toggle between two available groups
or show the chooser dialog.
Change-Id: I6400ffd4cfe80c8072c5be360264b8ca91d71c41
2012-06-21 15:29:40 -07:00
Kenny Root
ae017c5582
am a9543a3d: Merge "Pass additional inputs when spawning apps via the Zygote and add SELinux permission checks."
...
* commit 'a9543a3dad0da58f30580bdf99b76bc2ab97a2df':
Pass additional inputs when spawning apps via the Zygote and add SELinux permission checks.
2012-06-21 14:17:13 -07:00
Chris Wren
bae2fe870a
resolved conflicts for merge of 0a43f67e to master
...
Change-Id: I072b756bc501c7669593eff012b120905a2fd962
2012-06-21 16:46:14 -04:00
Romain Guy
eb129a266c
am 16613476: am 0d6f4c06: Dejank: don\'t allocate when scrolling lists
...
* commit '16613476c80f20736ef6bd3d217ab56aa57b03c9':
Dejank: don't allocate when scrolling lists
2012-06-21 12:03:58 -07:00
Chris Wren
70a7be0799
am ed5cc0e1: revert I057b7ac0 now that the layouts are the expected height.
...
* commit 'ed5cc0e1f7648962f5c93e1277d282be75bcd537':
revert I057b7ac0 now that the layouts are the expected height.
2012-06-21 12:03:43 -07:00
Daniel Sandler
63d842cc4d
am d5353b47: Fix docs
...
* commit 'd5353b475001f19e3cbc9c1a4165c9e6038a812f':
Fix docs
2012-06-21 11:52:38 -07:00
Daniel Sandler
0a43f67ef3
am 790024bf: Merge "Unhide new methods on RemoteViews and Notification." into jb-dev
...
* commit '790024bfe6dd2765dd5e552053797459aab72da1':
Unhide new methods on RemoteViews and Notification.
2012-06-21 11:52:34 -07:00
Romain Guy
16613476c8
am 0d6f4c06: Dejank: don\'t allocate when scrolling lists
...
* commit '0d6f4c06df0b0e35125f088ca028c7226b274dc4':
Dejank: don't allocate when scrolling lists
2012-06-21 11:52:22 -07:00
Kenny Root
a9543a3dad
Merge "Pass additional inputs when spawning apps via the Zygote and add SELinux permission checks."
2012-06-21 11:05:55 -07:00
Chris Wren
ed5cc0e1f7
revert I057b7ac0 now that the layouts are the expected height.
...
Bug: 6546766
Change-Id: I736290b897b864228ecc3e46d86ef566efda1efd
2012-06-21 13:07:29 -04:00
Daniel Sandler
d5353b4750
Fix docs
...
Change-Id: Ic5ff9aa07e65166a4ecaeecc5fb5e0091275bdcc
2012-06-21 09:29:51 -04:00
Daniel Sandler
790024bfe6
Merge "Unhide new methods on RemoteViews and Notification." into jb-dev
2012-06-21 06:04:43 -07:00
Romain Guy
0d6f4c06df
Dejank: don't allocate when scrolling lists
...
The new display list properties introduces in JB were causing numerous
and expensive memory allocations while scrolling lists. During a scroll
ListView sometimes attempts to apply an offset to views before they are
drawn for the first time. This had the side effect of generating a new
IllegalStateException and its entire stack trace. The exception was
caught inside the display list and never seen by users.
Generating an exception is very expensive both in terms of allocated
memory and CPU time spent crawling the stack.
List scrolls/flings are a common case of this issue but it also happens
during various types of animations. A simple alpha animation, for instance,
can cause the problem to occur.
Another side effect of this issue is more frequent and longer GC pauses.
Change-Id: Ic1b37cc84f7c8f290209cfb990d030e96d6e0dc7
2012-06-21 00:39:35 -07:00
Adam Powell
a08e6881c5
am ed044cda: am 09829b71: Merge "Expand volume APIs for MediaRouter" into jb-dev
...
* commit 'ed044cda8f6a7600923eecdec682c449f86e0429':
Expand volume APIs for MediaRouter
2012-06-20 22:45:09 -07:00
Adam Powell
ed044cda8f
am 09829b71: Merge "Expand volume APIs for MediaRouter" into jb-dev
...
* commit '09829b71de3a84cb9d1bc0d8aad78dd16daadddf':
Expand volume APIs for MediaRouter
2012-06-20 22:35:44 -07:00
Hung-ying Tyan
9c42639cdd
am cc9a4e3e: am 927c7fd1: Merge "Fix crash when SimpleCursorAdapter changes cursor from null" into jb-dev
...
* commit 'cc9a4e3e2a3716965cd0b76d48e8e840e6ce0f41':
Fix crash when SimpleCursorAdapter changes cursor from null
2012-06-20 22:34:28 -07:00
Adam Powell
09829b71de
Merge "Expand volume APIs for MediaRouter" into jb-dev
2012-06-20 22:32:39 -07:00
Hung-ying Tyan
cc9a4e3e2a
am 927c7fd1: Merge "Fix crash when SimpleCursorAdapter changes cursor from null" into jb-dev
...
* commit '927c7fd1fec8ff26fd4bf8cc64eb12dd634cb60b':
Fix crash when SimpleCursorAdapter changes cursor from null
2012-06-20 22:31:00 -07:00
Adam Powell
8e37a85bf3
Expand volume APIs for MediaRouter
...
Allow applications to set a requested volume level on RouteInfo
objects. If requested for a user route, the app-supplied callback will
be invoked to perform actual volume adjustment.
Change-Id: I856990a0da7292492aa15e6562dbc3d055b848a0
2012-06-20 22:19:29 -07:00
Daniel Sandler
064f9907c9
Unhide new methods on RemoteViews and Notification.
...
Change-Id: I0cbc270d9d7e9e728482c3b10650a32589636c9d
2012-06-21 00:15:01 -04:00
Hung-ying Tyan
927c7fd1fe
Merge "Fix crash when SimpleCursorAdapter changes cursor from null" into jb-dev
2012-06-20 17:56:40 -07:00
Svetoslav Ganov
93e417b560
am 0a79d2fb: am dce5af63: Merge "Fix GlowPadView accessibility behavior." into jb-dev
...
* commit '0a79d2fbcdf6ee5b0375de223e5230e5e538362f':
Fix GlowPadView accessibility behavior.
2012-06-20 16:58:18 -07:00
Svetoslav Ganov
0a79d2fbcd
am dce5af63: Merge "Fix GlowPadView accessibility behavior." into jb-dev
...
* commit 'dce5af632ce8899905fbf187b9505f6753d5a562':
Fix GlowPadView accessibility behavior.
2012-06-20 16:55:07 -07:00
Svetoslav Ganov
dce5af632c
Merge "Fix GlowPadView accessibility behavior." into jb-dev
2012-06-20 16:52:16 -07:00
George Mount
f360ae5070
Remove password change from updateTextfield.
...
Password field change is no longer needed as it was used
previously in WebTextView and is not needed without it.
Change-Id: I7d5dc39825ee9eae77733d2a9560669cfe70ecf2
2012-06-20 16:26:17 -07:00
Amith Yamasani
05187871c1
am 1806afb2: am 998a6836: Merge "Add a private method to retrieve the header list from PreferenceActivity" into jb-dev
...
* commit '1806afb2c48eefea8a881fece8dc5233d403d649':
Add a private method to retrieve the header list from PreferenceActivity
2012-06-20 15:53:50 -07:00
Amith Yamasani
1806afb2c4
am 998a6836: Merge "Add a private method to retrieve the header list from PreferenceActivity" into jb-dev
...
* commit '998a68369fcf7928b6fa58d6312426f88a27a39e':
Add a private method to retrieve the header list from PreferenceActivity
2012-06-20 15:48:27 -07:00
Amith Yamasani
998a68369f
Merge "Add a private method to retrieve the header list from PreferenceActivity" into jb-dev
2012-06-20 15:44:48 -07:00
Amith Yamasani
423d48bbba
Add a private method to retrieve the header list from PreferenceActivity
...
This is required by Settings app to be able to update the header list
if the accounts list changed.
Bug: 6685701
Change-Id: If27f83ec86fe1f3519a6e25de4e4fe4864133dc8
2012-06-20 13:54:53 -07:00
alanv
78bfb98295
Fix GlowPadView accessibility behavior.
...
Bug: 6702412
Change-Id: If5ab75e77b0090a405004c66da0083e81d59deb4
2012-06-20 13:22:45 -07:00
Dianne Hackborn
ae5bd3a998
am cb1c45ed: am b6ce1f31: Merge "Fix issue #6675499 : java.lang.RuntimeException: Unable to start..." into jb-dev
...
* commit 'cb1c45ed80df368051368a478fa931d3333c99f6':
Fix issue #6675499 : java.lang.RuntimeException: Unable to start...
2012-06-20 12:10:36 -07:00
Dianne Hackborn
cb1c45ed80
am b6ce1f31: Merge "Fix issue #6675499 : java.lang.RuntimeException: Unable to start..." into jb-dev
...
* commit 'b6ce1f311ce154af713ebc4f543fc2aaed446939':
Fix issue #6675499 : java.lang.RuntimeException: Unable to start...
2012-06-20 12:08:00 -07:00
Dianne Hackborn
b6ce1f311c
Merge "Fix issue #6675499 : java.lang.RuntimeException: Unable to start..." into jb-dev
2012-06-20 12:06:14 -07:00
Jean-Michel Trivi
6009dc014f
am b92d2a13: am 18ddb6ce: Merge "Remote volume handling in MediaRouter" into jb-dev
...
* commit 'b92d2a13c4ab34862968f47191d2713de3701757':
Remote volume handling in MediaRouter
2012-06-20 09:12:59 -07:00
Jean-Michel Trivi
b92d2a13c4
am 18ddb6ce: Merge "Remote volume handling in MediaRouter" into jb-dev
...
* commit '18ddb6ce6f3672a24a6f86ee4b28f5baa746bc20':
Remote volume handling in MediaRouter
2012-06-20 09:10:18 -07:00
Jean-Michel Trivi
18ddb6ce6f
Merge "Remote volume handling in MediaRouter" into jb-dev
2012-06-20 09:07:59 -07:00
Luca Zanolin
2e134263f5
am 50ff53be: am 17c1425f: Merge "Clone the list of listeners before notifing any event." into jb-dev
...
* commit '50ff53be520c0fb272507d406286711e46601386':
Clone the list of listeners before notifing any event.
2012-06-20 02:37:36 -07:00
Luca Zanolin
50ff53be52
am 17c1425f: Merge "Clone the list of listeners before notifing any event." into jb-dev
...
* commit '17c1425f5ab5c6f734a700d74b5bd8118f289cd5':
Clone the list of listeners before notifing any event.
2012-06-20 02:34:33 -07:00
Luca Zanolin
17c1425f5a
Merge "Clone the list of listeners before notifing any event." into jb-dev
2012-06-20 02:32:12 -07:00
Hung-ying Tyan
87ab6962e4
Fix crash when SimpleCursorAdapter changes cursor from null
...
when the spinner's drop-down view is shown.
Bug: 6637141
Change-Id: I62f759f778b040db386cc72a753c3b2745517b7e
2012-06-20 15:58:43 +08:00
Jean-Michel Trivi
1357012968
Remote volume handling in MediaRouter
...
Extend MediaRouter.UserRouteInfo to enable setting playback
information, which includes volume. When the user route instance
has a RemoteControlClient, forward any playback information to it.
Enable specifying a callback to be notified of volume events
on the route.
Extend MediaRouter.RouteInfo to enable retrieving playback
information.
Update RemoteControlClient javadoc to reflect which parts of the
API are not intended to be made public.
Change-Id: I59d728eb61747af6c8c89d53f0faeb07940594c3
2012-06-19 19:41:35 -07:00