1. f18c68b Add missing native method to Canvas_Delegate. by Xavier Ducrohet · 12 years ago
  2. 947f1c8 Merge "Move CancellationSignal to android.os package." into jb-dev by Jeff Brown · 12 years ago
  3. 6d6d186 Merge "The 'localize' tool is dead." into jb-dev by Elliott Hughes · 12 years ago
  4. a7771df Move CancellationSignal to android.os package. by Jeff Brown · 12 years ago
  5. daf5d89 Small tweaks to orientation. by Jeff Brown · 12 years ago
  6. 436bbd1 The 'localize' tool is dead. by Elliott Hughes · 12 years ago
  7. fd1d99f Remove obsolete tool. by Jeff Brown · 12 years ago
  8. 5c58de3 Add system insets to windows. by Dianne Hackborn · 12 years ago
  9. 79c6346 Merge "When a window is first shown only draw once while animating." into jb-dev by Dianne Hackborn · 12 years ago
  10. a36b7ab0 Merge "Work around build break in layoutlib." into jb-dev by Jeff Brown · 12 years ago
  11. 96ff709 Work around build break in layoutlib. by Jeff Brown · 12 years ago
  12. 12d3a94 When a window is first shown only draw once while animating. by Dianne Hackborn · 12 years ago
  13. 002f537 Apply --extra-packages in case --custom-pacakge is also specified. by Ying Wang · 12 years ago
  14. cb092e2 Fix Paint_Delegate with missing native method. by Xavier Ducrohet · 12 years ago
  15. 68c33ca Add new API to find smallest/largest screen size. by Dianne Hackborn · 12 years ago
  16. 420489c Merge "Support loading keyboard layout overlays from resources." by Jeff Brown · 12 years ago
  17. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  18. ac76e72 Merge "Add new scale-up window manager animation." by Dianne Hackborn · 12 years ago
  19. eabfb3a Add new scale-up window manager animation. by Dianne Hackborn · 12 years ago
  20. 4aa14b9 Add new aapt dump badging output explaining implicit badging. by Dianne Hackborn · 12 years ago
  21. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  22. 4527a92 Merge "Adding a line for android-debuggable to 'dump badging' if AndroidManifest.xml is configured as such. This is to be used by e.g. Play Store to warn the developer that they are about to publish a security hole." by Dan Morrill · 12 years ago
  23. 29d6fa9 Merge "Implement call log permission compatibility." by Dianne Hackborn · 12 years ago
  24. 31b0e0e Implement call log permission compatibility. by Dianne Hackborn · 12 years ago
  25. ac14351 Move some APIs from window manager to input manager. by Jeff Brown · 12 years ago
  26. 5459c43 Merge "Clean up status bar, system bar, navigation bar management." by Dianne Hackborn · 12 years ago
  27. f87d196 Clean up status bar, system bar, navigation bar management. by Dianne Hackborn · 12 years ago
  28. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 12 years ago
  29. b6ec11e Adding a line for android-debuggable to 'dump badging' if AndroidManifest.xml by Dan Morrill · 12 years ago
  30. fbd0509 Merge "Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse." by Xavier Ducrohet · 12 years ago
  31. 22f700a Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse. by Xavier Ducrohet · 12 years ago
  32. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 12 years ago
  33. a982dc0 frameworks/base: move Zip* from libandroidfw to libutils by Colin Cross · 12 years ago
  34. fe75d62 Use qsort_r_compat() as a portable wrapper for qsort_r(). by Jeff Brown · 12 years ago
  35. 80a6b33 Fix build break on glibc, for real. by Jeff Brown · 12 years ago
  36. 46fc3953 Fix build break on glibc hosts. by Jeff Brown · 12 years ago
  37. c0f7366 aapt: Preprocess images in parallel. by Jeff Brown · 12 years ago
  38. c9fd926 Use quicksort to sort the string pool. by Jeff Brown · 12 years ago
  39. 61361f3 Add some comments about StringPool sort order. by Jeff Brown · 12 years ago
  40. bf02b98 Merge "Remove dead code in StringPool." by Jeff Brown · 12 years ago
  41. 4eb7fbb Merge "Make StringPool entry types trivially movable." by Jeff Brown · 12 years ago
  42. 345b7eb Remove dead code in StringPool. by Jeff Brown · 12 years ago
  43. 8a9cfcc Make StringPool entry types trivially movable. by Jeff Brown · 12 years ago
  44. 5d701ed LayoutLib: Properly support attr ns when used in styles. by Xavier Ducrohet · 12 years ago
  45. a421f6c Fix sdk layout rendering in JB. by Xavier Ducrohet · 12 years ago
  46. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  47. 7924512 Add new READ_EXTERNAL_STORAGE permission. by Dianne Hackborn · 12 years ago
  48. 583fcb9 Merge "Dispatch screen state change events to Views Bug #6120957" by Romain Guy · 12 years ago
  49. bb9908b Dispatch screen state change events to Views Bug #6120957 by Romain Guy · 12 years ago
  50. a0b29f5 Merge "Fix an issue where a non-styled string could be made into a styled string" by Ben Gruver · 12 years ago
  51. 731f018 Merge "Fix the build" by Romain Guy · 12 years ago
  52. e0cf12f Fix the build by Romain Guy · 12 years ago
  53. db6e67d Fix an issue where a non-styled string could be made into a styled string by Ben Gruver · 12 years ago
  54. 59eb5fd Fix up getAttributeFlags() function by Ben Gruver · 12 years ago
  55. aeb17f1 am 77fdcbff: am f038868d: am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 12 years ago
  56. 77fdcbf am f038868d: am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 12 years ago
  57. f038868 am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 12 years ago
  58. 44e63a2 Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 12 years ago
  59. cb581bb resolved conflicts for merge of 34706a4c to master by Dianne Hackborn · 12 years ago
  60. 34706a4 am e65a9ab1: am 5786f5cf: Merge "Fix build." into ics-mr1 by Dianne Hackborn · 12 years ago
  61. e65a9ab am 5786f5cf: Merge "Fix build." into ics-mr1 by Dianne Hackborn · 12 years ago
  62. 5786f5c Merge "Fix build." into ics-mr1 by Dianne Hackborn · 12 years ago
  63. b69b2c0 Fix build. by Dianne Hackborn · 12 years ago
  64. 54c8c3d am b3c780f1: am 816b873d: Move the automatic namespace outside of the res namespace. do not merge. by Xavier Ducrohet · 12 years ago
  65. b3c780f am 816b873d: Move the automatic namespace outside of the res namespace. do not merge. by Xavier Ducrohet · 12 years ago
  66. 816b873 Move the automatic namespace outside of the res namespace. do not merge. by Xavier Ducrohet · 12 years ago
  67. eed8d0b Fix for issue 9656 - custom xml attributes in Android Libraries. do not merge. by inazaruk · 13 years ago
  68. d9fe801 Move the automatic namespace outside of the res namespace. by Xavier Ducrohet · 12 years ago
  69. 111a7a10 am 0842a226: am fe99051c: am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 12 years ago
  70. 0842a22 am fe99051c: am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 12 years ago
  71. fe99051 am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 12 years ago
  72. 0e25e4c am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 12 years ago
  73. 63e43ba Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 12 years ago
  74. 5e6c219 am f8e737cb: am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 12 years ago
  75. f8e737c am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 12 years ago
  76. 22701ec am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 12 years ago
  77. cbc6971 another attempt at fixing the linux build by Mathias Agopian · 12 years ago
  78. c3f979f6 Make sure resource references are resolved. by Xavier Ducrohet · 12 years ago
  79. 83c64e6 frameworks/base refactoring by Mathias Agopian · 12 years ago
  80. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  81. 5bf842b Fix build break. by Jeff Brown · 12 years ago
  82. 4a7571b Merge "frameworks/base refactoring." by Jeff Brown · 12 years ago
  83. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 12 years ago
  84. 17a452f Revert "Revert "The com.android.athome api classes are moving android.support.place."" by Mike Lockwood · 12 years ago
  85. abfac6a Merge "Revert "The com.android.athome api classes are moving android.support.place."" by Mike Lockwood · 12 years ago
  86. 9dede89 Revert "The com.android.athome api classes are moving android.support.place." by Mike Lockwood · 12 years ago
  87. 20e1907 Merge "The com.android.athome api classes are moving android.support.place." by Mike Lockwood · 12 years ago
  88. 1aeecce The com.android.athome api classes are moving android.support.place. by Joe Onorato · 13 years ago
  89. a175a5b Encapsulate the ViewRootImpl's handler. by Jeff Brown · 12 years ago
  90. 68de7f5 DO NOT MERGE by Ramanan Rajeswaran · 12 years ago
  91. 84affb8 Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 12 years ago
  92. 352b8d0 am 8046e294: Merge "DO NOT MERGE" into ics-scoop by Ramanan Rajeswaran · 12 years ago
  93. 9d29031 DO NOT MERGE by Ramanan Rajeswaran · 12 years ago
  94. d1f88de am c1496d2d: Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 12 years ago
  95. c1496d2 Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 12 years ago
  96. 01060b0 Modified the constructor of EndpointBase by Manuel Roman · 13 years ago
  97. 7dc2973 Add a getEndpointInfo accessor to AIDL-generated RPC proxy classes by Jason Simmons · 13 years ago
  98. c3a7bb6 Use the new get/putFlattenable methods on RpcData. by Joe Onorato · 13 years ago
  99. 0a7eaec Don't try to unmarshal void return types when there are out parameters being returned. by Joe Onorato · 13 years ago
  100. fcb310f For events, require that the parameters be marked in. by Joe Onorato · 13 years ago