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