1. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  2. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  3. bd3f527 Elaborate a little on the documentation for PackageManager's resolveActivity. by Mike LeBeau · 14 years ago
  4. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 14 years ago
  5. 4709693 Add APIs for mapping between new and current package names. by Dianne Hackborn · 14 years ago
  6. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 14 years ago
  7. 6dee18c New implementation of <original-package> tag. by Dianne Hackborn · 14 years ago
  8. 23085b7 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 14 years ago
  9. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  10. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  11. 8e867eb Merge "Fix NPE in PackageParser" by Bjorn Bringert · 14 years ago
  12. ace5a3f Hide resourceDirs from public API by Kenny Root · 14 years ago
  13. e04b1ad Fix NPE in PackageParser by Bjorn Bringert · 14 years ago
  14. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  15. b858dfd Implement system data migration support. by Dianne Hackborn · 15 years ago
  16. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  17. cdc428b Apps on SD project. Javadoc fixes for new method in PackageManager class. by Oscar Montemayor · 15 years ago
  18. 539d3c4 Apps on SD card project. by Oscar Montemayor · 15 years ago
  19. 1228d0a Apps on SD card project. by Oscar Montemayor · 15 years ago
  20. 8aa2e89 More device admin work: description, policy control. by Dianne Hackborn · 15 years ago
  21. 1edab2b Make PackageManager unpack gdbserver binaries at installation time. by David 'Digit' Turner · 15 years ago
  22. d1ab016 Add extra resources field for ApplicationInfo by Kenny Root · 15 years ago
  23. 8d528c8 Fix build error by Suchi Amalapurapu · 15 years ago
  24. af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 15 years ago
  25. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 15 years ago
  26. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  27. 009909b am b43b35a0: am e6547423: Merge change I10073d50 into eclair by Xavier Ducrohet · 15 years ago
  28. 3274b9b Add Annotation for optional features. by Xavier Ducrohet · 15 years ago
  29. 8a1b6de am e2585127: am 9ed7dc10: am 5886050f: Merge change I0d8f7593 into eclair by Dianne Hackborn · 15 years ago
  30. a7ca0e5 Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-op by Dianne Hackborn · 15 years ago
  31. 506de3b am 5417933a: am d1689ea8: am 8e1985d4: Merge change Ie552036f into eclair by Dianne Hackborn · 15 years ago
  32. 935ef2c Fix issue #2286419: maxSdkVersion causes existing apps to disappear. by Dianne Hackborn · 15 years ago
  33. 187f074 am 79374643: am b9ab7126: am 524812fb: Merge change I7d40ad9a into eclair by Dianne Hackborn · 15 years ago
  34. 08ee42c More on issue #2271640: Fix wallpaper etc docs by Dianne Hackborn · 15 years ago
  35. 78bceeb am 8c3fc080: am 5bb200fd: am 2ade6421: Merge change I775e1ec0 into eclair by Dianne Hackborn · 15 years ago
  36. 12527f9 Debugging for issue #2250075: Desk dock clock app sometimes doesn't by Dianne Hackborn · 15 years ago
  37. bb3921c am 7efa6715: am e871be66: Merge change I735f4553 into eclair-mr2 by Fred Quintana · 15 years ago
  38. 1874aa4 Encrypted File Systems project. Implementation of opt-out flag in AndroidManifest XML file. by Oscar Montemayor · 15 years ago
  39. 5ebbb4a Make the RegisteredSErvices Cache not allow the registered service for a by Fred Quintana · 15 years ago
  40. d83006c When upgrading packages with shared user ids make sure we are eliminating by Suchi Amalapurapu · 15 years ago
  41. 8d5ae98 Make sdk version and code names static finals in PackageParser. by Suchi Amalapurapu · 15 years ago
  42. bd0a81f Work on issue #2163789: Way too much logging by Dianne Hackborn · 15 years ago
  43. 29e4a3c Update from API review. by Dianne Hackborn · 15 years ago
  44. a33e3f7 Fix issue #2154794: Force close when start facebook application. by Dianne Hackborn · 15 years ago
  45. 7eca687 Fix bug where we would return null with disabled components. by Dianne Hackborn · 15 years ago
  46. 039c68e The touch screen is probably a feature. by Dianne Hackborn · 15 years ago
  47. 3b3e145 A variety of work on animations. by Dianne Hackborn · 15 years ago
  48. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
  49. 3ecd5f4 - Make the AccountManagerService delete accounts that by Fred Quintana · 15 years ago
  50. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
  51. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 15 years ago
  52. c42c0dd Fix the registration of the package changes broadcast receiver. by Jeff Hamilton · 15 years ago
  53. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  54. 4923734 Add platform infrastructure for features. by Dianne Hackborn · 15 years ago
  55. c748541 Add a null check in PackageParser by Suchi Amalapurapu · 15 years ago
  56. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  57. 25660ec Unbreak the sdk build. by Joe Onorato · 15 years ago
  58. 766cbfe Add new API to compare certs of two UIDs. by Dianne Hackborn · 15 years ago
  59. 02f5228 resolved conflicts for merge of f0d83fd9 to master by Dianne Hackborn · 15 years ago
  60. 7f20543 Updates from API review. by Dianne Hackborn · 15 years ago
  61. d4a1d2e add account manager permission checking by Fred Quintana · 15 years ago
  62. c00c04d am 11b822d2: Simplify density compatibility to a boolean. by Dianne Hackborn · 15 years ago
  63. 11b822d Simplify density compatibility to a boolean. by Dianne Hackborn · 15 years ago
  64. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 15 years ago
  65. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 15 years ago
  66. fe923cf2 am 2c25fac2: Merge change 8036 into donut by Android (Google) Code Review · 15 years ago
  67. 69fff4a * Disable compatibility mode for all cases. by Mitsuru Oshima · 15 years ago
  68. a065b01 am 841f13c8: * Reverted the change in PackageParser that I checked by accident * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, by Mitsuru Oshima · 15 years ago
  69. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  70. a62e3e4 am ba3ba579: * Use cached resources for widgets by Mitsuru Oshima · 15 years ago
  71. ba3ba57 * Use cached resources for widgets by Mitsuru Oshima · 15 years ago
  72. 54a26bc resolved conflicts for merge of 889c2d37 to master by Dianne Hackborn · 15 years ago
  73. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  74. e3f0544 resolved conflicts for merge of 2af632f8 to master by Dianne Hackborn · 15 years ago
  75. 2af632f Add new <path-permission tag for use by global search. by Dianne Hackborn · 15 years ago
  76. c3f60dd am 1ecf5d28: Re-implementation of large screen support using window manager. * added background filler surface to fill the outer rim. Using the same layer as dim surface because they never co-exists (in the same window) * clean up the obsolete code in Compatibilt by Mitsuru Oshima · 15 years ago
  77. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  78. f6ff591 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 15 years ago
  79. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  80. c73e9ad am bc806f65: Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  81. bc806f6 Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  82. 8dbbe3b am 63e7155c: Merge change 4696 into donut by Android (Google) Code Review · 15 years ago
  83. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  84. abb01db am c14b9ccd: Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  85. c14b9cc Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  86. e1fae30 Merge commit '0781df94' into manualmerge by Suchi Amalapurapu · 15 years ago
  87. 1ccac75 Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app by Suchi Amalapurapu · 15 years ago
  88. 9788976 add icon and label to the authenticator description by Fred Quintana · 15 years ago
  89. bd6b11d am e5fb3288: resolution support fix/improvement * adding compatibility menu * backup gravity * set expanable=true if the screen size is hvga * density. * added "supports any density" mode. I\'ll add sdk check later. * disallow to catch orientation c by Mitsuru Oshima · 15 years ago
  90. e5fb328 resolution support fix/improvement by Mitsuru Oshima · 15 years ago
  91. 76ff31b am d299b819: Add a new attribute to android manifest for defining the GLES version number. This attribute is parsed by the PackageParser into ConfigurationInfo. The major and minor version numbers are defined as the higher and lower order bits. by Suchi Amalapurapu · 15 years ago
  92. d299b81 Add a new attribute to android manifest for defining the GLES version number. by Suchi Amalapurapu · 15 years ago
  93. 342d59d am 9189cabb: * Moved supports-density tag under manifest * Refactored Compatibility code * Added CompatibilityInfo class * Removed getApplicationScale from Context * Added Resources#getCompatibilityInfo so that RootView can get the compatibility info w/o going through Context * Expandable support * Added expandable tag under manifest * Old application w/o expandable is given the default screen size ([320, 480] x density). * The non-expandable window is centered. by Mitsuru Oshima · 15 years ago
  94. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  95. ae8c5b8 am 8dbe612d: Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  96. 8dbe612 Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  97. 7c49790 am 162c9d0e: Merge change 2805 into donut by Android (Google) Code Review · 15 years ago
  98. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  99. ad6042a am 181fafaf: Retool the backup process to use a new \'BackupAgent\' class by Christopher Tate · 15 years ago
  100. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago