46853 Commits

Author SHA1 Message Date
James Dong
858b673a35 Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file must have the same mode
For some mp3 files, the mode can be changed from one audio frame to another. Without
the capability to switch modes, the decoded audio may have lots of artifacts.

bug - 3253310

Change-Id: Id57bb1f204642d15e38a800c72214f6794cfaa37
2011-03-04 11:28:50 -08:00
Scott Main
ea58d30df9 am 42424da2: am 22724f38: docs: fix toc link in publishing doc
* commit '42424da28b7e2c61d48b13f0daaf2f5b94788c93':
  docs: fix toc link in publishing doc
2011-03-04 11:23:07 -08:00
Scott Main
46a51bec2b am 4f996852: am a2f21847: docs: update market publishing doc
* commit '4f996852e14eea9a7f88715c56484225f52b5d45':
  docs: update market publishing doc
2011-03-04 11:23:00 -08:00
Gilles Debunne
b0b225602c getTextRunCursor gets deprecated in SpannableStringBuilder
Change-Id: I2d408ebff90add7afc242bb01df9ab96c6fc7fa7
2011-03-04 11:19:40 -08:00
Scott Main
42424da28b am 22724f38: docs: fix toc link in publishing doc
* commit '22724f3873b50747ca0fb41bbc5fe9b1acacadf2':
  docs: fix toc link in publishing doc
2011-03-04 11:17:53 -08:00
Scott Main
4f996852e1 am a2f21847: docs: update market publishing doc
* commit 'a2f21847d97042677efdd3b4f001bdbdc8dd1a43':
  docs: update market publishing doc
2011-03-04 11:17:28 -08:00
Leon Scroggins
13492c848f Add ifdef to prevent header being added multiple times.
Change-Id: I92bb0667bea98e43fca20dceb4fff20e446c03cf
2011-03-04 13:54:35 -05:00
Chet Haase
d44cbcc194 am b0be85f5: Merge "Fix problem with transparent background on Twitter app" into honeycomb-mr1
* commit 'b0be85f50d55b03a34bec5bbb326daa79d5907fe':
  Fix problem with transparent background on Twitter app
2011-03-04 10:39:15 -08:00
Chet Haase
b0be85f50d Merge "Fix problem with transparent background on Twitter app" into honeycomb-mr1 2011-03-04 10:35:40 -08:00
Andreas Huber
c4c38fc1ea Added more metadata published by the MediaMetaDataRetriever
- presence of audio/video content
- video dimensions
- avg. bitrate

Change-Id: Ie6d478a3c2d0bb6bebaea99ac0a20a4c17808934
related-to-bug: 3506316
2011-03-04 10:32:36 -08:00
Scott Main
22724f3873 docs: fix toc link in publishing doc
Change-Id: I1b25ba72e55531f0e64d0f973abfcc1889f75ad4
2011-03-04 10:32:04 -08:00
Scott Main
a2f21847d9 docs: update market publishing doc
Change-Id: I32ffd4924d9f33994defe4a2107898cd2a7ec87e
2011-03-04 10:25:01 -08:00
Leon Scroggins
cdaff15bda Create a RenderSkinButton in UI side.
Part of bug:3009375

Create a RenderSkinButton on the UI side, so that we can
use it to draw buttons and free memory, rather than depend
on globals.

Change-Id: If234ec50c42b5c9d63421ab570ea829ba56db048
2011-03-04 12:58:55 -05:00
Scott Main
eb3e7f341d am b1912259: am c44f3907: docs: add redirects for preview docs
* commit 'b191225940ba2f1f56100e62ba2a4f6a49e820ea':
  docs: add redirects for preview docs
2011-03-04 09:45:56 -08:00
Scott Main
b191225940 am c44f3907: docs: add redirects for preview docs
* commit 'c44f3907c4a45a1b3724535bf4aa6de7f31224ee':
  docs: add redirects for preview docs
2011-03-04 09:42:52 -08:00
Leon Scroggins
b613028e2c am 91ac3dc0: Merge "Use the same width as the TextView created layout." into honeycomb-mr1
* commit '91ac3dc06d1b99c5e63cda3b5ae0adfec406fd7a':
  Use the same width as the TextView created layout.
2011-03-04 09:35:25 -08:00
Leon Scroggins
91ac3dc06d Merge "Use the same width as the TextView created layout." into honeycomb-mr1 2011-03-04 09:32:14 -08:00
Chet Haase
7840055f76 Fix problem with transparent background on Twitter app
ListViews whose items don't cover their entire content area should not
return true for isOpaque()

Change-Id: I9165c0315a49bb5774bdcd4c1b89c1be0ebfcebf
2011-03-04 09:08:07 -08:00
Daniel Sandler
013218b49e Fix touches on glowing region around panel.
Bug: 3509407
Change-Id: Ia40f4c534f6bc316da214db821e655123858150a
2011-03-04 11:22:41 -05:00
Ken Wakasa
74a909bc78 am 6e38d26c: Merge "Fix the sort order of the input methods & subtypes in the settings." into honeycomb-mr1
* commit '6e38d26c1e66cc957c33d4263013e02623ebd6da':
  Fix the sort order of the input methods & subtypes in the settings.
