summaryrefslogtreecommitdiff
path: root/packages/DefaultContainerService/src
AgeCommit message (Expand)Author
2012-08-24Keep track of whether an app is installed for each user. Dianne Hackborn
2012-06-29Fix issue #6761130: Clearing app data in settings does not clear app's USB st... Dianne Hackborn
2012-05-14Change thread priority for disk measurement to bg Kenny Root
2012-05-10Use long instead of int for file offsets Kenny Root
2012-05-07Add encryption parameters to package installation Anonymous Coward
2012-05-02Fix some problems with ASECs Kenny Root
2012-04-25Allow forward locked apps to be in ASECs Kenny Root
2012-04-22Expose statfs() through IMediaContainerService. Jeff Sharkey
2011-09-23Allow non-required package verifiers Kenny Root
2011-08-15Fix external size calculations Kenny Root
2011-08-10Better errors from copyResource Kenny Root
2011-08-03Better error codes for missing files Kenny Root
2011-07-26Move extract native libraries to JNI code Kenny Root
2011-03-14Revise free space checks for package installs Kenny Root
2011-01-18Erase OBB files when removing packages Kenny Root
2011-01-16Put externalSize measurements in PackageStats Kenny Root
2010-12-04Add measurement API to DefaultContainerService Kenny Root
2010-10-12Add API to check for emulated external storage Kenny Root
2010-09-30Hash keys with MD5; track IBinders not IInterface Kenny Root
2010-09-28Update OBB API to include callbacks Kenny Root
2010-08-27Allow native shared libraries in ASEC containers Kenny Root
2010-08-11Move OBB file reading to DefaultContainerService Kenny Root
2010-08-02Do not deference before null check Kenny Root
2010-04-22Fix error code when media is filled up. Suchi Amalapurapu
2010-04-14Dont fall back to installing on sdcard when internal storage is filled up Suchi Amalapurapu
2010-04-07Fix 2579461 Suchi Amalapurapu
2010-03-17Add new install flag to install on internal flash only Suchi Amalapurapu
2010-03-16Do storage checks before initiating a move. Suchi Amalapurapu
2010-03-11Add correct copyright headers to multiple files Kenny Root
2010-03-10Dont include code size for apps on sdcard. Suchi Amalapurapu
2010-03-09Add conditions to check for updated system applications. Restrict them Suchi Amalapurapu
2010-03-03Null check for scheme. Suchi Amalapurapu
2010-03-03Rework the way PackageManager binds to default container service. Suchi Amalapurapu
2010-02-24Some framework fixes for apps on sd Suchi Amalapurapu
2010-02-19Move package from internal to external and vice versa. Suchi Amalapurapu
2010-02-16Move mount service wrapper calls to PackageHelper Suchi Amalapurapu
2010-02-12Include install location preference when installing packages. Suchi Amalapurapu
2010-02-09New external storage APIs. Dianne Hackborn
2010-02-09Framework: Clean up / Refactor Mount APIs San Mehat
2010-02-02Apps on sdcard: Add new broadcasts Suchi Amalapurapu
2010-02-02DefaultContainerService: Refactor MountService calls (new api) San Mehat
2010-01-27AppsOnSd feature - Add default container Suchi Amalapurapu