OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge change 23485 into eclair
Android (Google) Code Review [Tue, 8 Sep 2009 12:48:06 +0000 (05:48 -0700)]
Merge change 23485 into eclair

* changes:
  Adding classes to enable plugins to use the java view system.

14 years agoMerge change 24097 into eclair
Android (Google) Code Review [Tue, 8 Sep 2009 08:23:05 +0000 (01:23 -0700)]
Merge change 24097 into eclair

* changes:
  Fix small bugs in VCardComposer.java.

14 years agoFix $#%^&%!! SDK build.
Dianne Hackborn [Tue, 8 Sep 2009 06:57:26 +0000 (23:57 -0700)]
Fix $#%^&%!! SDK build.

Change-Id: I03841e00d2d67af88fed716753aedabb5dbe48d9

14 years agoImplement all of the infrastructure for configuring wallpapers.
Dianne Hackborn [Mon, 7 Sep 2009 07:49:58 +0000 (00:49 -0700)]
Implement all of the infrastructure for configuring wallpapers.

Actually being able to configure a wallpaper relies on additional
work in the launcher and wallpapers that will be in another change.
Also note that this breaks all existing wallpapers, since they now
need to include a meta-data item about themselves.  This also
will be fixed in another change.

Change-Id: I97d2c2bd07237abc32f92b9147c32530a2f73c71

14 years agoMerge change 24101 into eclair
Android (Google) Code Review [Tue, 8 Sep 2009 04:02:29 +0000 (21:02 -0700)]
Merge change 24101 into eclair

* changes:
  Fix CDMA BCD unit test.

14 years agoMerge change 23413 into eclair
Android (Google) Code Review [Tue, 8 Sep 2009 03:55:08 +0000 (20:55 -0700)]
Merge change 23413 into eclair

* changes:
  Rename SMSTest to GsmSmsTest.

14 years agoMerge change 24099 into eclair
Android (Google) Code Review [Mon, 7 Sep 2009 17:16:20 +0000 (10:16 -0700)]
Merge change 24099 into eclair

* changes:
  Fix issue #2095422: Some fades from opaque to transparent don't work

14 years agoMerge change 24098 into eclair
Android (Google) Code Review [Mon, 7 Sep 2009 17:14:44 +0000 (10:14 -0700)]
Merge change 24098 into eclair

* changes:
  Fix bug where we wouldn't release remote provider references.

14 years agoAdd Gservices constants for GlobalSearch settings
Bjorn Bringert [Fri, 4 Sep 2009 11:01:53 +0000 (12:01 +0100)]
Add Gservices constants for GlobalSearch settings

This is part of the implementation of http://b/issue?id=2097470

Change-Id: Ife3e5edd4c7d31824d75a0f93a6dcd56a39ab524

14 years agoFix small bugs in VCardComposer.java.
Daisuke Miyakawa [Mon, 7 Sep 2009 04:00:11 +0000 (13:00 +0900)]
Fix small bugs in VCardComposer.java.

- The logic for emitting "FN" is wrong.
- FileWriter's "double close" problem should occur in the current implementation.
- Let VCardParser_V31.java ignore AGENT field instead of throwing an unkind VCardNotSupportedException.

14 years agoMerge change 23415 into eclair
Android (Google) Code Review [Mon, 7 Sep 2009 10:25:56 +0000 (03:25 -0700)]
Merge change 23415 into eclair

* changes:
  Open some methods on PrefereneManager to allow others use the inflater.

14 years agoFix CDMA BCD unit test.
Tammo Spalink [Mon, 7 Sep 2009 07:45:09 +0000 (15:45 +0800)]
Fix CDMA BCD unit test.

Addresses issues:
http://buganizer/issue?id=2056263

Change-Id: I80e2412bd53b9045ae3cdc95cdf132da0946c2ea

14 years agoRename SMSTest to GsmSmsTest.
Tammo Spalink [Tue, 1 Sep 2009 06:59:55 +0000 (14:59 +0800)]
Rename SMSTest to GsmSmsTest.

Change-Id: I7ef602bd52167fd9f0712b1ce560e72a78f67193

