summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement holders for Matrix and Vector data.Jason Sams2010-02-028-29/+385
|
* Fix some minor bugs with GL state setup that were exposed by Droids driver.Jason Sams2010-01-279-21/+35
|
* Merge "dont use sqlite_stmt_journals dir"Vasu Nori2010-01-271-2/+6
|\
| * dont use sqlite_stmt_journals dirVasu Nori2010-01-271-2/+6
| |
* | Remove another scheduled-for-deletion class from the preload list.Elliott Hughes2010-01-271-1/+0
| |
* | Merge "AppsOnSd feature - Add default container"Suchi Amalapurapu2010-01-2711-269/+1106
|\ \
| * | AppsOnSd feature - Add default containerSuchi Amalapurapu2010-01-2711-269/+1106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new remote interface to do temporary copies. The new remote stub handling is done on mHandler thread and doesn't need locking for now. Add new InstallArgs class and subclasses to isolate cases for installation. Move resource deletion for failed installs/upgrades to later on in installation cycle. Fix code path for forward locked apps when using scanPackageLI TODO's Fix installation paths to completely use InstallArgs based design later on. Get rid of using flags in various install/uninstall code paths. Ideally InstallArgs should be created using these flags and used in the rest of the code. Function renames. Revisit mount api's.
* | | Merge "Add the new golden thumbnail image as the PV and stagefright ↵Yu Shan Emily Lau2010-01-272-1/+2
|\ \ \ | |/ / |/| | | | | implementations in capturing thumbnail is different."
| * | Add the new golden thumbnail image as the PV and stagefright implementations ↵Yu Shan Emily Lau2010-01-252-1/+2
| | | | | | | | | | | | in capturing thumbnail is different.
* | | Merge "update javadoc for Settings.Secure.ANDROID_ID"Doug Zongker2010-01-271-4/+4
|\ \ \
| * | | update javadoc for Settings.Secure.ANDROID_IDDoug Zongker2010-01-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Remove reference to GoogleLoginService, explain what this value is now. Change-Id: I2359bd21d9c250245c01e26d660b133f4e469759
* | | | Merge "b/2383073 Add fine-grained status codes for failed downloads."Evan Millar2010-01-271-0/+32
|\ \ \ \
| * | | | b/2383073 Add fine-grained status codes for failed downloads.Attila Bodis2010-01-261-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces new download status codes (STATUS_DEVICE_NOT_FOUND_ERROR and STATUS_INSUFFICIENT_SPACE_ERROR) to allow apps to show more accurate and informative error messages upon failed downloads.
* | | | | Merge "Better support for HTTP streaming media content, fixes to the way ↵Andreas Huber2010-01-2710-37/+590
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | HTTPDataSource streams the data, prefetcher implementation."
| * | | | | Better support for HTTP streaming media content, fixes to the way ↵Andreas Huber2010-01-2610-37/+590
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPDataSource streams the data, prefetcher implementation. related-to-bug: 2295438
* | | | | | Merge "Add support for setting camera display orientation."Chih-Chung Chang2010-01-276-38/+55
|\ \ \ \ \ \
| * | | | | | Add support for setting camera display orientation.Chih-Chung Chang2010-01-266-38/+55
| | | | | | |
* | | | | | | MountService: Introduce new @hide permissions to protect secure containers.San Mehat2010-01-273-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | | Merge "Add a Java API that converts yuv data to a jpeg."Wei-Ta Chen2010-01-265-1/+503
|\ \ \ \ \ \ \
| * | | | | | | Add a Java API that converts yuv data to a jpeg.Wei-Ta Chen2010-01-275-1/+503
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compression is done in the native layer via calling libjpeg. Bug: 2285598
* | | | | | | | Merge changes Iea11654e,I2242da5a,I66c40e73Dan Egnor2010-01-264-18/+36
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Use six dashes instead of five. Include more verbose device information with kernel dumps (hardware, bootloader, etc.), and separate the device info headers from the actual dump with a blank line. Add package information to dropbox reports for ANR, crash, etc. (Notably including package version codes, to help when we're shipping out-of-cycle unbundled app updates.)
| * | | | | | | Use six dashes instead of five.Dan Egnor2010-01-262-7/+7
| | | | | | | |
| * | | | | | | Include more verbose device information with kernel dumpsDan Egnor2010-01-261-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (hardware, bootloader, etc.), and separate the device info headers from the actual dump with a blank line.
| * | | | | | | Add package information to dropbox reports for ANR, crash, etc.Dan Egnor2010-01-261-1/+21
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | (Notably including package version codes, to help when we're shipping out-of-cycle unbundled app updates.)
* | | | | | | Merge "Track removal of a class."Elliott Hughes2010-01-261-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Track removal of a class.Elliott Hughes2010-01-261-1/+0
| | | | | | | |
* | | | | | | | Fix the build.Romain Guy2010-01-261-4/+4
| | | | | | | |
* | | | | | | | Merge "MountService: Don't update the storage status when we're unmounted"San Mehat2010-01-261-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | MountService: Don't update the storage status when we're unmountedSan Mehat2010-01-261-2/+4
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | | | Merge "Modify the interface of HanziToPinyin class to make it generic and ↵Eugene Koh2010-01-262-37/+147
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | add test class"
| * | | | | | | | Modify the interface of HanziToPinyin class to make it generic and add test ↵Bai Tao2010-01-232-37/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class
* | | | | | | | | Merge "remove @deprecated from dropDownHeight and dropDownWidth"Scott Main2010-01-261-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove @deprecated from dropDownHeight and dropDownWidthScott Main2010-01-261-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge "remove @deprecated tag from "fill_parent" because it bubbles up and ↵Scott Main2010-01-261-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | / / / / / / / | |_|/ / / / / / / |/| | | | | | | | declares the entire attribute as deprecated."
| * | | | | | | | remove @deprecated tag from "fill_parent" because it bubbles upScott Main2010-01-261-2/+2
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | and declares the entire attribute as deprecated.
* | | | | | | | Merge "MountService: Explicitly query volume state on startup"San Mehat2010-01-261-10/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | MountService: Explicitly query volume state on startupSan Mehat2010-01-261-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | | | | Merge "NativeDaemonConnector: fix doListCommand() to return *all* list elements"San Mehat2010-01-261-5/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | NativeDaemonConnector: fix doListCommand() to return *all* list elementsSan Mehat2010-01-261-5/+1
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | | | Merge "Move towards a formal public API for backup and restore"Chris Tate2010-01-264-8/+242
|\ \ \ \ \ \ \ \
| * | | | | | | | Move towards a formal public API for backup and restoreChristopher Tate2010-01-254-8/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes a few changes towards establishing a formal application interface for interacting with the backup/restore mechanism: 1. Introduce public wrapper classes around the various binder interfaces; 3rd party code will never see the binders directly. 2. Progress update callbacks during a restore sequence now occur on the main thread, not in a binder thread [and not with system-process permissions!]. 3. Rename the BackupManagerService's inner "RestoreSession" class to avoid ambiguity with the new public "RestoreSession" class.
* | | | | | | | | More device admin work: description, policy control.Dianne Hackborn2010-01-2611-34/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is now a description attribute associated with all components, that can supply user-visible information about what the component does. We use this to show such information about device admins, and wallpapers are also updated to be able to show this in addition to the existing description in their meta-data. This also defines security control for admins, requiring that they declare the policies they will touch, and enforcing that they do so to be able to use various APIs.
* | | | | | | | | Merge "add API to change default config on image decoders."Mike Reed2010-01-262-1/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add API to change default config on image decoders.Mike Reed2010-01-262-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | May be called by the browser to get high-quality images when running in a 32bit window
* | | | | | | | | | Unhide brightness constants to help unbundle Camera.Chih-Chung Chang2010-01-262-3/+33
| | | | | | | | | |
* | | | | | | | | | Merge "Unhide the secure setting for LocationProviderEnabled"Mike Lockwood2010-01-262-4/+32
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Unhide the secure setting for LocationProviderEnabledMark Vandevoorde2010-01-262-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unbundled NetworkLocationProvider needs to get/set the enabled bit from the settings database.
* | | | | | | | | | | Merge "Turn the debugging back on."Jason Sams2010-01-261-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Turn the debugging back on.Jason Sams2010-01-261-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge "Make PackageManager unpack gdbserver binaries at installation time."David Turner2010-01-262-14/+84
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |