1. 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
  2. c3a26bf Merge "Add multi-sim support to ThrottleService." into froyo by Robert Greenwalt · 16 years ago
  3. e0cae12 Merge "A little more improvement of the Service javadoc." into froyo by Dianne Hackborn · 16 years ago
  4. d3fd93b Merge "Fix SntpClient to give accurate time info." into froyo by Robert Greenwalt · 16 years ago
  5. bb87a93 Merge "Import revised translations" into froyo by Kenny Root · 16 years ago
  6. c1f32b0 Merge "Fix wakelock leak in PowerManagerService.sendNotificationLocked()" into froyo by Mike Lockwood · 16 years ago
  7. 8ae5bf5 Merge "Sholes mobile iface comes/goes - handle the reset" into froyo by Robert Greenwalt · 16 years ago
  8. 62636a7 Merge "Fix issue #258640: Automatic propagation of FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET" into froyo by Dianne Hackborn · 16 years ago
  9. d3f849b Merge "Introducing "strict project map"." into froyo by Dmitri Plotnikov · 16 years ago
  10. 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
  11. 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
  12. d58d8f6 Merge "Add ordered broadcast when removing packages." into froyo by Suchi Amalapurapu · 16 years ago
  13. 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
  14. 661bc51 Merge "verify database state before calling sqlite. Bug:2593970" into froyo by Vasu Nori · 16 years ago
  15. 218aa6b Merge "Pass WebKit scrollbar mode to Java. When scrollbar is alwaysOff, don't trigger scroll." into froyo by Grace Kloba · 16 years ago
  16. 8155b78 Merge "Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode." into froyo by Eric Laurent · 16 years ago
  17. 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
  18. b1016fe Merge "Fix issue #593153: Broadcast time out when sending..." into froyo by Dianne Hackborn · 16 years ago
  19. 685bc90 Merge "Use PV_PLAYER to handle RTSP streaming" into froyo by James Dong · 16 years ago
  20. 281cec9 Merge "Perist Throttle data across reboots" into froyo by Robert Greenwalt · 16 years ago
  21. c566beb Merge "Ensure the selection does not change in setTextAndKeepSelection." into froyo by Leon Scroggins · 16 years ago
  22. e56943a Merge "Fix for 2585858, load invalid urls." into froyo by Kristian Monsen · 16 years ago
  23. 43229f2 Merge "Fix (again) for bug 2558156, update cache encoding correctly" into froyo by Kristian Monsen · 16 years ago
  24. c308249 Merge "Fix issue #2555171: Switching to app immediately after unmounting..." into froyo by Dianne Hackborn · 16 years ago
  25. 9f73495 Merge "Fix issue #2420340: if FLAG_SHOW_WHEN_LOCKED, do not show keyguard..." into froyo by Dianne Hackborn · 16 years ago
  26. 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
  27. abc56d7 Merge "Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html" into froyo by James Dong · 16 years ago
  28. 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
  29. 2a75ab0 Merge "Fix Throttle Notification intents" into froyo by Robert Greenwalt · 16 years ago
  30. e5c64a9 Merge "SDK: last of the backup/restore docs content" into froyo by Christopher Tate · 16 years ago
  31. 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
  32. ce95b94 Merge "Don't set encoder component role while we query decoders" into froyo by James Dong · 16 years ago
  33. f05a885 Merge "Fix an upgrade bug in SettingsProvider." into froyo by Amith Yamasani · 16 years ago
  34. 35f3a77 Merge "Fix bug 2578813 Delay pausing music and routing audio for car docks" into froyo by Jean-Michel Trivi · 16 years ago
  35. 5d89658 Merge "Hide e-call button in layout." into froyo by Daniel Sandler · 16 years ago
  36. 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
  37. f8654c9 Merge "SDK: more backup/restore documentation work" into froyo by Christopher Tate · 16 years ago
  38. e8cfa79 Merge "docs: fix bug 2590728" into froyo by Scott Main · 16 years ago
  39. 5bc83ac Merge "API CHANGE: remove obsolete constants and hide some methods" into froyo by Christopher Tate · 16 years ago
  40. 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
  41. e85658e Merge "Fix typos in name of density-independent pixels" into froyo by Kenny Root · 16 years ago
  42. 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
  43. 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
  44. 66143c0 Merge "Ignore corrupt aac audio frames and substitute silence." into froyo by Andreas Huber · 16 years ago
  45. 7765c25 Merge "cherry-pick from master: Icf079f5f45b1745a8d54f504e28dbbb52c6f7c96 docs: rewrite resources documentation" into froyo by Scott Main · 16 years ago
  46. 45888b7 Merge "Fix issue #2581524: Car home icon should always go to car home" into froyo by Dianne Hackborn · 16 years ago
  47. 533ebe2 Merge "Add warning magic to be a bit more reasonable." into froyo by Robert Greenwalt · 16 years ago
  48. 22cbafc Merge "Remove the checkStremingServer checking as it is unstable and introduce the flakiness." into froyo by Yu Shan Emily Lau · 16 years ago
  49. 3d43672 Merge "Fix regression introduced when fixing focus issue with ScrollView. Bug #2581646" into froyo by Romain Guy · 16 years ago
  50. 1a34d6c Merge "Fix a FATAL ClassCastException in DataConnection.java" into froyo by Wink Saville · 16 years ago
  51. c3af71c Merge "bug #2542580: add the appropriate mdpi asset for chat icon." into froyo by Wei Huang · 16 years ago
  52. 533d354 Merge "Move the public method HttpDateTime.parse() into AndroidHttpClient." into froyo by Jesse Wilson · 16 years ago
  53. fd472ba Move the public method HttpDateTime.parse() into AndroidHttpClient. by Jesse Wilson · 16 years ago
  54. 7571691 Merge "final versions of these fonts from ascender, including GPOS 'mark' feature" into froyo by Mike Reed · 16 years ago
  55. 9169ebd Merge "Make ThrottleService notice policy changes." into froyo by Robert Greenwalt · 16 years ago
  56. 291444f Merge "Fix sim build (sim doesn't have strl*() reliably...)" into froyo by Dan Egnor · 16 years ago
  57. 276ed8d Merge "Do not create intents for application/xhtml+xml" into froyo by Kristian Monsen · 16 years ago
  58. 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
  59. e304ba1 Merge "Roaming data doesn't count against limits" into froyo by Robert Greenwalt · 16 years ago
  60. 376f728 Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo by Eric Laurent · 16 years ago
  61. 2482810 Merge "Support for ID3 V2.4 tags." into froyo by Andreas Huber · 16 years ago
  62. 775fa3c Additional fix for isssue 2548710: Native AudioTrack resources never freed. by Eric Laurent · 16 years ago
  63. 35c1a2d Merge "Fix OperationScheduler moratorium calculation for clock rollback case." into froyo by Dan Egnor · 16 years ago
  64. 66424a4 Fix OperationScheduler moratorium calculation for clock rollback case. by Dan Egnor · 16 years ago
  65. a540ed0 Merge "Adds back the finalize method on the replaced Paint class." into froyo by Xavier Ducrohet · 16 years ago
  66. 7710cd4 Merge "Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission." into froyo by Jeff Brown · 16 years ago
  67. 62737b5 Merge "Workaround NPE caused by packages missing signatures." into froyo by Jeff Brown · 16 years ago
  68. 20460cf Merge "Improve robustness of package manager certificate collection." into froyo by Jeff Brown · 16 years ago
  69. 399d2f0 Merge "IME test fixes." into froyo by Brett Chabot · 16 years ago
  70. 8e1b007 Merge "Updating some notificiation UI for Throttling" into froyo by Robert Greenwalt · 16 years ago
  71. efdccf3 Merge "Change TrafficStats to a new JNI implementation." into froyo by Dan Egnor · 16 years ago
  72. 2728e5f Merge "Missed these ones in the previous rename." into froyo by Dan Egnor · 16 years ago
  73. 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
  74. b56b5fd Merge "Rename logtag for clarity." into froyo by Brad Fitzpatrick · 16 years ago
  75. d85bfb3 Merge "Refactor connection/redirection code, support redirects on reconnection." into froyo by Andreas Huber · 16 years ago
  76. 98b8637 Merge "Add service to monitor/control the flow of data." into froyo by Robert Greenwalt · 16 years ago
  77. be4143d Merge "Fix issue #2580316: Contacts and Phone app not supporting landscape mode..." into froyo by Dianne Hackborn · 16 years ago
  78. 436aa0f Merge "docs: revisions to the installLocation documentation" into froyo by Scott Main · 16 years ago
  79. 6b4e571 Merge "Don't allow connection to profiles in TURNING_OFF state." into froyo by Jaikumar Ganesh · 16 years ago
  80. 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
  81. 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
  82. c75afb3 Merge "Transparent alarm icons for lockscreen." into froyo by Daniel Sandler · 16 years ago
  83. 81ce80e Merge "Add emergency call button to PUK'd lockscreen." into froyo by Daniel Sandler · 16 years ago
  84. 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
  85. 3d339a9 Merge "Revert "Use the content width to calculate the zoom overview"" into froyo by Grace Kloba · 16 years ago
  86. aba899b Merge "Fix issue #2549955: Moving the application fails -Activity Manager Crash on launching the app" into froyo by Dianne Hackborn · 16 years ago
  87. 0f606ea Merge "Fix issue #2528537: android.os.DeadObjectException" into froyo by Dianne Hackborn · 16 years ago
  88. 2768aff Merge "Cherry-pick https://android-git.corp.google.com/g/#change,38305" into froyo by Grace Kloba · 16 years ago
  89. 0a8cf0b Merge "Add emergencyOnly indicator in ServiceState." into froyo by John Wang · 16 years ago
  90. 25d9df2 Merge "NetworkManagementService: Remove 'maxkbs' parameter from throttle API" into froyo by San Mehat · 16 years ago
  91. 60e514b Merge "Fix 2578016." into froyo by Suchi Amalapurapu · 16 years ago
  92. 727b5ff Merge "Add Backup/Restore sample to the SDK docs" into froyo by Christopher Tate · 16 years ago
  93. 138da33 Merge "Don't check whether a specific named activity supports mp3 playback, just that there is at least one that does. Fixes bug 2534382. Change-Id: I00d9ac49bd91f161388d5c3de47b1b6abe9e8d9c" into froyo by Marco Nelissen · 16 years ago
  94. 5560ff3 Merge "Per requested by API council, rename MediaScannerConneciton.ScanResultListener to .OnScanCompletedListener http://2553871" into froyo by Ray Chen · 16 years ago
  95. e098fb1 Merge "Maybe fix issue #2568615: System server crashed in SyncStorageEngine" into froyo by Dianne Hackborn · 16 years ago
  96. 5bf9232 Merge "Report the requested seek time while seek is in progress." into froyo by Andreas Huber · 16 years ago
  97. 9a3965f Merge " Fix bug2537659 When airplane mode is disabled, Mobile connection may be bring up before connecting to a known wifi." into froyo by Xia Wang · 16 years ago
  98. e5794f1 Merge "Show the microphone when the search box is opened from browser" into froyo by Leon Scroggins · 16 years ago
  99. 6d1f978 Merge "Fix bug 2574860 - fix AbsListView.trackMotionScroll edge detection" into froyo by Adam Powell · 16 years ago
  100. befda9c Merge "docs: add a screenLayout and uiMode values for configChanges attribute add note that this should be avoided and point to dev guide" into froyo by Scott Main · 16 years ago