1. cd4ff2e Fix tracking of backup participants across package remove/update by Christopher Tate · 17 years ago
  2. 1885b37 Fix backup agent unbind by Christopher Tate · 17 years ago
  3. 043dadc More backup work by Christopher Tate · 17 years ago
  4. 9654cba Merge change 3094 into donut by Android (Google) Code Review · 17 years ago
  5. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 17 years ago
  6. 701f516 Grant permissions to older package when deleting an updated system application. by Suchi Amalapurapu · 17 years ago
  7. eaeb663 Track activity foreground CPU usage for battery stats. by Amith Yamasani · 17 years ago
  8. 8dbe612 Adding internal method replacePreferredActivity. by Satish Sampath · 17 years ago
  9. f315238 TODO's from Teleca with modifications from wink. by Wink Saville · 17 years ago
  10. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 17 years ago
  11. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 17 years ago
  12. 4551565 Enforce permissions for PhoneStateListener events. by Jaikumar Ganesh · 17 years ago
  13. fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 17 years ago
  14. 06de2ea Activity Manager changes the scheduling group of processes. by Dianne Hackborn · 17 years ago
  15. 270e87f Sensors: Use a native_handle for the data channel instead of a single file descriptor. by Mike Lockwood · 17 years ago
  16. fea1a45 Merge change 2364 into donut by Android (Google) Code Review · 17 years ago
  17. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 17 years ago
  18. 244fa5c Initial checkin for App Fuel Gauge infrastructure. by Amith Yamasani · 17 years ago
  19. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 17 years ago
  20. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 17 years ago
  21. a5ca342 Merge change 2017 into donut by Android (Google) Code Review · 17 years ago
  22. f5b9c72 ActivityManagerService sends bug reports on crashes and ANRs by Jacek Surazski · 17 years ago
  23. 95fc68f Fix issue where apps could prevent the user from going home. by Dianne Hackborn · 17 years ago
  24. 58ff021 Increment BatteryStatsImpl's VERSION. by Robert Greenwalt · 17 years ago
  25. ac61f6b Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION by Mike Lockwood · 17 years ago
  26. c3320db Minor performance improvement when filtering intents by package. by Mihai Preda · 17 years ago
  27. 2f11599 Merge change 1579 into donut by Android (Google) Code Review · 17 years ago
  28. e9b06d7 Teleca 2b changes by Wink Saville · 17 years ago
  29. 7e4c343 Merge change 1881 into donut by Android (Google) Code Review · 17 years ago
  30. d9c32bc WifiService: Wifi power management change by Mike Lockwood · 17 years ago
  31. d1a9337 Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 17 years ago
  32. 074edef remove unused ContentResolver parameter from IntentResolver.queryIntent. by Mihai Preda · 17 years ago
  33. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 17 years ago
  34. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 17 years ago
  35. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 17 years ago
  36. 2a5cfe5 Merge change 1590 into donut by Android (Google) Code Review · 17 years ago
  37. aa642c0 Merge changes 1591,1596 into donut by Android (Google) Code Review · 17 years ago
  38. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 17 years ago
  39. b910811 am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei by Dianne Hackborn · 17 years ago
  40. 5d6d773 AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk). by Dianne Hackborn · 17 years ago
  41. 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 · 17 years ago
  42. 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 17 years ago
  43. 8ad0281 With this, the BackupService onBackup method is called. by Joe Onorato · 17 years ago
  44. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 17 years ago
  45. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 17 years ago
  46. 3681f26 LocationManager: Recover if process containing NetworkLocation provider crashes by Mike Lockwood · 17 years ago
  47. 1655be4 Fix issue #1837610 and #1753079 by Dianne Hackborn · 17 years ago
  48. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 17 years ago
  49. c39aae0 Merge change 1278 into donut by Android (Google) Code Review · 17 years ago
  50. 7b59fe3 Merge change 1275 into donut by Android (Google) Code Review · 17 years ago
  51. c2af31f Squashed commit of the following: by Suchi Amalapurapu · 17 years ago
  52. 0bfbae2 Make the internal storage monitor work correctly when internal storage is very large. by Marco Nelissen · 17 years ago
  53. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 17 years ago
  54. b1a7ffe More backup tests by Joe Onorato · 17 years ago
  55. 95427cd location: Fix mock provider support by Mike Lockwood · 17 years ago
  56. 8dfe5d8 location: Remove two unnecessary variables. by Mike Lockwood · 17 years ago
  57. 0528b9b location: Location Manager wakelock cleanup by Mike Lockwood · 17 years ago
  58. 05d24af Merge branch 'readonly-p4-donut' into donut by Michael Chan · 17 years ago
  59. 3799bc2 Track install/removal/update of packages that provide backup services by Christopher Tate · 17 years ago
  60. b1d790b Pass null as savedState to indicate a full backup is required by Christopher Tate · 17 years ago
  61. 4675812 Add a Backup Manager interface to request a full backup by Christopher Tate · 17 years ago
  62. e96440f AI 148368: Decrease CPU usage by throttling touch events by Michael Chan · 17 years ago
  63. dccc39b Merge change 777 into donut by Android (Google) Code Review · 17 years ago
  64. f417247 Further development of backup file handling by Christopher Tate · 17 years ago
  65. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 17 years ago
  66. 22b8787 Squashed commit of the following: by Christopher Tate · 17 years ago
  67. 3413b89 Let screenOrientation="behind" works as expected by Owen Lin · 17 years ago
  68. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 17 years ago
  69. 15e3d0f location: Use ILocationProvider Binder interface for all location providers. by Mike Lockwood · 17 years ago
  70. 54796e7 Make the home screen come up in the simulator. by Marco Nelissen · 17 years ago
  71. a8bf815 Add android.backup.BackupManager by Christopher Tate · 17 years ago
  72. 487529a First baby steps towards settings backup by Christopher Tate · 17 years ago
  73. 662ea09 location: Optimize use of mProviders ArrayList. by Mike Lockwood · 17 years ago
  74. b8adcad location: Remove obsolete fake provider support. by Mike Lockwood · 17 years ago
  75. 79762a3 location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package. by Mike Lockwood · 17 years ago
  76. 3d12b51 location: Run LocationManagerService in a separate thread. by Mike Lockwood · 17 years ago
  77. 48f1751 location: Location Manager wakelock cleanup, phase 2 by Mike Lockwood · 17 years ago
  78. 0b8ffd1 Merge change 460 into donut by Android (Google) Code Review · 17 years ago
  79. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 17 years ago
  80. a0e3cd3 Fix timing problem that was introduced when we removed location provider polling by Mike Lockwood · 17 years ago
  81. 9ce7217 location: Remove support for a message that never actually gets sent. by Mike Lockwood · 17 years ago
  82. 61fc286 location: Remove unnecessary code that monitors the screen on/off state. by Mike Lockwood · 17 years ago
  83. 3ea1f87 Merge change 372 into donut by Android (Google) Code Review · 17 years ago
  84. b30475e WifiService: Cleanup parsing of wifi scan results. by Mike Lockwood · 17 years ago
  85. 6de3154 location: Add some null pointer checks. by Mike Lockwood · 17 years ago
  86. 31d40ab Merge change 360 into donut by Android (Google) Code Review · 17 years ago
  87. e2b44c5 location: Location Manager wakelock cleanup, phase 1 by Mike Lockwood · 17 years ago
  88. 6d31eb8 Merge branch 'readonly-p4-donut' into donut by Dmitry Shmidt · 17 years ago
  89. 42554c1 AI 146934: Make TI Wifi driver choice framework-independent - part 1 by Dmitry Shmidt · 17 years ago
  90. 98cb667 More Location Manager cleanup: by Mike Lockwood · 17 years ago
  91. 2f82c4e location: Generalize support for location provider usage tracking. by Mike Lockwood · 17 years ago
  92. a55c321 location: Move geocoding support from ILocationProvider to a new interface. by Mike Lockwood · 17 years ago
  93. f2aad4a Merge change 132 into donut by Android (Google) Code Review · 17 years ago
  94. f210d6b Let's do bug #1769910 actually right. by Dianne Hackborn · 17 years ago
  95. 0887540 Merge change 63 into donut by Android (Google) Code Review · 17 years ago
  96. 06ba554 Integrate new power connnect/disconnect broadcasts by Christopher Tate · 17 years ago
  97. cfe6524 Remove references to android.util.Config by Dave Bort · 17 years ago
  98. 7680d67 Merge branch 'readonly-p4-donut' into donut by Nick Pelly · 17 years ago
  99. 9ac9321 AI 145201: Hold wakelock while delaying for audio route switch after headset unplug. by Nick Pelly · 17 years ago
  100. 6447ca3 Fix issue #1769910 (Track activity launch times) by Dianne Hackborn · 17 years ago