14 years agoFix issue #2095422: Some fades from opaque to transparent don't work
Dianne Hackborn [Mon, 7 Sep 2009 04:08:27 +0000 (21:08 -0700)]
Fix issue #2095422: Some fades from opaque to transparent don't work

ViewRoot was using Surface.clear(), which has different behavior
in different processes -- in the system process it would kill the
surface, causing all windows in that process to immediately disappear
instead of animating away.

This change makes Surface.release() public and uses that instead.  It
also renames Surface.clear() to Surface.destroy().

Also fixed some issues in the window manager that were causing the
wallpaper to not get immediately resized when the orientation changes
and its target window is removed and re-added.

Change-Id: I2a992e365cf5747511f0bf1193db32dc2525b218

14 years agoFix bug where we wouldn't release remote provider references.
Dianne Hackborn [Wed, 2 Sep 2009 02:54:29 +0000 (19:54 -0700)]
Fix bug where we wouldn't release remote provider references.

The check for whether the release call is coming from another process was
very broken, and just happened to work by chance.  It also never worked for
apps that had code running in two different processes, with one process
using a provider in another of its processes.  Also a little cleanup and
debugging logs for provider management, and removal of that increasingly
annoying log about services being stopped.

Change-Id: Ibc298e674db7d35c4b6499fb32e30929a141b670

14 years agoMerge change 24060 into eclair
Android (Google) Code Review [Sun, 6 Sep 2009 23:41:35 +0000 (16:41 -0700)]
Merge change 24060 into eclair

* changes:
  Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler system property is set. Saves snapshots to the SD card.

14 years agodumpstate: Add the ctime (time the file was harvested out of /proc) to dump.
San Mehat [Sat, 5 Sep 2009 22:20:20 +0000 (15:20 -0700)]
dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.

Signed-off-by: San Mehat <san@google.com>
14 years agoIntegrated the profiler into the framework. We run it all the time if the persist...
Bob Lee [Sat, 5 Sep 2009 01:31:17 +0000 (18:31 -0700)]
Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler
system property is set. Saves snapshots to the SD card.

14 years agoFix code placement and comments for gtalk url scraping settings.
Ye Wen [Sat, 5 Sep 2009 06:43:47 +0000 (23:43 -0700)]
Fix code placement and comments for gtalk url scraping settings.

14 years agoMerge change 24014 into eclair
Android (Google) Code Review [Sat, 5 Sep 2009 05:50:49 +0000 (22:50 -0700)]
Merge change 24014 into eclair

* changes:
  Gservices settings for controlling URL scraping in GTalk app.

14 years agoGservices settings for controlling URL scraping in GTalk app.
Ye Wen [Fri, 4 Sep 2009 21:10:36 +0000 (14:10 -0700)]
Gservices settings for controlling URL scraping in GTalk app.

14 years agoattempt to fix [2099362] Possible SurfaceFlinger crash
Mathias Agopian [Sat, 5 Sep 2009 02:50:23 +0000 (19:50 -0700)]
attempt to fix [2099362] Possible SurfaceFlinger crash

14 years agoMerge change 24039 into eclair
Android (Google) Code Review [Sat, 5 Sep 2009 01:30:46 +0000 (18:30 -0700)]
Merge change 24039 into eclair

* changes:
  Fixing a concurrency problem by changing the contact aggregation exception API.

14 years agoMerge change 24058 into eclair
Android (Google) Code Review [Sat, 5 Sep 2009 01:21:30 +0000 (18:21 -0700)]
Merge change 24058 into eclair

* changes:
  Minor perf improvement to fall and expand use of struct.

14 years agoMerge change 24057 into eclair
Android (Google) Code Review [Sat, 5 Sep 2009 01:21:18 +0000 (18:21 -0700)]
Merge change 24057 into eclair

* changes:
  checkpoint

14 years agoMinor perf improvement to fall and expand use of struct.
Jason Sams [Sat, 5 Sep 2009 01:19:46 +0000 (18:19 -0700)]
Minor perf improvement to fall and expand use of struct.

14 years agoMerge change 24048 into eclair
Android (Google) Code Review [Sat, 5 Sep 2009 01:17:15 +0000 (18:17 -0700)]
Merge change 24048 into eclair

* changes:
  fix [2098939] Smooth gradients show banding on Sholes

14 years agoFix point sprites.
Romain Guy [Sat, 5 Sep 2009 00:55:41 +0000 (17:55 -0700)]
Fix point sprites.

Change-Id: Ic9438daaf25f3969a0dd5b634b7cceccbbbfb27b

14 years agofix [2098939] Smooth gradients show banding on Sholes
Mathias Agopian [Sat, 5 Sep 2009 00:27:16 +0000 (17:27 -0700)]
fix [2098939] Smooth gradients show banding on Sholes

14 years agoam dac0d75a: Doc change only: Add sizes/checksums for SDK packages.
Dirk Dougherty [Fri, 4 Sep 2009 23:45:52 +0000 (16:45 -0700)]
am dac0d75a: Doc change only: Add sizes/checksums for SDK packages.

Merge commit 'dac0d75ad7fbd10981477b1fcc35c955185a41fd' into eclair

* commit 'dac0d75ad7fbd10981477b1fcc35c955185a41fd':
  Doc change only: Add sizes/checksums for SDK packages.

14 years agoDoc change only: Add sizes/checksums for SDK packages.
Dirk Dougherty [Fri, 4 Sep 2009 22:36:45 +0000 (15:36 -0700)]
Doc change only: Add sizes/checksums for SDK packages.

Change-Id: I11a38fb4002d72cf69ea545bd395b0f97b8caa66

14 years agocheckpoint
Jason Sams [Fri, 4 Sep 2009 23:00:28 +0000 (16:00 -0700)]
checkpoint

14 years agoFixing a concurrency problem by changing the contact aggregation exception API.
Dmitri Plotnikov [Fri, 4 Sep 2009 22:59:05 +0000 (15:59 -0700)]
Fixing a concurrency problem by changing the contact aggregation exception API.

The current API requires a contact_id and a raw_contact_id
There are at least two issues with this approach I did not recognize initially:

1. Contact_id may be changed asynchronously by aggregation or some other process.
2. A raw contacts may need to be added to an aggregate before the actual aggregation pass
has gotten to it, so the client would need to wait for the aggregation to complete
before it can set an aggregation exception.  That's backwards.

14 years agoMerge change 24029 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 22:58:02 +0000 (15:58 -0700)]
Merge change 24029 into eclair

* changes:
  Fix mncLength in cases with a malformed AD_DONE msg from SIM

14 years agoMerge change 24020 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 22:40:30 +0000 (15:40 -0700)]
Merge change 24020 into eclair

* changes:
  Wallpapers: new transitions, hiding when not visible, other cleanup.

14 years agoMerge change 24024 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 22:39:46 +0000 (15:39 -0700)]
Merge change 24024 into eclair

* changes:
  Remove "predefined" elements from Java layer.  Static elements continue to exist but are no longer treated as a special version of element.

14 years agoMerge change 24002 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 22:16:25 +0000 (15:16 -0700)]
Merge change 24002 into eclair

* changes:
  Fix SparseArray accesses

14 years agoFix mncLength in cases with a malformed AD_DONE msg from SIM
Robert Greenwalt [Fri, 4 Sep 2009 22:08:37 +0000 (15:08 -0700)]
Fix mncLength in cases with a malformed AD_DONE msg from SIM

Several cases error out and skip our guessing of the mcnLength.  This
results in no operator_numeric being set and no APN's matching.

bug: 2101770

14 years agoWhen zooming, do not draw the WebTextView. Resize it when done.
Leon Scroggins [Thu, 3 Sep 2009 14:06:04 +0000 (10:06 -0400)]
When zooming, do not draw the WebTextView.  Resize it when done.

Fix for issue http://b/issue?id=2074429

Change-Id: Iae46df57310a360f07c9d6afef24ca3ff9d04bdc

14 years agoRemove "predefined" elements from Java layer. Static elements continue to exist...
Jason Sams [Fri, 4 Sep 2009 21:42:41 +0000 (14:42 -0700)]
Remove "predefined" elements from Java layer.  Static elements continue to exist but are no longer treated as a special version of element.

