1. d8a43f6 Fix issue #2047139: Remove Service.setForeground() by Dianne Hackborn · 16 years ago
  2. 4a6679b make syncadapter set whether the account is syncable by Fred Quintana · 16 years ago
  3. 5d8cbf8 am d5884a9b: Merge change 21358 into donut by Jean-Michel Trivi · 16 years ago
  4. d2d6014 NEW API for SearchManager and Activity to 'triggerSearch'. by krosaen · 16 years ago
  5. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 16 years ago
  6. 20ea6ce Change get/set IsSyncable() methods to static. Add isUserFacing flag to SyncAdapterType. Update api file. by Jim Miller · 16 years ago
  7. 5e787c4 - add a "isSyncable" flag to a given account/authority pair that by Fred Quintana · 16 years ago
  8. 7341d7a More work on wallpapers. by Dianne Hackborn · 16 years ago
  9. ffd0cb04 do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from master branch by Fred Quintana · 16 years ago
  10. 9f5eadd Unhide the broadcast intent that signals completion of the TTS language by Jean-Michel Trivi · 16 years ago
  11. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 16 years ago
  12. 385df69 remove Gears by Andrei Popescu · 16 years ago
  13. 766cbfe Add new API to compare certs of two UIDs. by Dianne Hackborn · 16 years ago
  14. 04bfa42 resolved conflicts for merge of 6550076f to master by Dianne Hackborn · 16 years ago
  15. fe77ec8 The DONUT constant also needs to be updated to the official SDK version. by Dianne Hackborn · 16 years ago
  16. a9f1dd0 Make <font size> and <font height> in string resources respect density. by Eric Fischer · 16 years ago
  17. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 16 years ago
  18. a5f743f Add AsyncQueryHandler helper for queryEntities(). by Jeff Sharkey · 16 years ago
  19. c8a0a75 Implement support for scrolling a wallpaper. by Dianne Hackborn · 16 years ago
  20. 08b75b1 New ContentProviderOperation to assert values during batch. by Jeff Sharkey · 16 years ago
  21. 759a39e Live wallpapers become a little more real. by Dianne Hackborn · 16 years ago
  22. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 16 years ago
  23. 8932507 unhide postUrl by Alex Gruenstein · 16 years ago
  24. 640992d gps: Unhide GpsStatus.NmeaListener interface for receiving NMEA sentences by Mike Lockwood · 16 years ago
  25. 8cc6a50 First bit of wallpaper work. by Dianne Hackborn · 16 years ago
  26. 0dd7cb4 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 16 years ago
  27. e832234 Make ZoomButtonsController public. by Jack Palevich · 16 years ago
  28. 2801ac1 am f4fbdfa5: Update current.xml after review comments. by Jaikumar Ganesh · 16 years ago
  29. ab752276 am 0da3bdb4: Fix public API caused due to CDMA changes. by Jaikumar Ganesh · 16 years ago
  30. f4fbdfa Update current.xml after review comments. by Jaikumar Ganesh · 16 years ago
  31. 0da3bdb Fix public API caused due to CDMA changes. by Jaikumar Ganesh · 16 years ago
  32. cdc50d7 am c6eb5ac9: Merge change 9071 into donut by Android (Google) Code Review · 16 years ago
  33. 0cbdb39 am 41c10433: Fix MulticastLock API to match WifiLock API. by Robert Greenwalt · 16 years ago
  34. cdc0d94 am 2bad713f: Merge change 8860 into donut by Android (Google) Code Review · 16 years ago
  35. 0cd6376 Fix issue #2018454: NullPointerException in ImageSpan constructor by Dianne Hackborn · 16 years ago
  36. 41c1043 Fix MulticastLock API to match WifiLock API. by Robert Greenwalt · 16 years ago
  37. ff1907f Updating API XML for the java.util.concurrent update. by Jesse Wilson · 16 years ago
  38. ed06578 Fix bug 2017664 by Jean-Michel Trivi · 16 years ago
  39. de5dc2b New current.xml to correspond to the util.concurrent updates. by Jesse Wilson · 16 years ago
  40. a5d7b1b am 159e1a9a: Merge change 8883 into donut by Android (Google) Code Review · 16 years ago
  41. 59e2ad9 Wire in the AppCache out-of-space callback by Andrei Popescu · 16 years ago
  42. c87c4a3 fix [1973755] Surface.SURACE_FROZEN spelled SURACE_FROZEN by Mathias Agopian · 16 years ago
  43. 02f5228 resolved conflicts for merge of f0d83fd9 to master by Dianne Hackborn · 16 years ago
  44. 7f20543 Updates from API review. by Dianne Hackborn · 16 years ago
  45. 3843b26 Updating current.xml to include the proper synchronized modifiers. by Jesse Wilson · 16 years ago
  46. fbfa9d1 Update Dalvik luni module to Harmony 772995. Prior to submission by Jesse Wilson · 16 years ago
  47. 3026a02 Fix issue 2001517: AudioTrack compatibility issue. by Eric Laurent · 16 years ago
  48. 143a2ce am ba989ad0: Merge change 8648 into donut by Android (Google) Code Review · 16 years ago
  49. e7d1c8f Use the old string for bookmarks permissions. by Leon Scroggins · 16 years ago
  50. ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 16 years ago
  51. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 16 years ago
  52. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 16 years ago
  53. d4a1d2e add account manager permission checking by Fred Quintana · 16 years ago
  54. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 16 years ago
  55. f021077 am 280436ac: Merge change 8261 into donut by Android (Google) Code Review · 16 years ago
  56. 7e26333 Remove recently-added android.opengl.Version API by Jack Palevich · 16 years ago
  57. 68ce000 am ef6b66cb: Merge change 8222 into donut by Android (Google) Code Review · 16 years ago
  58. 1baf11b Add a public API that reports the supported OpenGLES API level. by Jack Palevich · 16 years ago
  59. c00c04d am 11b822d2: Simplify density compatibility to a boolean. by Dianne Hackborn · 16 years ago
  60. 11b822d Simplify density compatibility to a boolean. by Dianne Hackborn · 16 years ago
  61. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 16 years ago
  62. 9822d2b First stab at poly-finger support. by Dianne Hackborn · 16 years ago
  63. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 16 years ago
  64. 6f3512b am 2a1aa6ac: Merge change 7970 into donut by Android (Google) Code Review · 16 years ago
  65. 4a38246 am 890231f1: Merge change 7934 into donut by Android (Google) Code Review · 16 years ago
  66. d4fb7a0 Define a broadcast intent for the web search provider changing. Unhide by Mike LeBeau · 16 years ago
  67. 131234c Unhide new SearchManager APIs for Donut. by Mike LeBeau · 16 years ago
  68. bec99bf am 5c536e91: Merge change 7840 into donut by Android (Google) Code Review · 16 years ago
  69. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 16 years ago
  70. 2784ff0 Fix issue where scaled bitmap sizes could be wrong. by Dianne Hackborn · 16 years ago
  71. e8b26e1 Add zoom and postview callbacks to Camera. This patch by Dave Sparks · 16 years ago
  72. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 16 years ago
  73. bd3e0ce resolved conflicts for merge of 3e522c45 to master by Charles Chen · 16 years ago
  74. 49a6015 Adding public intents for TTS to enable checking for TTS data, by Charles Chen · 16 years ago
  75. dfceeb8 am 6ce4236d: Merge change 7401 into donut by Android (Google) Code Review · 16 years ago
  76. 0a305da am 211aef30: Merge change 7134 into donut by Android (Google) Code Review · 16 years ago
  77. 904dfa5 Adding missing addEarcon method. Not having this was a bug as by Charles Chen · 16 years ago
  78. 62253a3 Unhide required definitions in TextToSpeech.Engine that cover return codes and by Jean-Michel Trivi · 16 years ago
  79. 24b03ac am 00d3e361: Merge change 7153 into donut by Android (Google) Code Review · 16 years ago
  80. 374aaaed3 Restore PopupWindow's original behavior and add an API to control the soft input by Romain Guy · 16 years ago
  81. 334a677 am b82759a0: Merge change 6906 into donut by Android (Google) Code Review · 16 years ago
  82. ae4f317 - add the DIRTY and VERSION columns to the ContactsProvider2 Groups contract by Fred Quintana · 16 years ago
  83. 8cd1084 location: Add sub-locality, sub-thoroughfare and premises fields to Address class by Mike Lockwood · 16 years ago
  84. a9ce57b am 8af55ca4: Merge change 7008 into donut by Android (Google) Code Review · 16 years ago
  85. 78c9d0d Adding Utterance ID to the TtsService. by Charles Chen · 16 years ago
  86. 0f4e1ab - remove an un-needed constant by Fred Quintana · 16 years ago
  87. 88588d1 am 0e01ea41: Deprecate DialogInterface methods in SearchManager by Bjorn Bringert · 16 years ago
  88. 0e01ea4 Deprecate DialogInterface methods in SearchManager by Bjorn Bringert · 16 years ago
  89. 29bc7f6 am 0ed81492: Merge change 6638 into donut by Android (Google) Code Review · 16 years ago
  90. e3f0544 resolved conflicts for merge of 2af632f8 to master by Dianne Hackborn · 16 years ago
  91. 423d679 Unhide android.gestures. by Romain Guy · 16 years ago
  92. 2af632f Add new <path-permission tag for use by global search. by Dianne Hackborn · 16 years ago
  93. 9193e08 New Metadata API for the MediaPlayer. by Nicolas Catania · 16 years ago
  94. f1d0b7c am d21572cd: NEW_API: Expose autoUrlDetect searchable attribute. by Satish Sampath · 16 years ago
  95. d21572c NEW_API: Expose autoUrlDetect searchable attribute. by Satish Sampath · 16 years ago
  96. a3d595e1 am 108fd1c0: Merge change 6435 into donut by Android (Google) Code Review · 16 years ago
  97. 771afdd Add new textColorPrimaryInverseDisableOnly color to resources. by Romain Guy · 16 years ago
  98. a2b5dab am 870e09fc: Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 16 years ago
  99. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 16 years ago
  100. 005ae54 am 79ec07b3: Merge change 6241 into donut by Android (Google) Code Review · 16 years ago