1. 7d0061d Better accessibility support for DrawerLayout by Adam Powell · 12 years ago
  2. d44315a SlidingPaneLayout cleanup/bugfix by Adam Powell · 12 years ago
  3. 58898b6 Fix erroneously shaded panes in SlidingPaneLayout after resizing by Adam Powell · 12 years ago
  4. 0e44aa8 am 9cdb85b0: am 33586fb4: remove redundant/confusing links to pager classes. Although the links are technically unique, the links appear as duplicates and the added value is mostly redundant. by Scott Main · 12 years ago
  5. 9cdb85b am 33586fb4: remove redundant/confusing links to pager classes. Although the links are technically unique, the links appear as duplicates and the added value is mostly redundant. by Scott Main · 12 years ago
  6. 33586fb remove redundant/confusing links to pager classes. by Scott Main · 12 years ago
  7. 09c3862 Expand DrawerLayout docs by Adam Powell · 12 years ago
  8. cde2707 Have DrawerLayout proactively cancel touch events during drawer peek by Adam Powell · 12 years ago
  9. fe13077 Let apps change the scrim color for DrawerLayout by Adam Powell · 12 years ago
  10. 1538310 Tweak ViewDragHelper's edge detection size by Adam Powell · 12 years ago
  11. 1732720 Add a short delay for drawer peeking in DrawerLayout by Adam Powell · 12 years ago
  12. ea7b10f Tweak sensitivity/touch handling for ViewDragHelper/DrawerLayout by Adam Powell · 12 years ago
  13. f1452d1 Fix ViewPager child drawing order sorting by Adam Powell · 12 years ago
  14. 31dac59 Add some debug logging for a strange edge case in ViewPager by Adam Powell · 12 years ago
  15. ca2cf04 Make RS compat lib only compile in bundled branches. by Tim Murray · 12 years ago
  16. fd5162a Tune ViewDragHelper edge detection by Adam Powell · 12 years ago
  17. acc8232 Be stricter about detecting DrawerLayout/ViewDragHelper edge drags by Adam Powell · 12 years ago
  18. 00ca253 Support layout_margin* on DrawerLayout children by Adam Powell · 12 years ago
  19. 8e01d24 Save DrawerLayout lock state as instance state by Adam Powell · 12 years ago
  20. 0492ea2 Locking drawers for DrawerLayout by Adam Powell · 12 years ago
  21. 72c7316 Fix SlidingPaneLayout erroneous dimming after resize by Adam Powell · 12 years ago
  22. 8bc268e Fix DrawerLayout crash in touch handling by Adam Powell · 12 years ago
  23. 89e1788 SlidingPaneLayout features, ViewDragHelper bugfixes by Adam Powell · 12 years ago
  24. 887472d am f3ad8fc5: (-s ours) am d1665ab8: (-s ours) am dbd344bc: (-s ours) Reconcile with jb-mr1-release - do not merge by Jean-Baptiste Queru · 12 years ago
  25. f3ad8fc am d1665ab8: (-s ours) am dbd344bc: (-s ours) Reconcile with jb-mr1-release - do not merge by Jean-Baptiste Queru · 12 years ago
  26. d1665ab am dbd344bc: (-s ours) Reconcile with jb-mr1-release - do not merge by Jean-Baptiste Queru · 12 years ago
  27. dbd344b Reconcile with jb-mr1-release - do not merge by Jean-Baptiste Queru · 12 years ago
  28. 57902cf DrawerLayout polish features by Adam Powell · 12 years ago
  29. 2983619 Prevent strange falsing on SlidingPaneLayout by Adam Powell · 12 years ago
  30. 7998269 Fix crash caused by ViewDragHelper by Adam Powell · 12 years ago
  31. 791f31b Make DrawerLayout automatically close drawers on back button press by Adam Powell · 12 years ago
  32. 32a53a6 DrawerLayout touch behavior tuning by Adam Powell · 12 years ago
  33. b562d85 DrawerLayout features/bugfixes/tuning/optimization by Adam Powell · 12 years ago
  34. 471f0f4 Fix minor SlidingPaneLayout/ViewDragHelper bugs; remove dead code by Adam Powell · 12 years ago
  35. 1fbad11 Quick fix for a ViewDragHelper touch bug by Adam Powell · 12 years ago
  36. 1d26501 Initial DrawerLayout implementation by Adam Powell · 12 years ago
  37. 6580cf4 Fix ViewDragHelper/SlidingPaneLayout bugs by Adam Powell · 12 years ago
  38. 3f50aaf Fix SlidingPaneLayout dim threshold calculation by Adam Powell · 12 years ago
  39. b9e34c7 Make ScrollerCompat public/expand it by Adam Powell · 12 years ago
  40. c56ba65 Factor ViewDragHelper out from SlidingPaneLayout by Adam Powell · 12 years ago
  41. f48af33 Fix missing onSingleTapConfirmed calls in GestureDetectorCompat by Adam Powell · 12 years ago
  42. 1e43161 SlidingPaneLayout tweaks, fixes and optimizations by Adam Powell · 12 years ago
  43. 199a13c Throw exception if PagerAdapters are modified without notifyDataSetChanged by Adam Powell · 12 years ago
  44. 29d4f2a Merge "Allow tweaking SlidingPaneLayout fade colors/behavior" into jb-mr1.1-ub-dev by Adam Powell · 12 years ago
  45. 81e2f00 Allow tweaking SlidingPaneLayout fade colors/behavior by Adam Powell · 12 years ago
  46. 94a8e45 Merge "Increase base duration of SlidingPaneLayout programmatic scrolling" into jb-mr1.1-ub-dev by Adam Powell · 12 years ago
  47. 2596087 Increase base duration of SlidingPaneLayout programmatic scrolling by Adam Powell · 12 years ago
  48. 3c27390 Merge "Don't hide SlidingPaneLayout shadows if things don't slide" into jb-mr1.1-ub-dev by Adam Powell · 12 years ago
  49. 3783c4b Don't hide SlidingPaneLayout shadows if things don't slide by Adam Powell · 12 years ago
  50. d734678 Merge "SlidingPaneLayout layout stability fixes" into jb-mr1.1-ub-dev by Adam Powell · 12 years ago
  51. 06506fe SlidingPaneLayout layout stability fixes by Adam Powell · 12 years ago
  52. 860155e ViewPager: handle focus direction properly by Dake Gu · 12 years ago
  53. ee3f0ff SlidingPaneLayout features by Adam Powell · 12 years ago
  54. dfa6440 LOCAL_SDK_VERSION=17 for android-support-v4-jellybean-mr1 by Jim Guggemos · 12 years ago
  55. 44fc139 Make ViewPager scroll to the current item after deferred populate by Adam Powell · 12 years ago
  56. ad9696c Fix some layout bugs with SlidingPaneLayout by Adam Powell · 12 years ago
  57. fba5d14 Making registering and unregistering DataSetObservable on PagerAdapter public by Adam Cohen · 12 years ago
  58. a20bbdb am 0bb301ec: Remove cruft from ViewPager by Adam Powell · 12 years ago
  59. 0bb301e Remove cruft from ViewPager by Adam Powell · 12 years ago
  60. 0eefe9a Simplify implementation of SlidingPaneLayout by Adam Powell · 12 years ago
  61. 49714d6 Add missing NotificationCompat.BigPictureStyle.bigLargeIcon method. by Roman Nurik · 12 years ago
  62. 4912723 Revert 948cc9d4: Adding support for simplified collection widgets. Do not merge. by Ed Heyl · 12 years ago
  63. 5f10f73 Revert 0794d29b: Fix docs build. Do not merge. by Ed Heyl · 12 years ago
  64. 6a5642d am d267c93c: Fix a bug that could cause ViewPager to select the wrong page by Adam Powell · 12 years ago
  65. d267c93 Fix a bug that could cause ViewPager to select the wrong page by Adam Powell · 12 years ago
  66. 6147091 Merge "Fix docs build" by Adam Cohen · 12 years ago
  67. 0794d29 Fix docs build by Adam Cohen · 12 years ago
  68. 9236f27 am 0f1e7f18: am 76a83388: am 16991ca8: Tweak ViewPager behavior for more DWIM goodness by Adam Powell · 12 years ago
  69. 0f1e7f1 am 76a83388: am 16991ca8: Tweak ViewPager behavior for more DWIM goodness by Adam Powell · 12 years ago
  70. 76a8338 am 16991ca8: Tweak ViewPager behavior for more DWIM goodness by Adam Powell · 12 years ago
  71. d689595 Merge "Adding support for simplified collection widgets" by Adam Cohen · 12 years ago
  72. 16991ca Tweak ViewPager behavior for more DWIM goodness by Adam Powell · 12 years ago
  73. 948cc9d Adding support for simplified collection widgets by Adam Cohen · 12 years ago
  74. 01cb45a Merge "SlidingPaneLayout features" by Adam Powell · 12 years ago
  75. 6debd2b SlidingPaneLayout features by Adam Powell · 12 years ago
  76. fdd9223 Fix for ViewPager population error on first layout by Adam Powell · 12 years ago
  77. 6a52bca am f086fd33: am 2008690a: Merge "Add compatibility implementation of ActivityOptions and start activity." by Adam Powell · 12 years ago
  78. f086fd3 am 2008690a: Merge "Add compatibility implementation of ActivityOptions and start activity." by Adam Powell · 12 years ago
  79. 2008690 Merge "Add compatibility implementation of ActivityOptions and start activity." by Adam Powell · 12 years ago
  80. 3a96487 Add compatibility implementation of ActivityOptions and start activity. by Jake Wharton · 12 years ago
  81. c0c2863 Merge "Fix formatting for files in frameworks/support/appcompat." by Trevor Johns · 12 years ago
  82. 20ac724 Fix formatting for files in frameworks/support/appcompat. by Trevor Johns · 12 years ago
  83. def2fb3 am 506f1fb8: am 64c0f2e5: am 71249413: Fix build. by Dianne Hackborn · 12 years ago
  84. 506f1fb am 64c0f2e5: am 71249413: Fix build. by Dianne Hackborn · 12 years ago
  85. 64c0f2e am 71249413: Fix build. by Dianne Hackborn · 12 years ago
  86. 7124941 Fix build. by Dianne Hackborn · 12 years ago
  87. 0496b2a am 3fb07dfb: am c509e6d7: am ab85436a: Merge "SDK only: improve SearchViewCompat" into jb-mr1.1-dev by Dianne Hackborn · 12 years ago
  88. 3fb07df am c509e6d7: am ab85436a: Merge "SDK only: improve SearchViewCompat" into jb-mr1.1-dev by Dianne Hackborn · 12 years ago
  89. c509e6d am ab85436a: Merge "SDK only: improve SearchViewCompat" into jb-mr1.1-dev by Dianne Hackborn · 12 years ago
  90. ab85436 Merge "SDK only: improve SearchViewCompat" into jb-mr1.1-dev by Dianne Hackborn · 12 years ago
  91. 235337f Merge "Additional fixes to ActionBar styles" by Trevor Johns · 12 years ago
  92. 43128aa Merge "AppCompat: Add additional resources needed for ActionBar" by Trevor Johns · 12 years ago
  93. 44e3a52 SDK only: improve SearchViewCompat by Dianne Hackborn · 12 years ago
  94. 7bf26d1 am 4d5e02c3: am a2ff018a: am 81ba406a: am 82956802: LOCAL_SDK_VERSION=17 for android-support-v4-jellybean-mr1 by Jim Guggemos · 12 years ago
  95. 4d5e02c am a2ff018a: am 81ba406a: am 82956802: LOCAL_SDK_VERSION=17 for android-support-v4-jellybean-mr1 by Jim Guggemos · 12 years ago
  96. a2ff018 am 81ba406a: am 82956802: LOCAL_SDK_VERSION=17 for android-support-v4-jellybean-mr1 by Jim Guggemos · 12 years ago
  97. 81ba406 am 82956802: LOCAL_SDK_VERSION=17 for android-support-v4-jellybean-mr1 by Jim Guggemos · 12 years ago
  98. 8295680 LOCAL_SDK_VERSION=17 for android-support-v4-jellybean-mr1 by Jim Guggemos · 12 years ago
  99. 667617f Additional fixes to ActionBar styles by Trevor Johns · 12 years ago
  100. 68844d5 am f3e204d8: am 493d7132: am 37a7c5d2: Fix use of removeView() during layout by Chet Haase · 12 years ago