1. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  2. ebb83ad Grant permissions to apps on sd when enabling/disabling packages. by Suchi Amalapurapu · 14 years ago
  3. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 14 years ago
  4. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 14 years ago
  5. d3dd518 Merge "Add new install flag to install on internal flash only Change default install location policy for new flag. New error code for media unavailable." by Suchi Amalapurapu · 14 years ago
  6. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  7. d8c208b Merge "Disable the HanziToPinyinTest when there is no Chinese collator." by Dmitri Plotnikov · 14 years ago
  8. 9ad006d Disable the HanziToPinyinTest when there is no Chinese collator. by Bai Tao · 14 years ago
  9. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 15 years ago
  10. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 15 years ago
  11. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 15 years ago
  12. 17bc415 Merge "Add new shutdown observer for MountService. Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now." by Mike Lockwood · 15 years ago
  13. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 15 years ago
  14. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 15 years ago
  15. 9d05a18 AsecTests: Add a test to validate container size by San Mehat · 15 years ago
  16. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 15 years ago
  17. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 15 years ago
  18. c42e29e Add new handler mechanism in MountService to make unmount api asynchronous. by Suchi Amalapurapu · 15 years ago
  19. 7db3e5e AsecTests: Add teardown to tests by San Mehat · 15 years ago
  20. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 15 years ago
  21. 85451ee MountService: Fix bug which would allow apps to try to rename a container whos dst is mounted by San Mehat · 15 years ago
  22. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 15 years ago
  23. da2ca7a framework: tests: Clean up asec unit tests and add rename tests by San Mehat · 15 years ago
  24. d970998 framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites. by San Mehat · 15 years ago
  25. fea87ae framework: tests: Add some unit-tests for Asec by San Mehat · 15 years ago
  26. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 15 years ago
  27. 117818e Add new manifest option for install location by Suchi Amalapurapu · 15 years ago
  28. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 15 years ago
  29. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 15 years ago
  30. 420bc12 Remove reference to unused static library. by Jeff Hamilton · 15 years ago
  31. afbaaa1 Some tests for install and replace package. by Suchi Amalapurapu · 15 years ago
  32. 1a44d5d Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. by Neal Nguyen · 15 years ago
  33. 445cc0e Merge "dont use sqlite_stmt_journals dir" by Vasu Nori · 15 years ago
  34. ad8d0d1 dont use sqlite_stmt_journals dir by Vasu Nori · 15 years ago
  35. bce2806 Merge "Modify the interface of HanziToPinyin class to make it generic and add test class" by Eugene Koh · 15 years ago
  36. 4256586 Modify the interface of HanziToPinyin class to make it generic and add test class by Bai Tao · 15 years ago
  37. 39b17a1 remove GoogleLoginService unit test by Doug Zongker · 15 years ago
  38. 0a2fb21 relocate GoogleLoginService by Doug Zongker · 15 years ago
  39. d60e31c Merge "Update Time.parse3339() unit tests" by Kenny Root · 15 years ago
  40. de8aa87 Update Time.parse3339() unit tests by Kenny Root · 15 years ago
  41. e495d1f fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize by Vasu Nori · 15 years ago
  42. 96e40b4 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  43. 8d1966e Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  44. 83fe5de Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 15 years ago
  45. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  46. edc5189 change remaining frameworks/base Gservices to Secure settings by Doug Zongker · 15 years ago
  47. 43866e0 move some system services from gservices to secure settings by Doug Zongker · 15 years ago
  48. 1301341 Fix test breakage in vCard exporter. by Daisuke Miyakawa · 15 years ago
  49. ae46195 Framework Tests Cleanup: Removing CTS duplicate files by Neal Nguyen · 15 years ago
  50. e38d58b Remove Google-specific (or only-used-by-Google-code) classes. by Dan Egnor · 15 years ago
  51. 2574d50 Framework Tests Cleanup: Removing CTS duplicate files by Neal Nguyen · 15 years ago
  52. c19be05 Framework Tests Cleanup: Removing CTS duplicate files by Neal Nguyen · 15 years ago
  53. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 15 years ago
  54. 5237f01 am c4978805: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  55. ad2fa35 am d4a4729c: Update imports to android-common by Tom Taylor · 15 years ago
  56. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  57. b8d4698 Bug 2330278 by Paul Westbrook · 15 years ago
  58. 01dde47 Bug 2326468 by Paul Westbrook · 15 years ago
  59. e143bc9 resolved conflicts for merge of 15d3bb2c to master by Paul Westbrook · 15 years ago
  60. 15d3bb2 am 7762d936: Unbundling work by Paul Westbrook · 15 years ago
  61. 7762d93 Unbundling work by Paul Westbrook · 15 years ago
  62. d021302 resolved conflicts for merge of f6bb01b0 to master by Dan Egnor · 15 years ago
  63. f6bb01b am b7f0367c: Eliminate CrashData and friends. by Dan Egnor · 15 years ago
  64. b7f0367 Eliminate CrashData and friends. by Dan Egnor · 15 years ago
  65. 7a4fb73 am 595c4092: am 8fb0faf3: Merge change I0a56959e into eclair-mr2 by Wink Saville · 15 years ago
  66. 595c409 am 8fb0faf3: Merge change I0a56959e into eclair-mr2 by Wink Saville · 15 years ago
  67. 8fb0faf Merge change I0a56959e into eclair-mr2 by Android (Google) Code Review · 15 years ago
  68. 2ec6c56 am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - removed the parcelling ability from Entity and EntityIterator and made them public - added an EntityIterator abstract implementation that allow easy wrapping of a Cursor - changed the VCard c by Fred Quintana · 15 years ago
  69. 3d2560a am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - removed the parcelling ability from Entity and EntityIterator and made them public - added an EntityIterator abstract implementation that allow easy wrapping of a Cursor - changed the VCard c by Fred Quintana · 15 years ago
  70. 328c0e7 - removed the concept of Entity from the ContentProvider APIs by Fred Quintana · 15 years ago
  71. fc5b480 Implement a HierarchicalStateMachine by Wink Saville · 15 years ago
  72. c5303c3 am 8d962613: am 6dba0680: Merge change I9589f9c2 into eclair-mr2 by Bjorn Bringert · 15 years ago
  73. 8d96261 am 6dba0680: Merge change I9589f9c2 into eclair-mr2 by Bjorn Bringert · 15 years ago
  74. 2126aac Move android.server.search.SearchableInfo to android.app by Bjorn Bringert · 15 years ago
  75. f3ab5c6 am 86ef717e: am 99cee031: Merge change Ieb7a7d57 into eclair-mr2 by Dan Egnor · 15 years ago
  76. 86ef717 am 99cee031: Merge change Ieb7a7d57 into eclair-mr2 by Dan Egnor · 15 years ago
  77. eb7a7d5 Change the DropBoxManager API slightly (this is public, but not yet released) -- by Dan Egnor · 15 years ago
  78. 5bb9771 resolved conflicts for merge of b8675943 to master by Fred Quintana · 15 years ago
  79. b867594 am 2464acc6: moved the gdata library to vendor/google by Fred Quintana · 15 years ago
  80. 2464acc moved the gdata library to vendor/google by Fred Quintana · 15 years ago
  81. 7fee29d am 4ee476ef: am 5e332efd: Merge change I903ce7b1 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  82. 4ee476e am 5e332efd: Merge change I903ce7b1 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  83. a750fdd Fix a problem in which Android custom fields are not emitted correctly in non-Ascii languages. by Daisuke Miyakawa · 15 years ago
  84. 3b90f65c am 23eb8223: am 4f81eac4: Merge change I27b1bb90 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  85. 23eb822 am 4f81eac4: Merge change I27b1bb90 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  86. 673c1d1 Refactor vCard test code and modify unit tests. by Daisuke Miyakawa · 15 years ago
  87. 35e3d52 am 1b3a7b43: am eb114de5: Merge change I639b0f03 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  88. 1b3a7b4 am eb114de5: Merge change I639b0f03 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  89. 639b0f0 Make vCard exporter append neighborhood to locality field instead of extended address, by Daisuke Miyakawa · 15 years ago
  90. b0a12a1 am e922751e: am 6a942dbe: Merge change Ifd754059 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  91. e922751 am 6a942dbe: Merge change Ifd754059 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  92. a6d81e3 Make vCard code refrain from using NEIGHBORHOOD field when importing. by Daisuke Miyakawa · 15 years ago
  93. f4d7ffb am 5b2f5ced: am ddd017f8: Merge change I8daabf26 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  94. 5b2f5ce am ddd017f8: Merge change I8daabf26 into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  95. c4b5171 Modify vCard exporter code so that it does not emit non-Ascii type. by Daisuke Miyakawa · 15 years ago
  96. 20fbb79 resolved conflicts for merge of a351b7f0 to master by Dan Egnor · 15 years ago
  97. a351b7f am 8c7d9eab: Merge change Icb1674f1 into eclair-mr2 by Dan Egnor · 15 years ago
  98. ded0e64 Create android-common static library which gets included in frameworks.jar, by Dan Egnor · 15 years ago
  99. 0f3bd55 am 355c4bc3: am a3dbee32: Merge change I919c20bb into eclair-mr2 by Daisuke Miyakawa · 15 years ago
  100. 355c4bc am a3dbee32: Merge change I919c20bb into eclair-mr2 by Daisuke Miyakawa · 15 years ago