14 years agoMerge change 24008 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 21:38:20 +0000 (14:38 -0700)]
Merge change 24008 into eclair

* changes:
  Clean up from earlier changes to place title bar at top of WebView

14 years agoMerge change 23907 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 21:30:29 +0000 (14:30 -0700)]
Merge change 23907 into eclair

* changes:
  Add sync_details support.

14 years agoWallpapers: new transitions, hiding when not visible, other cleanup.
Dianne Hackborn [Fri, 4 Sep 2009 21:21:19 +0000 (14:21 -0700)]
Wallpapers: new transitions, hiding when not visible, other cleanup.

This is work on the transitions with wallpapers.  There are now new
animations specifically for leaving the wallpaper and returning to
it, which allow us to have a consistent animation when entering home
and returning to it.  I also renamed the existing animations across
wallpapers, and cleaned up some junk in the various interpolators.

This also now hides the wallpaper surface when it is not visible,
to get rid of the wallpaper flickers people complained about albeit
in a somewhat brutal way. :)  (Though really returning us to the
previous behavior with the same previous bugs and name back to them
not being very visible, yay!)  There is are also some bug fixes
here and there about managing the wallpaper visibility that this
change revealed.

Change-Id: I913990a9a81651728122ed2e1101b75ed2c36fcb

14 years agoMerge change 24010 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 21:24:00 +0000 (14:24 -0700)]
Merge change 24010 into eclair

* changes:
  Don't toggle between in app and global search on repeat key events.

14 years agoClean up from earlier changes to place title bar at top of WebView
Leon Scroggins [Fri, 4 Sep 2009 20:58:09 +0000 (16:58 -0400)]
Clean up from earlier changes to place title bar at top of WebView

Rename addTitleBar to setEmbeddedTitleBar.  This requires a change
to packages/apps/Browser.  Also remove mTitleBar if there already
was one.

In ViewManager, call contentToViewDimension where appropriate.

Change-Id: If4d378fad192990253411924a9a80bee96e63ff2

14 years agoDon't toggle between in app and global search on repeat key events.
Karl Rosaen [Fri, 4 Sep 2009 21:05:17 +0000 (14:05 -0700)]
Don't toggle between in app and global search on repeat key events.

Fixes http://b/issue?id=2019231.

14 years agoFix SparseArray accesses
Costin Manolache [Fri, 4 Sep 2009 20:36:04 +0000 (13:36 -0700)]
Fix SparseArray accesses

14 years agoSome mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version),
Grace Kloba [Fri, 4 Sep 2009 20:15:59 +0000 (13:15 -0700)]
Some mobile sites, like m.yahoo.com, slashdot.org (iPhone version),
have a bigger minPrefWidth than the screen width. So we don't want to force
the minZoomScale to be same as defaultScale. Otherwise we won't be able to
zoom out in these sites.

Fix http://b/issue?id=2090718

14 years agoMerge change 23979 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 20:05:50 +0000 (13:05 -0700)]
Merge change 23979 into eclair

* changes:
  Do a better job at finding the activity associated with a dialog when triggering search.

14 years agoMerge change 23940 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 19:51:11 +0000 (12:51 -0700)]
Merge change 23940 into eclair

* changes:
  Add more documents on the ACTION_SEND_MULTIPLE intent.

14 years agoalso expose onDrawHorizontalScrollBar() in View
Mike Reed [Fri, 4 Sep 2009 18:01:48 +0000 (14:01 -0400)]
also expose onDrawHorizontalScrollBar() in View
retool WebView's calculations to correctly compute scrollbar height and parameters

14 years agoDo a better job at finding the activity associated with a dialog when triggering...
Karl Rosaen [Fri, 4 Sep 2009 18:15:21 +0000 (11:15 -0700)]
Do a better job at finding the activity associated with a dialog when triggering search.

It first looks to see if there is an activity that is managing the dialog, and if not,
follows the context / contextwrapper chain to find an activity if possible.

Fixes http://b/issue?id=2064772.

14 years agoTranslate the content dimension to the view space before setting them to the view.
Grace Kloba [Fri, 4 Sep 2009 00:25:13 +0000 (17:25 -0700)]
Translate the content dimension to the view space before setting them to the view.

Fix http://b/issue?id=2027254

14 years agoNotificationManagerService: Only blink red battery low LED when not charging.
Mike Lockwood [Fri, 4 Sep 2009 15:06:46 +0000 (11:06 -0400)]
NotificationManagerService: Only blink red battery low LED when not charging.

Change-Id: Ie5836ae99d4ca19d9d062e7c78c8b40cd8d6c29d
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change 23949 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 11:49:11 +0000 (04:49 -0700)]
Merge change 23949 into eclair

* changes:
  GPS: Fix race condition reporting NMEA data.

14 years agoGPS: Fix race condition reporting NMEA data.
Eddie Ho [Fri, 4 Sep 2009 11:03:22 +0000 (07:03 -0400)]
GPS: Fix race condition reporting NMEA data.

Change-Id: I80997e2686d9c08d7d2def094f9922e83cf41013
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change 23804 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 10:27:47 +0000 (03:27 -0700)]
Merge change 23804 into eclair

* changes:
  Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface.

14 years agoAdd more documents on the ACTION_SEND_MULTIPLE intent.
Chih-Chung Chang [Fri, 4 Sep 2009 06:36:01 +0000 (14:36 +0800)]
Add more documents on the ACTION_SEND_MULTIPLE intent.

Change-Id: Ic3d7b74299611158470b729be654fbadde1691ff

14 years agodo not merge: fix API current.xml for Hashtable.
Jesse Wilson [Fri, 4 Sep 2009 01:19:17 +0000 (18:19 -0700)]
do not merge: fix API current.xml for Hashtable.

14 years agodo not merge: update API for Josh's optimizations for Eclair
Jesse Wilson [Thu, 3 Sep 2009 21:03:18 +0000 (14:03 -0700)]
do not merge: update API for Josh's optimizations for Eclair

14 years agoMerge change 23906 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 23:29:44 +0000 (16:29 -0700)]
Merge change 23906 into eclair

* changes:
  Removing references to deprecated API and the deprecated API itself.

14 years agoRemoving references to deprecated API and the deprecated API itself.
Dmitri Plotnikov [Thu, 3 Sep 2009 23:27:37 +0000 (16:27 -0700)]
Removing references to deprecated API and the deprecated API itself.

14 years agoMerge change 23908 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 23:24:46 +0000 (16:24 -0700)]
Merge change 23908 into eclair

* changes:
  Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app.

14 years agoAdd another testcase for moto to reproduce bug #2099685 to the stagefright commandlin...
Andreas Huber [Thu, 3 Sep 2009 23:09:33 +0000 (16:09 -0700)]
Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app.

14 years agoMerge change 23870 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 22:54:22 +0000 (15:54 -0700)]
Merge change 23870 into eclair

* changes:
  Allow hasIccCard to be useable by any processes.

14 years agoMerge change 23890 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 22:47:39 +0000 (15:47 -0700)]
Merge change 23890 into eclair

* changes:
  Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.

14 years agoAdd sync_details support.
Ken Shirriff [Thu, 3 Sep 2009 22:28:16 +0000 (15:28 -0700)]
Add sync_details support.

This adds sync_details logging to AbstractThreadedSyncAdapter and thus
the new contacts code.

14 years agoImprove structure support using symbol lookup of named structures in scripts to allow...
Jason Sams [Thu, 3 Sep 2009 22:43:13 +0000 (15:43 -0700)]
Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.

14 years agoMerge change 21774 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 21:45:00 +0000 (14:45 -0700)]
Merge change 21774 into eclair

* changes:
  Implement USIM and add support for importing emails from USIM.

14 years agoMerge change 23868 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 21:36:28 +0000 (14:36 -0700)]
Merge change 23868 into eclair

* changes:
  Add better service reporting.

14 years agoFix appcache layout test that was timing out due to race condition in WebView::addJav...
Andrei Popescu [Thu, 3 Sep 2009 12:56:07 +0000 (13:56 +0100)]
Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface.

14 years agoMerge change 23861 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 21:18:51 +0000 (14:18 -0700)]
Merge change 23861 into eclair

