1. 095cd2e Fix aapt -G to properly support class attr in fragment. by Xavier Ducrohet · 12 years ago
  2. 54a18ef Replace LruCache implementation for layoutlib. do not merge. by Xavier Ducrohet · 12 years ago
  3. 4d7f301 Disable debug output in SDK layoutlib. by Xavier Ducrohet · 12 years ago
  4. 2bd8d04 Fix issue #6641368: can't launch gallery by Dianne Hackborn · 12 years ago
  5. bb47cf6 Fix build. by Dianne Hackborn · 12 years ago
  6. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 13 years ago
  7. 996b073 Fix length of pattern. by Ying Wang · 13 years ago
  8. 9c06ac0 Merge "Merge "AAPT: support a new --ignore-assets flag."" into jb-dev by Raphael Moll · 13 years ago
  9. 6c255a3 Merge "AAPT: support a new --ignore-assets flag." by Raphael Moll · 13 years ago
  10. 9275197 Add aapt support for generating proguard rules for onClick methods. by Dianne Hackborn · 13 years ago
  11. 98e00ad Fix the preloaded-classes tool for JellyBean. by Elliott Hughes · 13 years ago
  12. 4286d6d Fix build. by Dianne Hackborn · 13 years ago
  13. 85afd1b Implement new window cropping. by Dianne Hackborn · 13 years ago
  14. 421dceb Merge "Making transition out of recents look better" into jb-dev by Michael Jurka · 13 years ago
  15. 21385cd Making transition out of recents look better by Michael Jurka · 13 years ago
  16. 652b6d1 Add infrastructure for accessing "unstable" content providers. by Dianne Hackborn · 13 years ago
  17. f18c68b Add missing native method to Canvas_Delegate. by Xavier Ducrohet · 13 years ago
  18. 947f1c8 Merge "Move CancellationSignal to android.os package." into jb-dev by Jeff Brown · 13 years ago
  19. 6d6d186 Merge "The 'localize' tool is dead." into jb-dev by Elliott Hughes · 13 years ago
  20. a7771df Move CancellationSignal to android.os package. by Jeff Brown · 13 years ago
  21. daf5d89 Small tweaks to orientation. by Jeff Brown · 13 years ago
  22. 436bbd1 The 'localize' tool is dead. by Elliott Hughes · 13 years ago
  23. fd1d99f Remove obsolete tool. by Jeff Brown · 13 years ago
  24. 5c58de3 Add system insets to windows. by Dianne Hackborn · 13 years ago
  25. 79c6346 Merge "When a window is first shown only draw once while animating." into jb-dev by Dianne Hackborn · 13 years ago
  26. a36b7ab0 Merge "Work around build break in layoutlib." into jb-dev by Jeff Brown · 13 years ago
  27. 96ff709 Work around build break in layoutlib. by Jeff Brown · 13 years ago
  28. 12d3a94 When a window is first shown only draw once while animating. by Dianne Hackborn · 13 years ago
  29. 002f537 Apply --extra-packages in case --custom-pacakge is also specified. by Ying Wang · 13 years ago
  30. cb092e2 Fix Paint_Delegate with missing native method. by Xavier Ducrohet · 13 years ago
  31. 68c33ca Add new API to find smallest/largest screen size. by Dianne Hackborn · 13 years ago
  32. 420489c Merge "Support loading keyboard layout overlays from resources." by Jeff Brown · 13 years ago
  33. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 13 years ago
  34. ac76e72 Merge "Add new scale-up window manager animation." by Dianne Hackborn · 13 years ago
  35. eabfb3a Add new scale-up window manager animation. by Dianne Hackborn · 13 years ago
  36. 4aa14b9 Add new aapt dump badging output explaining implicit badging. by Dianne Hackborn · 13 years ago
  37. 9f25b7f Request key maps from input manager service. by Jeff Brown · 13 years ago
  38. 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 · 13 years ago
  39. 29d6fa9 Merge "Implement call log permission compatibility." by Dianne Hackborn · 13 years ago
  40. 31b0e0e Implement call log permission compatibility. by Dianne Hackborn · 13 years ago
  41. ac14351 Move some APIs from window manager to input manager. by Jeff Brown · 13 years ago
  42. 5459c43 Merge "Clean up status bar, system bar, navigation bar management." by Dianne Hackborn · 13 years ago
  43. f87d196 Clean up status bar, system bar, navigation bar management. by Dianne Hackborn · 13 years ago
  44. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 13 years ago
  45. b6ec11e Adding a line for android-debuggable to 'dump badging' if AndroidManifest.xml by Dan Morrill · 13 years ago
  46. fbd0509 Merge "Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse." by Xavier Ducrohet · 13 years ago
  47. 22f700a Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse. by Xavier Ducrohet · 13 years ago
  48. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 13 years ago
  49. a982dc0 frameworks/base: move Zip* from libandroidfw to libutils by Colin Cross · 13 years ago
  50. fe75d62 Use qsort_r_compat() as a portable wrapper for qsort_r(). by Jeff Brown · 13 years ago
  51. 80a6b33 Fix build break on glibc, for real. by Jeff Brown · 13 years ago
  52. 46fc3953 Fix build break on glibc hosts. by Jeff Brown · 13 years ago
  53. c0f7366 aapt: Preprocess images in parallel. by Jeff Brown · 13 years ago
  54. c9fd926 Use quicksort to sort the string pool. by Jeff Brown · 13 years ago
  55. 61361f3 Add some comments about StringPool sort order. by Jeff Brown · 13 years ago
  56. bf02b98 Merge "Remove dead code in StringPool." by Jeff Brown · 13 years ago
  57. 4eb7fbb Merge "Make StringPool entry types trivially movable." by Jeff Brown · 13 years ago
  58. 345b7eb Remove dead code in StringPool. by Jeff Brown · 13 years ago
  59. 8a9cfcc Make StringPool entry types trivially movable. by Jeff Brown · 13 years ago
  60. 5d701ed LayoutLib: Properly support attr ns when used in styles. by Xavier Ducrohet · 13 years ago
  61. a421f6c Fix sdk layout rendering in JB. by Xavier Ducrohet · 13 years ago
  62. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 13 years ago
  63. 7924512 Add new READ_EXTERNAL_STORAGE permission. by Dianne Hackborn · 13 years ago
  64. 583fcb9 Merge "Dispatch screen state change events to Views Bug #6120957" by Romain Guy · 13 years ago
  65. bb9908b Dispatch screen state change events to Views Bug #6120957 by Romain Guy · 13 years ago
  66. a0b29f5 Merge "Fix an issue where a non-styled string could be made into a styled string" by Ben Gruver · 13 years ago
  67. 731f018 Merge "Fix the build" by Romain Guy · 13 years ago
  68. e0cf12f Fix the build by Romain Guy · 13 years ago
  69. db6e67d Fix an issue where a non-styled string could be made into a styled string by Ben Gruver · 13 years ago
  70. 59eb5fd Fix up getAttributeFlags() function by Ben Gruver · 13 years ago
  71. aeb17f1 am 77fdcbff: am f038868d: am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 13 years ago
  72. 77fdcbf am f038868d: am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 13 years ago
  73. f038868 am 44e63a21: Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 13 years ago
  74. 44e63a2 Support rendering layout that use the new res-auto namespace. by Xavier Ducrohet · 13 years ago
  75. cb581bb resolved conflicts for merge of 34706a4c to master by Dianne Hackborn · 13 years ago
  76. 34706a4 am e65a9ab1: am 5786f5cf: Merge "Fix build." into ics-mr1 by Dianne Hackborn · 13 years ago
  77. e65a9ab am 5786f5cf: Merge "Fix build." into ics-mr1 by Dianne Hackborn · 13 years ago
  78. 5786f5c Merge "Fix build." into ics-mr1 by Dianne Hackborn · 13 years ago
  79. b69b2c0 Fix build. by Dianne Hackborn · 13 years ago
  80. 54c8c3d am b3c780f1: am 816b873d: Move the automatic namespace outside of the res namespace. do not merge. by Xavier Ducrohet · 13 years ago
  81. b3c780f am 816b873d: Move the automatic namespace outside of the res namespace. do not merge. by Xavier Ducrohet · 13 years ago
  82. 816b873 Move the automatic namespace outside of the res namespace. do not merge. by Xavier Ducrohet · 13 years ago
  83. eed8d0b Fix for issue 9656 - custom xml attributes in Android Libraries. do not merge. by inazaruk · 14 years ago
  84. d9fe801 Move the automatic namespace outside of the res namespace. by Xavier Ducrohet · 13 years ago
  85. 111a7a10 am 0842a226: am fe99051c: am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 13 years ago
  86. 0842a22 am fe99051c: am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 13 years ago
  87. fe99051 am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 13 years ago
  88. 0e25e4c am 63e43ba5: Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 13 years ago
  89. 63e43ba Merge "Fix for issue 9656 - custom xml attributes in Android Libraries" by Jean-Baptiste Queru · 13 years ago
  90. 5e6c219 am f8e737cb: am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 13 years ago
  91. f8e737c am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 13 years ago
  92. 22701ec am 503247f2: Merge "Make sure resource references are resolved." into ics-mr1 by Xavier Ducrohet · 13 years ago
  93. cbc6971 another attempt at fixing the linux build by Mathias Agopian · 13 years ago
  94. c3f979f6 Make sure resource references are resolved. by Xavier Ducrohet · 13 years ago
  95. 83c64e6 frameworks/base refactoring by Mathias Agopian · 13 years ago
  96. b13b9bd frameworks/base refactoring. by Mathias Agopian · 13 years ago
  97. 5bf842b Fix build break. by Jeff Brown · 13 years ago
  98. 4a7571b Merge "frameworks/base refactoring." by Jeff Brown · 13 years ago
  99. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  100. 17a452f Revert "Revert "The com.android.athome api classes are moving android.support.place."" by Mike Lockwood · 13 years ago