1. 2568017 Merge "Merge commit 'fce12613' into HEAD" by Joe Onorato · 14 years ago
  2. c51e224 Merge "Add some comment to MediaRecorder.stop() about the stop() failure (-1007)" by James Dong · 14 years ago
  3. 326e122 Merge "Fixes for AnimationDrawable" by Chet Haase · 14 years ago
  4. 6a045ca Merge commit 'fce12613' into HEAD by Joe Onorato · 14 years ago
  5. 3a4b8bb6 Merge "Turn off navbar by default...again." by Daniel Sandler · 14 years ago
  6. 37445f5 Turn off navbar by default...again. by Daniel Sandler · 14 years ago
  7. 67f5e51 Merge "Move navigation bar to right-hand-side of seascape." by Daniel Sandler · 14 years ago
  8. 3b92427 Merge "Updating the API since I forgot after rebase" by Svetoslav Ganov · 14 years ago
  9. 678ba5c Updating the API since I forgot after rebase by Svetoslav Ganov · 14 years ago
  10. f86f898 Move navigation bar to right-hand-side of seascape. by Daniel Sandler · 14 years ago
  11. e36364c Merge "Reduce log spew." by Joe Onorato · 14 years ago
  12. b1af3a2 Merge "Accessibility serviceconfiguration via meta-data" by Svetoslav Ganov · 14 years ago
  13. cc4053e Accessibility serviceconfiguration via meta-data by Svetoslav Ganov · 14 years ago
  14. 798a3fe Merge "Fix default for getAbsoluteGravity()" by Fabrice Di Meglio · 14 years ago
  15. da188fb Merge "Fix for bug 4499752 - Detect nulled layouts in HandleViews" by Gilles Debunne · 14 years ago
  16. fe6dfd5 Implement Mifare Ultralight-C detection (API). by Martijn Coenen · 14 years ago
  17. e368c9a Merge "Fix crash when nesting Picture recording." by Marco Nelissen · 14 years ago
  18. 923da87 Merge "Removed interface to load audio effects libraries" by Eric Laurent · 14 years ago
  19. 9743547 Fix crash when nesting Picture recording. by Marco Nelissen · 14 years ago
  20. f5534a0 Fixes for AnimationDrawable by Chet Haase · 14 years ago
  21. 2032eee Fix for bug 4144936: [Proxy setting]: traffic to a bypass domain doesn't bypass proxy by Kristian Monsen · 14 years ago
  22. e6a4067 Merge "Fix input type judgment of WebTextView" by Tadashi G. Takaoka · 14 years ago
  23. d555e5d Fix input type judgment of WebTextView by Tadashi G. Takaoka · 14 years ago
  24. 9b41579 Use isAuxiliary instead of ExtraValue for the auxiliary subtypes. by satok · 14 years ago
  25. 39a8dc4 Fix bug 4499292 - ActionBar tabs don't show the first time by Adam Powell · 14 years ago
  26. c05aace Fix default for getAbsoluteGravity() by Fabrice Di Meglio · 14 years ago
  27. 8f18cf5 Removed interface to load audio effects libraries by Eric Laurent · 14 years ago
  28. 7999592 Merge "FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherwise)." by Elliott Hughes · 14 years ago
  29. 73e0bc8 9-axis sensor fusion with Kalman filter by Mathias Agopian · 14 years ago
  30. 48a542a Merge "model rotation can now be controlled by the device's sensors" by Mathias Agopian · 14 years ago
  31. 1c0b331 Merge "Fix a few issues with sensors reference-counting" by Mathias Agopian · 14 years ago
  32. ed9a34d Merge "Refatoring a bit of accessibility code" by Svetoslav Ganov · 14 years ago
  33. bad9d97 Refatoring a bit of accessibility code by Svetoslav Ganov · 14 years ago
  34. 9c539cc Merge "sensorservice can now be ran standalone" by Mathias Agopian · 14 years ago
  35. 35ccf46 model rotation can now be controlled by the device's sensors by Mathias Agopian · 14 years ago
  36. 9ff73de Fix a few issues with sensors reference-counting by Mathias Agopian · 14 years ago
  37. d7eedc0 FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherwise). by Elliott Hughes · 14 years ago
  38. c12b7ba sensorservice can now be ran standalone by Mathias Agopian · 14 years ago
  39. e8e833f Merge "Replacement spans correctly measured in TextView" by Gilles Debunne · 14 years ago
  40. d4bb0b0 Fix for bug 4499752 - Detect nulled layouts in HandleViews by Gilles Debunne · 14 years ago
  41. 6e10b08 Merge "Fix overrides of isLayoutRtl(Drawable dr)" by Fabrice Di Meglio · 14 years ago
  42. 0d54201 Merge "Fix bug 4399686 - missing menu after returning from fullscreen video playback in browser" by Adam Powell · 14 years ago
  43. 3526556 Fix bug 4399686 - missing menu after returning from fullscreen video by Adam Powell · 14 years ago
  44. c32c009 Merge "New effect library API" by Eric Laurent · 14 years ago
  45. 0fb66c2 New effect library API by Eric Laurent · 14 years ago
  46. a98eef8 Fix overrides of isLayoutRtl(Drawable dr) by Fabrice Di Meglio · 14 years ago
  47. 098f5bd Merge "Action bar tab layout tweaks." by Adam Powell · 14 years ago
  48. d21aa12 Action bar tab layout tweaks. by Adam Powell · 14 years ago
  49. 8239b95 Merge "Fix issue with drawColor(color, Mode.Clear)" by Romain Guy · 14 years ago
  50. f09ef51 Fix issue with drawColor(color, Mode.Clear) by Romain Guy · 14 years ago
  51. 41d8165 Merge "Cleaup of rsComponent to remove GL types." by Jason Sams · 14 years ago
  52. 5ff0f99 Merge "Add support for Gravity BEFORE and AFTER" by Fabrice Di Meglio · 14 years ago
  53. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 14 years ago
  54. 0a266a1 Merge "Fix NdefRecord flags handling." by Martijn Coenen · 14 years ago
  55. a4fa2cd Merge "Manual merge. Preference activity changes to work on smaller tablet screens and phones." by Amith Yamasani · 14 years ago
  56. eb2466b Merge "Prettify memory dump." by Romain Guy · 14 years ago
  57. d2ba50a Prettify memory dump. by Romain Guy · 14 years ago
  58. 4fdf396 Merge "Tracking merge of dalvik-dev to master" by Brian Carlstrom · 14 years ago
  59. 93bfbc0 Merge "Fix InputType determination of WebTextView" by Tadashi G. Takaoka · 14 years ago
  60. 9a3a884 Replacement spans correctly measured in TextView by Gilles Debunne · 14 years ago
  61. a019ba7 Merge "EditText notifies the IME when a suggestion is picked." by Gilles Debunne · 14 years ago
  62. 8bede17 Fix NdefRecord flags handling. by Martijn Coenen · 14 years ago
  63. 2c0a809 Fix InputType determination of WebTextView by Tadashi G. Takaoka · 14 years ago
  64. a7284f0 Tracking merge of dalvik-dev to master by Brian Carlstrom · 14 years ago
  65. aa4fa2c Merge "Sync holo button bar styles with UX." by Adam Powell · 14 years ago
  66. afe68c6 Merge "Remove extraneous log." by Romain Guy · 14 years ago
  67. bc7cdb6 Remove extraneous log. by Romain Guy · 14 years ago
  68. 15a7b81 Sync holo button bar styles with UX. by Adam Powell · 14 years ago
  69. 8eed7ad Merge "Fix texture coordinates for sub-bitmap rendering." by Romain Guy · 14 years ago
  70. 1e59f9d Fix texture coordinates for sub-bitmap rendering. by Romain Guy · 14 years ago
  71. b1619e5 EditText notifies the IME when a suggestion is picked. by Gilles Debunne · 14 years ago
  72. a860764 Merge "Add wide band speech feature flag" by Matthew Xie · 14 years ago
  73. 22bf7a7 Add some comment to MediaRecorder.stop() about the stop() failure (-1007) by James Dong · 14 years ago
  74. 66db3ab Cleaup of rsComponent to remove GL types. by Jason Sams · 14 years ago
  75. f9187df Merge "Correctly implement the CLEAR xfermode." by Romain Guy · 14 years ago
  76. f504a2f Correctly implement the CLEAR xfermode. by Romain Guy · 14 years ago
  77. 0d92e34 Merge "Start splitting allocation into hal and core." by Jason Sams · 14 years ago
  78. 7e8aae7 Start splitting allocation into hal and core. by Jason Sams · 14 years ago
  79. 1877381 Merge "b/4452171 Dumping video playbacks to files." by Huahui Wu · 14 years ago
  80. 73d0a60 Merge "Fix bug 4487948 - action bar tabs + configuration change = :(" by Adam Powell · 14 years ago
  81. 25151e4 Fix bug 4487948 - action bar tabs + configuration change = :( by Adam Powell · 14 years ago
  82. a524dbd Merge "Import revised translations." by Eric Fischer · 14 years ago
  83. 8447a13 Import revised translations. by Eric Fischer · 14 years ago
  84. 405c1af Manual merge. Preference activity changes to work on smaller tablet screens and phones. by Amith Yamasani · 14 years ago
  85. c3b8491 Add wide band speech feature flag by Matthew Xie · 14 years ago
  86. 09cb64b Fix zoom overview width and postscale for non-wide-viewport mode. by Shimeng (Simon) Wang · 14 years ago
  87. 03edf6b Merge "Extract embedded cover art (aka poster frame) in mp4 files" by James Dong · 14 years ago
  88. 0be1239 am c004a0c9: am 05e13b9e: am c1ded373: Merge "Revert "Use pread() to get the decrypted data for container based DRM file."" into honeycomb-mr2 by James Dong · 14 years ago
  89. 93e179b am a1a56bd0: (-s ours) am 6ef142a0: am b416e241: Fix bug reporting presence of orientation axis. (DO NOT MERGE) by Jeff Brown · 14 years ago
  90. a1f585a am 23e620b3: (-s ours) am 53c3d5b1: am 325bd07b: Add tap/drag touchpad gesture. (DO NOT MERGE) by Jeff Brown · 14 years ago
  91. 91325dc am 3c2fb024: (-s ours) am 8148cc3e: am 86ea1f5f: Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 14 years ago
  92. 0cbf21f am 13412d31: (-s ours) am e8dc05aa: am a6dbfdd3: Add a sprite controller. (DO NOT MERGE) by Jeff Brown · 14 years ago
  93. 4906297 am fbc67977: (-s ours) am d5358874: am 5ced76a1: Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE) by Jeff Brown · 14 years ago
  94. f351119 am e79397df: (-s ours) am dd2534c2: am 7157f6fe: Allow batching samples onto the pending motion event. (DO NOT MERGE) by Jeff Brown · 14 years ago
  95. 6d60539 am da97f16c: (-s ours) am c5c7e047: am d0132e8e: Minor Alt-TAB / Recent Apps Dialog improvements. (DO NOT MERGE) by Jeff Brown · 14 years ago
  96. aaea75e am b9b9b3e2: (-s ours) am 6f37a7f9: am eea0aa25: Support primitive ALT-TAB style navigation using Recent Apps. (DO NOT MERGE) by Jeff Brown · 14 years ago
  97. bc6a993 am 14c45e2e: (-s ours) am 16f1d2ca: am 36001a9f: Merge "Support chorded fallback keys. (DO NOT MERGE)" into honeycomb-mr2 by Jeff Brown · 14 years ago
  98. cba044c am 92693bce: (-s ours) am 32b7bcc8: am c2d200d4: Merge "Fix focused application handle. (DO NOT MERGE)" into honeycomb-mr2 by Jeff Brown · 14 years ago
  99. 7885f63 am 54bd4cae: (-s ours) am 8ea6e641: am 266ea6b0: Merge "Optimize EventHub to process events in big chunks. (DO NOT MERGE)" into honeycomb-mr2 by Jeff Brown · 14 years ago
  100. 3d46889 am 8e5799ed: (-s ours) am af685f3b: am 85a7f99c: Merge "Refactor how timeouts are calculated. (DO NOT MERGE)" into honeycomb-mr2 by Jeff Brown · 14 years ago