Dianne Hackborn
fe54cb6f3d
Merge "Docs only: DENSITY_TV, not just for TVs any more!" into jb-dev
2012-06-19 10:54:42 -07:00
Jean-Michel Trivi
2f4423043f
Merge "Remote volume handling" into jb-dev
2012-06-19 10:54:32 -07:00
Steve Block
880c5f5aea
Merge "Document missing default values in WebSettings"
2012-06-19 10:34:13 -07:00
Steve Block
b0e0f33442
Document missing default values in WebSettings
...
Bug: 6641511
Change-Id: I21e02a8467ee5efd104ec9da5751785284369b9d
2012-06-19 18:32:35 +01:00
Luca Zanolin
c20fc8daf5
Clone the list of listeners before notifing any event.
...
This is required, otherwise the listener cannot remove it-self from the
list of listeners during the notification.
Bug: 6692355
Change-Id: I07762feb4f9b97ec4b6148d2f604d53e266b84d7
2012-06-19 18:15:29 +01:00
Steve Block
d438710685
Merge "Clarify JavaDoc for setting database paths in WebSettings"
2012-06-19 06:42:36 -07:00
Dianne Hackborn
493861dfa0
Docs only: DENSITY_TV, not just for TVs any more!
...
Change-Id: Id70e0bc179ab405fbb7f3b2cda7b75f44ff30b57
2012-06-18 19:29:45 -07:00
Gilles Debunne
099adfba81
am 4c268a32: am badf5a94: Merge "Fixed text rendering issue with spans." into jb-dev
...
* commit '4c268a32714fefe141d093abb59806a2d6f2991c':
Fixed text rendering issue with spans.
2012-06-18 18:59:25 -07:00
Gilles Debunne
4c268a3271
am badf5a94: Merge "Fixed text rendering issue with spans." into jb-dev
...
* commit 'badf5a9442e639dc6ae2c4794c202143f6d2f16d':
Fixed text rendering issue with spans.
2012-06-18 18:56:12 -07:00
Gilles Debunne
badf5a9442
Merge "Fixed text rendering issue with spans." into jb-dev
2012-06-18 18:53:31 -07:00
Jean-Michel Trivi
3114ce3861
Remote volume handling
...
Extend RemoteControlClient class to enable an applicaton to
specify more information about how it's playing media, now covering
usecases where media playback happens "remotely". This playback
information can be used to set the volume and maximum volume
used remotely.
Declare a new intent and associated extras in Intent,
ACTION_VOLUME_UPDATE, so an application can be notified that
the volume it handles should be updated. It can then use
the new RemoteControlClient.setPlaybackInformation() method
to notify AudioService what the volume is.
Extend AudioService to maintain playback information associated
with the RemoteControlClient information in the stack of
media button event receivers (mRCStack). The information
about the active remote is cached so the stack doesn't have
to be iterated over in order to retrieve remote playback info.
Events to "adjust" the remote volume based on hardware key
presses cause the client application to be notified of
volume updates, and the volume panel to display the volume
set by the app.
Revise which stream type is controlled when none is specified
according to latest guidelines for remote playback.
Update VolumePanel class to support a new pseudo stream type,
AudioService.STREAM_REMOTE_MUSIC, that corresponds to the
remote playback volume, and uses the new "media route" icon.
Enable it to receive asynchronously new volume values for
the remote that will be displayed if the UI is still up,
and ignored otherwise.
Now supports hiding/showing sliders dynamically so remote
volume only appears when AudioService has a remote control
client handling remote volume.
Define new java symbols for the two media route icons.
Modify lockscreen behavior: don't automatically control music
volume when music is active, consider also remote playback.
Still to do:
- playback information set by RemoteControlClient should post
a message for AudioService to update playback information
instead of updating it synchronously
Change-Id: I557aa687239f9acfe33a609f05876c67fa7eb967
2012-06-18 18:37:17 -07:00
Nicolas Falliere
4d2bef3f85
am 277c09f6: am 56bb344c: Merge "Added or fixed doctrings for required permissions." into jb-dev
...
* commit '277c09f6c16c4adfd50407e2fa4dbf61a0e06e55':
Added or fixed doctrings for required permissions.
2012-06-18 17:45:40 -07:00
Nicolas Falliere
277c09f6c1
am 56bb344c: Merge "Added or fixed doctrings for required permissions." into jb-dev
...
* commit '56bb344ccfd3d261cea9987c98a17d0820279b17':
Added or fixed doctrings for required permissions.
2012-06-18 17:42:57 -07:00
Nicolas Falliere
56bb344ccf
Merge "Added or fixed doctrings for required permissions." into jb-dev
2012-06-18 17:39:48 -07:00
Jim Miller
3eda1903c7
am 60fd2b2d: am ddbc85cb: Merge "Fix 6683092: tune GlowPadView wave animation" into jb-dev
...
* commit '60fd2b2de286f3543cf9db9550db9083211ca5ea':
Fix 6683092: tune GlowPadView wave animation
2012-06-18 17:25:37 -07:00
Jim Miller
60fd2b2de2
am ddbc85cb: Merge "Fix 6683092: tune GlowPadView wave animation" into jb-dev
...
* commit 'ddbc85cbfdc8ac6ed02b104f0e9c46018a0e1c53':
Fix 6683092: tune GlowPadView wave animation
2012-06-18 17:23:28 -07:00
Nicolas Falliere
9530e3a22d
Added or fixed doctrings for required permissions.
...
Bug: 6591338
Change-Id: Ia2092f9994854701b5fa1425c371817367ae07ec
2012-06-18 17:22:34 -07:00
Jim Miller
5892e2ec25
Fix 6683092: tune GlowPadView wave animation
...
This adds some aesthetic changes to the wave animation for GlowPadView:
- wave shape is no longer symmetric
- disable expand in keyguard
- enable expand in SearchPanelView (when mAlwaysTrackFinger == true)
- if a current wave animation isn't finished yet, don't start a new one
- various timing changes
Change-Id: Ibce96f45eb6a94582c694108b99e243fd57b1955
2012-06-18 17:04:58 -07:00
Christopher Tate
f8fd7ef978
Merge "Fail immediately if bindService() is passed a null ServiceConnection"
2012-06-18 16:00:19 -07:00
Christopher Tate
79b3317b77
Fail immediately if bindService() is passed a null ServiceConnection
...
Or if unbindService() is passed one, naturally.
Change-Id: Ib7f1f0b5e12c04e3affbcc9008612801081819d5
2012-06-18 15:56:33 -07:00
Jim Miller
048311ca37
am a10b1a73: am 12da2c5e: Merge "Fix 6665117: ACTION_ASSIST visual improvements" into jb-dev
...
* commit 'a10b1a738dfa8fcf094fec555e7d85dba179f5fc':
Fix 6665117: ACTION_ASSIST visual improvements
2012-06-18 13:34:59 -07:00
Jim Miller
a10b1a738d
am 12da2c5e: Merge "Fix 6665117: ACTION_ASSIST visual improvements" into jb-dev
...
* commit '12da2c5eeeadd6c23da5d3003d0da3b6b73d5052':
Fix 6665117: ACTION_ASSIST visual improvements
2012-06-18 13:32:05 -07:00
Jim Miller
12da2c5eee
Merge "Fix 6665117: ACTION_ASSIST visual improvements" into jb-dev
2012-06-18 13:29:49 -07:00
Scott Anderson
fce27d8edd
Merge "Clean up IntToStrings for window TYPE_*"
2012-06-18 12:57:05 -07:00
George Mount
3281c38ec4
Broaden allowed selection criteria so selection doesn't disappear.
...
Bug 6675572
Change-Id: Ic69caac431539247d440c6bac08a3038e8641e99
2012-06-18 11:34:41 -07:00
Svetoslav Ganov
c32b2091d6
am 45c4a8df: am ec7c7ebf: Merge "API for finding accessibility focus in virtual tree not needed." into jb-dev
...
* commit '45c4a8df9487f53af37ded1f5a1ebe500e89b493':
API for finding accessibility focus in virtual tree not needed.
2012-06-18 11:33:33 -07:00
Svetoslav Ganov
45c4a8df94
am ec7c7ebf: Merge "API for finding accessibility focus in virtual tree not needed." into jb-dev
...
* commit 'ec7c7ebf01121d17f7a12e827bd77c024eab54e8':
API for finding accessibility focus in virtual tree not needed.
2012-06-18 11:30:09 -07:00
Svetoslav Ganov
ec7c7ebf01
Merge "API for finding accessibility focus in virtual tree not needed." into jb-dev
2012-06-18 11:27:44 -07:00
Svetoslav Ganov
ce252553fd
am 05fa21fa: am 4cb3b76c: Merge "Ensure WebViewClassic calls super.onHoverEvent()" into jb-dev
...
* commit '05fa21fa77962d302b040f66a1785e0dd84f3e0a':
Ensure WebViewClassic calls super.onHoverEvent()
2012-06-18 10:50:08 -07:00
Adam Powell
0be17da620
am c92aa2e7: am 1b4dc0fe: Merge "Volume control in MediaRouter dialogs" into jb-dev
...
* commit 'c92aa2e7c9112adafc5283921efe25574a95b7a4':
Volume control in MediaRouter dialogs
2012-06-18 10:49:56 -07:00
Adam Powell
9471faf5dc
am 8f695c52: am 706a8699: Merge "Make MediaRouter UI more robust around route count changes" into jb-dev
...
* commit '8f695c525f5baa623a8b951bd3a1fd2b5efd1ceb':
Make MediaRouter UI more robust around route count changes
2012-06-18 10:49:53 -07:00
Jeff Brown
91a5f4bef5
am 79476980: am d7a04de1: Capture window manager\'s last ANR state in bug report.
...
* commit '7947698096d4b09bb0f662fdca89cfa5d475743e':
Capture window manager's last ANR state in bug report.
2012-06-18 10:49:50 -07:00
Makoto Onuki
9b6f53c544
am df6d3eeb: am c4637d3e: Merge "Allow restricting the scope of a phone-filter search" into jb-dev
...
* commit 'df6d3eebbaa8c0b3cb41aec44b9e212f2d4cdb1a':
Allow restricting the scope of a phone-filter search
2012-06-18 10:49:44 -07:00
Adam Powell
7e8aac14c3
am bb20575f: am 130b4572: ActionProvider API update
...
* commit 'bb20575f85ada8ccdacefc53f0da7e00fdf12a16':
ActionProvider API update
2012-06-18 10:49:41 -07:00
Adam Powell
00b7ae0936
am 772ddc0c: am fd4df469: Merge "Remove workaround for bug that was fixed a while ago." into jb-dev
...
* commit '772ddc0cf28625964435edc5e86048e353c425fa':
Remove workaround for bug that was fixed a while ago.
2012-06-18 10:49:35 -07:00
Jeff Brown
a2f0fc1e68
am 4440d158: am 5aa02e20: Merge "Revert "Synthesize fake vsyncs when the screen is off."" into jb-dev
...
* commit '4440d158b88f948ced442797baffad35743406af':
Revert "Synthesize fake vsyncs when the screen is off."
2012-06-18 10:49:32 -07:00
Svetoslav Ganov
041982bf50
am 11832db4: am 531d5866: Merge "Accessibility focus search and setting it from hover are performed by the client." into jb-dev
...
* commit '11832db437d04d71dec9a78382138b2dd6518e37':
Accessibility focus search and setting it from hover are performed by the client.
2012-06-18 10:49:25 -07:00
Teng-Hui Zhu
eaef0d8bb5
am c1d3b23b: am 2075f2d3: Merge "Notify Java side to start when transition into full screen mode without a reload." into jb-dev
...
* commit 'c1d3b23b54bb044bc2fbff83f1a3816b3a0f276b':
Notify Java side to start when transition into full screen mode without a reload.
2012-06-18 10:49:09 -07:00
George Mount
b90ed58f61
Merge "Don't rely on focus change to detect edit-type selection."
2012-06-18 10:39:57 -07:00
Svetoslav Ganov
05fa21fa77
am 4cb3b76c: Merge "Ensure WebViewClassic calls super.onHoverEvent()" into jb-dev
...
* commit '4cb3b76caa004867bac43f0001072e24bfa8c120':
Ensure WebViewClassic calls super.onHoverEvent()
2012-06-18 10:36:12 -07:00
Adam Powell
c92aa2e7c9
am 1b4dc0fe: Merge "Volume control in MediaRouter dialogs" into jb-dev
...
* commit '1b4dc0fe00805f82fb4bb89a97b6b0501e117505':
Volume control in MediaRouter dialogs
2012-06-18 10:34:32 -07:00
Adam Powell
8f695c525f
am 706a8699: Merge "Make MediaRouter UI more robust around route count changes" into jb-dev
...
* commit '706a8699008ce416a7fbd9a4215726fdb00ee803':
Make MediaRouter UI more robust around route count changes
2012-06-18 10:34:29 -07:00
Jeff Brown
7947698096
am d7a04de1: Capture window manager\'s last ANR state in bug report.
...
* commit 'd7a04de16798acc04ec0a89a0c7d9f1cf60d1521':
Capture window manager's last ANR state in bug report.
2012-06-18 10:34:25 -07:00
Makoto Onuki
df6d3eebba
am c4637d3e: Merge "Allow restricting the scope of a phone-filter search" into jb-dev
...
* commit 'c4637d3efbbeb3e204691da96c357b5fea4ae2f1':
Allow restricting the scope of a phone-filter search
2012-06-18 10:33:45 -07:00
Adam Powell
bb20575f85
am 130b4572: ActionProvider API update
...
* commit '130b4572d1f3df702e5b296a655d15a41f6d4c66':
ActionProvider API update
2012-06-18 10:33:19 -07:00
Adam Powell
772ddc0cf2
am fd4df469: Merge "Remove workaround for bug that was fixed a while ago." into jb-dev
...
* commit 'fd4df46917c79067416985ac53a3da6b27e8c333':
Remove workaround for bug that was fixed a while ago.
2012-06-18 10:32:46 -07:00
Jeff Brown
4440d158b8
am 5aa02e20: Merge "Revert "Synthesize fake vsyncs when the screen is off."" into jb-dev
...
* commit '5aa02e20186a9e30553a8ef0d53d5fad4c0b7597':
Revert "Synthesize fake vsyncs when the screen is off."
2012-06-18 10:32:39 -07:00
Svetoslav Ganov
11832db437
am 531d5866: Merge "Accessibility focus search and setting it from hover are performed by the client." into jb-dev
...
* commit '531d5866d8e2529e2ae1c6ef12202119753bec03':
Accessibility focus search and setting it from hover are performed by the client.
2012-06-18 10:32:16 -07:00
Teng-Hui Zhu
c1d3b23b54
am 2075f2d3: Merge "Notify Java side to start when transition into full screen mode without a reload." into jb-dev
...
* commit '2075f2d3e486b565c9abd2556d81dfb1449f6efb':
Notify Java side to start when transition into full screen mode without a reload.
2012-06-18 10:31:16 -07:00
Svetoslav Ganov
4cb3b76caa
Merge "Ensure WebViewClassic calls super.onHoverEvent()" into jb-dev
2012-06-18 10:20:42 -07:00