summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Capture the memory output before the playback and record start.Yu Shan Emily Lau2009-06-081-0/+7
|
* Merge change 3107 into donutAndroid (Google) Code Review2009-06-0720-392/+1097
|\ | | | | | | | | * changes: Motorola changes from 090602 through 090605
| * Motorola changes from 090602 through 090605Wink Saville2009-06-0720-392/+1097
| | | | | | | | | | | | | | | | | | | | | | The changes from 090602 update frameworks/base to support 3way calling and call waiting. The changes from 090603 completed the CdmaInformationRecords class but the original changes submitted has been simplified, toString added and a bug fixed where the notifications where not being handled properly. The changes from 090605 added Prl Version, apn fixes.
* | Merge change 3422 into donutAndroid (Google) Code Review2009-06-071-0/+4
|\ \ | | | | | | | | | | | | * changes: Check AirplaneMode when enabling Bluetooth has finished.
| * | Check AirplaneMode when enabling Bluetooth has finished.Daisuke Miyakawa2009-06-081-0/+4
| | | | | | | | | | | | | | | | | | This is part of manual merge from cupcake_dcm to donut. Should be reviewed by mchan and takaoka. Original internal CL: 149471-p9
* | | Merge change 3420 into donutAndroid (Google) Code Review2009-06-071-3/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: LocationManagerService: Remove some unneeded imports.
| * | | LocationManagerService: Remove some unneeded imports.Mike Lockwood2009-06-071-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Add IRestoreSession interface for the restore flowChristopher Tate2009-06-077-29/+96
| |/ / |/| | | | | | | | | | | | | | | | | | | | Restore is a fairly complicated, somewhat stateful process, so we introduce a new interface to encapsulate the various bits and pieces into a nicely separable component. In particular, this will make it much cleaner to open and interrogate an expensive-to-construct transport and then reuse it for the actual restore process itself.
* | | Add rough-draft restore API set to IBackupTransportChristopher Tate2009-06-073-2/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * getAvailableBackups returns the list of backup sets available for restore * getAppSet() returns the set of apps available from a given backup set * getRestoreData() streams the full backup data for a given application (within a given backup set) into a FD; that data will be handed to the app's backup agent for processing.
* | | Merge change 3417 into donutAndroid (Google) Code Review2009-06-074-16/+26
|\ \ \ | | | | | | | | | | | | | | | | * changes: Adjust IBackupTransport interface
| * | | Adjust IBackupTransport interfaceChristopher Tate2009-06-074-16/+26
| |/ / | | | | | | | | | | | | | | | | | | Instead of just passing a package name to performBackup, pass the whole PackageInfo struct, explicitly including the list of signatures for the package. No need to make each transport look this up individually when it's a necessary part of the backup payload for each app.
* | | Changed logic to handle timeout pages.Guang Zhu2009-06-071-2/+5
|/ /
* | Merge change 3017 into donutAndroid (Google) Code Review2009-06-052-6/+179
|\ \ | | | | | | | | | | | | * changes: Add the EAP related fields for WiFi configuration.
| * | Add the EAP related fields for WiFi configuration.Chung-yih Wang2009-06-052-6/+179
| | | | | | | | | | | | | | | | | | -- added the EAP/802.1X related fields in WifiConfiguration for supporting EAP/802.1X authentication. -- hid the related fields for now.
* | | Apply OOM adjustment while an app is undergoing backupChristopher Tate2009-06-051-3/+28
| | |
* | | Add per-named-item overlay ability in res xml.Robert Greenwalt2009-06-052-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes 1899451. Also errors out if you add a bag via an overlay (which would renumber resources). Note that you can still add elements within the bag as they are not issued resource IDs. So for example you can now modify the framework themes.xml file without copying the entire file. All bag types are now modifable except non-named bag types (how would you address which element to replace?): array string_array integer_array
* | | Merge change 3374 into donutAndroid (Google) Code Review2009-06-051-1/+8
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix tracking of backup participants across package remove/update
| * | | Fix tracking of backup participants across package remove/updateChristopher Tate2009-06-051-1/+8
| | | |
* | | | Merge change 3356 into donutAndroid (Google) Code Review2009-06-051-44/+73
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Cleaning up comments in interface for TTS engines.
| * | | | Cleaning up comments in interface for TTS engines.Jean-Michel Trivi2009-06-051-44/+73
| | | | |
* | | | | Merge change 3348 into donutAndroid (Google) Code Review2009-06-051-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: Fix AlphabetIndexer.getSectionForPosition()
| * | | | Fix AlphabetIndexer.getSectionForPosition()Phil Dubach2009-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This did not properly set the cursor position before reading, which resulted in wrong return values or exceptions in the cursor.
* | | | | Merge change 3344 into donutAndroid (Google) Code Review2009-06-052-26/+52
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | * changes: Updating TtsEngine.h and SynthProxy.cpp so that buffer memory management is handled on the system side.
| * | | | Updating TtsEngine.h and SynthProxy.cpp so that buffer memoryCharles Chen2009-06-052-26/+52
| | | | | | | | | | | | | | | | | | | | management is handled on the system side.
* | | | | Add a new attribute to android manifest for defining the GLES version number.Suchi Amalapurapu2009-06-055-14/+102
| |_|/ / |/| | | | | | | | | | | | | | | This attribute is parsed by the PackageParser into ConfigurationInfo. The major and minor version numbers are defined as the higher and lower order bits.
* | | | Merge change 3305 into donutAndroid (Google) Code Review2009-06-051-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix parameter mismatch for a couple of RIL commands.
| * | | | Fix parameter mismatch for a couple of RIL commands.jsh2009-06-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both RIL_REQUEST_SET_SMSC_ADDRESS and RIL_REQUEST_CDMA_FLASH take a string as a parameter. But RIL.java was sending down an array of strings with a single element instead.
* | | | | Merge change 3223 into donutAndroid (Google) Code Review2009-06-052-0/+67
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding new Settings.Secure properties for the Text-To-Speech functionality. Those properties are secure to prevent applications from altering the user's settings without his knowledge.
| * | | | | Adding new Settings.Secure properties for the Text-To-Speech functionality.Jean-Michel Trivi2009-06-052-0/+67
| | |/ / / | |/| | | | | | | | | | | | | Those properties are secure to prevent applications from altering the user's settings without his knowledge.
* | | | | Merge change 3337 into donutAndroid (Google) Code Review2009-06-051-66/+66
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix external bug 2875: Matrix#mValues[7] assigned twice in place of mValues[8]
| * | | | | Fix external bug 2875: Matrix#mValues[7] assigned twice in place of mValues[8]Xavier Ducrohet2009-06-051-66/+66
| | | | | |
* | | | | | Merge change 3317 into donutAndroid (Google) Code Review2009-06-052-24/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | * changes: Fixes #1899273.
| * | | | | Fixes #1899273.Romain Guy2009-06-052-24/+14
| | | | | | | | | | | | | | | | | | | | | | | | When a "ghost" stroke was showing, events would be intercepted in ListView. This patch modifies the logic used to detect when to still events: either the current stroke is a gesture, or the previous stroke was a gesture.
* | | | | | Merge change 2934 into donutAndroid (Google) Code Review2009-06-051-20/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Don't crash on null edit url.
| * | | | | | Don't crash on null edit url.Ken Shirriff2009-06-041-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bug=1568060
* | | | | | | Fix broken Searchables unit tests.Satish Sampath2009-06-051-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The newly added code was using methods which were not overridden by the unit test, fixed now.
* | | | | | | Include web search providers in Searchables.Satish Sampath2009-06-056-62/+283
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Along with ACTION_SEARCH we now enumate ACTION_WEB_SEARCH as well so web search providers are covered in the searchables list. This fixes a broken unit test. - Moved get/setPreferredWebSearchActivity and get-all-web-search-providers implementation to this module when the searchables list gets updated, so that it happens on boot and on package add/remove events and remains up to date. The duplicate code in WebSearchProvider will be removed in a separate change. - Also made Searchables broadcast an intent when the searchables list got rebuilt, so components such as GlobalSearch/SuggestionSources no longer need to do this on their own.
* | | | | | Merge change 3265 into donutAndroid (Google) Code Review2009-06-041-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: A workaround to fix rotation issue. I'm remote now and hard to do troubleshooting (i cannot rotate emulator in nx..)
| * | | | | | A workaround to fix rotation issue. I'm remote now and hard to do ↵Mitsuru Oshima2009-06-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | troubleshooting (i cannot rotate emulator in nx..)
* | | | | | | Merge change 3249 into donutAndroid (Google) Code Review2009-06-042-0/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settings (in a follow-on change). This setting, to be respected by global search, and which I will also file a bug to the browser to respect, determines whether live web suggestions will be shown to the user as they type. For privacy reasons, this could be considered undesirable, as partial queries can then be sent to the user's chosen search engine, so a setting was required.
| * | | | | | | Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settingsMike LeBeau2009-06-052-0/+19
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (in a follow-on change). This setting, to be respected by global search, and which I will also file a bug to the browser to respect, determines whether live web suggestions will be shown to the user as they type. For privacy reasons, this could be considered undesirable, as partial queries can then be sent to the user's chosen search engine, so a setting was required.
* | | | | | | Fix back_up_files() error detection when opening/CRCing the fileChristopher Tate2009-06-041-1/+2
|/ / / / / /
* | | | | | Merge change 3243 into donutAndroid (Google) Code Review2009-06-042-40/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix backup agent unbind
| * | | | | | Fix backup agent unbindChristopher Tate2009-06-042-40/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The handwritten binder transaction passing wasn't propagating the agent-destroy transaction to the client side. Oops. Also, remove obsolete run-one-agent code from the backup manager service.
* | | | | | | Merge change 3238 into donutAndroid (Google) Code Review2009-06-041-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Browser edit fields should report variation WEB_EDIT_TEXT.
| * | | | | | | Browser edit fields should report variation WEB_EDIT_TEXT.Amith Yamasani2009-06-041-1/+2
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will enable the IME to enable/disable prediction features for browser fields where the exact type is not very well defined. Part of the fix for #1743620
* | | | | | | Merge change 3226 into donutAndroid (Google) Code Review2009-06-041-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | * changes: Update a javadoc comment suggesting the use of a deprecated class.
| * | | | | | Update a javadoc comment suggesting the use of a deprecated class.Marco Nelissen2009-06-041-1/+1
| | | | | | |
* | | | | | | Merge change 3227 into donutAndroid (Google) Code Review2009-06-042-49/+50
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix int to string mapping of exported properties. The value generated by the mapping in a @ViewDebug.ExportedProperty annotation was always overriden by the resolveId attribute.
| * | | | | | | Fix int to string mapping of exported properties. The value generated by theRomain Guy2009-06-042-49/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mapping in a @ViewDebug.ExportedProperty annotation was always overriden by the resolveId attribute.