summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplifies err code propagation.Hung-ying Tyan2009-08-283-29/+19
| | | | | | | | | * Other changes + Re-assign err codes in VpnManager. + Add new err codes: REMOTE_PPP_HUNG_UP, PPP_NEGOTIATION_FAILED. + Delete the state file only if it exists (to prevent logging an unable-to-unlink error). + Extend timeout to 40 seconds.
* make sure that the sync thread is protected by a consistent lockFred Quintana2009-08-271-4/+5
|
* Add option to allow no-unlock-on-slider-openDan Murphy2009-08-261-0/+5
| | | | Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
* Merge change 21259 into eclairAndroid (Google) Code Review2009-08-261-4/+9
|\ | | | | | | | | * changes: Make certificate-handling-related constants public
| * Make certificate-handling-related constants publicHung-ying Tyan2009-08-141-4/+9
| |
* | Merge change 22667 into eclairAndroid (Google) Code Review2009-08-261-0/+2
|\ \ | | | | | | | | | | | | * changes: Fix rare NPE due to key being delivered after activity is stopped. #2062930
| * | Fix rare NPE due to key being delivered after activity is stopped. #2062930Amith Yamasani2009-08-251-0/+2
| | |
* | | Merge change 22841 into eclairAndroid (Google) Code Review2009-08-262-1/+58
|\ \ \ | | | | | | | | | | | | | | | | * changes: dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked (in this case the state is dumped without the proper locks held which could result to a crash)
| * | | dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlockedMathias Agopian2009-08-262-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (in this case the state is dumped without the proper locks held which could result to a crash) in addition, the last transaction and swap times are printed to the dump as well as the time spent *currently* in these function. For instance, if SF is unresponsive because eglSwapBuffers() is stuck, this will show up here.
* | | | Merge change 22838 into eclairAndroid (Google) Code Review2009-08-261-4/+62
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Implement clean killing of the TTS service. If files were being synthesized to while the service was being killed, it would have left partially written files (with no header). This CL checks if the service is rendering to a file at the time the service is destroyed: if it is, it will stop the rendering and deletes the file.
| * | | | Implement clean killing of the TTS service.Jean-Michel Trivi2009-08-261-4/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If files were being synthesized to while the service was being killed, it would have left partially written files (with no header). This CL checks if the service is rendering to a file at the time the service is destroyed: if it is, it will stop the rendering and deletes the file.
* | | | | Merge change 22839 into eclairAndroid (Google) Code Review2009-08-261-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | * changes: dumpstate: Get last_kmsg from /data instead of /proc.
| * | | | dumpstate: Get last_kmsg from /data instead of /proc.San Mehat2009-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | Merge change 22826 into eclairAndroid (Google) Code Review2009-08-261-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add Gservices setting for the frequency to perform provisioning.
| * | | | | Add Gservices setting for the frequency to perform provisioning.Sanjay Jeyakumar2009-08-261-0/+7
| | | | | |
* | | | | | Merge change 22822 into eclairAndroid (Google) Code Review2009-08-261-40/+182
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: resolved conflicts for merge of b0f5b755 to eclair
| * \ \ \ \ \ resolved conflicts for merge of b0f5b755 to eclairScott Main2009-08-261-40/+182
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge change 22090 into donutAndroid (Google) Code Review2009-08-261-40/+182
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: docs only. add new documentation for installing the new winusb driver. also add a link to the HTC support site for ADP flashing and remove references to the G1 and generalize to "consumer devices"
| | | * | | | | docs only.Scott Main2009-08-261-40/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new documentation for installing the new winusb driver. also add a link to the HTC support site for ADP flashing and remove references to the G1 and generalize to "consumer devices"
* | | | | | | | Merge change 22818 into eclairAndroid (Google) Code Review2009-08-2623-269/+221
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: assert => CHECK in stagefright.
| * | | | | | | assert => CHECK in stagefright.Andreas Huber2009-08-2623-269/+221
| | | | | | | |
* | | | | | | | Merge change 22806 into eclairAndroid (Google) Code Review2009-08-261-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add trailing "\n" to debug output.
| * | | | | | | | Add trailing "\n" to debug output.Nick Pelly2009-08-261-1/+1
| | | | | | | | |
* | | | | | | | | Merge change 22772 into eclairAndroid (Google) Code Review2009-08-2628-54/+115
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: New List and Tab assets.
| * | | | | | | | | New List and Tab assets.Evan Millar2009-08-2628-54/+115
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New tab assets. We decided to do a straight swap and then assess the damage. New default dark background color. New list divider assets. Change-Id: Ia00a9bb0ee1bad4f955f1c3b5b67526f62572015
* | | | | | | | | Merge change 22803 into eclairAndroid (Google) Code Review2009-08-261-2/+13
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add uuids to adb shell dumpsys bluetooth
| * | | | | | | | Add uuids to adb shell dumpsys bluetoothNick Pelly2009-08-261-2/+13
| | | | | | | | |
* | | | | | | | | Merge change 22768 into eclairAndroid (Google) Code Review2009-08-261-1/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | / / / / | |_|_|_|/ / / / |/| | | | | | | * changes: Fix authorization check for Audio Source.
| * | | | | | | Fix authorization check for Audio Source.Nick Pelly2009-08-261-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bluez sends the UUID of the local service being accessed in Agent.Authorize, not the remote service. So check for Audio Source not Audio Sink. In most cases this was not a problem because Bluez sends us AdvAudioDist UUID (0x110D) for incoming A2DP connections, which we already check for. This is a precautionary change.
* | | | | | | | Merge change 22769 into eclairAndroid (Google) Code Review2009-08-261-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag.
| * | | | | | | | MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag.Mike Lockwood2009-08-261-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | Merge change 22732 into eclairAndroid (Google) Code Review2009-08-263-4/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: clean up the too many deletes dialog
| * | | | | | | | clean up the too many deletes dialogFred Quintana2009-08-253-4/+17
| | | | | | | | |
* | | | | | | | | am ba223760: Close suggestion cursors that arrive after adapter is closedBjorn Bringert2009-08-262-1/+14
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Merge commit 'ba223760895e62ad2fcb85476984cb29018860c9' into eclair * commit 'ba223760895e62ad2fcb85476984cb29018860c9': Close suggestion cursors that arrive after adapter is closed
| * | | | | | | Close suggestion cursors that arrive after adapter is closedBjorn Bringert2009-08-262-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, after using the Browser, memory-hungry apps could become very sluggish. This was because the search dialog in the system process had the BrowserProvider open, which in turn had EnhancedGoogleSearch open. Since EhancedGoogleSearch runs in acore, the system would keep both the Browser process and acore to stay around forever. The cause (or at least one common cause) for this was that if the user types quickly, and clicks on a suggestion before the displayed suggestions have caught up, some suggestion cursors are not be closed. This change solves this problem by adding a close() method to SuggestionsAdapter. SuggestionsAdapter now closes any cursors that are passed to it after close() is called. Fixes http://b/issue?id=2078226 "global search holding reference to browser: system -> browser -> acore = :("
* | | | | | | | Merge change 22777 into eclairAndroid (Google) Code Review2009-08-261-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Disregard the EOS buffer flag while flushing or shutting down the decoder.
| * | | | | | | | Disregard the EOS buffer flag while flushing or shutting down the decoder.Andreas Huber2009-08-261-1/+2
| | | | | | | | |
* | | | | | | | | Merge change 22774 into eclairAndroid (Google) Code Review2009-08-261-2/+17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration.
| * | | | | | | | Added a commandline option to "stagefright" that limits decoding to a ↵Andreas Huber2009-08-261-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maximum number of frames per iteration.
* | | | | | | | | Merge change 22773 into eclairAndroid (Google) Code Review2009-08-265-18/+57
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Keep up with latest changes to overlay handling on that unnamable platform.
| * | | | | | | | Keep up with latest changes to overlay handling on that unnamable platform.Andreas Huber2009-08-265-18/+57
| | | | | | | | |
* | | | | | | | | Merge change 22766 into eclairAndroid (Google) Code Review2009-08-269-2/+58
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add assets for fasttrack badges.
| * | | | | | | | Add assets for fasttrack badges.Evan Millar2009-08-269-2/+58
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These may be incorporated into a fasttrack framework widget at some point. For now we'll just make them private assets. Change-Id: I6b8c1e5c4a5f8c38a95f23dfab9a67973862db95
* | | | | | | | Fix issue 2076322: AudioService, too many stream volume steps.Eric Laurent2009-08-261-10/+10
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | MAX_STREAM_VOLUME[] now contains the maximum valid index instead of the number of indexes for all stream types.
* | | | | | | Pass the estimated size of new HTML 5 databases to the ChromeClient so it ↵Ben Murdoch2009-08-265-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can use that amount to figure an initial default quota. Change-Id:Ic9372b0c86472b42ba5d0b964aaff1e2bbfe3efa
* | | | | | | Merge change 22399 into eclairAndroid (Google) Code Review2009-08-2514-921/+3356
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Refactor VCard handling code, phase 2, 3, 4, 5
| * | | | | | Refactor VCard handling code, phase 2, 3, 4, 5Daisuke Miyakawa2009-08-2514-921/+3356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phase 2 Make VCard Importer use Data structures in ContactsContract instead of using old Conatacts structure. Phase 3 Developed VCardComposer, which was originally in Contacts package, but now in base/core/java. Also made it use queryEntries() as per jsharkey's suggestion. Phase 4 Added VCardUtils and moved some common methods to it, some of which should be in public API, but hidden for now. Phase 5 Made VCardComposer emits (almost) valid vCard 3.0 data. Confirmed with vCard data emitted by Mac. Related issue: 1784580, 1728351, 1967349 Note: Probable next step: - Add "fast parse" mode in VCradBuilder, in which, VCardBuilder skip parsing the value of each property. It will make the parsing faster. -- Note that parsing the parameters of each entry cannot be skipped, since it may contains the information about Encoding of the property. In other words, if the line is in Quoted-Printable format, the next line may be the part of the property, not a separated property, which should be parsed accordingly. - Needs test
* | | | | | | Don't reference hidden API from comments.Jeff Sharkey2009-08-251-8/+0
| | | | | | |
* | | | | | | Merge change 22710 into eclairAndroid (Google) Code Review2009-08-252-3/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Calculate specular lighting correctly
| * | | | | | | Calculate specular lighting correctlyMartin Storsjo2009-08-252-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the lighting calculations are done in object space, the vector from the object to the viewer also needs to be transformed to object space.