* changes:
  Replace the bugreport symlink with a tool that starts the new dumpstate service.

14 years agoMerge change 23824 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 21:16:57 +0000 (14:16 -0700)]
Merge change 23824 into eclair

* changes:
  Override getAccounts to return an empty AccountSet in MockAccountManager. This used to throw an NPE instead since IAccountManagerService is set to NULL.

14 years agoAdd better service reporting.
Dianne Hackborn [Thu, 3 Sep 2009 07:18:47 +0000 (00:18 -0700)]
Add better service reporting.

This will be used elsewhere.

Change-Id: Id561fa7fed5eb65446312cb697813483903d33a6

14 years agoImplement USIM and add support for importing emails from USIM.
Jaikumar Ganesh [Wed, 26 Aug 2009 19:15:14 +0000 (12:15 -0700)]
Implement USIM and add support for importing emails from USIM.

Refer to 3GPP Spec 31.102 for more details.
We read and parse USIM records instead of the RIL doing it for us.
We only support reading of USIM Phonebook records.

14 years agoMerge change 23750 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 20:34:58 +0000 (13:34 -0700)]
Merge change 23750 into eclair

* changes:
  Add a test case to measure the power usage of loading a web page

14 years agoAllow hasIccCard to be useable by any processes.
Wink Saville [Thu, 3 Sep 2009 20:34:04 +0000 (13:34 -0700)]
Allow hasIccCard to be useable by any processes.

This is accomplished by adding hasIccCard to ITelephony and do
the implemenation in PhoneInterfaceManager.java. Then change
TelephonyManager to use getITelephony().hasIccCard().

Change-Id: I26970fdf92a058502b8156a4f52c14e213217fc6

14 years agoReplace the bugreport symlink with a tool that starts the new dumpstate service.
Mike Lockwood [Thu, 3 Sep 2009 20:12:09 +0000 (16:12 -0400)]
Replace the bugreport symlink with a tool that starts the new dumpstate service.

Change-Id: I57acae2344a264751f38b910e1e2bc750a1f1d24
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoPromote MccTable to telephony and use it for both gsm/cdma
Robert Greenwalt [Tue, 1 Sep 2009 16:44:43 +0000 (09:44 -0700)]
Promote MccTable to telephony and use it for both gsm/cdma

This adds timezone/locale/wifi-regulator-channels initialization to cdma (gsm already had it).

bug: 2071211

14 years agoMerge change 23835 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 19:27:26 +0000 (12:27 -0700)]
Merge change 23835 into eclair

* changes:
  When encountering a .nomedia file, notify the MediaScannerClient, so that it can erase the data column for entries that are in the folder containing the .nomedia file. This prevents us from deleting (via a delete trigger) files when somebody adds a .nomedia file after the fact.

14 years agoMerge change 23760 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 18:43:06 +0000 (11:43 -0700)]
Merge change 23760 into eclair

* changes:
  Attach the title bar to the top of the page.

14 years agoMerge change 23807 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 18:40:42 +0000 (11:40 -0700)]
Merge change 23807 into eclair

* changes:
  Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest

14 years agoMerge change 23833 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 18:23:22 +0000 (11:23 -0700)]
Merge change 23833 into eclair

* changes:
  New, darker tab widgets for the platform.

14 years agoWhen encountering a .nomedia file, notify the MediaScannerClient,
Marco Nelissen [Thu, 3 Sep 2009 17:49:55 +0000 (10:49 -0700)]
When encountering a .nomedia file, notify the MediaScannerClient,
so that it can erase the data column for entries that are in the
folder containing the .nomedia file. This prevents us from
deleting (via a delete trigger) files when somebody adds a
.nomedia file after the fact.

14 years agoAttach the title bar to the top of the page.
Leon Scroggins [Thu, 3 Sep 2009 01:12:08 +0000 (21:12 -0400)]
Attach the title bar to the top of the page.

Remove the old notions of changing the viewing mode
resulting in changing the visibility of the title bar.
Instead, attach the title bar to the top of the page.
Change contentToView() to contentToViewY() (and an X
version; same change for viewToContent), to account
for the title bar's height.  Adjust the parameters
for drawing the scroll bar to account for the title bar.
Requires a change to packages/apps/Browser.