2011-03-04 02:59:48 -08:00
Ken Wakasa
6e38d26c1e Merge "Fix the sort order of the input methods & subtypes in the settings." into honeycomb-mr1 2011-03-04 02:57:20 -08:00
Ken Wakasa
761eb3762f Fix the sort order of the input methods & subtypes in the settings.
It should have been the same as how the IME switcher panel does.

bug: 3364167
Change-Id: I48b98c9c4598720edf7cf09d1b9358a9ebed6051
2011-03-04 19:30:12 +09:00
Dianne Hackborn
fdcdd418e9 am 54b3cb17: am f8b8a3fa: Refector preferred activity code out of package manager.
* commit '54b3cb170cc8c80b196079131c3a04410cfff035':
  Refector preferred activity code out of package manager.
2011-03-04 01:10:58 -08:00
Dianne Hackborn
79f473e9ff am a6d2c62b: am 48f91e35: Merge "Fix Fragment.onInflate() to actually work correctly." into honeycomb-mr1
* commit 'a6d2c62b58075e338bb08f419ca1567d87d82dd2':
  Fix Fragment.onInflate() to actually work correctly.
2011-03-04 01:01:47 -08:00
Svetoslav Ganov
0dc4f79ba4 am 5f96962c: am 1e158e9c: Merge "Propagating core settings to the system process." into honeycomb-mr1
* commit '5f96962caa23eec25d449e47a2f677d1ff8e53c9':
  Propagating core settings to the system process.
2011-03-04 01:01:44 -08:00
Rebecca Schultz Zavin
7a76e222d7 am 0b20a705: am 327e94da: Merge "set max_events_per_sec to 55" into honeycomb-mr1
* commit '0b20a705babac184754e41919ddbc3b9a3937933':
  set max_events_per_sec to 55
2011-03-04 01:01:39 -08:00
Rebecca Schultz Zavin
7ad1b5e7d5 am bfc385b8: am 72b3524e: Merge "Set last event time to previous event batch delivery time to apps" into honeycomb-mr1
* commit 'bfc385b8c8af76dd42dd851b818574fb1e9347ee':
  Set last event time to previous event batch delivery time to apps
2011-03-04 01:01:35 -08:00
satok
10ea7a464b am 60047431: am 73016396: Merge "Add a test for persist properties settings" into honeycomb-mr1
* commit '6004743184b8b4425f7af46481612b300d72673a':
  Add a test for persist properties settings
2011-03-04 01:01:31 -08:00
Christopher Tate
380be914ff am 0474407e: am 87ed42d0: Merge "Don\'t spuriously time out restore sessions" into honeycomb-mr1
* commit '0474407e5d99d6e78451c66703d2934adca0cec4':
  Don't spuriously time out restore sessions
2011-03-04 01:01:26 -08:00
Michael Kolb
4d94ab40b1 am d8b243fe: am d7e80b9d: Merge "fix NPE in getSearchBox" into honeycomb-mr1
* commit 'd8b243fea28abda8b0a35b4698a7fe72c39fcace':
  fix NPE in getSearchBox
2011-03-04 01:01:21 -08:00
Ken Wakasa
eb375847b2 am 1b3f178f: am a7001ee8: Merge "Append IME\'s name to the subtype name in the "Select input method" dialog" into honeycomb-mr1
* commit '1b3f178f85284c8b87a57596b50366522dea4766':
  Append IME's name to the subtype name in the "Select input method" dialog
2011-03-04 01:01:16 -08:00
Stephen Hines
918cc2c8a2 am 47ffa461: (-s ours) am 6e71c954: Merge "DO NOT MERGE: Almost all warnings are now errors in RS build." into honeycomb-mr1
* commit '47ffa461676cae538fbe10da52f309f6cd24fed9':
  DO NOT MERGE: Almost all warnings are now errors in RS build.
2011-03-04 01:01:10 -08:00
Wink Saville
29ba5c73ca am 5cf1dbec: (-s ours) am 389bf4f7: Merge "DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"" into honeycomb-mr1
* commit '5cf1dbec1b1d534863f03fc166c7289c4a9d399c':
  DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"
2011-03-04 01:01:04 -08:00
Stephen Hines
07617fea01 am e5841d75: (-s ours) am 3080b85c: Merge "DO NOT MERGE: Fix typos in RenderScript docs." into honeycomb-mr1
* commit 'e5841d7538583420d3bad1c77ad428243f7b7054':
  DO NOT MERGE: Fix typos in RenderScript docs.
2011-03-04 01:00:59 -08:00
Eric Fischer
5ef7449d28 am f4c0a050: am 6c935e63: Merge "Remove unneeded large-screen-specific translations." into honeycomb-mr1
* commit 'f4c0a050c7f474529269f94418a4c4d2960c6752':
  Remove unneeded large-screen-specific translations.
