1. 722baf5 Merge change 5014 into donut by Android (Google) Code Review · 15 years ago
  2. d7f6daa Fix issue #1933587. Perform dexopt of instrumentation .apks. by Dianne Hackborn · 15 years ago
  3. 5cbbf56 Pass the originating app's versionCode along with a restore set by Christopher Tate · 15 years ago
  4. 3a31a93 Add some global metadata to the restore set by Christopher Tate · 15 years ago
  5. 856dd8a Merge change 4952 into donut by Android (Google) Code Review · 15 years ago
  6. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  7. 07a5f12 Merge change 4754 into donut by Android (Google) Code Review · 15 years ago
  8. 6bf1208 Merge change 4827 into donut by Android (Google) Code Review · 15 years ago
  9. b8cba95 At boot time, add additional per-device information to the by Nick Kralevich · 15 years ago
  10. b97b8f8 Fix issue with shared user permissions. by Suchi Amalapurapu · 15 years ago
  11. 6aa41f4 Add app version to the backup metadata by Christopher Tate · 15 years ago
  12. 3d74bb4 Add "why?" button to low battery dialog. by Dianne Hackborn · 15 years ago
  13. bc806f6 Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  14. 20efdf6 Make signature checks on restore work with unsigned apps by Christopher Tate · 15 years ago
  15. 63e7155 Merge change 4696 into donut by Android (Google) Code Review · 15 years ago
  16. 5d605dc backup stuff by Joe Onorato · 15 years ago
  17. abce4e8 Use signatures on restore by Christopher Tate · 15 years ago
  18. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  19. 167dbe0 Merge change 4670 into donut by Android (Google) Code Review · 15 years ago
  20. 07eac01 Merge change 4682 into donut by Android (Google) Code Review · 15 years ago
  21. 6785dd8 Store the app signatures as part of the backup set by Christopher Tate · 15 years ago
  22. 2854254 Update RandomBlock to use RandomAccessFile. This helps by Nick Kralevich · 15 years ago
  23. 5ad76ef Merge change 4521 into donut by Android (Google) Code Review · 15 years ago
  24. 4fb2561 load entropy data at boot. Periodically write entropy data to disk. by Nick Kralevich · 15 years ago
  25. c14b9cc Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  26. e64bb1d Merge change 4579 into donut by Android (Google) Code Review · 15 years ago
  27. 760ec4a Fix issue #1924851 by Dianne Hackborn · 15 years ago
  28. 87a02bc Replace the stub GoogleTransport with callout to the by Dan Egnor · 15 years ago
  29. f829a78 add exception message to ApplicationErrorReport by Jacek Surazski · 15 years ago
  30. 1ccac75 Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app by Suchi Amalapurapu · 15 years ago
  31. 07ca8c7 Merge change 4438 into donut by Android (Google) Code Review · 15 years ago
  32. 82f3f00 Fix many of the ANRs introduced by scheduling classes. by Dianne Hackborn · 15 years ago
  33. aa08844 Hold the current transport instantiated all the time. by Christopher Tate · 15 years ago
  34. 63d2700 Allow privileged callers to schedule a backup pass for any app. by Christopher Tate · 15 years ago
  35. f68eb50 More bmgr work; fix clear-data signalling by Christopher Tate · 15 years ago
  36. 6297cb2 Merge change 4287 into donut by Android (Google) Code Review · 15 years ago
  37. ace7f09 Sketch out a 'bmgr' command line tool by Christopher Tate · 15 years ago
  38. cfaef69 Implement permission test for activity, window, service manager. by Dianne Hackborn · 15 years ago
  39. be3615b Merge change 4112 into donut by Android (Google) Code Review · 15 years ago
  40. 75b0385 Fix bug #1812041: activity manager crash with bad args. by Dianne Hackborn · 15 years ago
  41. cde87f4 Journal backup requests so that they won't be lost in a crash by Christopher Tate · 15 years ago
  42. 9bbc21a Flesh out restore interface on manager; work up most of LocalTransport by Christopher Tate · 15 years ago
  43. 238bf47 Merge change 3826 into donut by Android (Google) Code Review · 15 years ago
  44. 4686657 LocationManagerService: Fix logic error removing multiple dead receivers. by Simon Schoar · 15 years ago
  45. c7b31e3 The rest of the basic flow for restore by Christopher Tate · 15 years ago
  46. e5fb328 resolution support fix/improvement by Mitsuru Oshima · 15 years ago
  47. 06882f8 Enable HierarchyViewer on debuggable builds, even if they're secure. by Romain Guy · 15 years ago
  48. b81645c Merge change 3726 into donut by Android (Google) Code Review · 15 years ago
  49. df01dea More restore plumbing, plus add suggested-backoff to transport API by Christopher Tate · 15 years ago
  50. 9438de2 ActivityManager: Ensure that we clear the calling process identity around calls to Process.setProcessGroup(). by San Mehat · 15 years ago
  51. 9b3905c Revamp IRestoreSession a bit by Christopher Tate · 15 years ago
  52. 9d9953d9 Merge change 3420 into donut by Android (Google) Code Review · 15 years ago
  53. 6ba283f LocationManagerService: Remove some unneeded imports. by Mike Lockwood · 15 years ago
  54. 8c850b7 Add IRestoreSession interface for the restore flow by Christopher Tate · 15 years ago
  55. 7b88128 Adjust IBackupTransport interface by Christopher Tate · 15 years ago
  56. 19cd309 Merge change 3017 into donut by Android (Google) Code Review · 15 years ago
  57. 6fa9597 Apply OOM adjustment while an app is undergoing backup by Christopher Tate · 15 years ago
  58. cd4ff2e Fix tracking of backup participants across package remove/update by Christopher Tate · 15 years ago
  59. 1885b37 Fix backup agent unbind by Christopher Tate · 15 years ago
  60. 5069cc7 Add the EAP related fields for WiFi configuration. by Chung-yih Wang · 15 years ago
  61. 043dadc More backup work by Christopher Tate · 15 years ago
  62. 9654cba Merge change 3094 into donut by Android (Google) Code Review · 15 years ago
  63. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  64. 701f516 Grant permissions to older package when deleting an updated system application. by Suchi Amalapurapu · 15 years ago
  65. eaeb663 Track activity foreground CPU usage for battery stats. by Amith Yamasani · 15 years ago
  66. 8dbe612 Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  67. f315238 TODO's from Teleca with modifications from wink. by Wink Saville · 15 years ago
  68. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  69. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
  70. 4551565 Enforce permissions for PhoneStateListener events. by Jaikumar Ganesh · 15 years ago
  71. fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 15 years ago
  72. 06de2ea Activity Manager changes the scheduling group of processes. by Dianne Hackborn · 15 years ago
  73. 270e87f Sensors: Use a native_handle for the data channel instead of a single file descriptor. by Mike Lockwood · 15 years ago
  74. fea1a45 Merge change 2364 into donut by Android (Google) Code Review · 15 years ago
  75. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  76. 244fa5c Initial checkin for App Fuel Gauge infrastructure. by Amith Yamasani · 15 years ago
  77. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 15 years ago
  78. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  79. a5ca342 Merge change 2017 into donut by Android (Google) Code Review · 15 years ago
  80. f5b9c72 ActivityManagerService sends bug reports on crashes and ANRs by Jacek Surazski · 15 years ago
  81. 95fc68f Fix issue where apps could prevent the user from going home. by Dianne Hackborn · 15 years ago
  82. 58ff021 Increment BatteryStatsImpl's VERSION. by Robert Greenwalt · 15 years ago
  83. ac61f6b Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION by Mike Lockwood · 15 years ago
  84. c3320db Minor performance improvement when filtering intents by package. by Mihai Preda · 15 years ago
  85. 2f11599 Merge change 1579 into donut by Android (Google) Code Review · 15 years ago
  86. e9b06d7 Teleca 2b changes by Wink Saville · 15 years ago
  87. 7e4c343 Merge change 1881 into donut by Android (Google) Code Review · 15 years ago
  88. d9c32bc WifiService: Wifi power management change by Mike Lockwood · 15 years ago
  89. d1a9337 Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 15 years ago
  90. 074edef remove unused ContentResolver parameter from IntentResolver.queryIntent. by Mihai Preda · 15 years ago
  91. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  92. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  93. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  94. 2a5cfe5 Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  95. aa642c0 Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  96. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  97. b910811 am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei by Dianne Hackborn · 15 years ago
  98. 5d6d773 AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk). by Dianne Hackborn · 15 years ago
  99. 13922e0 Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build. by Romain Guy · 15 years ago
  100. 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 15 years ago