8983 Commits

Author SHA1 Message Date
Ray Chen
055c986ab8 Add location provider name to gps-processing-method in EXIF header. 2010-03-05 03:03:48 +08:00
Adam Powell
3f5144b8a4 Change overscrollMode for dialogs 2010-03-04 10:49:56 -08:00
Adam Powell
d2e45244f5 Merge "Awaken ListView scroll bars for overscroll" 2010-03-04 10:21:30 -08:00
Adam Powell
e14dd39b52 Merge "Fix VelocityTracker for CTS tests" 2010-03-04 10:21:02 -08:00
Cary Clark
966641a8da add comment for public function
http://b/242036
2010-03-04 08:58:33 -05:00
Leon Scroggins
75a36c2bc7 Remove an overzealous call to setDefaultSelection.
This was added to try and fix an earlier bug,
http://b/issue?id=2431351  However, it results in all
touches setting to the default selection, which
is incorrect.

Fix for http://b/issue?id=2486721
2010-03-04 08:44:56 -05:00
Adam Powell
ca8faae6b9 Awaken ListView scroll bars for overscroll 2010-03-03 20:55:07 -08:00
Adam Powell
0bba68ddc7 Fix VelocityTracker for CTS tests 2010-03-03 19:50:49 -08:00
Daisuke Miyakawa
e8b9ce2293 Merge "Use "My Contacts"" 2010-03-03 18:55:41 -08:00
Daisuke Miyakawa
72d3397b50 Use "My Contacts"
Bug: 2487348
2010-03-04 11:54:45 +09:00
Daisuke Miyakawa
01f4385d86 Handle the string "default" and ignore it appropriately. 2010-03-04 11:01:25 +09:00
Adam Powell
37f700a83c Merge "InputDevice filtering for jumpy screens. Updated ScaleGestureDetector for framework deprecations." 2010-03-03 17:22:15 -08:00
Adam Powell
f5bcc6addd InputDevice filtering for jumpy screens.
Updated ScaleGestureDetector for framework deprecations.
2010-03-03 17:12:55 -08:00
Gilles Debunne
e58aa0d964 Merge "More ExpandableListView fixes to take headers into account." 2010-03-03 16:49:05 -08:00
Robert Greenwalt
351434bd17 Merge "Add error reporting for Tethering." 2010-03-03 16:35:23 -08:00
Dianne Hackborn
c1552397be Allow multiple original-package tags.
Also fix some issues with moving files from update commands.
2010-03-03 16:26:26 -08:00
Gilles Debunne
272f3a9474 More ExpandableListView fixes to take headers into account.
All direct calls to mConnector in ExpandableListView should convert group/child flat positions
to/from absolute flat positions (that take header count into account).
Two conversion methods were added to do that.
2010-03-03 15:55:13 -08:00
Amith Yamasani
c37cb24695 Feature to return an extra in the cursor that keeps the spinny going.
If a search provider returns an extra in the cursor with the key
SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS, and the value true, then
the spinny in the search dialog will not stop, but the cursor
contents will still be used to update the results. This way, partial
search results can be sent while the user is informed that the search
is still in progress.
2010-03-03 15:46:48 -08:00
Robert Greenwalt
5a73506cdd Add error reporting for Tethering.
Also make the usb interface configuration more robust so retries are possible.

Makes all Tethering errors recoverable - no harm letting them try again anyway.  Worst case
is they need to reboot.
2010-03-03 15:14:29 -08:00
Suchi Amalapurapu
9b10ef5fe8 Rework the way PackageManager binds to default container service.
Clean up stale containers when enabling/disabling packages on sdcard.
Check the path of packages which are being enabled.
Make sure gc's are done prior to destroying containers when moving applicati
as well as enabling/disabling packages for sdcard mount status changes.

Some miscellaneous issues
   Remove hack to avoid renaming containers.
   Fix test with forward locked apps
   Remove adding container id to asec list when renaming
   Some cosmetic changes to DefaultContainerService
2010-03-03 14:06:10 -08:00
Bjorn Bringert
a034cd3e15 Merge "Use "play" icon for search dialog button in Browser" 2010-03-03 14:01:24 -08:00
Bjorn Bringert
22b23a1bea Use "play" icon for search dialog button in Browser
Fixes http://b/issue?id=2485462

Change-Id: Ibc8843b236aa0a063d91fbd37a2c09cebd21163e
2010-03-03 21:50:29 +00:00
Mike Lockwood
4ac163f3cb Merge "MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS." 2010-03-03 12:14:54 -08:00
Jaikumar Ganesh
f3685afc5d Merge "Remove UUIDs from the cache when the device is unpaired." 2010-03-03 10:53:11 -08:00
Vasu Nori
574376ecb1 Merge "hide the newly created DatabaseObjectNotClosedException class from sdk" 2010-03-03 10:50:51 -08:00
Vasu Nori
4da24f428f hide the newly created DatabaseObjectNotClosedException class from sdk 2010-03-03 10:49:56 -08:00
Vasu Nori
6bb028da0c Merge "in finalizer warnings, use a better exception - NOT Exception()" 2010-03-03 10:48:30 -08:00
Grace Kloba
f6bd0ba630 Don't send ACTION_MOVE to webkit until the distance
is confirmed to be a drag.

