Shimeng (Simon) Wang
48fc9097cc
Send actual view height to webkit for window.innerHeight.
...
Currently only fixed height is sent over to webkit, which is to
avoid relayout when url bar is being scrolled.
And this fixed height is used also as the visible height and shown up
as window.innerheight, which is not correct.
This change sends the actual view height as the screen height to
webkit, so window.innerheight is correct. This may potentially
help fixed elments in a page's bottom. The relayout is still avoided
as before.
issue: 3396895
Change-Id: I0426a7d6dc76a823d8d26943a92689f49026fba8
2011-02-04 10:57:54 -08:00
Robert Greenwalt
23a8a45928
Merge "Stop using netmask in the framework."
2011-02-03 14:16:45 -08:00
Glenn Kasten
2b5072405b
Merge "Bug 1804058 FLAC extractor"
2011-02-03 14:06:09 -08:00
Glenn Kasten
f9f223edb4
Bug 1804058 FLAC extractor
...
Note: dependent on external/flac for libFLAC
Implemented and tested:
* FLAC container
* mono and stereo
* standard sample rates
* standard bit depths
* sniffer
* media scanner
* Vorbis comment metadata including album art
* random access seeking with "torture test"
* web browser integration for audio/flac (not audio/x-flac), but
note that most web servers don't correctly report the MIME type
Not implemented:
* 24-bit to 16-bit dither or noise shaping in AudioFlinger
* 96 kHz to 44.1 or 48 kHz downsampling low pass filter in AudioFlinger
* replay gain is better done in AudioFlinger
* multi-channel, would need AudioFlinger support
* Ogg container, does not seem to be very popular yet
Change-Id: I300873e8c0cfc2e95403d9adb5064d16a2923f17
2011-02-03 13:39:10 -08:00
Robert Greenwalt
2d2afd13af
Stop using netmask in the framework.
...
bug:2542681
Change-Id: Iaa2b30f7a43de28844d86a4a8a513e86d719608a
2011-02-03 13:20:00 -08:00
Robert Greenwalt
f8d40f0d55
Merge "Bind addr and prefixLength together in LinkAddress"
2011-02-03 13:17:48 -08:00
Marco Nelissen
770d02c2fa
Unhide MediaStore.getVersion so Music2 can use it.
...
Change-Id: I006860fe2bd828ffdc598dc89329eba952fde5b3
2011-02-03 12:23:40 -08:00
Shimeng (Simon) Wang
4eb02a13b3
Merge "Use more accurate height/width ratio."
2011-02-03 11:44:06 -08:00
Marco Nelissen
d2f5d166c5
Merge "Add a convenience method for getting the media provider version."
2011-02-03 11:06:07 -08:00
Kenny Root
9ebd580231
Merge "Remove defunct secure FS work"
2011-02-03 11:04:28 -08:00
Marco Nelissen
3822f73a58
Add a convenience method for getting the media provider version.
...
b/3350571
Change-Id: I1280a49029aa75643397fab7113b4dd80b639809
2011-02-03 10:59:30 -08:00
Shimeng (Simon) Wang
a0cc8642cc
Use more accurate height/width ratio.
...
When calculating the view height, use more accurate height/width
ratio, instead of the second hand ratio after height and width
are calculated and rounded.
This prevents the height value to be fluctuated by 1 sometimes
when zooming.
issue: 3385757
Change-Id: I08bf5478ae8b8fd799df892e19f450cb558d8b7f
2011-02-03 10:24:03 -08:00
Mike Lockwood
04f024d564
Merge changes I80558c62,I6587f580
...
* changes:
UsbService: Blacklist HID boot subclass devices (keyboards and mice)
UsbService: Add support for blacklisting certain USB busses
2011-02-03 09:51:06 -08:00
Scott Main
acdf50c4a6
am 28f69ee4: am 2e5fea59: am ca69a634: fix broken links, update the dev guide intro, and update sitemap file
...
* commit '28f69ee47ed80fe7c4792e59093116a97a1ea095':
fix broken links, update the dev guide intro, and update sitemap file
2011-02-02 18:14:03 -08:00
Scott Main
28f69ee47e
am 2e5fea59: am ca69a634: fix broken links, update the dev guide intro, and update sitemap file
...
* commit '2e5fea59c29762227ba31b144bedf91f1384c968':
fix broken links, update the dev guide intro, and update sitemap file
2011-02-02 18:11:55 -08:00
Scott Main
3b3d16ab88
am 67501e77: am ffd20dac: Merge "docs: udpate action bar dev guide" into honeycomb
...
* commit '67501e77ad2ce2b46259758a6f03e6b768980fc4':
docs: udpate action bar dev guide
2011-02-02 18:10:45 -08:00
Scott Main
2e5fea59c2
am ca69a634: fix broken links, update the dev guide intro, and update sitemap file
...
* commit 'ca69a6340610bfd7e830ff9be64a74085aea037c':
fix broken links, update the dev guide intro, and update sitemap file
2011-02-02 18:08:51 -08:00
Scott Main
67501e77ad
am ffd20dac: Merge "docs: udpate action bar dev guide" into honeycomb
...
* commit 'ffd20dac9b616ff1c31c4c7b46dd86b05a82ed30':
docs: udpate action bar dev guide
2011-02-02 18:08:23 -08:00
Scott Main
ffd20dac9b
Merge "docs: udpate action bar dev guide" into honeycomb
2011-02-02 18:06:01 -08:00
Scott Main
ca69a63406
fix broken links, update the dev guide intro, and update sitemap file
...
Change-Id: Icf0c7772901f742c36ba417e07cc5e299f72849a
2011-02-02 17:43:24 -08:00
Svetoslav Ganov
0bbfbb5916
Merge "NumberPicker should not play initial animation while in edit mode"
2011-02-02 17:22:21 -08:00
Svetoslav Ganov
5d3aa2c5e9
Merge "Leaking connection to the Text-To-Speech service."
2011-02-02 17:21:27 -08:00
Svetoslav Ganov
4acac231b0
Leaking connection to the Text-To-Speech service.
...
bug:3417215
1. Now the Text-To-Speech instance is exposed to JavaScript
and removed from JavaScript in the attach and detach from
window callbacks which is consistent with what WebView
does with its tree observer callbacks.
Change-Id: I3e084ba938ba6f13c578317129264dbcbdcf6450
2011-02-02 17:20:01 -08:00
Scott Main
46e88304f4
am 43bcbd87: am 45c66a0e: (-s ours) am 94a6c689: Merge "wholesale manual merge of docs from gingerbread-docs to gingerbread includes misc changes that occured for preview sdk and shortly after plus misc older stuff that got missed" into gingerbread
...
* commit '43bcbd875843d80421f8b1fc777b8d6f5b9e967d':
wholesale manual merge of docs from gingerbread-docs to gingerbread includes misc changes that occured for preview sdk and shortly after plus misc older stuff that got missed
2011-02-02 17:15:35 -08:00
Romain Guy
dcbcb680bc
am 44e3b0d0: am f44ed5ad: Merge "Don\'t clobber the local dirty rect after rendering a layer. Bug #3417254 Bug #3413433 " into honeycomb
...
* commit '44e3b0d0344955d5ce1bbb0b329627e24b7dd468':
Don't clobber the local dirty rect after rendering a layer. Bug #3417254 Bug #3413433
2011-02-02 17:15:26 -08:00
Vasu Nori
b73fb5401e
am 99e8e047: am 6bc710f7: Merge "bug:3414192 new API to designate a download to be OTA update" into honeycomb
...
* commit '99e8e0470249ce145003cc1eabc5ae391af34a06':
bug:3414192 new API to designate a download to be OTA update
2011-02-02 17:15:16 -08:00
Kenny Root
3fe81c9e2b
Merge "Fix some memory leaks found in static analysis"
2011-02-02 17:14:35 -08:00
Scott Main
43bcbd8758
am 45c66a0e: (-s ours) am 94a6c689: Merge "wholesale manual merge of docs from gingerbread-docs to gingerbread includes misc changes that occured for preview sdk and shortly after plus misc older stuff that got missed" into gingerbread
...
* commit '45c66a0e1ce3d38c20804caaa6cda896187d88fb':
wholesale manual merge of docs from gingerbread-docs to gingerbread includes misc changes that occured for preview sdk and shortly after plus misc older stuff that got missed
2011-02-02 17:02:53 -08:00
Romain Guy
44e3b0d034
am f44ed5ad: Merge "Don\'t clobber the local dirty rect after rendering a layer. Bug #3417254 Bug #3413433 " into honeycomb
...
* commit 'f44ed5adc42fefa0c91fc79c5e3c20e1cdc7d697':
Don't clobber the local dirty rect after rendering a layer. Bug #3417254 Bug #3413433
2011-02-02 16:47:09 -08:00
Vasu Nori
99e8e04702
am 6bc710f7: Merge "bug:3414192 new API to designate a download to be OTA update" into honeycomb
...
* commit '6bc710f769618e87b98d51cd02241e6b1a2fb653':
bug:3414192 new API to designate a download to be OTA update
2011-02-02 16:47:05 -08:00
Mathias Agopian
721f3a6ea3
am 50b029d5: am 7ba35f5a: Merge "[3418265] apply layer transformations to the DimLayer." into honeycomb
...
* commit '50b029d578fa06cd0733dcc7c69cb94f5f824908':
[3418265] apply layer transformations to the DimLayer.
2011-02-02 16:46:46 -08:00
Scott Main
4d8a596665
am 8007af91: am 603b475e: am 4add7f3f: cherrypick Change-Id: I350a012817e6e9fa76fa0e58ab252d457cd103f2 update OEM driver list with new fujitsu and kyocera
...
* commit '8007af91ed229936dee24f3b8b7f76abd5598502':
cherrypick Change-Id: I350a012817e6e9fa76fa0e58ab252d457cd103f2 update OEM driver list with new fujitsu and kyocera
2011-02-02 16:46:42 -08:00
Mathias Agopian
50b029d578
am 7ba35f5a: Merge "[3418265] apply layer transformations to the DimLayer." into honeycomb
...
* commit '7ba35f5ab3c838c7f1b3ab957be685ac1f506b2a':
[3418265] apply layer transformations to the DimLayer.
2011-02-02 16:44:58 -08:00
Scott Main
45c66a0e1c
am 94a6c689: Merge "wholesale manual merge of docs from gingerbread-docs to gingerbread includes misc changes that occured for preview sdk and shortly after plus misc older stuff that got missed" into gingerbread
...
* commit '94a6c689acb03ba01546a10933699bde22bb4a4c':
wholesale manual merge of docs from gingerbread-docs to gingerbread includes misc changes that occured for preview sdk and shortly after plus misc older stuff that got missed
2011-02-02 16:44:55 -08:00
Scott Main
8007af91ed
am 603b475e: am 4add7f3f: cherrypick Change-Id: I350a012817e6e9fa76fa0e58ab252d457cd103f2 update OEM driver list with new fujitsu and kyocera
...
* commit '603b475e59d0ebcdb9bac297fc91e80cafbdb3a9':
cherrypick Change-Id: I350a012817e6e9fa76fa0e58ab252d457cd103f2 update OEM driver list with new fujitsu and kyocera
2011-02-02 16:44:13 -08:00
Romain Guy
f44ed5adc4
Merge "Don't clobber the local dirty rect after rendering a layer. Bug #3417254 Bug #3413433 " into honeycomb
2011-02-02 16:44:07 -08:00
Vasu Nori
6bc710f769
Merge "bug:3414192 new API to designate a download to be OTA update" into honeycomb
2011-02-02 16:43:56 -08:00
Mathias Agopian
7ba35f5ab3
Merge "[3418265] apply layer transformations to the DimLayer." into honeycomb
2011-02-02 16:42:37 -08:00
Kenny Root
35ab3ad61f
Remove defunct secure FS work
...
Bug: 3365047
Change-Id: I68eaea295881f5431907e1b93bdd73e644e84aa5
2011-02-02 16:42:18 -08:00
Robert Greenwalt
5e9bf7a908
Merge "Add new network type for HSPA+."
2011-02-02 16:42:10 -08:00
Scott Main
603b475e59
am 4add7f3f: cherrypick Change-Id: I350a012817e6e9fa76fa0e58ab252d457cd103f2 update OEM driver list with new fujitsu and kyocera
...
* commit '4add7f3ffcebe1564d1e492194817afaf107ac16':
cherrypick Change-Id: I350a012817e6e9fa76fa0e58ab252d457cd103f2 update OEM driver list with new fujitsu and kyocera
2011-02-02 16:41:29 -08:00
Scott Main
94a6c689ac
Merge "wholesale manual merge of docs from gingerbread-docs to gingerbread includes misc changes that occured for preview sdk and shortly after plus misc older stuff that got missed" into gingerbread
2011-02-02 16:38:25 -08:00
Scott Main
4add7f3ffc
cherrypick Change-Id: I350a012817e6e9fa76fa0e58ab252d457cd103f2
...
update OEM driver list with new fujitsu and kyocera
Change-Id: Ice11a179fe6a4eb220509fc784ac6f6af5a2fa5e
2011-02-02 16:32:11 -08:00
Bill Gruber
510e0af108
am a9b9e3f7: am 930189f0: am df71cabb: cherrypick Change-Id: Ica1b68a1687917432d39d7d116c9c24fa1644a83 Initial posting of in-app billing docs
...
* commit 'a9b9e3f7a955888c44ecfba6cf29c420862976d2':
cherrypick Change-Id: Ica1b68a1687917432d39d7d116c9c24fa1644a83 Initial posting of in-app billing docs
2011-02-02 16:25:26 -08:00
Scott Main
7afca39e84
am 44ebca2a: am cb2d8817: am 2458f2a1: cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent
...
* commit '44ebca2a3d994630e6d500725d86aab391d1d879':
cherrypick Change-Id: I60c74919ab3df359f47e5052bcc1469318a5b821 add notice about large screen devices and the "mobile" string in user agent
2011-02-02 16:25:23 -08:00
Scott Main
8f2f30ccbb
am 062f2c4e: am 8b05f6a2: am 0c1a4d3b: cherrypick Change-Id: Ia4a3488a7f25925b512c0e0ae64c1f5dcf30f680 fix market link on homepage
...
* commit '062f2c4e22b2d38d9d8983beb14d7363607177ff':
cherrypick Change-Id: Ia4a3488a7f25925b512c0e0ae64c1f5dcf30f680 fix market link on homepage
2011-02-02 16:22:12 -08:00
Irfan Sheriff
2fcaf538ce
am aec39e62: Merge "resolved conflicts for merge of ec348b49 to honeycomb-plus-aosp" into honeycomb-plus-aosp
...
* commit 'aec39e625b95088f4020302a0eac1f38da43c765':
two digit number handling in croatia and serbia
2011-02-02 16:21:28 -08:00
Jamie Gennis
a257be1895
am 421d94c2: am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb
...
* commit '421d94c20321e1de528416b279bf148baba47b39':
Pass the IGraphicBufferAlloc to SurfaceTextureClient.
2011-02-02 16:21:24 -08:00
Wink Saville
9d3fb3717f
am 94dbc990: am d31fed90: Merge "Have SmsMessage use getCurrentPhoneType" into honeycomb
...
* commit '94dbc990b8840d323d358770a1ba02bb4820c681':
Have SmsMessage use getCurrentPhoneType
2011-02-02 16:21:08 -08:00
Xavier Ducrohet
2375c7188a
am ca2f84c8: am a4747d53: Merge "Make TimePicker/DatePicker/CalendarView render in Eclipse." into honeycomb
...
* commit 'ca2f84c8fc9135b6031de3c01b7f657a80223ceb':
Make TimePicker/DatePicker/CalendarView render in Eclipse.
2011-02-02 16:21:02 -08:00