6570 Commits

Author SHA1 Message Date
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
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
Dianne Hackborn
e9e9bca842 More wallpaper fixes: scroll position, visibility, leaking.
This fixes a bunch of edge cases in updating the wallpaper's scroll position
and visibility when switching between wallpapers and traveling through the UI.

It also fixes some leaks of wallpaper tokens and windows.
2009-08-18 15:59:34 -07:00
Android (Google) Code Review
062292b980 Merge change 21776 into eclair
* changes:
  Cleanup of object destruction.  No need to have a per-class destruction function.  This was a legacy of the distant past when the classes did not have a common base.
2009-08-18 15:51:36 -07:00
Android (Google) Code Review
6c317acc9f Merge change 21790 into eclair
* changes:
  Dormant ICON was not being displayed, fixes bug 2039239.
2009-08-18 15:41:14 -07:00
Dianne Hackborn
1066cbcac0 Fix build. 2009-08-18 15:09:23 -07:00
Jason Sams
7ce033d797 Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. 2009-08-18 14:20:07 -07:00
Android (Google) Code Review
48134b78d5 Merge change 21770 into eclair
* changes:
  Fix issue #2047139: Remove Service.setForeground()
2009-08-18 14:15:38 -07:00
Dianne Hackborn
d8a43f6168 Fix issue #2047139: Remove Service.setForeground()
This API is becoming seriously abused, so now it is deprecated and has
become a no-op.

As an alternative, there is now a new API that allows you to make a service
be in the foreground but requires providing a persistent notification to
go along with this state, allowing the user to know about and control it.
2009-08-18 13:59:27 -07:00
Xavier Ducrohet
f369b7199f am ad4bc607: Merge change 21772 into donut
Merge commit 'ad4bc607bd236dd9b06df9cf89dc5e14541ff66c' into eclair

* commit 'ad4bc607bd236dd9b06df9cf89dc5e14541ff66c':
  Fix Resources#opeRawResource(int, TypedValue) in layoutlib.
2009-08-18 13:42:09 -07:00
Wink Saville
d324c81c04 Dormant ICON was not being displayed, fixes bug 2039239. 2009-08-18 13:41:07 -07:00
Android (Google) Code Review
ad4bc607bd Merge change 21772 into donut
* changes:
  Fix Resources#opeRawResource(int, TypedValue) in layoutlib.
2009-08-18 13:39:50 -07:00
Xavier Ducrohet
72e4bcd3d0 Fix Resources#opeRawResource(int, TypedValue) in layoutlib. 2009-08-18 13:35:55 -07:00
Eric Fischer
d97bcef6e4 am 79dbf7c8: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '79dbf7c8fc910957c9687b863eae97a768d6be60' into eclair

* commit '79dbf7c8fc910957c9687b863eae97a768d6be60':
  Import revised translations.  DO NOT MERGE
2009-08-18 13:11:32 -07:00
Jack Palevich
0ff138d79c am 238f8fe6: Merge change 21652 into donut
Merge commit '238f8fe645271a0ef891553e1c8c3c964c3c876d' into eclair

* commit '238f8fe645271a0ef891553e1c8c3c964c3c876d':
  Make ZoomButtonsController public.
2009-08-18 13:11:08 -07:00
Android Git Automerger
9cefd00f83 resolved conflicts for merge of 6ba69734 to eclair, skipping preloaded-classes as pre Bob 2009-08-18 13:08:40 -07:00
Suchi Amalapurapu
30c0b83490 am d9d25760: Remove dead locks in system process when installing packages
Merge commit 'd9d2576017fadcf47589b54e8ee198f48cc19352' into eclair

* commit 'd9d2576017fadcf47589b54e8ee198f48cc19352':
  Remove dead locks in system process when installing packages
2009-08-18 13:00:32 -07:00
Android (Google) Code Review
1d3fb679af Merge change 21745 into eclair
* changes:
  Refactored "stagefright" commandline app, split off JPEGSource.
2009-08-18 12:52:29 -07:00
Android (Google) Code Review
b22293590c Merge change 21748 into eclair
* changes:
  Get At command count from Bluetooth headset.
2009-08-18 12:39:34 -07:00
Amith Yamasani
82cb029e2a Get At command count from Bluetooth headset.
Pass in the BT headset object when available to the BatteryStats.
2009-08-18 12:38:06 -07:00
Android (Google) Code Review
97e470048a Merge change 21716 into eclair
* changes:
  Include the list of registered providers the package manager dumpsys output.
2009-08-18 12:33:54 -07:00
Android (Google) Code Review
d8047efcb7 Merge change 21754 into eclair
* changes:
  E911 call fix in ECM
2009-08-18 12:12:27 -07:00
Wink Saville
95a1d1a89e E911 call fix in ECM
Based on the VZW requirement, phone should be still in ECM mode in 2nd emergency call.
but in the current phone call, if a 2nd emergency call is originated, ECM mode will exit.

For fixing this problem, the coding design is as below:
1. In framework, canceling the first ECM timer immediately upon the origination of the
   2nd E911 call, and restarting a new timer when the 2nd E911 ends.
2. Framework needs to syncronize the timer with phone app by sending notification to phone app to
   inform timer is canceled or re-started, since phone app needs to show how much ECM time left
   on the status bar.
3. In phone app's emergency callback mode service, the timer in this service will be canceled
   when it receives the timer cancel notification from framework; the timer will be restarted
   once it receives timer restart notification from framework.
2009-08-18 12:08:59 -07:00
Jeff Hamilton
5bfc64f8f6 Include the list of registered providers the package manager dumpsys output. 2009-08-18 14:04:52 -05:00
Android (Google) Code Review
381d70286c Merge change 21750 into eclair
* changes:
  Tweak the galaxy
2009-08-18 11:39:43 -07:00
Romain Guy
cac80a6e13 Tweak the galaxy 2009-08-18 11:39:17 -07:00
Andreas Huber
09daada236 Refactored "stagefright" commandline app, split off JPEGSource. 2009-08-18 11:27:32 -07:00
Android (Google) Code Review
3f648af208 Merge change 21728 into eclair
* changes:
  removing old gears code and correcting simple method typo
2009-08-18 11:24:04 -07:00
Derek Sollenberger
37eb3c3515 removing old gears code and correcting simple method typo 2009-08-18 14:22:26 -04:00
Eric Fischer
79dbf7c8fc Import revised translations. DO NOT MERGE 2009-08-18 11:19:17 -07:00
Fred Quintana
4a6679b97e make syncadapter set whether the account is syncable 2009-08-18 11:06:52 -07:00