1. c406a3b am ebf6478f: Merge "Fix issue 4673378: switching from VoIP to GSM call" by Eric Laurent · 13 years ago
  2. f255445 am ce002753: Merge "Add default videos for background replacement." by Justin Ho · 13 years ago
  3. 2f060bf am 8b83a729: Fix a bug in InputMethodSubtype constructor by Ken Wakasa · 13 years ago
  4. 42ec1f0 am 94d86dae: Merge "Fix another problem with refreshing the screen when switching to/from overlay" by Mathias Agopian · 13 years ago
  5. 8fcb4df am 28706e3f: Merge "Improve SF dumpsys output wrt HWC" by Mathias Agopian · 13 years ago
  6. 06cd5ec am 4f4ed38a: Merge "Fix 5185505: Add support for weak biometric sensors to lockscreen." by Jim Miller · 13 years ago
  7. ebe5d63 am fa720d30: Merge "Fix 5278371: OOM in MediaItemThumbnailTest" by Chih-Chung Chang · 13 years ago
  8. e1de253 am 6b77231b: Merge "Fix an issue is SF that caused drawing artifacts when hwc changed mode" by Mathias Agopian · 13 years ago
  9. 33761ed am 6c0d41a4: Merge "Fix FrameLayout padding when foreground drawable is set" by Michael Jurka · 13 years ago
  10. c1b9ac8 am 6f90f2a1: Merge "Updated Recent Apps visuals" by Michael Jurka · 13 years ago
  11. 0eec069 am 3705b22c: Merge "Adding null check to prevent monkey crash. (5263199)" by Michael Jurka · 13 years ago
  12. f7c05c0 am 2295cc77: Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field" by Fabrice Di Meglio · 13 years ago
  13. b90015e am 9c7b547e: Merge "Fix bug 5279075 - Handle action bar config changes when action mode is active" by Adam Powell · 13 years ago
  14. 571a514 am 40e8b411: Merge "NetworkManagementService: adjust the qtaguid idx to new kernel" by JP Abgrall · 13 years ago
  15. 7c34e75 am e2ca0876: Merge "Throw an exception if a both nav and system bars are configured" by Chet Haase · 13 years ago
  16. 89e2299 am 16e1678d: Merge "Make the SyncManager have wakelocks per account, not per account type, otherwise the parallel sync behavior of gmail can cause the first account to finish to release the wakelock that is used for the other account, which will result in the device g by Fred Quintana · 13 years ago
  17. 9278913 am 0669577b: Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field" by Fabrice Di Meglio · 13 years ago
  18. e61417a am 1a4cbba9: Merge "Fixed digital audio output detection" by Eric Laurent · 13 years ago
  19. b49d2ed am 5d61d8dd: Merge "Apply timeout for powerdown event and reset state machine when bluez crashes" by Matthew Xie · 13 years ago
  20. 8cde171 am 11e2e5de: Merge "AudioTrack: extend callback thread sleep time" by Eric Laurent · 13 years ago
  21. b3e26eb am 4ef6d2ea: Merge "Pass roaming info to ConnectivityService." by Robert Greenwalt · 13 years ago
  22. 2df91e2 am a4248f69: Merge "Don\'t sleep when inline video start" by Teng-Hui Zhu · 13 years ago
  23. 1ba08da am f5ad309a: Merge "Add support for 3 new blend modes when blending with framebuffer: Add Multiply Screen" by Romain Guy · 13 years ago
  24. 5a8c298 am 5303254c: Merge "Always set geometry in queuebuffer" by Pannag Sanketi · 13 years ago
  25. 6a587df am 53df60b8: Merge "Touch explorer does not cancel long press correctly causing system crash." by Svetoslav Ganov · 13 years ago
  26. 332ea4db am b0d89922: Merge "Always disable() through SBMS; watch date." by Jeff Sharkey · 13 years ago
  27. 8f9c217 am d4d2ba80: Merge "Fix crash while connecting channel." by Jaikumar Ganesh · 13 years ago
  28. 3bed2b1 am cedd4608: Merge "Make Bluetooth Health APIs public." by Jaikumar Ganesh · 13 years ago
  29. 0e75168 am 8312b20d: Merge "Save/restore display lists\' canvas properly" by Romain Guy · 13 years ago
  30. ebf6478 Merge "Fix issue 4673378: switching from VoIP to GSM call" by Eric Laurent · 13 years ago
  31. ce00275 Merge "Add default videos for background replacement." by Justin Ho · 13 years ago
  32. 8b83a72 Fix a bug in InputMethodSubtype constructor by Ken Wakasa · 13 years ago
  33. 94d86da Merge "Fix another problem with refreshing the screen when switching to/from overlay" by Mathias Agopian · 13 years ago
  34. 28706e3 Merge "Improve SF dumpsys output wrt HWC" by Mathias Agopian · 13 years ago
  35. 0a5abdb Fix another problem with refreshing the screen when switching to/from overlay by Mathias Agopian · 13 years ago
  36. 4f4ed38 Merge "Fix 5185505: Add support for weak biometric sensors to lockscreen." by Jim Miller · 13 years ago
  37. 6edf263 Fix 5185505: Add support for weak biometric sensors to lockscreen. by Jim Miller · 13 years ago
  38. 5bd1b27 Improve SF dumpsys output wrt HWC by Mathias Agopian · 13 years ago
  39. fa720d3 Merge "Fix 5278371: OOM in MediaItemThumbnailTest" by Chih-Chung Chang · 13 years ago
  40. a18886c Fix 5278371: OOM in MediaItemThumbnailTest by Chih-Chung Chang · 13 years ago
  41. 6b77231 Merge "Fix an issue is SF that caused drawing artifacts when hwc changed mode" by Mathias Agopian · 13 years ago
  42. 4bacc9d Fix an issue is SF that caused drawing artifacts when hwc changed mode by Mathias Agopian · 13 years ago
  43. 6c0d41a Merge "Fix FrameLayout padding when foreground drawable is set" by Michael Jurka · 13 years ago
  44. 02473da Fix FrameLayout padding when foreground drawable is set by Michael Jurka · 13 years ago
  45. 6f90f2a Merge "Updated Recent Apps visuals" by Michael Jurka · 13 years ago
  46. 02038e3 Updated Recent Apps visuals by Peter Ng · 13 years ago
  47. 9f103de Fix issue 4673378: switching from VoIP to GSM call by Eric Laurent · 13 years ago
  48. 3705b22 Merge "Adding null check to prevent monkey crash. (5263199)" by Michael Jurka · 13 years ago
  49. 45d378b Adding null check to prevent monkey crash. (5263199) by Winson Chung · 13 years ago
  50. 2295cc7 Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field" by Fabrice Di Meglio · 13 years ago
  51. 9c7b547 Merge "Fix bug 5279075 - Handle action bar config changes when action mode is active" by Adam Powell · 13 years ago
  52. e423146 Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field by Fabrice Di Meglio · 13 years ago
  53. 425689e Fix bug 5279075 - Handle action bar config changes when action mode is active by Adam Powell · 13 years ago
  54. 40e8b41 Merge "NetworkManagementService: adjust the qtaguid idx to new kernel" by JP Abgrall · 13 years ago
  55. e2ca087 Merge "Throw an exception if a both nav and system bars are configured" by Chet Haase · 13 years ago
  56. 16e1678 Merge "Make the SyncManager have wakelocks per account, not per account type, otherwise the parallel sync behavior of gmail can cause the first account to finish to release the wakelock that is used for the other account, which will result in the device going to sleep before the sync is complete." by Fred Quintana · 13 years ago
  57. 0669577 Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field" by Fabrice Di Meglio · 13 years ago
  58. 1a4cbba Merge "Fixed digital audio output detection" by Eric Laurent · 13 years ago
  59. 33438be Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field by Fabrice Di Meglio · 13 years ago
  60. 5d61d8d Merge "Apply timeout for powerdown event and reset state machine when bluez crashes" by Matthew Xie · 13 years ago
  61. 944301e Fixed digital audio output detection by Eric Laurent · 13 years ago
  62. bc0009d Throw an exception if a both nav and system bars are configured by Chet Haase · 13 years ago
  63. 6acf39b NetworkManagementService: adjust the qtaguid idx to new kernel by JP Abgrall · 13 years ago
  64. 11e2e5d Merge "AudioTrack: extend callback thread sleep time" by Eric Laurent · 13 years ago
  65. 4ef6d2e Merge "Pass roaming info to ConnectivityService." by Robert Greenwalt · 13 years ago
  66. fdb2dca Make the SyncManager have wakelocks per account, not per account type, by Fred Quintana · 13 years ago
  67. a4248f6 Merge "Don't sleep when inline video start" by Teng-Hui Zhu · 13 years ago
  68. f5ad309 Merge "Add support for 3 new blend modes when blending with framebuffer: Add Multiply Screen" by Romain Guy · 13 years ago
  69. 5303254 Merge "Always set geometry in queuebuffer" by Pannag Sanketi · 13 years ago
  70. 2ffefd4 Add support for 3 new blend modes when blending with framebuffer: by Romain Guy · 13 years ago
  71. 53df60b Merge "Touch explorer does not cancel long press correctly causing system crash." by Svetoslav Ganov · 13 years ago
  72. b0d8992 Merge "Always disable() through SBMS; watch date." by Jeff Sharkey · 13 years ago
  73. d4d2ba8 Merge "Fix crash while connecting channel." by Jaikumar Ganesh · 13 years ago
  74. cedd460 Merge "Make Bluetooth Health APIs public." by Jaikumar Ganesh · 13 years ago
  75. f1d360a AudioTrack: extend callback thread sleep time by Eric Laurent · 13 years ago
  76. 8ee53da Fix crash while connecting channel. by Jaikumar Ganesh · 13 years ago
  77. eb9d346 Make Bluetooth Health APIs public. by Jaikumar Ganesh · 13 years ago
  78. 8312b20 Merge "Save/restore display lists' canvas properly" by Romain Guy · 13 years ago
  79. e080af3 Save/restore display lists' canvas properly by Romain Guy · 13 years ago
  80. 694c0b8 Apply timeout for powerdown event and reset state machine when bluez crashes by Matthew Xie · 13 years ago
  81. 406970b Touch explorer does not cancel long press correctly causing system crash. by Svetoslav Ganov · 13 years ago
  82. 690ad54 Don't sleep when inline video start by Teng-Hui Zhu · 13 years ago
  83. e46fcef Always set geometry in queuebuffer by Pannag Sanketi · 13 years ago
  84. 6a2588d am 81a5ec5b: Merge "RTP: support payloads with larger packetization interval." by Chia-chi Yeh · 13 years ago
  85. 81a5ec5 Merge "RTP: support payloads with larger packetization interval." by Chia-chi Yeh · 13 years ago
  86. 99b3147 am c9c541ad: Merge "idle test app for bandwidth usage." by Tsu Chiang Chuang · 13 years ago
  87. c9c541a Merge "idle test app for bandwidth usage." by Tsu Chiang Chuang · 13 years ago
  88. e1e24f6 am dceee864: Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images" by Adam Powell · 13 years ago
  89. 238fb93 am 3cb55598: Merge "Fix issue #5139085: Some Recents items can\'t be killed" by Dianne Hackborn · 13 years ago
  90. dceee86 Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images" by Adam Powell · 13 years ago
  91. 3cb5559 Merge "Fix issue #5139085: Some Recents items can't be killed" by Dianne Hackborn · 13 years ago
  92. 3ae29d4 idle test app for bandwidth usage. by Tsu Chiang Chuang · 13 years ago
  93. dd15cbf am 9fefa3c7: Merge "Add raw entities URI for profiles." by Dave Santoro · 13 years ago
  94. 21f0de5 am a8f09b09: Merge "Add data_set for Settings table as well." by Dave Santoro · 13 years ago
  95. 9fefa3c Merge "Add raw entities URI for profiles." by Dave Santoro · 13 years ago
  96. a8f09b0 Merge "Add data_set for Settings table as well." by Dave Santoro · 13 years ago
  97. eeb1dca Fix issue #5139085: Some Recents items can't be killed by Dianne Hackborn · 13 years ago
  98. b7fc29c am 3adb1809: Merge "Changing the timeout for detecting syncs that are taking too long to bind BUG: 5222661" by Subir Jhanb · 13 years ago
  99. 3adb180 Merge "Changing the timeout for detecting syncs that are taking too long to bind BUG: 5222661" by Subir Jhanb · 13 years ago
  100. 35718d3 Add default videos for background replacement. by Eino-Ville Talvala · 13 years ago