Commit Graph

6681 Commits

Author SHA1 Message Date
Romain Guy
492a691a49 am 7773e871: Merge change 22014 into eclair
Merge commit '7773e87178ba4978184198d83aa68498887a878f'

* commit '7773e87178ba4978184198d83aa68498887a878f':
  Improved performance in Galaxy and Fall
2009-08-19 17:21:05 -07:00
Android (Google) Code Review
7773e87178 Merge change 22014 into eclair
* changes:
  Improved performance in Galaxy and Fall
2009-08-19 17:16:42 -07:00
Romain Guy
313b5b8b63 Improved performance in Galaxy and Fall 2009-08-19 17:16:17 -07:00
Dmitri Plotnikov
a292ca8d7b am 3c513ed9: Converting CallerInfo to new Contacts API.
Merge commit '3c513ed95cee2e0bcd7208cb7e46307f09c907c9'

* commit '3c513ed95cee2e0bcd7208cb7e46307f09c907c9':
  Converting CallerInfo to new Contacts API.
2009-08-19 16:52:02 -07:00
Jaikumar Ganesh
3c33d1760a am d2e10d59: Merge change 21860 into eclair
Merge commit 'd2e10d5912f440186b79b1e2ab662ff7201ee595'

* commit 'd2e10d5912f440186b79b1e2ab662ff7201ee595':
  Return ICC Card ABSENT instead of NOT_READY when it is not present.
2009-08-19 16:52:00 -07:00
Nick Pelly
2cc072c67c am 947d8ee5: Merge change 21985 into eclair
Merge commit '947d8ee56ab66ddb34f313c3e21c3a9e89b0e14d'

* commit '947d8ee56ab66ddb34f313c3e21c3a9e89b0e14d':
  Fix AudioService on HFP power off due to new Bluetooth API.
2009-08-19 16:51:57 -07:00
Roy West
92f79a51bf am 51a9029c: Fix for bug206007, power dialog change "Why?" to "Battery use"
Merge commit '51a9029cdc6ab51f2ff4b5e8eab72ee9f04a70c3'

* commit '51a9029cdc6ab51f2ff4b5e8eab72ee9f04a70c3':
  Fix for bug206007, power dialog change "Why?" to "Battery use"
2009-08-19 16:51:55 -07:00
Jeff Sharkey
4f2ad5b7ba am 77035a31: Merge change 21967 into eclair
Merge commit '77035a31dda76200b4096db49cb58a169ab54b2c'

* commit '77035a31dda76200b4096db49cb58a169ab54b2c':
  Remove SOURCE_VISIBLE flag that is otherwise unused.
2009-08-19 16:51:52 -07:00
Andreas Huber
efb497623b am 13208052: Merge change 21949 into eclair
Merge commit '13208052e8352615e651d2b4f41262d486b62377'

* commit '13208052e8352615e651d2b4f41262d486b62377':
  Better (proper) parsing of the AVCDecoderConfigurationRecord, respect hardware decoder profile/level limits.
2009-08-19 16:51:50 -07:00
Marco Nelissen
aed870affc am bda918ce: Merge change 21888 into eclair
Merge commit 'bda918ceb6c51212b1b511ba3b22843c1e9c01c5'

* commit 'bda918ceb6c51212b1b511ba3b22843c1e9c01c5':
  Do not enable the rew/pause/ffwd buttons when the media being played does not
2009-08-19 16:51:47 -07:00
Andreas Huber
14a314776a am 07782e07: Merge change 21948 into eclair
Merge commit '07782e079f4410090f87dca109e24e9436653654'

* commit '07782e079f4410090f87dca109e24e9436653654':
  The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed.
2009-08-19 16:51:44 -07:00
Dmitri Plotnikov
3c513ed95c Converting CallerInfo to new Contacts API. 2009-08-19 16:31:01 -07:00
Android (Google) Code Review
d2e10d5912 Merge change 21860 into eclair
* changes:
  Return ICC Card ABSENT instead of NOT_READY when it is not present.
2009-08-19 16:30:31 -07:00
Android (Google) Code Review
947d8ee56a Merge change 21985 into eclair
* changes:
  Fix AudioService on HFP power off due to new Bluetooth API.
