Mike Reed
7b18d7a30e
Merge "add optional preftable to image codecs, for more control over the resulting bitmap config"
2010-03-03 12:38:26 -08:00
Mike Lockwood
a00feadd44
Merge "Check for null provider in LocationManager.getProviders()"
2010-03-03 12:37:19 -08:00
Mike Lockwood
689e449b24
Check for null provider in LocationManager.getProviders()
...
Change-Id: I294ce0b1f364cfdf956ac55260f9d40f0704b5f7
BUG: 2485977
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-03 15:35:13 -05:00
Mike Lockwood
5f8a300a12
Merge "Fix off by one error in NetworkManagementService.isUsbRNDISStarted()"
2010-03-03 12:15:35 -08: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
Mike Lockwood
51cb9d5d55
Fix off by one error in NetworkManagementService.isUsbRNDISStarted()
...
Change-Id: I74eea36464696d63ad072661704b410bfe40c1c8
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-03 15:13:58 -05:00
Eric Laurent
31951ca52a
Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off".
...
The problem is that even if silent mode is active, changing the alarm volume will change current
alarm stream volume. This is true for other stream types affected by ringer mode (ring, notification...) but
the UI design is such that it is not possible to change these volumes while in silent mode.
The fix consists in modifying AudioService.setStreamVolumeInt() so that when a stream is affected by ringer mode
and we are in silent mode, only the saved volume value is modified, current value remaining to unchanged (0).
2010-03-03 11:09:11 -08:00
Steve Block
7e47f171b5
Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided
...
See https://android-git.corp.google.com/g/#change,42763
Change-Id: I9929b73db0f6764bb06fbe963e751294a4a787f0
2010-03-03 19:04:22 +00:00
Mike Reed
945a9df6e3
add optional preftable to image codecs, for more control over the resulting bitmap config
2010-03-03 14:04:19 -05: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
687c44f2f0
Merge "Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()"
2010-03-03 05:39:31 -08: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
Tadashi G. Takaoka
d9894bc3b3
Fixed NPE by guarding the reference of variable
...
Bug: 2395174
2010-03-03 20:47:47 +09: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
Dianne Hackborn
97106ab5af
Fix issue #2325621 Runtime restart after launching Android keyboard setting .
2010-03-03 00:08:31 -08: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
Yu Shan Emily Lau
fde67f4925
Merge "Added the Camera Preveiw memory test which can help to isolate the memory leak issue."
2010-03-02 18:12:12 -08:00
Mike Lockwood
b5ccb59e06
Merge "DockObserver: Watch for exceptions in LocationManger.isProviderEnabled()."
2010-03-02 18:06:30 -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
Mike Lockwood
faa7e8363e
DockObserver: Watch for exceptions in LocationManger.isProviderEnabled().
...
Change-Id: Ieb9f6b0c20a6ce2223cb4b4956580b8543094c2f
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-02 20:52:46 -05:00
Doug Felt
08209a767b
Disable tests that require package-private access to code under test.
2010-03-02 17:42:30 -08:00
Dianne Hackborn
a2e92266b3
Maybe fix issue #2482201 : Paired bluetooth device looks like a qwerty keyboard
...
We now only consider a device to be a default keyboard if its name
has "-keypad". A hack, but whatever.
Also add some debug logging for the input state to help identify such
issues in the future.
2010-03-02 17:37:45 -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
Mike Lockwood
c018f3cfdd
Merge "Hide GeocoderParams class from public API."
2010-03-02 17:13:28 -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
Dima Zavin
6b1806b2d3
surfaceflinger: remove un-cached buffers hack for Adreno
...
Change-Id: I5ae4e74bfa3e25b55be2cddf7b3c51368a140ab9
Signed-off-by: Dima Zavin <dima@android.com>
2010-03-02 16:44:46 -08:00
Mike Lockwood
8754be5cac
Hide GeocoderParams class from public API.
...
This does not need to be publc until we unbundle the network location provider.
Change-Id: Ib4109d2392624242eee33f271a8151588e3f0c56
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-02 19:39:50 -05: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
Yu Shan Emily Lau
30a1390819
Added the Camera Preveiw memory test which can help to isolate the memory leak issue.
2010-03-02 15:42:31 -08:00
Dianne Hackborn
626e805d22
Merge "Fix issue #2482423 : Settings is broken due to dead-code stripping"
2010-03-02 15:07:33 -08:00
Ken Shirriff
316860c00e
Merge "Remove calendar.jar."
2010-03-02 14:57:47 -08:00
Dianne Hackborn
abd03658bc
Fix issue #2482423 : Settings is broken due to dead-code stripping
...
Take care of more custom classes in layouts, and also scan through
preference XMLs.
2010-03-02 14:56:51 -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