Change-Id: Ic0f7d6e0a1cce58ba2bca87337cf72a8194e9aa4

14 years agoAdd support for running apps with uid/gid AID_LOG by specifying android.uid.log in...
Mike Lockwood [Thu, 3 Sep 2009 13:25:22 +0000 (09:25 -0400)]
Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest

This is needed to allow the BugReportService to start the dumpstate service.

Change-Id: I12cab23767c919592da102c654b6b80416717661
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change 23828 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 17:46:59 +0000 (10:46 -0700)]
Merge change 23828 into eclair

* changes:
  allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position

14 years agoallow subclassing for drawing vertical scrollbar, so that clients (e.g. webview)...
Mike Reed [Thu, 3 Sep 2009 17:29:05 +0000 (13:29 -0400)]
allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position

14 years agoNew, darker tab widgets for the platform.
Daniel Sandler [Thu, 3 Sep 2009 17:28:15 +0000 (13:28 -0400)]
New, darker tab widgets for the platform.

Helps address the long-running http://b/2086871 ; Contacts is
legible again (if low-res).

14 years agoOverride getAccounts to return an empty AccountSet in MockAccountManager. This used...
Cynthia Wong [Thu, 3 Sep 2009 17:06:55 +0000 (10:06 -0700)]
Override getAccounts to return an empty AccountSet in MockAccountManager. This used to throw an NPE instead since IAccountManagerService is set to NULL.

14 years agoMerge change 23715 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:40:17 +0000 (09:40 -0700)]
Merge change 23715 into eclair

* changes:
  Setting the component role appears to be mandatory now for all mime types.

14 years agoMerge change 23714 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:40:08 +0000 (09:40 -0700)]
Merge change 23714 into eclair

* changes:
  Some work to make audio encoding work.

14 years agoMerge change 23818 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:35:25 +0000 (09:35 -0700)]
Merge change 23818 into eclair

* changes:
  Exit Emergency Callback Mode if phone process crashes/restarts

14 years agoMerge change 23811 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:33:44 +0000 (09:33 -0700)]
Merge change 23811 into eclair

* changes:
  Fix the registration of the package changes broadcast receiver.

14 years agoExit Emergency Callback Mode if phone process crashes/restarts
Libin Tang [Tue, 1 Sep 2009 16:40:16 +0000 (11:40 -0500)]
Exit Emergency Callback Mode if phone process crashes/restarts

If the phone process crashes while the phone is in ECM, there
is currently no way to get out of ECM without rebooting the
phone.  This change forces the phone out of ECM if the phone
process restarts.

Change-Id: Ie4eb103fdc151ca20aa0b29dec43e60ad819e5b7

14 years agoMerge change 23806 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:24:15 +0000 (09:24 -0700)]
Merge change 23806 into eclair

* changes:
  Handle security exception when Geolocation registers with system location service in DumpRenderTree.

14 years agoMerge change 23761 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 16:08:24 +0000 (09:08 -0700)]
Merge change 23761 into eclair

* changes:
  Fix compilation of add-resource tag.

14 years agoMerge change 23817 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 15:49:56 +0000 (08:49 -0700)]
Merge change 23817 into eclair

* changes:
  Fix http://b/issue?id=2096107 (cosmetic issue for menus in WVGA)

14 years agoFix http://b/issue?id=2096107 (cosmetic issue for menus in WVGA)
Daniel Sandler [Thu, 3 Sep 2009 15:46:06 +0000 (11:46 -0400)]
Fix b/issue?id=2096107 (cosmetic issue for menus in WVGA)

The divider 9-patch was rendered quite wrongly.  I repaired it to remove the
gap described in the bug report, as well as to match color with the horizontal
divider (divider_horizontal_bright.9.png).

14 years agoMerge change 23801 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 15:01:09 +0000 (08:01 -0700)]
Merge change 23801 into eclair

* changes:
  fix issue 2096657: Sholes: residue shutter sound heard ONCE while taking a picture AFTER the volume is turned off.