Always send touch events to webkit if a subview, plugin,
is in full screen mode.

Fix http://b/issue?id=2478701
2010-03-03 10:28:55 -08:00
Vasu Nori
08b448ea39 in finalizer warnings, use a better exception - NOT Exception()
finalizer warnings should use a more descriptive exception instead of
Exception() so it is clearer to the developers as to why this
warning is output.
2010-03-03 10:05:16 -08:00
Leon Scroggins
c833119c14 Merge "Remove the TAB key from <textarea>s." 2010-03-03 09:21:14 -08:00
Leon Scroggins
7af1b837ff Remove the TAB key from <textarea>s.
Do not use flag for web edit, so that the IME does not have the
TAB key.

Fix for http://b/issue?id=2484101
2010-03-03 12:09:45 -05:00
Cary Clark
3403eb3156 refactor find state and scrolling
Separate out state when find is up and is empty.
Request a scroll when setting a match, rather than when drawing.
Don't draw if there's no match.

Companion fix in external/webkit and packages/apps/Browser

http://b/2370069
2010-03-03 11:12:33 -05:00
Cary Clark
de023c1ddd refactor find state and scrolling
Separate out state when find is up and is empty.
Request a scroll when setting a match, rather than when drawing.
Don't draw if there's no match.

Companion fix in external/webkit and packages/apps/Browser

http://b/2370069
2010-03-03 10:42:45 -05:00
Bjorn Bringert
d6dfca8302 Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()
This seems like a long-lived copy-and-paste bug.

Fixes http://b/issue?id=2015069

This is the master version of change
https://android-git.corp.google.com/g/8636 which never
made it into Eclair.

Change-Id: I75f3a1942994982d5e5f779ab43a573cb953490b
2010-03-03 12:49:17 +00:00
Mike Lockwood
bf2dd44a6f MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS.
Change-Id: I21c887ae76eccabcc5d8449aa0a38e98758e8958
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-03 06:16:52 -05:00
Bjorn Bringert
0b49ab5cae Add SearchManager.SUGGEST_COLUMN_TEXT_2_URL
This column overrides SUGGEST_COLUMN_TEXT_2. SearchDialog
and QuickSearchBox render the value of this column as a URL in
green.

Part of the fix for http://b/issue?id=2380681

Change-Id: I6735e0eba90e24c81f9e72520f257e5e61796d7a
2010-03-03 09:20:36 +00:00
Brian Carlstrom
ddb42a421f Merge "Fixing spelling of intiialization to initialization in comment" 2010-03-02 19:05:12 -08:00
Adam Powell
dbc96e18a7 Merge "Fix a bug in OverScroller.setFinalX/Y" 2010-03-02 18:20:13 -08:00
Adam Powell
d93b998c92 Fix a bug in OverScroller.setFinalX/Y 2010-03-02 18:04:43 -08:00
Wink Saville
25c374e836 Merge "Fix documentation." 2010-03-02 18:00:01 -08:00
Doug Felt
08209a767b Disable tests that require package-private access to code under test. 2010-03-02 17:42:30 -08:00
Jaikumar Ganesh
081a9b69a7 Remove UUIDs from the cache when the device is unpaired.
This fixes one probable case of A2DP profile connection state hanging
in connecting state. When the device is unpaired and repaired,
before the drivers are up on the bluez side, settings app / auto-connect
code can try to connect.
2010-03-02 17:19:20 -08:00
Adam Powell
34a223850e Merge "Added Scroller compatibility methods to OverScroller" 2010-03-02 17:13:02 -08:00
Adam Powell
9d5b488abe Added Scroller compatibility methods to OverScroller 2010-03-02 17:09:38 -08:00
Romain Guy
3ddde16874 Merge "Add new CAPTURE_LAYERS command to HiearchyViewer protocol." 2010-03-02 17:09:27 -08:00
Romain Guy
223ff5c058 Add new CAPTURE_LAYERS command to HiearchyViewer protocol.
This command is used by the desktop tool to export a given view hierarchy into
a layered file format.
2010-03-02 17:07:47 -08:00
Brian Carlstrom
68612bae68 Merge "SslCertificate should clone Dates" 2010-03-02 16:56:59 -08:00
Brian Carlstrom
a5987a5101 SslCertificate should clone Dates
To avoid external tampering with Dates withing SslCertificate by code
holding on to pointers to Dates used in the constructor or code
mutating values returned by the accessors, we now clone Dates taking
in as arguments and returned to callers.
2010-03-02 16:39:14 -08:00
Vasu Nori
bd80e560ac Merge "resubmit reverted CL https://android-git.corp.google.com/g/#change,42682" 2010-03-02 16:08:38 -08:00
Leon Scroggins
d2334cb68a Create a method to find matching URLs and use it in updateVisitedHistory.
The method for finding matching URLs is taken from Bookmarks.java in
the Browser package.  When looking to see if the URL is already in
the database, include versions which have/don't have "http" as well
as "www."

Part of fix for http://b/issue?id=2442391
2010-03-02 17:21:52 -05:00