summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pin our visible content bounds to the bounds of the doc itself, to account ↵Mike Reed2010-03-101-4/+5
| | | | | | | for overscroll Change-Id: I3c8165338e31da45a70b3f65ba8389a7a50d6e07 http://b/issue?id=2496502
* force purgeability for assetsMike Reed2010-03-101-4/+8
| | | | | Change-Id: I1067cfb91846a05290ed26ce9a62eb82d3170719 http://b/issue?id=1860187
* Merge "When context is voice, show the microphone."Leon Scroggins2010-03-102-1/+13
|\
| * When context is voice, show the microphone.Leon Scroggins2010-03-102-1/+13
| | | | | | | | | | | | Part of fix for http://b/issue?id=2501400 Change-Id: Ibdf364942bcdc8ec837fb8bb30a33c1af2ba5b06
* | Rename ApplicationInfo.FLAG_ON_SDCARD to ↵Suchi Amalapurapu2010-03-104-14/+14
|/ | | | | | | | ApplicationInfo.FLAG_EXTERNAL_STORAGE Change-Id: Iadef9f9bb2851c38b6d79be1bafbf932abce4210 Change-Id: I2e412bace3d8005db5057a3497bd836d0038b90c
* Re-organize access to native interface through WifiStateTrackerIrfan Sheriff2010-03-104-277/+371
| | | | | Bug: 2339709 Change-Id: Ibb2eeb09b83dc24897116ea15a9016f81a08d442
* Merge "YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults()."Chia-chi Yeh2010-03-101-5/+2
|\
| * YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults().Chia-chi Yeh2010-03-101-5/+2
| | | | | | | | Change-Id: I6579ad9241dd5ee6aabf54e1a1128d17b4f6b3e6
* | If the new text and old text are "", return from onTextChanged.Leon Scroggins2010-03-101-5/+11
| | | | | | | | | | | | Fixes http://b/issue?id=2496329 Change-Id: I239f143c0e539710342e46783157344a4d7ccc08
* | Don't cut the url on a redirectKristian Monsen2010-03-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | This is a fix for issue 2485033. It is not a final fix, but just starting with this so it can be discussed on code review. The line in question was added to fix issue 1690652. Updated fix. Stores the url before it is cut during a redirect. Forwards this to the reponse instead of the cut url. Update 2: Using the old originalUrl Change-Id: I286084451aa45e51d5d07811f9d119cf83849592
* | Merge "SettingsProvider: dup-suppress from cache."Brad Fitzpatrick2010-03-091-1/+22
|\ \
| * | SettingsProvider: dup-suppress from cache.Brad Fitzpatrick2010-03-091-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On insert(), check to see if the value is redundant by checking if it's the same value already in our cache (but without faulting it in to check). If so, avoid hitting sqlite or spamming all the notification listeners with such uselessness. This reportedly is happening a fair bit. Change-Id: If58feb3ff1d00027dd927e0900087388cbcd72ae
* | | Dedupe resource config pointersKenny Root2010-03-092-2/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | When there are two configs in a StringPool that would match a string ID only keep the more generic entry to save some space. This means that if you have both "es" and "es_US" translations that have the same translation, the string entry would be removed from the "es_US" config. Change-Id: I4d619942d35ddb477e2eabe4437b7f02697c24de
* | | Merge "Use proper config to enable LVMX."Jean-Baptiste Queru2010-03-091-3/+1
|\ \ \
| * | | Use proper config to enable LVMX.Glenn Kasten2010-03-091-3/+1
| | |/ | |/| | | | | | | Change-Id: Ic8792e2b48110b2e91903e2e407b828a97d6e531
* | | Merge "Use proper config to enable LVMX"Jean-Baptiste Queru2010-03-091-3/+1
|\ \ \ | |/ / |/| |
| * | Use proper config to enable LVMXJean-Baptiste Queru2010-03-091-3/+1
| | | | | | | | | | | | Change-Id: Ifa75a82884b99aeee139e055f40e7c510cf28213
* | | Helper for combining multiple selection/selectionArgs.Jeff Sharkey2010-03-091-0/+121
| |/ |/| | | | | Change-Id: I08eb082149a2a3e45ab00b81a3f46825ad52188d
* | Merge "SettingsProvider: defensively cap size of settings kept cached in ↵Brad Fitzpatrick2010-03-091-12/+28
|\ \ | | | | | | | | | memory."
| * | SettingsProvider: defensively cap size of settings kept cached in memory.Brad Fitzpatrick2010-03-091-12/+28
| | | | | | | | | | | | Change-Id: I50289ece2d7f5f50d2ea2efbacac7a0bb1483bf6
* | | Add ability for some manifest attributes to reference resources.Dianne Hackborn2010-03-098-185/+321
| |/ |/| | | | | | | | | | | | | | | | | | | This loosens our restriction on many manifest attributes requiring literal string values, to allow various ones to use values from resources. This is only allowed if the resource value does not change from configuration changes, and the restriction is still in place for attributes that are core to security (requesting permissions) or market operation (used libraries and features etc). Change-Id: I4da02f6a5196cb6a7dbcff9ac25403904c42c2c8
* | Merge "Add an API to set the link timeout."Jaikumar Ganesh2010-03-093-0/+34
|\ \ | |/ |/|
| * Add an API to set the link timeout.Jaikumar Ganesh2010-03-093-0/+34
| | | | | | | | | | | | | | This fixes the problem where the car dock is powered on and off pretty quickly. Change-Id: I8724641b8c337019f089b005cb236fc90549cf6f
* | Merge "Speed up ContentProvider.query() in simple case by ~30%"Brad Fitzpatrick2010-03-095-32/+101
|\ \
| * | Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick2010-03-095-32/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When query() uses bulkQuery() and we know we're going to need some metadata right afterwards (number of rows and column index of _id, if present), just asked for it in the initial binder transaction instead of immediately fetching it again. Also, this defers loading column names until the client asks for them. This gets down the simpler (and very common) use cases of ContentProvider.query() down to 3 binder calls: QUERY_TRANSACTION to android.content.ContentProvider$Transport GET_CURSOR_WINDOW_TRANSACTION to android.database.CursorToBulkCursorAdaptor CLOSE_TRANSACTION to android.database.CursorToBulkCursorAdaptor More can still be done, but this is a good bite-sized first piece. Change-Id: I7ad45949f53e0097ff18c2478d659f0f36929693
* | | Merge "Support unbundled bookmarks. Bug #2460685"Romain Guy2010-03-093-88/+34
|\ \ \
| * | | Support unbundled bookmarks.Romain Guy2010-03-093-88/+34
| | | | | | | | | | | | | | | | | | | | | | | | Bug #2460685 Change-Id: I402e342673cd8de88664a595401a141e09583e1d
* | | | Merge "Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider ↵Ray Chen2010-03-091-4/+0
|\ \ \ \ | | | | | | | | | | | | | | | will calculate it if needed."
| * | | | Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider will ↵Ray Chen2010-03-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calculate it if needed. Change-Id: I05cb8628f2333c26de5c05ee1c7676b8f79a5e9a
* | | | | Merge "Initial version of LifeVibes integration. Also changed tabs to spaces ↵Glenn Kasten2010-03-096-12/+157
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | in other audioflinger files."
| * | | | | Initial version of LifeVibes integration.Glenn Kasten2010-03-096-12/+157
| | | | | | | | | | | | | | | | | | | | | | | | Also changed tabs to spaces in other audioflinger files.
* | | | | | Merge "Fix NO_CONNECTIVITY flag in some cases."Robert Greenwalt2010-03-091-0/+2
|\ \ \ \ \ \
| * | | | | | Fix NO_CONNECTIVITY flag in some cases.Robert Greenwalt2010-03-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Airplane mode seemed to hit this bug. bug:2498268 Change-Id: I5af9266fbbad3e2323d30d7471058f0f4ec3f544
* | | | | | | Merge "Fix ListView filter popups when window focus changes"Adam Powell2010-03-091-2/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix ListView filter popups when window focus changesAdam Powell2010-03-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8c468900d5dd4d8d82308e2bed3bf992b6c803c7
* | | | | | | | Merge "Don't let hidden keyguard interfere with button and screen brightness ↵Mike Lockwood2010-03-091-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | overrides"
| * | | | | | | | Don't let hidden keyguard interfere with button and screen brightness overridesMike Lockwood2010-03-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibdc115b8fb6900b0f859085c13a707750deeab57 BUG: 2252317 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | | Merge "Add new shutdown observer for MountService. Use new observer before ↵Mike Lockwood2010-03-0910-107/+489
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now."
| * | | | | | | | Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-0910-107/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now. Change-Id: Iefb157451d3d9c426cb431707b870a873c09123d
* | | | | | | | | Merge "Add an api to set WebView over scroll background."Grace Kloba2010-03-093-4/+49
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Add an api to set WebView over scroll background.Grace Kloba2010-03-093-4/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the WebView doesn't support zoom, or WebView does not use wide viewport and horizontal is just fit, don't do over scroll. Fix http://b/issue?id=2498403 Fix http://b/issue?id=2497901
* | | | | | | | | Merge "Fix bug with AbsListView position scrolling"Adam Powell2010-03-091-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fix bug with AbsListView position scrollingAdam Powell2010-03-091-2/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I91338f0533178417c874325f5f126d1b5fbb5f92
* | | | | | | | Document new preview callback methods more clearly.Wu-cheng Li2010-03-091-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:2358064 Change-Id: If6af1fbf81b78b2a7ad98ce2c398145fd33200ce
* | | | | | | | Merge "add REPLACE to the list of cached sql stmnts"Vasu Nori2010-03-091-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | add REPLACE to the list of cached sql stmntsVasu Nori2010-03-091-0/+1
| | | | | | | | |
* | | | | | | | | Merge "Fix bug 2329540 Part 1 of the fix: when the user doesn't elect to ↵Jean-Michel Trivi2010-03-092-29/+23
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | use the car dock for music and media, the APM was not aware of the device being docked. This is fixed by dissociating the notification for the APM of the docking to the dock from the sink state change of the A2DP device. Also missing was forcing the volumes to be reevaluated whenever the device is docked or undocked, as volumes for docks may differ, even when the same output device is being used."
| * | | | | | | | Fix bug 2329540Jean-Michel Trivi2010-03-092-29/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part 1 of the fix: when the user doesn't elect to use the car dock for music and media, the APM was not aware of the device being docked. This is fixed by dissociating the notification for the APM of the docking to the dock from the sink state change of the A2DP device. Also missing was forcing the volumes to be reevaluated whenever the device is docked or undocked, as volumes for docks may differ, even when the same output device is being used. Change-Id: If5314e27821a71adbd6df6fdf887c45208241d96
* | | | | | | | | Merge "Re-add tethered notification to framework."Robert Greenwalt2010-03-0910-52/+113
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Re-add tethered notification to framework.Robert Greenwalt2010-03-0910-52/+113
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new artwork and string. Change-Id: I9c4b2b4bdbd10ee9355c3a7ca81b29fba3b5830c