1. df609c0 Merge "Reset notification state on wifi enable" into froyo by Irfan Sheriff · 16 years ago
  2. 87ccfb3 Merge "Fix bug 2599698 Music paused by itself The NotificationPlayer sets an OnCompletionListener on the MediaPlayer it's using to play the notification. NotificationPlayer relies on the completion event to abandon audio focus. The player was started before the listener was set. The theory about the bug is that the player finished playing before the listener was called. Therefore the audio focus was never abandonned, and the music didn't resume." into froyo by Jean-Michel Trivi · 16 years ago
  3. dc5f45d Merge "Fix inconsistency in how we handle light sensor when battery is low." into froyo by Mike Lockwood · 16 years ago
  4. e0dc118 Merge "Dont check on interface value on API" into froyo by Irfan Sheriff · 16 years ago
  5. 7e653fb Merge "Missed a case to resumeUpdatePicture." into froyo by Grace Kloba · 16 years ago
  6. f3401a3 Merge "cherry-pick from master: c096a9aead60717fc106ceb259bf954a578d3c54 (plus other revisions to resolve bug 2595831)" into froyo by Scott Main · 16 years ago
  7. 61e1476 Merge "accept close() on database objects even if the database is closed" into froyo by Vasu Nori · 16 years ago
  8. 46b9950 Merge "Add command line flags to enable lock profiling." into froyo by Carl Shapiro · 16 years ago
  9. 5ed86e4 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 · 16 years ago
  10. c3a26bf Merge "Add multi-sim support to ThrottleService." into froyo by Robert Greenwalt · 16 years ago
  11. e0cae12 Merge "A little more improvement of the Service javadoc." into froyo by Dianne Hackborn · 16 years ago
  12. d3fd93b Merge "Fix SntpClient to give accurate time info." into froyo by Robert Greenwalt · 16 years ago
  13. bb87a93 Merge "Import revised translations" into froyo by Kenny Root · 16 years ago
  14. c1f32b0 Merge "Fix wakelock leak in PowerManagerService.sendNotificationLocked()" into froyo by Mike Lockwood · 16 years ago
  15. 8ae5bf5 Merge "Sholes mobile iface comes/goes - handle the reset" into froyo by Robert Greenwalt · 16 years ago
  16. 62636a7 Merge "Fix issue #258640: Automatic propagation of FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET" into froyo by Dianne Hackborn · 16 years ago
  17. d3f849b Merge "Introducing "strict project map"." into froyo by Dmitri Plotnikov · 16 years ago
  18. a8b0ff4 Merge "Dont fall back to installing on sdcard when internal storage is filled up when the install location is set to internal only. Similary if install location is set to external only(via adb), dont fall back to installing on internal storage if sdcard is filled up. If nothing is specified ie install location is set to let system decide, we just check on internal storage. Fix tests" into froyo by Suchi Amalapurapu · 16 years ago
  19. 90e4793 Merge "fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart)" into froyo by Mathias Agopian · 16 years ago
  20. d58d8f6 Merge "Add ordered broadcast when removing packages." into froyo by Suchi Amalapurapu · 16 years ago
  21. ca99fb8 fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart) by Mathias Agopian · 16 years ago
  22. 661bc51 Merge "verify database state before calling sqlite. Bug:2593970" into froyo by Vasu Nori · 16 years ago
  23. 218aa6b Merge "Pass WebKit scrollbar mode to Java. When scrollbar is alwaysOff, don't trigger scroll." into froyo by Grace Kloba · 16 years ago
  24. 8155b78 Merge "Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode." into froyo by Eric Laurent · 16 years ago
  25. 41ac20f Merge "Make sure the onended event is dispatched even when the user dismisses the video before it plays to completion." into froyo by Andrei Popescu · 16 years ago
  26. b1016fe Merge "Fix issue #593153: Broadcast time out when sending..." into froyo by Dianne Hackborn · 16 years ago
  27. 685bc90 Merge "Use PV_PLAYER to handle RTSP streaming" into froyo by James Dong · 16 years ago
  28. 281cec9 Merge "Perist Throttle data across reboots" into froyo by Robert Greenwalt · 16 years ago
  29. c566beb Merge "Ensure the selection does not change in setTextAndKeepSelection." into froyo by Leon Scroggins · 16 years ago
  30. e56943a Merge "Fix for 2585858, load invalid urls." into froyo by Kristian Monsen · 16 years ago
  31. 43229f2 Merge "Fix (again) for bug 2558156, update cache encoding correctly" into froyo by Kristian Monsen · 16 years ago
  32. c308249 Merge "Fix issue #2555171: Switching to app immediately after unmounting..." into froyo by Dianne Hackborn · 16 years ago
  33. 9f73495 Merge "Fix issue #2420340: if FLAG_SHOW_WHEN_LOCKED, do not show keyguard..." into froyo by Dianne Hackborn · 16 years ago
  34. b914ed2 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 · 16 years ago
  35. abc56d7 Merge "Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html" into froyo by James Dong · 16 years ago
  36. 70bff6c 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 · 16 years ago
  37. 2a75ab0 Merge "Fix Throttle Notification intents" into froyo by Robert Greenwalt · 16 years ago
  38. e5c64a9 Merge "SDK: last of the backup/restore docs content" into froyo by Christopher Tate · 16 years ago
  39. daeec8c 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 · 16 years ago
  40. ce95b94 Merge "Don't set encoder component role while we query decoders" into froyo by James Dong · 16 years ago
  41. f05a885 Merge "Fix an upgrade bug in SettingsProvider." into froyo by Amith Yamasani · 16 years ago
  42. 35f3a77 Merge "Fix bug 2578813 Delay pausing music and routing audio for car docks" into froyo by Jean-Michel Trivi · 16 years ago
  43. 5d89658 Merge "Hide e-call button in layout." into froyo by Daniel Sandler · 16 years ago
  44. 692dc8a 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 · 16 years ago
  45. f8654c9 Merge "SDK: more backup/restore documentation work" into froyo by Christopher Tate · 16 years ago
  46. e8cfa79 Merge "docs: fix bug 2590728" into froyo by Scott Main · 16 years ago
  47. 5bc83ac Merge "API CHANGE: remove obsolete constants and hide some methods" into froyo by Christopher Tate · 16 years ago
  48. 0e8ff0c 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 · 16 years ago
  49. e85658e Merge "Fix typos in name of density-independent pixels" into froyo by Kenny Root · 16 years ago
  50. 44eddf8 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 · 16 years ago
  51. 128cbf2 Merge "Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request." into froyo by Andreas Huber · 16 years ago
  52. 66143c0 Merge "Ignore corrupt aac audio frames and substitute silence." into froyo by Andreas Huber · 16 years ago
  53. 7765c25 Merge "cherry-pick from master: Icf079f5f45b1745a8d54f504e28dbbb52c6f7c96 docs: rewrite resources documentation" into froyo by Scott Main · 16 years ago
  54. 45888b7 Merge "Fix issue #2581524: Car home icon should always go to car home" into froyo by Dianne Hackborn · 16 years ago
  55. 533ebe2 Merge "Add warning magic to be a bit more reasonable." into froyo by Robert Greenwalt · 16 years ago
  56. 22cbafc Merge "Remove the checkStremingServer checking as it is unstable and introduce the flakiness." into froyo by Yu Shan Emily Lau · 16 years ago
  57. 3d43672 Merge "Fix regression introduced when fixing focus issue with ScrollView. Bug #2581646" into froyo by Romain Guy · 16 years ago
  58. 1a34d6c Merge "Fix a FATAL ClassCastException in DataConnection.java" into froyo by Wink Saville · 16 years ago
  59. c3af71c Merge "bug #2542580: add the appropriate mdpi asset for chat icon." into froyo by Wei Huang · 16 years ago
  60. 533d354 Merge "Move the public method HttpDateTime.parse() into AndroidHttpClient." into froyo by Jesse Wilson · 16 years ago
  61. fd472ba Move the public method HttpDateTime.parse() into AndroidHttpClient. by Jesse Wilson · 16 years ago
  62. 7571691 Merge "final versions of these fonts from ascender, including GPOS 'mark' feature" into froyo by Mike Reed · 16 years ago
  63. 9169ebd Merge "Make ThrottleService notice policy changes." into froyo by Robert Greenwalt · 16 years ago
  64. 291444f Merge "Fix sim build (sim doesn't have strl*() reliably...)" into froyo by Dan Egnor · 16 years ago
  65. 276ed8d Merge "Do not create intents for application/xhtml+xml" into froyo by Kristian Monsen · 16 years ago
  66. 51053fd 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 · 16 years ago
  67. e304ba1 Merge "Roaming data doesn't count against limits" into froyo by Robert Greenwalt · 16 years ago
  68. 376f728 Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo by Eric Laurent · 16 years ago
  69. 2482810 Merge "Support for ID3 V2.4 tags." into froyo by Andreas Huber · 16 years ago
  70. 775fa3c Additional fix for isssue 2548710: Native AudioTrack resources never freed. by Eric Laurent · 16 years ago
  71. 35c1a2d Merge "Fix OperationScheduler moratorium calculation for clock rollback case." into froyo by Dan Egnor · 16 years ago
  72. 66424a4 Fix OperationScheduler moratorium calculation for clock rollback case. by Dan Egnor · 16 years ago
  73. a540ed0 Merge "Adds back the finalize method on the replaced Paint class." into froyo by Xavier Ducrohet · 16 years ago
  74. 7710cd4 Merge "Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission." into froyo by Jeff Brown · 16 years ago
  75. 62737b5 Merge "Workaround NPE caused by packages missing signatures." into froyo by Jeff Brown · 16 years ago
  76. 20460cf Merge "Improve robustness of package manager certificate collection." into froyo by Jeff Brown · 16 years ago
  77. 399d2f0 Merge "IME test fixes." into froyo by Brett Chabot · 16 years ago
  78. 8e1b007 Merge "Updating some notificiation UI for Throttling" into froyo by Robert Greenwalt · 16 years ago
  79. efdccf3 Merge "Change TrafficStats to a new JNI implementation." into froyo by Dan Egnor · 16 years ago
  80. 2728e5f Merge "Missed these ones in the previous rename." into froyo by Dan Egnor · 16 years ago
  81. b2a21d6 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 · 16 years ago
  82. b56b5fd Merge "Rename logtag for clarity." into froyo by Brad Fitzpatrick · 16 years ago
  83. d85bfb3 Merge "Refactor connection/redirection code, support redirects on reconnection." into froyo by Andreas Huber · 16 years ago
  84. 98b8637 Merge "Add service to monitor/control the flow of data." into froyo by Robert Greenwalt · 16 years ago
  85. be4143d Merge "Fix issue #2580316: Contacts and Phone app not supporting landscape mode..." into froyo by Dianne Hackborn · 16 years ago
  86. 436aa0f Merge "docs: revisions to the installLocation documentation" into froyo by Scott Main · 16 years ago
  87. 6b4e571 Merge "Don't allow connection to profiles in TURNING_OFF state." into froyo by Jaikumar Ganesh · 16 years ago
  88. 95ecb69 Merge "Avoid calling proxy.playbackEnded() again in onCustomViewHidden(). It is now always called via the MediaPlayer.onCompletion() callback." into froyo by Andrei Popescu · 16 years ago
  89. fd1a826 Merge "Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection." into froyo by Andreas Huber · 16 years ago
  90. c75afb3 Merge "Transparent alarm icons for lockscreen." into froyo by Daniel Sandler · 16 years ago
  91. 81ce80e Merge "Add emergency call button to PUK'd lockscreen." into froyo by Daniel Sandler · 16 years ago
  92. de14d8f Merge "Fix 2579461 Move install location values to secure settings. Diable attribute for UI. Set default value to auto. Add command line interface to set install location via pm." into froyo by Suchi Amalapurapu · 16 years ago
  93. 3d339a9 Merge "Revert "Use the content width to calculate the zoom overview"" into froyo by Grace Kloba · 16 years ago
  94. aba899b Merge "Fix issue #2549955: Moving the application fails -Activity Manager Crash on launching the app" into froyo by Dianne Hackborn · 16 years ago
  95. 0f606ea Merge "Fix issue #2528537: android.os.DeadObjectException" into froyo by Dianne Hackborn · 16 years ago
  96. 2768aff Merge "Cherry-pick https://android-git.corp.google.com/g/#change,38305" into froyo by Grace Kloba · 16 years ago
  97. 0a8cf0b Merge "Add emergencyOnly indicator in ServiceState." into froyo by John Wang · 16 years ago
  98. 25d9df2 Merge "NetworkManagementService: Remove 'maxkbs' parameter from throttle API" into froyo by San Mehat · 16 years ago
  99. 60e514b Merge "Fix 2578016." into froyo by Suchi Amalapurapu · 16 years ago
  100. 727b5ff Merge "Add Backup/Restore sample to the SDK docs" into froyo by Christopher Tate · 16 years ago