1. 0e39ea8 Fixes for proximity sensor behavior: by Mike Lockwood · 15 years ago
  2. 746b318 Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager by Mike Lockwood · 15 years ago
  3. 1778776 Fix issue #2258571: Fix build versions by Dianne Hackborn · 15 years ago
  4. 2bb5375 Merge change Icaf932d0 into eclair by Android (Google) Code Review · 15 years ago
  5. 322591c Expose PowerManager.isScreenOn in the public api. by Charles Mendis · 15 years ago
  6. f42f15c Add support for colored LED on jogball backlight. by Eric Olsen · 15 years ago
  7. e8228af Merge change I92cdc5ed into eclair by Android (Google) Code Review · 15 years ago
  8. 075997f PerformanceCollector: Collect & report perf measurements in key/value form by Jack Wang · 15 years ago
  9. d8919f0 Fix code example in Parcelable javadoc by Bjorn Bringert · 15 years ago
  10. 0fa3591 Add SDK version for MR1. by Dianne Hackborn · 15 years ago
  11. f37447b Proper fix for zero signal strength and no_service. Fixes #2176141 by Amith Yamasani · 15 years ago
  12. dc3494e Remove PowerManager.setAutoBrightness() by Mike Lockwood · 15 years ago
  13. 6dc3f4e Now that Eclair has been defined as API revision 5 mark Build.VERSION_CODES.ECLAIR as such. by Jeff Hamilton · 15 years ago
  14. 4b05780 Make sure AsyncTask sens a null result to onPostExecute() when cancelled. by Romain Guy · 15 years ago
  15. aef439e Move android.bluetooth.ParcelUuid to android.os.ParcelUuid by Nick Pelly · 15 years ago
  16. 7609764 Fix 2146581: Make tabs work for donut apps by Mike Cleron · 15 years ago
  17. e43530a Track CPU speed stepping to get more accurate CPU cost per app. by Amith Yamasani · 15 years ago
  18. edd9316 Add better APIs for the battery status, and other cleanup. by Dianne Hackborn · 15 years ago
  19. 4f21c4c Add API to retrieve memory used by running processes. by Dianne Hackborn · 15 years ago
  20. 237a299 Move backlight brightness from HardwareService to PowerManager by Mike Lockwood · 15 years ago
  21. 4e3cdf8 Merge change 23619 into eclair by Android (Google) Code Review · 15 years ago
  22. 951764b Add automatic lighting control framework by Dan Murphy · 15 years ago
  23. 8d37426 Various fixed for back key handling. by Dianne Hackborn · 15 years ago
  24. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 15 years ago
  25. ff1df69 Performance measurement framework: by Jack Wang · 15 years ago
  26. d42685d Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest by Mike Lockwood · 15 years ago
  27. 3025ef3 Various infrastructure to support a running services UI. by Dianne Hackborn · 15 years ago
  28. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  29. f6f9f2d Add more control over a service's start state. by Dianne Hackborn · 15 years ago
  30. 04bfa42 resolved conflicts for merge of 6550076f to master by Dianne Hackborn · 15 years ago
  31. fe77ec8 The DONUT constant also needs to be updated to the official SDK version. by Dianne Hackborn · 15 years ago
  32. d194595 SystemProperties: eliminate unnecessary string allocation. by Mike Lockwood · 15 years ago
  33. 37296dc Update docs. by Joe Onorato · 15 years ago
  34. 9bb8fd7 Only restore the bits for wallpapers that aren't built in. by Joe Onorato · 15 years ago
  35. bc706a0 PowerManager: Add proximity sensor support. by Mike Lockwood · 15 years ago
  36. a695d18 am ef1a92ab: Merge change 7961 into donut by Android (Google) Code Review · 15 years ago
  37. 3f7e35c Bluetooth at command tracking. by Amith Yamasani · 15 years ago
  38. 0bca96b Make Process.getFreeMemory() return a long instead of an int, to better by Marco Nelissen · 15 years ago
  39. dace230 resolved conflicts for merge of b06ea706 to master by Dianne Hackborn · 15 years ago
  40. b06ea70 Add reporting of activity movement for search manager. by Dianne Hackborn · 15 years ago
  41. 54a26bc resolved conflicts for merge of 889c2d37 to master by Dianne Hackborn · 15 years ago
  42. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  43. c6f81c6 am d1e5e3ff: Merge change 6639 into donut by Android (Google) Code Review · 15 years ago
  44. d158214 Restore audio settings and wifi. by Amith Yamasani · 15 years ago
  45. 18dd5f0 Improve the Vibrator service by keeping track of multiple vibration requests. by Patrick Scott · 15 years ago
  46. 5ceae67 am 040441fa: Merge change 5529 into donut by Android (Google) Code Review · 15 years ago
  47. a9be47c Tweak the core and maximum pool sizes for AsyncTask. by Romain Guy · 15 years ago
  48. 2383415 am f881762f: Merge change 5351 into donut by Android (Google) Code Review · 15 years ago
  49. 819f928 Add a method to Process to get uid for a pid. by Amith Yamasani · 15 years ago
  50. afed82b am 9c8dd55a: Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  51. 9c8dd55 Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  52. ec10090 MemoryFile.isMemoryFile was internally determining the length of by Marco Nelissen · 15 years ago
  53. 138197f am eaeb663b: Track activity foreground CPU usage for battery stats. by Amith Yamasani · 15 years ago
  54. eaeb663 Track activity foreground CPU usage for battery stats. by Amith Yamasani · 15 years ago
  55. b15a534 am c1823701: Handle EOF correctly in MemoryFile input stream. by Bjorn Bringert · 15 years ago
  56. c0cbfda am 963cd006: Allow creating AssetFileDescriptors for MemoryFiles. by Bjorn Bringert · 15 years ago
  57. c182370 Handle EOF correctly in MemoryFile input stream. by Bjorn Bringert · 15 years ago
  58. 963cd006 Allow creating AssetFileDescriptors for MemoryFiles. by Bjorn Bringert · 15 years ago
  59. 7c49790 am 162c9d0e: Merge change 2805 into donut by Android (Google) Code Review · 15 years ago
  60. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  61. 0ad6dc0 am 761e0918: Unmap memory in MemoryFile.close(). by Bjorn Bringert · 15 years ago
  62. 761e091 Unmap memory in MemoryFile.close(). by Bjorn Bringert · 15 years ago
  63. 0c66b4b am 9fc2e9c9: MemoryFile constructor and native methods throw IOExceptions. by Bjorn Bringert · 15 years ago
  64. 9fc2e9c MemoryFile constructor and native methods throw IOExceptions. by Bjorn Bringert · 15 years ago
  65. a742dc4 am fea1a459: Merge change 2364 into donut by Android (Google) Code Review · 15 years ago
  66. fea1a45 Merge change 2364 into donut by Android (Google) Code Review · 15 years ago
  67. 385bb79 am b181118b: Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  68. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  69. 9f7d60c am d50a458b: Merge change 2351 into donut by Android (Google) Code Review · 15 years ago
  70. 244fa5c Initial checkin for App Fuel Gauge infrastructure. by Amith Yamasani · 15 years ago
  71. 6aff905 Fix a major bug in Bundle when unparcelling from AIDL. by Dianne Hackborn · 15 years ago
  72. 9d248d4 am d62ad4f1: Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 15 years ago
  73. d62ad4f Fix issue #1859814: Add android.os.Build.MANUFACTURER by Dianne Hackborn · 15 years ago
  74. e27a8c9 am 3e458241: process: Add setProcessGroup() hidden API call to set the cgroup of a process and all its child threads. by San Mehat · 15 years ago
  75. 3e45824 process: Add setProcessGroup() hidden API call to set the cgroup of by San Mehat · 15 years ago
  76. 62da846 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  77. 53071d6 Added LatencyTimer to ease latency measurements by Michael Chan · 15 years ago
  78. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  79. aa2b723 am 2a5cfe51: Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  80. a9e0bdb am d4103d0d: Fix the build by Romain Guy · 15 years ago
  81. a64b8607 am aa642c0c: Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  82. 2a5cfe5 Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  83. d4103d0 Fix the build by Romain Guy · 15 years ago
  84. c4b11a7 Add a new feature to android.os.Debug to add the ability to inject only specific fields when calling setFieldsOn(). by Romain Guy · 15 years ago
  85. 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 15 years ago
  86. 849e89c am 851a541: Implement targetSdkVersion and maxSdkVersion, plus version c by Dianne Hackborn · 15 years ago
  87. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  88. 3531fdb merge 55280a9 by The Android Open Source Project · 15 years ago
  89. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  90. 7a13559 merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581 by Dianne Hackborn · 15 years ago
  91. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  92. d52d8de am 2c9eec6: Merge change 952 into donut by Android (Google) Code Review · 15 years ago
  93. e9bfd9b Debug: Minor cleanup by Dave Bort · 15 years ago
  94. c34c8c6 am 7ff9436: Merge change 911 into donut by Android (Google) Code Review · 15 years ago
  95. 7ff9436 Merge change 911 into donut by Android (Google) Code Review · 15 years ago
  96. bf61e19 am 6a1ae64: Fix another HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  97. 61cf54d am 8d121ce: Merge change 917 into donut by Android (Google) Code Review · 15 years ago
  98. 6a1ae64 Fix another HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  99. b97aec6 Fix HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  100. 1ce5bd3 Debug: Add setPropertiesOn(), and @hide it for now by Dave Bort · 15 years ago