1. 53d9264d Fix issue #2555171: Switching to app immediately after unmounting... by Dianne Hackborn · 15 years ago
  2. ba6339f Merge "If we defer processing the touch events, pass the original view coordinate with TouchEventData and use them when we reprocess the events. We can't depend on contentToView() to convert the doc point to the view point. When we originally convert the view to doc, the scroll position in UI doesn't change. When we convert the doc back to view, we are chasing a moving target. That is why we saw bigger delta." into froyo by Grace Kloba · 15 years ago
  3. 102ed89 If we defer processing the touch events, pass the by Grace Kloba · 15 years ago
  4. d3bb93f Add build config values for data use defaults by Robert Greenwalt · 15 years ago
  5. dd684af Merge "Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html" into froyo by James Dong · 15 years ago
  6. 812b24f Merge "Fix crashes related to unmounting when app on sdcard has an active notification in status bar. When unmounting sdcard, all the secure containers have to be unmounted first before invoking the MountService call back. We send a broadcast about disabled packages. Force a gc to clean up any stale asset references and then unmount the containers before invoking the MountService call back." into froyo by Suchi Amalapurapu · 15 years ago
  7. 42843c3 Merge "Fix Throttle Notification intents" into froyo by Robert Greenwalt · 15 years ago
  8. e113066 Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html by James Dong · 15 years ago
  9. 3069a6d Merge "SDK: last of the backup/restore docs content" into froyo by Christopher Tate · 15 years ago
  10. db28131 Merge "Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a"." into froyo by Andreas Huber · 15 years ago
  11. c15f48d Merge "Don't set encoder component role while we query decoders" into froyo by James Dong · 15 years ago
  12. 662292a Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a". by Andreas Huber · 15 years ago
  13. 763e62a Fix a case introduced by https://android-git.corp.google.com/g/#change,47640 by Grace Kloba · 15 years ago
  14. 3d24425 Fix crashes related to unmounting when app on sdcard has an active notification by Suchi Amalapurapu · 15 years ago
  15. 722d591 Don't set encoder component role while we query decoders by James Dong · 15 years ago
  16. 842d983 Merge "Fix an upgrade bug in SettingsProvider." into froyo by Amith Yamasani · 15 years ago
  17. c30890e Merge "Fix bug 2578813 Delay pausing music and routing audio for car docks" into froyo by Jean-Michel Trivi · 15 years ago
  18. b19da8e Fix for 2581725. Keep the last frame after resume(), and delete it by Gloria Wang · 15 years ago
  19. 4c637b9 Fix bug 2578813 Delay pausing music and routing audio for car docks by Jean-Michel Trivi · 15 years ago
  20. bcac496 Honor the "Never vibrate" setting for incoming calls. by Daniel Sandler · 15 years ago
  21. 1568353 Merge "Hide e-call button in layout." into froyo by Daniel Sandler · 15 years ago
  22. 7cc0882 SDK: last of the backup/restore docs content by Christopher Tate · 15 years ago
  23. 5baa5e1 Merge "Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks." into froyo by Andreas Huber · 15 years ago
  24. 7e8614a Merge "SDK: more backup/restore documentation work" into froyo by Christopher Tate · 15 years ago
  25. 3f37179 Merge "docs: fix bug 2590728" into froyo by Scott Main · 15 years ago
  26. d0332ad Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks. by Andreas Huber · 15 years ago
  27. ef4ca45 docs: fix bug 2590728 by Scott Main · 15 years ago
  28. cd66caf Fix an upgrade bug in SettingsProvider. by Amith Yamasani · 15 years ago
  29. 4e14a82 SDK: more backup/restore documentation work by Christopher Tate · 15 years ago
  30. b9e3e4c Merge "API CHANGE: remove obsolete constants and hide some methods" into froyo by Christopher Tate · 15 years ago
  31. 2a7b730 Fix Throttle Notification intents by Robert Greenwalt · 15 years ago
  32. 6dbf80d Merge "Fix a race condition in TimedEventQueue, an event may be cancelled while we're waiting for its scheduled time to come in which case we'd be removing it from the queue twice." into froyo by Andreas Huber · 15 years ago
  33. fc922f11 API CHANGE: remove obsolete constants and hide some methods by Christopher Tate · 15 years ago
  34. ea1d671 Fix a race condition in TimedEventQueue, an event may be cancelled while we're waiting for its scheduled time to come in which case we'd be removing it from the queue twice. by Andreas Huber · 15 years ago
  35. 290a48b Merge "Fix typos in name of density-independent pixels" into froyo by Kenny Root · 15 years ago
  36. 12221b6 Merge "Fix monkey bug 2586534 java.util.ConcurrentModificationException Unlike the other audio focus and media button stack handling methods, abandonAudioFocus() and unregisterAudioFocusClient() were not synchronized around their focus stack. This CL corrects this." into froyo by Jean-Michel Trivi · 15 years ago
  37. 36acfbc Add a bulk request method for bookmark icons. by Patrick Scott · 15 years ago
  38. 1d7a8b4 Merge "Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request." into froyo by Andreas Huber · 15 years ago
  39. 8f14c55 Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request. by Andreas Huber · 15 years ago
  40. cdded18 Merge "Ignore corrupt aac audio frames and substitute silence." into froyo by Andreas Huber · 15 years ago
  41. 3f26cad Ignore corrupt aac audio frames and substitute silence. by Andreas Huber · 15 years ago
  42. 040301c Start sending out buffering updates earlier (after preparation has completed) instead of only after playback has started. by Andreas Huber · 15 years ago
  43. 63284ed Do not check mWebTextView's focus state to determine editing mode. by Leon Scroggins · 15 years ago
  44. f538b0b Fix typos in name of density-independent pixels by Kenny Root · 15 years ago
  45. 2930bb2 Fix monkey bug 2586534 java.util.ConcurrentModificationException by Jean-Michel Trivi · 15 years ago
  46. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  47. 2a54782 Merge "cherry-pick from master: Icf079f5f45b1745a8d54f504e28dbbb52c6f7c96 docs: rewrite resources documentation" into froyo by Scott Main · 15 years ago
  48. 17de153 Merge "Fix issue #2581524: Car home icon should always go to car home" into froyo by Dianne Hackborn · 15 years ago
  49. f5c5d22 Fix issue #2581524: Car home icon should always go to car home by Dianne Hackborn · 15 years ago
  50. 5cc0725 Merge "Add warning magic to be a bit more reasonable." into froyo by Robert Greenwalt · 15 years ago
  51. 15b02f0 Merge "Remove the checkStremingServer checking as it is unstable and introduce the flakiness." into froyo by Yu Shan Emily Lau · 15 years ago
  52. 4525c98 Merge "Fix regression introduced when fixing focus issue with ScrollView. Bug #2581646" into froyo by Romain Guy · 15 years ago
  53. e2c0ce0 Add warning magic to be a bit more reasonable. by Robert Greenwalt · 15 years ago
  54. a18c824 Merge "Fix a FATAL ClassCastException in DataConnection.java" into froyo by Wink Saville · 15 years ago
  55. 2d4cff6 Fix regression introduced when fixing focus issue with ScrollView. Bug #2581646 by Romain Guy · 15 years ago
  56. c621b65 Merge "bug #2542580: add the appropriate mdpi asset for chat icon." into froyo by Wei Huang · 15 years ago
  57. 927a3c9 bug #2542580: add the appropriate mdpi asset for chat icon. by Wei Huang · 15 years ago
  58. bc284a5 Merge "Move the public method HttpDateTime.parse() into AndroidHttpClient." into froyo by Jesse Wilson · 15 years ago
  59. 42349d0 Remove the checkStremingServer checking as it is unstable and introduce the flakiness. by Yu Shan Emily Lau · 15 years ago
  60. 7cfa90f Move the public method HttpDateTime.parse() into AndroidHttpClient. by Jesse Wilson · 15 years ago
  61. a3c4c21 Merge "final versions of these fonts from ascender, including GPOS 'mark' feature" into froyo by Mike Reed · 15 years ago
  62. 4dceedc Merge "Make ThrottleService notice policy changes." into froyo by Robert Greenwalt · 15 years ago
  63. 2d3df55 Merge "Fix sim build (sim doesn't have strl*() reliably...)" into froyo by Dan Egnor · 15 years ago
  64. 81aa097 Make ThrottleService notice policy changes. by Robert Greenwalt · 15 years ago
  65. bc60d52 final versions of these fonts from ascender, including GPOS 'mark' feature by Mike Reed · 15 years ago
  66. 34959e3 Merge "Do not create intents for application/xhtml+xml" into froyo by Kristian Monsen · 15 years ago
  67. e67e6b9 Merge "Set mHeldMotionless to a new MOTIONLESS_IGNORE state for fling, this way we will trigger animateScroll during fling for the faster performance. We also avoid keep removing/sending DRAG_HELD_MOTIONLESS message during fling." into froyo by Grace Kloba · 15 years ago
  68. e9a2fe0 Do not create intents for application/xhtml+xml by Kristian Monsen · 15 years ago
  69. cb27041 Merge "Roaming data doesn't count against limits" into froyo by Robert Greenwalt · 15 years ago
  70. 662262a Fix a FATAL ClassCastException in DataConnection.java by Wink Saville · 15 years ago
  71. 9b65780 Set mHeldMotionless to a new MOTIONLESS_IGNORE state by Grace Kloba · 15 years ago
  72. 9da7730 Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo by Eric Laurent · 15 years ago
  73. 4be2461 Merge "Support for ID3 V2.4 tags." into froyo by Andreas Huber · 15 years ago
  74. 380558b Additional fix for isssue 2548710: Native AudioTrack resources never freed. by Eric Laurent · 15 years ago
  75. da9a22b Save/restore the picture in a background thread. by Patrick Scott · 15 years ago
  76. 4e8d823 Fix sim build (sim doesn't have strl*() reliably...) by Dan Egnor · 15 years ago
  77. 78158db Hail-Mary attempt to avoid apparent blocking problems in readEvents(). by Dan Egnor · 15 years ago
  78. 5f99689 Roaming data doesn't count against limits by Robert Greenwalt · 15 years ago
  79. 70c294b Merge "Fix OperationScheduler moratorium calculation for clock rollback case." into froyo by Dan Egnor · 15 years ago
  80. d645674 Fix OperationScheduler moratorium calculation for clock rollback case. by Dan Egnor · 15 years ago
  81. bbc6e33 Merge "Adds back the finalize method on the replaced Paint class." into froyo by Xavier Ducrohet · 15 years ago
  82. c56653b Adds back the finalize method on the replaced Paint class. by Xavier Ducrohet · 15 years ago
  83. 37d2f5d Merge "Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission." into froyo by Jeff Brown · 15 years ago
  84. f940a1f cherry-pick from master: Icf079f5f45b1745a8d54f504e28dbbb52c6f7c96 by Scott Main · 15 years ago
  85. c9b6851 Throttling framework addins by Irfan Sheriff · 15 years ago
  86. 64010e8 Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission. by Jeff Brown · 15 years ago
  87. 267f0a6 Merge "Workaround NPE caused by packages missing signatures." into froyo by Jeff Brown · 15 years ago
  88. 779a4ca Merge "Improve robustness of package manager certificate collection." into froyo by Jeff Brown · 15 years ago
  89. 185f1a9 Merge "IME test fixes." into froyo by Brett Chabot · 15 years ago
  90. cc691f5 Merge "Updating some notificiation UI for Throttling" into froyo by Robert Greenwalt · 15 years ago
  91. c87dc6d Updating some notificiation UI for Throttling by Robert Greenwalt · 15 years ago
  92. 1d67914 IME test fixes. by Brett Chabot · 15 years ago
  93. 5945579 Merge "Change TrafficStats to a new JNI implementation." into froyo by Dan Egnor · 15 years ago
  94. 2124808 Merge "Missed these ones in the previous rename." into froyo by Dan Egnor · 15 years ago
  95. c944cbe Support for ID3 V2.4 tags. by Andreas Huber · 15 years ago
  96. a8fbedb Missed these ones in the previous rename. by Brad Fitzpatrick · 15 years ago
  97. e684d95 Workaround NPE caused by packages missing signatures. by Jeff Brown · 15 years ago
  98. 3f73549 Merge "For performance reason, we choose to block the picture update during drag and fling. For sites like nytimes.com, there is a JavaScript constantly updating the content. If we don't block the live update during drag/fling, frame rate can drop by 30%." into froyo by Grace Kloba · 15 years ago
  99. c62cdef Merge "Rename logtag for clarity." into froyo by Brad Fitzpatrick · 15 years ago
  100. e760072 Improve robustness of package manager certificate collection. by Jeff Brown · 15 years ago