1. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  2. f8bb244 Finish removing ASEC. by Jeff Sharkey · 7 years ago
  3. c8b29ac Change storage migration to use quota APIs. by Jeff Sharkey · 7 years ago
  4. 9a4a457 Clear identity to handle ALLOCATE_AGGRESSIVE. by Jeff Sharkey · 7 years ago
  5. dafb17e We really want f_frsize and f_bavail. by Jeff Sharkey · 7 years ago
  6. 88d2a3c Introduce revision codes for split APKs. by Jeff Sharkey · 10 years ago
  7. 941a8ba Installing splits into ASECs! by Jeff Sharkey · 10 years ago
  8. bb7b7be More progress towards split APKs in ASECs. by Jeff Sharkey · 10 years ago
  9. 742e790 Progress towards staging ASECs. by Jeff Sharkey · 10 years ago
  10. ff110bd Multi-arch application installs. by Narayan Kamath · 10 years ago
  11. d746057 Change new file installs to be cluster-based! by Jeff Sharkey · 10 years ago
  12. be520fb Teach DCS about cluster packages. by Jeff Sharkey · 10 years ago
  13. 0c54798 Start removing ContainerEncryptionParams. by Jeff Sharkey · 10 years ago
  14. 73767b9 Extract native code from split APKs. by Jeff Sharkey · 10 years ago
  15. 57dcf5b Slow progress towards APK clusters. by Jeff Sharkey · 10 years ago
  16. cef0b39 Fix native crashes when APKs can't be opened. by Narayan Kamath · 10 years ago
  17. 275e085 Stronger PackageParser contract, more split work. by Jeff Sharkey · 10 years ago
  18. c4858a2 Switch PackageParser to reference single path. by Jeff Sharkey · 10 years ago
  19. 26c6c03 Fix build. by Narayan Kamath · 10 years ago
  20. d47e38b Scan for renderscript files before deciding ABIs. by Narayan Kamath · 10 years ago
  21. 6431d11 Add an --abi argument to "pm install" by Narayan Kamath · 10 years ago
  22. 34385d3 Track libcore.os' move to android.system. by Elliott Hughes · 10 years ago
  23. 1378aba Re-implement native library search and copies. by Ramin Zaghi · 11 years ago
  24. 7f392de Catch a few extra users of UserEnvironment. by Jeff Sharkey · 11 years ago
  25. a7ac8be am dff4ec87: am e16a21c6: resolved conflicts for merge of 4a59376d to stage-aosp-master by Elliott Hughes · 11 years ago
  26. e16a21c6 resolved conflicts for merge of 4a59376d to stage-aosp-master by Elliott Hughes · 11 years ago
  27. befd0b1 Track libcore API change. by Elliott Hughes · 11 years ago
  28. 5adb34f Always close incoming PFD to avoid leaking. by Jeff Sharkey · 11 years ago
  29. 63d0a06 Improve performance of storage measurement. by Jeff Sharkey · 12 years ago
  30. 40e9f29 Quiet down a lot of logging. by Dianne Hackborn · 12 years ago
  31. cea3743 Try to free cache before giving up on install by Kenny Root · 12 years ago
  32. 625239a Migrate more Secure settings to Global. by Jeff Sharkey · 12 years ago
  33. 752cd92 Always bind to DefaultContainerService as OWNER. by Jeff Sharkey · 12 years ago
  34. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  35. 183ce02 Fix issue #6761130: Clearing app data in settings does not clear app's USB storage by Dianne Hackborn · 12 years ago
  36. a69b7eb Change thread priority for disk measurement to bg by Kenny Root · 12 years ago
  37. 103d530 Use long instead of int for file offsets by Kenny Root · 12 years ago
  38. ceb1b0b Add encryption parameters to package installation by Anonymous Coward · 12 years ago
  39. bf02358 Fix some problems with ASECs by Kenny Root · 12 years ago
  40. 6dceb88 Allow forward locked apps to be in ASECs by Kenny Root · 12 years ago
  41. 9cbe986a Expose statfs() through IMediaContainerService. by Jeff Sharkey · 12 years ago
  42. 05ca4c9 Allow non-required package verifiers by Kenny Root · 13 years ago
  43. 61942c5 Fix external size calculations by Kenny Root · 13 years ago
  44. f5121a9 Better errors from copyResource by Kenny Root · 13 years ago
  45. 1ebd74a Better error codes for missing files by Kenny Root · 13 years ago
  46. 66269ea Move extract native libraries to JNI code by Kenny Root · 13 years ago
  47. 62e1b4e Revise free space checks for package installs by Kenny Root · 13 years ago
  48. 300c13a Erase OBB files when removing packages by Kenny Root · 14 years ago
  49. 366949c Put externalSize measurements in PackageStats by Kenny Root · 14 years ago
  50. aa183e2 Add measurement API to DefaultContainerService by Kenny Root · 14 years ago
  51. e1ff214 Add API to check for emulated external storage by Kenny Root · 14 years ago
  52. 735de3b Hash keys with MD5; track IBinders not IInterface by Kenny Root · 14 years ago
  53. 05105f7 Update OBB API to include callbacks by Kenny Root · 14 years ago
  54. 85387d7 Allow native shared libraries in ASEC containers by Kenny Root · 14 years ago
  55. a02b8b0 Move OBB file reading to DefaultContainerService by Kenny Root · 14 years ago
  56. 930d3af Do not deference before null check by Kenny Root · 14 years ago
  57. d345bb6 Fix error code when media is filled up. by Suchi Amalapurapu · 14 years ago
  58. 315a5fb Dont fall back to installing on sdcard when internal storage is filled up by Suchi Amalapurapu · 14 years ago
  59. 40e4725 Fix 2579461 by Suchi Amalapurapu · 14 years ago
  60. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  61. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 14 years ago
  62. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  63. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 14 years ago
  64. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 14 years ago
  65. 3602f76 Null check for scheme. by Suchi Amalapurapu · 15 years ago
  66. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 15 years ago
  67. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 15 years ago
  68. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 15 years ago
  69. 679bba3 Move mount service wrapper calls to PackageHelper by Suchi Amalapurapu · 15 years ago
  70. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 15 years ago
  71. e83cefce New external storage APIs. by Dianne Hackborn · 15 years ago
  72. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 15 years ago
  73. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  74. 63d15ee DefaultContainerService: Refactor MountService calls (new api) by San Mehat · 15 years ago
  75. c028be4 AppsOnSd feature - Add default container by Suchi Amalapurapu · 15 years ago