1. 85387d7 Allow native shared libraries in ASEC containers by Kenny Root · 14 years ago
  2. 333b8cb SharedPreferences$Editor.startCommit() by Brad Fitzpatrick · 14 years ago
  3. 02486b1 Hide heavy-weight API. by Dianne Hackborn · 14 years ago
  4. 7e26964 Don't retain global ref to last inflated context. by Dianne Hackborn · 14 years ago
  5. edf32d0 Start of SharedPreferences$Editor.startCommit() by Brad Fitzpatrick · 14 years ago
  6. 4af0cfa Merge "Verify that onPause() calls its superclass." into gingerbread by Dianne Hackborn · 14 years ago
  7. e794e9f Verify that onPause() calls its superclass. by Dianne Hackborn · 14 years ago
  8. 97461bd Some StrictMode API changes. by Brad Fitzpatrick · 14 years ago
  9. 70c9ffb am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  10. 41ec653 docs: add links from widget classes to tutorials by Scott Main · 14 years ago
  11. b424b63 Fix issue #2845673: android:exported="false" is not obeyed by Dianne Hackborn · 14 years ago
  12. 67fed01 Avoid unnecessary SharedPrefences disk writes. by Brad Fitzpatrick · 14 years ago
  13. 9adb9c3 Various battery info things: by Dianne Hackborn · 14 years ago
  14. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  15. 307351a2 fix xml sample error by Scott Main · 14 years ago
  16. 9b87770 Merge "Fix crash when startForeground posts a broken Notification." into gingerbread by Daniel Sandler · 14 years ago
  17. d0a2f86 Fix crash when startForeground posts a broken Notification. by Daniel Sandler · 14 years ago
  18. ee34a49 Add missing word from docs. by Brad Fitzpatrick · 14 years ago
  19. cb9ceb1 StrictMode: time violations in Binder calls by Brad Fitzpatrick · 14 years ago
  20. 0166c35 Explicitly mention again that startCommand() runs on the main thread. by Brad Fitzpatrick · 14 years ago
  21. 14bfa39 Infrastructure to report running services to developer. by Dianne Hackborn · 14 years ago
  22. b8e07a5 DL manager support for broadcasts + connectivity control by Steve Howard · 14 years ago
  23. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 14 years ago
  24. 0c36c96 Merge "StrictMode: batch drop box writes for system apps" into gingerbread by Brad Fitzpatrick · 14 years ago
  25. 1772c34 Merge "StrictMode: gather and return violating stacks in Binder replies" into gingerbread by Brad Fitzpatrick · 14 years ago
  26. 6cce32b Add native C APIs for working with the Asset Manager by Christopher Tate · 14 years ago
  27. ad13b98 StrictMode: batch drop box writes for system apps by Brad Fitzpatrick · 14 years ago
  28. 5b74719 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 14 years ago
  29. 9d42c7f Merge "Fix 2797185: Re-enable thumbnail generation in framework" into gingerbread by Jim Miller · 14 years ago
  30. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  31. 0b2a6d0 Fix 2797185: Re-enable thumbnail generation in framework by Jim Miller · 14 years ago
  32. a270936 Initial implementation of the download manager public API. by Steve Howard · 14 years ago
  33. 93565c4 OBB API for PackageManager by Kenny Root · 14 years ago
  34. 6826741 Add new native Looper API. by Dianne Hackborn · 14 years ago
  35. 54a181b Make real API for native code to get its window. by Dianne Hackborn · 14 years ago
  36. c8525ed Merge "Remove memory monitoring from the system watchdog" into gingerbread by Christopher Tate · 14 years ago
  37. c27181c Remove memory monitoring from the system watchdog by Christopher Tate · 14 years ago
  38. 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 14 years ago
  39. 9d39d0c Make bad notifications crash their application. by Dianne Hackborn · 14 years ago
  40. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  41. baf42c6 Add APIs for finding heavy-weight apps. by Dianne Hackborn · 14 years ago
  42. 1e4b9f3 Remove InputConsumer, replacing with InputQueue. by Dianne Hackborn · 14 years ago
  43. 69a4817 Immersive activity API. by Daniel Sandler · 14 years ago
  44. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  45. e46cbd3 New API for high-priority Notifications and full-screen alerts. by Daniel Sandler · 14 years ago
  46. 143666f StrictMode: implement the log-to-DropBox option by Brad Fitzpatrick · 14 years ago
  47. 46d4238 More StrictMode work, handling violations in ActivityManagerService. by Brad Fitzpatrick · 14 years ago
  48. 32907cf Adjust activity manager process OOM adj. by Dianne Hackborn · 14 years ago
  49. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago
  50. 3b68548 am 75b6a6b9: Merge "Fix 2737842: Disable KeguardManager API if device policy is enabled" into froyo by Jim Miller · 14 years ago
  51. 284b62e Fix 2737842: Disable KeguardManager API if device policy is enabled by Jim Miller · 14 years ago
  52. 700a950 am cb52cb52: Fix SDK build. by Jim Miller · 14 years ago
  53. cb52cb5 Fix SDK build. by Jim Miller · 14 years ago
  54. 7d70358 am bde25c20: Merge "Fix 2737842: disable keyguard API when device policy is enabled." into froyo by Jim Miller · 14 years ago
  55. d6b5705 Fix 2737842: disable keyguard API when device policy is enabled. by Jim Miller · 14 years ago
  56. 860755f Add support for heavy-weight applications. by Dianne Hackborn · 14 years ago
  57. 798ac4c Start moving resources to SystemUI.apk. by Joe Onorato · 14 years ago
  58. 18e69df Checkpoint. Data structures for Notifications in place. by Joe Onorato · 14 years ago
  59. 4762c2d Add expand and collapse. by Joe Onorato · 14 years ago
  60. f3f0e05 Make disable() work. by Joe Onorato · 14 years ago
  61. 0cbda99 The status bar draws its icons now. by Joe Onorato · 14 years ago
  62. 90233a1 Add IStatusBar by Joe Onorato · 14 years ago
  63. 25f95f9 Rename IStatusBar to IStatusBarService. by Joe Onorato · 14 years ago
  64. 2314aab First pass at splitting the status bar for the different devices. by Joe Onorato · 14 years ago
  65. b705eea am 1bd7597b: merge from open-source master by The Android Open Source Project · 14 years ago
  66. 59c8237 am c8763858: merge from open-source master by The Android Open Source Project · 14 years ago
  67. 1bd7597 merge from open-source master by The Android Open Source Project · 14 years ago
  68. c876385 merge from open-source master by The Android Open Source Project · 14 years ago
  69. ef36752 Replaced raw string arguments for Context.getSystemService() with final Context variables by Christian Mehlmauer · 14 years ago
  70. d6c1919 Fix for issue 895 (missing android: prefix), Removed unused imports by Christian Mehlmauer · 14 years ago
  71. 74323fd Update NativeActivity to allow direct surface access. by Dianne Hackborn · 14 years ago
  72. 6c03432 am 6d8e4fd8: am b83a283a: docs: add dev guide for backup by Scott Main · 14 years ago
  73. b83a283 docs: add dev guide for backup by Scott Main · 14 years ago
  74. f41f444 Merge "First pass at NativeActivity." into kraken by Dianne Hackborn · 14 years ago
  75. 69969e4 First pass at NativeActivity. by Dianne Hackborn · 14 years ago
  76. d9d009d am 3445dae3: am 65b2561c: Merge "Fix issue #2643754: Launcher is caching widget layouts for too long" into froyo by Dianne Hackborn · 14 years ago
  77. 4416c3d Fix issue #2643754: Launcher is caching widget layouts for too long by Dianne Hackborn · 14 years ago
  78. ebad36d am 5c16039a: am 01451756: Merge "docs: revise and add documentation for backup APIs" into froyo by Scott Main · 14 years ago
  79. d17da43 docs: revise and add documentation for backup APIs by Scott Main · 14 years ago
  80. 81cd2e9 Logo attribute for manifest and PackageManager methods to fetch it by Adam Powell · 14 years ago
  81. 0c5ad4f Merge "For search suggestions in the search dialog, allow the 'title' line of text to be up to 2 lines (rather than the usual 1) if no 'description' line is provided." into froyo by Mike LeBeau · 14 years ago
  82. ee3bcc4 A little more improvement of the Service javadoc. by Dianne Hackborn · 14 years ago
  83. 70b3fb4 For search suggestions in the search dialog, allow the 'title' by Mike LeBeau · 14 years ago
  84. 399cccb Fix issue #593153: Broadcast time out when sending... by Dianne Hackborn · 14 years ago
  85. 53d9264d Fix issue #2555171: Switching to app immediately after unmounting... by Dianne Hackborn · 14 years ago
  86. 7cc0882 SDK: last of the backup/restore docs content by Christopher Tate · 14 years ago
  87. 4e14a82 SDK: more backup/restore documentation work by Christopher Tate · 14 years ago
  88. fc922f11 API CHANGE: remove obsolete constants and hide some methods by Christopher Tate · 14 years ago
  89. f5c5d22 Fix issue #2581524: Car home icon should always go to car home by Dianne Hackborn · 14 years ago
  90. c9b6851 Throttling framework addins by Irfan Sheriff · 14 years ago
  91. 559a787 Fix issue #2549955: Moving the application fails -Activity Manager Crash on launching the app by Dianne Hackborn · 14 years ago
  92. e7501c1 Show the microphone when the search box is opened from browser by Leon Scroggins · 14 years ago
  93. cae57d6 Fix SDK build. by Wu-cheng Li · 14 years ago
  94. 6e3d988 Comment-only change to clarify the role and use of IntentService by Dan Egnor · 14 years ago
  95. 28fe209 Guard against NPE in SearchManagerService by Bjorn Bringert · 14 years ago
  96. d0635d5 Use flattenToShortString instead of toShortString on ComponentNames to by Mike LeBeau · 14 years ago
  97. e134279 Merge "Also send EXTRA_CALLING_PACKAGE for voice search intents that do web search (not just for in-app search). Needed as part of http://b/2546173" into froyo by Mike LeBeau · 14 years ago
  98. 6af5ad5 Also send EXTRA_CALLING_PACKAGE for voice search intents that do web by Mike LeBeau · 14 years ago
  99. 9c9c532 Fix issue #2560791: Expose API to go in to car mode. by Dianne Hackborn · 14 years ago
  100. 0733079 Show SD unavailable icon for apps on SD when ejected. by Jeff Brown · 14 years ago