2009-08-19 15:30:38 -07:00
Nick Pelly
a56d1c7219 Fix AudioService on HFP power off due to new Bluetooth API.
HEADSET_STATE_CHANGED_ACTION contains a null BluetoothDevice when the HFP
disconnects.
2009-08-19 15:20:39 -07:00
Roy West
51a9029cdc Fix for bug206007, power dialog change "Why?" to "Battery use" 2009-08-19 15:18:29 -07:00
Android (Google) Code Review
77035a31dd Merge change 21967 into eclair
* changes:
  Remove SOURCE_VISIBLE flag that is otherwise unused.
2009-08-19 14:33:56 -07:00
Android (Google) Code Review
13208052e8 Merge change 21949 into eclair
* changes:
  Better (proper) parsing of the AVCDecoderConfigurationRecord, respect hardware decoder profile/level limits.
2009-08-19 14:32:18 -07:00
Jeff Sharkey
a1f1879bea Remove SOURCE_VISIBLE flag that is otherwise unused. 2009-08-19 14:25:56 -07:00
Android (Google) Code Review
bda918ceb6 Merge change 21888 into eclair
* changes:
  Do not enable the rew/pause/ffwd buttons when the media being played does not support these functions. This extends the MediaPlayerControl interface with some new methods, and uses reflection to detect whether the old or new interface is used by an application.
2009-08-19 13:57:22 -07:00
Android (Google) Code Review
07782e079f Merge change 21948 into eclair
* changes:
  The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed.
2009-08-19 13:54:01 -07:00
Andreas Huber
ebf66ea2f8 Better (proper) parsing of the AVCDecoderConfigurationRecord, respect hardware decoder profile/level limits. 2009-08-19 13:32:58 -07:00
Marco Nelissen
c818b141ee Do not enable the rew/pause/ffwd buttons when the media being played does not
support these functions.
This extends the MediaPlayerControl interface with some new methods, and uses
reflection to detect whether the old or new interface is used by an application.
2009-08-19 13:04:53 -07:00
Dianne Hackborn
39f5352a2f am 1281fb6a: Merge change 21862 into eclair
Merge commit '1281fb6a94f9dbb4269a8146271fd0ae97c1c339'

* commit '1281fb6a94f9dbb4269a8146271fd0ae97c1c339':
  Fix issue #2010965: Increase process size on WVGA devices
2009-08-19 12:24:23 -07:00
Jason Sams
394ef42f4c am 6794e1ba: Merge change 21927 into eclair
Merge commit '6794e1ba3866109028de77e17522686d76a26045'

* commit '6794e1ba3866109028de77e17522686d76a26045':
  Improved RS timing code to monitor where we spend CPU time.
2009-08-19 12:22:56 -07:00
Android (Google) Code Review
1281fb6a94 Merge change 21862 into eclair
* changes:
  Fix issue #2010965: Increase process size on WVGA devices
2009-08-19 12:21:02 -07:00
Android (Google) Code Review
6794e1ba38 Merge change 21927 into eclair
* changes:
  Improved RS timing code to monitor where we spend CPU time.
2009-08-19 12:18:28 -07:00
Jason Sams
f4d160653f Improved RS timing code to monitor where we spend CPU time. 2009-08-19 12:17:14 -07:00
Romain Guy
af1feca4b2 am d5bf0e27: Merge change 21926 into eclair
Merge commit 'd5bf0e27db631f3d97b03659f6f221686d3b9e49'

* commit 'd5bf0e27db631f3d97b03659f6f221686d3b9e49':
  Move the sky
2009-08-19 12:14:45 -07:00
Robert Greenwalt
53cb123030 am 6647da1f: Merge change 21919 into eclair
Merge commit '6647da1fa8f5126b09b9ce47ab30f03417eb5700'

* commit '6647da1fa8f5126b09b9ce47ab30f03417eb5700':
  Fix exception when reporting disconn cdma state.
2009-08-19 12:14:42 -07:00
Android (Google) Code Review
d5bf0e27db Merge change 21926 into eclair
* changes:
  Move the sky
2009-08-19 12:10:33 -07:00
Romain Guy
484d57f435 Move the sky 2009-08-19 12:10:03 -07:00
Android (Google) Code Review
6647da1fa8 Merge change 21919 into eclair
* changes:
  Fix exception when reporting disconn cdma state.
2009-08-19 11:54:48 -07:00
Patrick Scott
ac1c5344cc am 37e036fb: Merge change 21901 into eclair
Merge commit '37e036fb81b36f36afea150d61a4f634d78150af'

* commit '37e036fb81b36f36afea150d61a4f634d78150af':
  Check for a timeout <= 0 before adding the vibration.
2009-08-19 11:54:21 -07:00
Android (Google) Code Review
37e036fb81 Merge change 21901 into eclair
* changes:
  Check for a timeout <= 0 before adding the vibration.
2009-08-19 11:50:17 -07:00
Dmitri Plotnikov
64c2185e17 am 9303295e: Redefining phone lookup API.
Merge commit '9303295e1db08bf73ebabac425bd39728bb2f893'

* commit '9303295e1db08bf73ebabac425bd39728bb2f893':
  Redefining phone lookup API.
2009-08-19 11:30:54 -07:00
Dmitri Plotnikov
9303295e1d Redefining phone lookup API. 2009-08-19 11:26:57 -07:00
Robert Greenwalt
75e1d3137c Fix exception when reporting disconn cdma state.
Array out of bounds when checking first element of a 0-length array.
2009-08-19 11:18:53 -07:00
Dianne Hackborn
bdcef70e15 Fix issue #2010965: Increase process size on WVGA devices
This introduces a new system property to set the max vm size.  The default
is still 16mb.
2009-08-19 10:49:18 -07:00
Patrick Scott
24f1076097 Check for a timeout <= 0 before adding the vibration.
A timeout of 0 could cause the vibration thread to run with a null pattern and
crash the system server. Instead, we should just ignore vibrations that don't
make any sense (similar to ignoring a bad pattern vibration).
2009-08-19 13:12:13 -04:00
Jeff Sharkey
801cd429a7 am 220dec28: Use remote Context when inflating initialLayout, add debug.
Merge commit '220dec2897d739ecb627e46b4cafbd664f4ff762'

* commit '220dec2897d739ecb627e46b4cafbd664f4ff762':
  Use remote Context when inflating initialLayout, add debug.
2009-08-19 10:06:34 -07:00
Andreas Huber
4f5e602e17 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. 2009-08-19 09:37:46 -07:00
Jeff Sharkey
220dec2897 Use remote Context when inflating initialLayout, add debug.
To help track down http://b/2055197 this change adds back
exception logging when inflating initialLayout.  On a hunch,
it also assigns the remote Context so generateLayoutParams()
can inflate correctly.
2009-08-19 09:31:51 -07:00
Jeff Sharkey
70220b3bd5 am a6597440: Flag to make all contacts from specific source visible.
Merge commit 'a659744041d0b74b4243fdd448a5fa302a581278'

* commit 'a659744041d0b74b4243fdd448a5fa302a581278':
  Flag to make all contacts from specific source visible.
2009-08-19 09:28:48 -07:00
Jeff Sharkey
a659744041 Flag to make all contacts from specific source visible. 2009-08-19 09:23:33 -07:00
Robert Greenwalt
3a2552e034 am 460f5410: Merge change 21659 into eclair
Merge commit '460f541001112cdbee6902d33769191d5b264884'

* commit '460f541001112cdbee6902d33769191d5b264884':
  Fix for Mms without wifi.
2009-08-19 07:24:00 -07:00
Android (Google) Code Review
460f541001 Merge change 21659 into eclair
* changes:
  Fix for Mms without wifi.
2009-08-19 07:19:06 -07:00
Fred Quintana
c8b943f1b0 am 36ebde8d: Merge change 21841 into eclair
Merge commit '36ebde8d571dbcfeb00cd11dcfbd11e89df91c65'

* commit '36ebde8d571dbcfeb00cd11dcfbd11e89df91c65':
  clean up some logs and clamp the syncable value
2009-08-18 20:21:43 -07:00
Jack Wang
fd79e9ebe6 am f16dcab5: Merge change 21589 into eclair
Merge commit 'f16dcab55954618eff4413cbcdc69b72e881f089'

* commit 'f16dcab55954618eff4413cbcdc69b72e881f089':
  Fix bug 2056252: android.test.AndroidTestRunnerTest:testRunTestWithNullListener is failing
2009-08-18 20:21:39 -07:00
Android (Google) Code Review
36ebde8d57 Merge change 21841 into eclair
* changes:
  clean up some logs and clamp the syncable value
2009-08-18 20:17:57 -07:00