1. 2fe37b7 Added mpga as valid MediaFile extension by Mathias Franzén · 15 years ago
  2. 0748a56 Merge "aapt: Remove terminal pointer incrementaion" by Jean-Baptiste Queru · 13 years ago
  3. 54a2a6d Merge "Merge "Fix length of pattern." DO NOT MERGE." by Raphaël Moll · 13 years ago
  4. 84bda3e Merge "Input: Fix some Applications ANR issue in monkey test" by Jean-Baptiste Queru · 13 years ago
  5. b8e0fd4 Merge "Lid switch state is incorrect" by Jean-Baptiste Queru · 13 years ago
  6. edded60 Input: Fix some Applications ANR issue in monkey test by Zhenghua Wang · 13 years ago
  7. 23cad6e Merge "stagefright aacenc: Fix reading out of bounds in pow2_xy" by Jean-Baptiste Queru · 13 years ago
  8. 9af8cfa stagefright aacenc: Fix reading out of bounds in pow2_xy by Martin Storsjo · 13 years ago
  9. fd63c85 Merge "Wipe the user data out in any case." by Jean-Baptiste Queru · 13 years ago
  10. 98a0607 Merge "Fix length of pattern." DO NOT MERGE. by Ying Wang · 13 years ago
  11. d4cb08d Merge "FileInputStream is not closed in "UserManager.java : readUserList()"" by Amith Yamasani · 13 years ago
  12. 5553613 Merge "libstagefright/matroska: Fix build with gcc 4.7" by Jean-Baptiste Queru · 13 years ago
  13. 05cd296 Merge "libmedia: Fix build with gcc 4.7" by Jean-Baptiste Queru · 13 years ago
  14. 7a52ba8 Merge "Add a new API on DRM Framework for streaming" by Jean-Baptiste Queru · 13 years ago
  15. d9bde60 Merge "String on Toast notification does not aligned to center" by Jean-Baptiste Queru · 13 years ago
  16. 1ee2a06 String on Toast notification does not aligned to center by Taeho Kim · 13 years ago
  17. 64f77c5 Merge "stagefright avcenc: Use intptr_t for casting pointers to integers" by Jean-Baptiste Queru · 13 years ago
  18. 6fd507b Merge "stagefright avcenc: Switch tmp variables to use the right type, to avoid casting" by Jean-Baptiste Queru · 13 years ago
  19. 6139450 Merge "Support a new ANDROID_AAPT_IGNORE env var." by Raphael Moll · 13 years ago
  20. c0f1738 Merge "Move kxml2 to prebuilts/misc" by Jean-Baptiste Queru · 13 years ago
  21. 90897ed Support a new ANDROID_AAPT_IGNORE env var. by Raphael Moll · 13 years ago
  22. ad3f86a Merge "Fixed x86 GCC 4.6 compilation error about unused variable" by Christopher Tate · 13 years ago
  23. 1f57f6e Fixed x86 GCC 4.6 compilation error about unused variable by Andrew Hsieh · 13 years ago
  24. a10cc89 Merge "Revert "Telephony: Register/Unregister Phones with CallManager"" by Conley Owens · 13 years ago
  25. 6a0f525 Revert "Telephony: Register/Unregister Phones with CallManager" by Conley Owens · 13 years ago
  26. 6a1dca3 Merge "Telephony: Register/Unregister Phones with CallManager" by Conley Owens · 13 years ago
  27. 4b27125 Merge changes Ib28636e6,I93ebc433 by Jean-Baptiste Queru · 13 years ago
  28. 00f94e8 Merge "Enable chromium http stack for x86" by Jean-Baptiste Queru · 13 years ago
  29. ba71cdc Enable chromium http stack for x86 by Jun Tian · 13 years ago
  30. 1b34c1b Merge "stagefright: Remove useless declarations" by Jean-Baptiste Queru · 13 years ago
  31. c362f0c Lid switch state is incorrect by Masanori Ogino · 13 years ago
  32. 93a8225 Merge "Improve robustness of resource overlay test suite." by Jean-Baptiste Queru · 13 years ago
  33. b2228eb Merge "Runtime resource overlay: clean-up." by Jean-Baptiste Queru · 13 years ago
  34. 9e3bc3f Merge "Build overlay packages just like regular packages." by Jean-Baptiste Queru · 13 years ago
  35. 6a8186f Merge "Fixed group and child view caching in SimpleExpandableListAdapter." by Jean-Baptiste Queru · 13 years ago
  36. cbc71bd Merge "Fix off-by-one error when filtering application UIDs" by Jean-Baptiste Queru · 13 years ago
  37. 7a08298 Merge "Fixes an issue that occured unexpected exception "pointerIndex out of range"." by Jean-Baptiste Queru · 13 years ago
  38. 4426961 Merge "Avoiding horizontal keypad navigation trapping within gallery." by Jean-Baptiste Queru · 13 years ago
  39. 2066f7d Merge "Prevent empty overflow popup when there are no overflow items." by Jean-Baptiste Queru · 13 years ago
  40. d805c67 Merge "Possible NullPointerException in restorePanelState" by Jean-Baptiste Queru · 13 years ago
  41. bfe71c3 Merge "statistics from some cpus don't fit" by Jean-Baptiste Queru · 13 years ago
  42. bda1244 Move kxml2 to prebuilts/misc by Jean-Baptiste Queru · 13 years ago
  43. c5b755c Merge "Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN." by Jeff Brown · 13 years ago
  44. d29032e Merge "Do not dispatch context selection events to non-visible fragments." by Dianne Hackborn · 13 years ago
  45. 5cc510b FileInputStream is not closed in "UserManager.java : readUserList()" by Seohyeon.Song · 13 years ago
  46. cda8329 Merge "Distance max set incorrectly" by Dianne Hackborn · 13 years ago
  47. 0e56798 Do not dispatch context selection events to non-visible fragments. by Jake Wharton · 13 years ago
  48. 3c40675f Merge "Fix potential NPE when saving fragment state." by Dianne Hackborn · 13 years ago
  49. 258029e Fix potential NPE when saving fragment state. by Jake Wharton · 13 years ago
  50. 8239940 Distance max set incorrectly by Andreas Sandblad · 13 years ago
  51. fee88fd Merge "Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode." by Dianne Hackborn · 13 years ago
  52. 50b5370 Merge "Fix for too many binder calls in packagemanager" by Dianne Hackborn · 13 years ago
  53. 9771a31 Fix for too many binder calls in packagemanager by Henrik Engström · 13 years ago
  54. dbad287 Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode. by p13451 · 13 years ago
  55. 6024773 Merge "Fix build - re-generate current.txt" by Jean-Baptiste Queru · 13 years ago
  56. c198cd1 Fix build - re-generate current.txt by Jean-Baptiste Queru · 13 years ago
  57. 5e54210 Merge "Remove deprecation on android:enabled attribute." by Dianne Hackborn · 13 years ago
  58. 90577af Merge "use utf8_length() instead of local function, isValidUtf8()" by Dianne Hackborn · 13 years ago
  59. 559167f Merge "Volume Overlay Bug When swapping streams" by Dianne Hackborn · 13 years ago
  60. 30eec83 Merge "Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed." by Dianne Hackborn · 13 years ago
  61. fffaf85 Volume Overlay Bug When swapping streams by Steven Harper · 13 years ago
  62. 0445bc6 Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed. by p13451 · 13 years ago
  63. fd862e9 Add header for forward compatibility by Chris Craik · 13 years ago
  64. e1efcca stagefright: Remove useless declarations by Martin Storsjo · 13 years ago
  65. e0119c9 Remove deprecation on android:enabled attribute. by Yuku on yuku4 · 13 years ago
  66. 6e868a5 stagefright avcenc: Switch tmp variables to use the right type, to avoid casting by Martin Storsjo · 13 years ago
  67. 3befb24 stagefright avcenc: Use intptr_t for casting pointers to integers by Martin Storsjo · 13 years ago
  68. 1a8b6c2 use utf8_length() instead of local function, isValidUtf8() by Homin Lee · 13 years ago
  69. 3d7f0cb Update header for forward compatibility by Teng-Hui Zhu · 13 years ago
  70. 544f89a Update SurfaceTexture interface for forward compatibility by Teng-Hui Zhu · 13 years ago
  71. c70e89e Fix hybrid build by Chris Craik · 13 years ago
  72. 554bb01 Possible NullPointerException in restorePanelState by Dmitry Tsyganyuk · 13 years ago
  73. c4293c1 aapt: Remove terminal pointer incrementaion by Nobuhiro Hayashi · 14 years ago
  74. ca894b3 statistics from some cpus don't fit by Martin Wallgren · 14 years ago
  75. 943347c libstagefright/matroska: Fix build with gcc 4.7 by Bernhard Rosenkraenzer · 13 years ago
  76. 0bd12c1f libmedia: Fix build with gcc 4.7 by Bernhard Rosenkraenzer · 13 years ago
  77. a647640 Prevent empty overflow popup when there are no overflow items. by Jake Wharton · 13 years ago
  78. 1358ebe Fix off-by-one error when filtering application UIDs by Magnus Eriksson · 13 years ago
  79. 8ea93aa am 093ed383: Merge "DOC CHANGE: IME subtype article" into ics-mr1 by Joe Malin · 13 years ago
  80. 093ed38 Merge "DOC CHANGE: IME subtype article" into ics-mr1 by Joe Malin · 13 years ago
  81. 278296b am 20f394df: Docs: Added efficient downloads Android U class by Reto Meier · 13 years ago
  82. 20f394d Docs: Added efficient downloads Android U class by Reto Meier · 13 years ago
  83. 528aff5 DOC CHANGE: IME subtype article by Joe Malin · 13 years ago
  84. 16c3e3f Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN. by David Deephanphongs · 14 years ago
  85. 1c4c320 am 3347d659: am 1f9e7499: Added rules to build f/b/libs/utils in 64-bit: lib64utils.a by Andrew Hsieh · 13 years ago
  86. 3347d65 am 1f9e7499: Added rules to build f/b/libs/utils in 64-bit: lib64utils.a by Andrew Hsieh · 13 years ago
  87. 1f9e749 Added rules to build f/b/libs/utils in 64-bit: lib64utils.a by Andrew Hsieh · 13 years ago
  88. 9eea888 am 66f1bafb: Merge "docs: Android SDK r17 (RC7) Release Notes (fix for build feature info)" into ics-mr1 by Joe Fernandez · 13 years ago
  89. 66f1baf Merge "docs: Android SDK r17 (RC7) Release Notes (fix for build feature info)" into ics-mr1 by Joe Fernandez · 13 years ago
  90. 1e72b34 docs: Android SDK r17 (RC7) Release Notes (fix for build feature info) by Joe Fernandez · 13 years ago
  91. 35a8f94 Reconcile with ics-mr1-release by The Android Open Source Project · 13 years ago
  92. df33187 Fix 5960562: Show emergency button on PukUnlock screen by Jim Miller · 13 years ago
  93. b7a6f5d am 928d3470: Fix 5960562: Show emergency button on PukUnlock screen by Jim Miller · 13 years ago
  94. 928d347 Fix 5960562: Show emergency button on PukUnlock screen by Jim Miller · 13 years ago
  95. b49e4d6 Fixed group and child view caching in SimpleExpandableListAdapter. by Georg Hofmann · 13 years ago
  96. 165ee4c am 14958e21: Merge "audioflinger: fix issue with camcorder and A2DP" into ics-mr1 by Eric Laurent · 13 years ago
  97. 14958e2 Merge "audioflinger: fix issue with camcorder and A2DP" into ics-mr1 by Eric Laurent · 13 years ago
  98. 9018447 am dbab18f6: Merge "docs: Android SDK r17 (RC6) Release Notes" into ics-mr1 by Joe Fernandez · 13 years ago
  99. dbab18f Merge "docs: Android SDK r17 (RC6) Release Notes" into ics-mr1 by Joe Fernandez · 13 years ago
  100. 46a41ce am 972d12aa: Merge "DO NOT MERGE Revert "Increase line limit for summary text"" into ics-mr1 by Justin Ho · 13 years ago