1. 7c49790 am 162c9d0e: Merge change 2805 into donut by Android (Google) Code Review · 15 years ago
  2. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  3. ad6042a am 181fafaf: Retool the backup process to use a new \'BackupAgent\' class by Christopher Tate · 15 years ago
  4. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
  5. 8e19b7c am a3d28bd5: Merge change 520 into donut by Android (Google) Code Review · 15 years ago
  6. 4551565 Enforce permissions for PhoneStateListener events. by Jaikumar Ganesh · 16 years ago
  7. 96cdc61 am 1e2e44e9: Merge change 2365 into donut by Android (Google) Code Review · 15 years ago
  8. fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 15 years ago
  9. ecd5311 am 2a4daf06: Merge change 2508 into donut by Android (Google) Code Review · 15 years ago
  10. 06de2ea Activity Manager changes the scheduling group of processes. by Dianne Hackborn · 15 years ago
  11. b57d6c9 am 270e87f7: Sensors: Use a native_handle for the data channel instead of a single file descriptor. by Mike Lockwood · 15 years ago
  12. 270e87f Sensors: Use a native_handle for the data channel instead of a single file descriptor. by Mike Lockwood · 15 years ago
  13. a742dc4 am fea1a459: Merge change 2364 into donut by Android (Google) Code Review · 15 years ago
  14. fea1a45 Merge change 2364 into donut by Android (Google) Code Review · 15 years ago
  15. 385bb79 am b181118b: Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  16. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  17. 244fa5c Initial checkin for App Fuel Gauge infrastructure. by Amith Yamasani · 15 years ago
  18. b5010cc Add carrier/mcc factors to wifi-channel decision. by Robert Greenwalt · 15 years ago
  19. 9b1e140 am 8c690ea9: Merge change 2182 into donut by Android (Google) Code Review · 15 years ago
  20. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 15 years ago
  21. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago
  22. bad962b am e2914615: Merge change 2099 into donut by Android (Google) Code Review · 15 years ago
  23. 681b1de am a5ca3425: Merge change 2017 into donut by Android (Google) Code Review · 15 years ago
  24. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  25. a5ca342 Merge change 2017 into donut by Android (Google) Code Review · 15 years ago
  26. cad616f am 97dd7ac8: Merge change 1860 into donut by Android (Google) Code Review · 15 years ago
  27. 0bcad89 am 95fc68f2: Fix issue where apps could prevent the user from going home. by Dianne Hackborn · 15 years ago
  28. f5b9c72 ActivityManagerService sends bug reports on crashes and ANRs by Jacek Surazski · 15 years ago
  29. 95fc68f Fix issue where apps could prevent the user from going home. by Dianne Hackborn · 15 years ago
  30. 58ff021 Increment BatteryStatsImpl's VERSION. by Robert Greenwalt · 15 years ago
  31. 02436e5 am ac61f6bc: Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION by Mike Lockwood · 15 years ago
  32. ac61f6b Telephony: Allow getCellLocation() if client has permission ACCESS_FINE_LOCATION by Mike Lockwood · 15 years ago
  33. e10de97 Throttle one last user activity call to 1/sec that was missed last time by Michael Chan · 15 years ago
  34. e249059 am c3320dbe: Minor performance improvement when filtering intents by package. by Mihai Preda · 15 years ago
  35. c3320db Minor performance improvement when filtering intents by package. by Mihai Preda · 15 years ago
  36. ad8195b am 2f11599e: Merge change 1579 into donut by Android (Google) Code Review · 15 years ago
  37. 2f11599 Merge change 1579 into donut by Android (Google) Code Review · 15 years ago
  38. e9b06d7 Teleca 2b changes by Wink Saville · 15 years ago
  39. d6fe98e am 7e4c3432: Merge change 1881 into donut by Android (Google) Code Review · 15 years ago
  40. ccee782 am d1a93373: Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 15 years ago
  41. 7e4c343 Merge change 1881 into donut by Android (Google) Code Review · 15 years ago
  42. d9c32bc WifiService: Wifi power management change by Mike Lockwood · 15 years ago
  43. d1a9337 Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 15 years ago
  44. e9e95e6 am 3a00d763: Merge change 1866 into donut by Android (Google) Code Review · 15 years ago
  45. 074edef remove unused ContentResolver parameter from IntentResolver.queryIntent. by Mihai Preda · 15 years ago
  46. 62da846 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  47. 53071d6 Added LatencyTimer to ease latency measurements by Michael Chan · 15 years ago
  48. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  49. 47ee3bc If battery status is unknown don't send BATTERY_LOW intent by Rebecca Schultz Zavin · 15 years ago
  50. dd6face am eae850ce: Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  51. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  52. 76879bc resolved conflicts w/ 75986cf9bc57ef11ad70f36fb77fbbf5d63af6ec merge.... by svetoslavganov · 15 years ago
  53. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  54. aa2b723 am 2a5cfe51: Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  55. a64b860 am aa642c0c: Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  56. 2a5cfe5 Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  57. aa642c0 Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  58. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  59. f0885c7 am b910811: am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requ by Dianne Hackborn · 15 years ago
  60. b910811 am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei by Dianne Hackborn · 15 years ago
  61. 5d6d773 AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk). by Dianne Hackborn · 15 years ago
  62. 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
  63. 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 15 years ago
  64. 97ecc9c define Intent.ACTION_REMOTE_INTENT, which replaces the old GTalk data messaging intent "android.intent.action.GTALK_DATA_MESSAGE_RECEIVED". by Wei Huang · 15 years ago
  65. 09b87a7 am 8ad0281: With this, the BackupService onBackup method is called. by Joe Onorato · 15 years ago
  66. 8ad0281 With this, the BackupService onBackup method is called. by Joe Onorato · 15 years ago
  67. d2b4929 am ade3eca: Implement issue #1783881 (manifest option for adb-install-on by Dianne Hackborn · 15 years ago
  68. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
  69. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  70. 9e5d5d6 am 3681f26: LocationManager: Recover if process containing NetworkLocat by Mike Lockwood · 15 years ago
  71. 3681f26 LocationManager: Recover if process containing NetworkLocation provider crashes by Mike Lockwood · 15 years ago
  72. 65e1317 PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  73. d015477 am 1655be4: Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  74. 1655be4 Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  75. 710957c Merge change 720 by Android (Google) Code Review · 15 years ago
  76. 849e89c am 851a541: Implement targetSdkVersion and maxSdkVersion, plus version c by Dianne Hackborn · 15 years ago
  77. 1246e3d am c39aae0: Merge change 1278 into donut by Android (Google) Code Review · 15 years ago
  78. 049315a am 7b59fe3: Merge change 1275 into donut by Android (Google) Code Review · 15 years ago
  79. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  80. c39aae0 Merge change 1278 into donut by Android (Google) Code Review · 15 years ago
  81. 7b59fe3 Merge change 1275 into donut by Android (Google) Code Review · 15 years ago
  82. c2af31f Squashed commit of the following: by Suchi Amalapurapu · 15 years ago
  83. 0bfbae2 Make the internal storage monitor work correctly when internal storage is very large. by Marco Nelissen · 15 years ago
  84. 3531fdb merge 55280a9 by The Android Open Source Project · 15 years ago
  85. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  86. 1a36071 manual merge of 7ec32cc by The Android Open Source Project · 15 years ago
  87. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  88. 04f7e41 am 39bfa72: Merge change 1158 into donut by Android (Google) Code Review · 15 years ago
  89. 95427cd location: Fix mock provider support by Mike Lockwood · 15 years ago
  90. a15f0fc am 5039606: Merge change 1152 into donut by Android (Google) Code Review · 15 years ago
  91. 8dfe5d8 location: Remove two unnecessary variables. by Mike Lockwood · 15 years ago
  92. 158b212 am f792fc5: Merge change 1150 into donut by Android (Google) Code Review · 15 years ago
  93. 0528b9b location: Location Manager wakelock cleanup by Mike Lockwood · 15 years ago
  94. a82842f Move ACTION_BATTERY_LOW logic to BatteryService (bug 1630733). by Mihai Preda · 15 years ago
  95. eec4c77 am 05d24af: Merge branch \'readonly-p4-donut\' into donut by Michael Chan · 15 years ago
  96. 05d24af Merge branch 'readonly-p4-donut' into donut by Michael Chan · 15 years ago
  97. 7706604 am 413cf5f: Merge change 1110 into donut by Android (Google) Code Review · 15 years ago
  98. 3799bc2 Track install/removal/update of packages that provide backup services by Christopher Tate · 15 years ago
  99. 959a4bc am b1d790b: Pass null as savedState to indicate a full backup is require by Christopher Tate · 15 years ago
  100. 37dbf09 am 9a6f250: Merge change 1089 into donut by Android (Google) Code Review · 15 years ago