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
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
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
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
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
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
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
a659744041
Flag to make all contacts from specific source visible.
2009-08-19 09:23:33 -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
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
Android (Google) Code Review
f16dcab559
Merge change 21589 into eclair
...
* changes:
Fix bug 2056252: android.test.AndroidTestRunnerTest:testRunTestWithNullListener is failing - Verify mInstrumentation is not null before calling getContext()
2009-08-18 20:16:46 -07:00
Jaikumar Ganesh
41e7363f98
Return ICC Card ABSENT instead of NOT_READY when it is not present.
2009-08-18 19:00:43 -07:00
Android (Google) Code Review
068c5db5c3
Merge change 21846 into eclair
...
* changes:
Don't call onSurfaceChanged() if nothing interesting has changed.
2009-08-18 18:41:13 -07:00
Dianne Hackborn
cbf1504824
Don't call onSurfaceChanged() if nothing interesting has changed.
2009-08-18 18:40:01 -07:00
Android (Google) Code Review
2a1f350c7b
Merge change 21847 into eclair
...
* changes:
Tweak the water and its texture
2009-08-18 18:39:07 -07:00
Romain Guy
8a947bd696
Tweak the water and its texture
2009-08-18 18:38:38 -07:00
Jeff Sharkey
7b6771a97b
Bring back per-Account Contact-specific settings.
...
These are used for two purposes: a flag indicating the
default sync state for Groups to inherit, and a flag that
marks when Contacts that don't belong to any specific group
should be visible in UI.
2009-08-18 18:14:11 -07:00
Fred Quintana
b763ab2651
clean up some logs and clamp the syncable value
2009-08-18 18:07:30 -07:00
Android (Google) Code Review
66575d45d1
Merge change 21837 into eclair
...
* changes:
Fix possible NPE on touch mode change in TabHost.
2009-08-18 17:41:22 -07:00
Robert Greenwalt
c85675d0ef
Fix for Mms without wifi.
...
Need to change MOBILE_MMS network into connnected state if the current
apn can already support the traffic.
Bug:2058212
Bug:2055065
Bug:2046882
2009-08-18 17:39:13 -07:00
Romain Guy
7237c56fae
Fix possible NPE on touch mode change in TabHost.
2009-08-18 17:38:14 -07:00
Suchi Amalapurapu
41f31b62e5
am d50066f8: invoke sendMessage instead of dispatchMessage to avoid deadlocks in ActivityManagerService
...
Merge commit 'd50066f8d2ab82c2c8ff305c86cc9b39eaca3c28' into eclair
* commit 'd50066f8d2ab82c2c8ff305c86cc9b39eaca3c28':
invoke sendMessage instead of dispatchMessage to avoid deadlocks in ActivityManagerService
2009-08-18 17:31:54 -07:00
Android (Google) Code Review
6c8dd9841f
Merge change 21831 into eclair
...
* changes:
Add reflections to the water
2009-08-18 17:22:02 -07:00
Romain Guy
15b2969818
Add reflections to the water
2009-08-18 17:21:07 -07:00
Android (Google) Code Review
d06aa4fdc5
Merge change 21825 into eclair
...
* changes:
Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects.
2009-08-18 17:15:04 -07:00
Jason Sams
730ee65d4d
Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects.
2009-08-18 17:07:09 -07:00
Suchi Amalapurapu
d50066f8d2
invoke sendMessage instead of dispatchMessage to avoid deadlocks in ActivityManagerService
2009-08-18 17:03:10 -07:00
Android (Google) Code Review
9abcba3c81
Merge change 21764 into eclair
...
* changes:
Add aapt extensions to dump badging to print more info about activities, receivers and services Fix issue with checking end tags. Earlier some boolean variables were being set once a new tag is detected at the same level which causes some incorrect values to be overwritten. we should be doing this when we detect the end tag.
2009-08-18 16:57:02 -07:00
Android (Google) Code Review
12c9561b8f
Merge change 21811 into eclair
...
* changes:
More wallpaper fixes: scroll position, visibility, leaking.
2009-08-18 16:54:59 -07:00
Suchi Amalapurapu
1b125980c5
Add aapt extensions to dump badging to print more info about activities, receivers and services
...
Fix issue with checking end tags. Earlier some boolean variables were being set once a new
tag is detected at the same level which causes some incorrect values to be overwritten.
we should be doing this when we detect the end tag.
2009-08-18 16:25:28 -07:00