2011-03-04 01:00:52 -08:00
Shimeng (Simon) Wang
d60cb66551 am cb7f5187: am 6cc2bbe5: Merge "Shorten the animation length to make it snappier." into honeycomb-mr1
* commit 'cb7f5187d37d70786c03d5531b36f7fc3bf7c129':
  Shorten the animation length to make it snappier.
2011-03-04 01:00:46 -08:00
Adam Powell
548b890a33 am 89b1c371: am 580cde18: Merge "Fix bug 3506261 - Theme attributes and placeholder assets to support selection action modes" into honeycomb-mr1
* commit '89b1c37127f1c60f80e52887cccd0bf72edf5e0c':
  Fix bug 3506261 - Theme attributes and placeholder assets to support selection action modes
2011-03-04 01:00:39 -08:00
Adam Powell
f22f924eb7 am 1a510ea1: am 789ff0a1: Merge "Fix bug 3505901 - SeekBar should account for thumb width in layout" into honeycomb-mr1
* commit '1a510ea1fdbf23931ea6fa7d97c5b435454c574d':
  Fix bug 3505901 - SeekBar should account for thumb width in layout
2011-03-04 01:00:32 -08:00
Irfan Sheriff
adea5d8c7a am f5949e0e: (-s ours) am 9c8de733: Merge "DO NOT MERGE update current config with dhcp settings" into honeycomb-mr1
* commit 'f5949e0ed1cd15c9535a07181fe58dc3f240767e':
  DO NOT MERGE update current config with dhcp settings
2011-03-04 01:00:21 -08:00
Dianne Hackborn
54b3cb170c am f8b8a3fa: Refector preferred activity code out of package manager.
* commit 'f8b8a3fa955b545843ca264428c620b67c2a5359':
  Refector preferred activity code out of package manager.
2011-03-04 00:22:40 -08:00
Dianne Hackborn
a6d2c62b58 am 48f91e35: Merge "Fix Fragment.onInflate() to actually work correctly." into honeycomb-mr1
* commit '48f91e35c5188f3dc78c12b8e8638a248221691b':
  Fix Fragment.onInflate() to actually work correctly.
2011-03-04 00:16:57 -08:00
Svetoslav Ganov
5f96962caa am 1e158e9c: Merge "Propagating core settings to the system process." into honeycomb-mr1
* commit '1e158e9ce78c25dc5de402f14654a8955de7fddc':
  Propagating core settings to the system process.
2011-03-04 00:16:53 -08:00
Rebecca Schultz Zavin
0b20a705ba am 327e94da: Merge "set max_events_per_sec to 55" into honeycomb-mr1
* commit '327e94daff12ab4ac4da61a3ea802f3f225d1b3a':
  set max_events_per_sec to 55
2011-03-04 00:16:49 -08:00
Rebecca Schultz Zavin
bfc385b8c8 am 72b3524e: Merge "Set last event time to previous event batch delivery time to apps" into honeycomb-mr1
* commit '72b3524eef79abc6680aae713b270cbf3d88be6c':
  Set last event time to previous event batch delivery time to apps
2011-03-04 00:16:45 -08:00
satok
6004743184 am 73016396: Merge "Add a test for persist properties settings" into honeycomb-mr1
* commit '73016396993efaa7b4bc23b5e8bf198deb230a2a':
  Add a test for persist properties settings
2011-03-04 00:16:32 -08:00
Christopher Tate
0474407e5d am 87ed42d0: Merge "Don\'t spuriously time out restore sessions" into honeycomb-mr1
* commit '87ed42d065653aa30b2d1b8b220b75375cf9af30':
  Don't spuriously time out restore sessions
2011-03-04 00:16:27 -08:00
Michael Kolb
d8b243fea2 am d7e80b9d: Merge "fix NPE in getSearchBox" into honeycomb-mr1
* commit 'd7e80b9d5046603ac4a36ea74e204a2ad70a4dca':
  fix NPE in getSearchBox
2011-03-04 00:16:22 -08:00
Ken Wakasa
1b3f178f85 am a7001ee8: Merge "Append IME\'s name to the subtype name in the "Select input method" dialog" into honeycomb-mr1
* commit 'a7001ee8b60d66c25de69c8496108c40a0f2df88':
  Append IME's name to the subtype name in the "Select input method" dialog
2011-03-04 00:16:16 -08:00
Stephen Hines
47ffa46167 am 6e71c954: Merge "DO NOT MERGE: Almost all warnings are now errors in RS build." into honeycomb-mr1
* commit '6e71c954faff34b78a2952436b4f48d84a8c20cd':
  DO NOT MERGE: Almost all warnings are now errors in RS build.
2011-03-04 00:16:11 -08:00
Wink Saville
5cf1dbec1b am 389bf4f7: Merge "DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"" into honeycomb-mr1
* commit '389bf4f734f1820e31f8807d117b6b15ded9ff8b':
  DO NOT MERGE: Revert "LTE Changes for Telephony including Multiple PDN support and IPV6 support"
2011-03-04 00:16:05 -08:00