1. 3c647d2 Fix for bug 8578258. by Philip Milne · 11 years ago
  2. ca2e9e1 Fix for bug 8578258: GridLayout is forcing wrong width to TextView widgets by Philip Milne · 11 years ago
  3. 76d59a3 Always take padding and margins into account Bug #8565842 by Romain Guy · 11 years ago
  4. 0072f64 Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode by Fabrice Di Meglio · 11 years ago
  5. 617283c Merge "Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayout" into jb-mr2-dev by Fabrice Di Meglio · 11 years ago
  6. c44d880 Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayout by Fabrice Di Meglio · 11 years ago
  7. d5ffc79 Improve RTL code for RelativeLayout by Fabrice Di Meglio · 11 years ago
  8. f16c7a9 Always honor fixed size children by Romain Guy · 11 years ago
  9. 306fe5c Fix bug #8051633 Recent Apps thumbnails in RTL mode (Arabic / Hebrew / Farsi) should be aligned by Fabrice Di Meglio · 12 years ago
  10. 5472613 Fix bug #8052320 RelativeLayout is not having the correct width when in RTL mode - part 2 by Fabrice Di Meglio · 12 years ago
  11. ba534de Merge "Update documentation to mention compatibility versioning" by Adam Powell · 12 years ago
  12. 2c8cc97 Update documentation to mention compatibility versioning by Adam Powell · 12 years ago
  13. e3833c2 Merge "Compatibility measurement hacks when targetSdkVersion <= JB-MR1" by Adam Powell · 12 years ago
  14. 7da4b73 Compatibility measurement hacks when targetSdkVersion <= JB-MR1 by Adam Powell · 12 years ago
  15. aae6b55 am 7ee2f778: am 09329186: am b3b2922b: Merge "Fix bug #7649607 Hebrew text is cut off in Settings" into jb-mr1.1-dev by Fabrice Di Meglio · 12 years ago
  16. 4e46d0f Fix bug #7649607 Hebrew text is cut off in Settings by Fabrice Di Meglio · 12 years ago
  17. 0feedf9 am cd91470a: am 146b1290: am cdc6d5cf: Merge "Fix bug #7617883 RelativeLayout is not having the correct width when in RTL mode" into jb-mr1.1-dev by Fabrice Di Meglio · 12 years ago
  18. 13705ed Fix bug #7617883 RelativeLayout is not having the correct width when in RTL mode by Fabrice Di Meglio · 12 years ago
  19. abae2a1 Simplification of the poolable management utils. by Svetoslav Ganov · 12 years ago
  20. ea5e56a am d31f0ab9: am 9d662c77: am 68b14054: Merge "Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)"" into jb-mr1-dev by Fabrice Di Meglio · 12 years ago
  21. bb4b601 Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" by Fabrice Di Meglio · 12 years ago
  22. 0c5c23b am 4c95bfd5: am 39b0c29e: am ec139240: Merge "Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)" into jb-mr1-dev by Fabrice Di Meglio · 12 years ago
  23. 6bf6eb7 Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic) by Fabrice Di Meglio · 12 years ago
  24. 6acf744 am f4a1dad6: am 5b04d032: am b8021a88: Merge "Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)" into jb-mr1-dev by Fabrice Di Meglio · 12 years ago
  25. 2918ab6 Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int) by Fabrice Di Meglio · 12 years ago
  26. 946d05b DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayout by Adam Powell · 12 years ago
  27. 132a742 Fix UNSPECIFIED measurement in RelativeLayout by Adam Powell · 12 years ago
  28. e56ffdc Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  29. a4c1030 Add removeRule() to RelativeLayout LayoutParams by Fabrice Di Meglio · 12 years ago
  30. 75bea2e am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to api guides and add some attributes to Spinner and Switch" into jb-dev by Scott Main · 12 years ago
  31. 4c359b7 docs: fix a bunch of links from javadocs to api guides by Scott Main · 12 years ago
  32. f443f98 Make RelativeLayout aware of layout direction by Fabrice Di Meglio · 12 years ago
  33. 1018fb4 Fixes for bugs: #6103660, #6103957, #6104457 and #6104322. by Philip Milne · 12 years ago
  34. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  35. bc5d876 Avoid allocating when performing the measure/layout passes by Romain Guy · 13 years ago
  36. 1fec24e Update docs for RelativeLayout to better explain its interpretation of gravity. by Adam Powell · 13 years ago
  37. 0b0a41d Not visible view should not be announced or interacted with. by Svetoslav Ganov · 13 years ago
  38. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  39. 8643aa0 Interrogation of the view hierarchy from an AccessibilityService. by Svetoslav Ganov · 13 years ago
  40. 9e3b002 Rename Gravity BEFORE/AFTER to START/END by Fabrice Di Meglio · 13 years ago
  41. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  42. e0a799a Only delay pressed feedback for Views inside a scrolling parent by Patrick Dubroy · 13 years ago
  43. 70c9ffb am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  44. 41ec653 docs: add links from widget classes to tutorials by Scott Main · 14 years ago
  45. bea9516 Categorizing exported view properties. by Konstantin Lopyrev · 14 years ago
  46. 42460ac Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. by Romain Guy · 15 years ago
  47. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  48. 520c420 Fix obsolete advice in RelativeLayout's documentation. by Romain Guy · 15 years ago
  49. d10a576 Fixes 2017393. Correctly apply gravity in RelativeLayout. by Romain Guy · 15 years ago
  50. da3003e Remove exception throw when a view has a self dependency inside a by Romain Guy · 15 years ago
  51. baac463 Fixes #1940605. MeasureSpec's mode and height were inverted in RelativeLayout. by Romain Guy · 15 years ago
  52. f782e60 Improve handling of FILL_PARENT in RelativeLayout. by Romain Guy · 15 years ago
  53. f7dabb0 Fixes #1943309. RelativeLayout was confused by gravities. by Romain Guy · 15 years ago
  54. 1ab621e Fixes #1943915. Prevents circular dependency exception when using several NO_ID by Romain Guy · 15 years ago
  55. e24ef60 Fixes #1940605. RelativeLayout was swapping horizontal and vertical by Romain Guy · 15 years ago
  56. b8f8de8 Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View is by Romain Guy · 15 years ago
  57. 9560703 Reverse the order in which RelativeLayout measures and positions children. by Romain Guy · 15 years ago
  58. a0fd1d7 Fix NPE in RelativeLayout. by Romain Guy · 15 years ago
  59. 9fffa1e RelativeLayout was ignoring some dependencies. by Romain Guy · 15 years ago
  60. 725015a Improve RelativeLayout by allowing dependencies to be declared in a random by Romain Guy · 15 years ago
  61. a1f3e4a Fix int to string mapping of exported properties. The value generated by the by Romain Guy · 15 years ago
  62. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  63. 83b2107 Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class. by Romain Guy · 15 years ago
  64. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  65. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  66. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  67. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  68. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  69. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  70. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago