1. adaacc9 Merge "Add tools metadata annotations to the mediarouter library" into klp-ub-dev by Tor Norbye · 11 years ago
  2. 05568b7 Compile support libraries with android support annotations by Tor Norbye · 11 years ago
  3. 5baa7a3 Merge "Don't auto scroll empty lists" into klp-ub-dev by Alan Viverette · 11 years ago
  4. 26a583f Don't auto scroll empty lists by Alan Viverette · 11 years ago
  5. ca89dcd Merge "Fix jitter when scrolling back on SwipeRefreshLayout" into klp-ub-dev by Chris Banes · 11 years ago
  6. dbb1c53 Fix jitter when scrolling back on SwipeRefreshLayout by Chris Banes · 11 years ago
  7. 5f7fb42 Allow setting SwipeRefreshLayout color scheme via colors by Chris Banes · 11 years ago
  8. 272acf0 Improve SwipeRefreshLayout's touch handling by Chris Banes · 12 years ago
  9. b220fd3 Updated project.properties for v7/mediarotuer and v7/appcompat. by Prameet Shah · 11 years ago
  10. 1c086e1 Fix Javadoc issue in annotation lib. by Xavier Ducrohet · 11 years ago
  11. 15474b9 Update gradle build to reflect makefile dependencies. by Xavier Ducrohet · 11 years ago
  12. 9220b5b Update support lib build to generate repo XML. by Xavier Ducrohet · 11 years ago
  13. 429c3b1 Add tools metadata annotations to the mediarouter library by Tor Norbye · 11 years ago
  14. 9dc4480 Update packaging of the gradle-built support lib. by Xavier Ducrohet · 11 years ago
  15. dc024b3 Fix support annotations build.gradle file by Tor Norbye · 11 years ago
  16. 6b8a04c Merge "Update gradlew to relocate .gradle into out/..." into klp-ub-dev by Xavier Ducrohet · 11 years ago
  17. 8de88fb Merge "Add gradle wrapper." into klp-ub-dev by Xavier Ducrohet · 11 years ago
  18. 2788f61 Merge "Update support build for release." into klp-ub-dev by Xavier Ducrohet · 11 years ago
  19. 0451867 Update gradlew to relocate .gradle into out/... by Xavier Ducrohet · 11 years ago
  20. 0f3d903 Add gradle wrapper. by Xavier Ducrohet · 11 years ago
  21. 79de49a am 197708fc: Refresh cast icon assets to improve visual contrast. by Jeff Brown · 11 years ago
  22. 020e432 Update support build for release. by Xavier Ducrohet · 11 years ago
  23. 197708f Refresh cast icon assets to improve visual contrast. by Jeff Brown · 11 years ago
  24. feca0e3 Fix support library annotation directory by Tor Norbye · 11 years ago
  25. 5cab3f6 Set SDK_VERSION to 19 instead of current. by Adam Metcalf · 12 years ago
  26. 616b95d Fix buildDir issue by Xavier Ducrohet · 12 years ago
  27. 9bd9831 Non-reflection based implementation for drawer toggle for JBMR2+. by Kirill Grouchnikov · 12 years ago
  28. f416601 Force content description update in ActionBarDrawerToggle by Alan Viverette · 12 years ago
  29. 7b74aa1 Revert "Force action bar to update generated content description" by Alan Viverette · 12 years ago
  30. 169b51c Force action bar to update generated content description by Alan Viverette · 12 years ago
  31. 7e2ae65 Disable gradle lint checks, so build will succeed by Justin Morey · 12 years ago
  32. a673a56 Merge "Disable break on lint error." into klp-ub-dev by Xavier Ducrohet · 12 years ago
  33. 61becda Disable break on lint error. by Xavier Ducrohet · 12 years ago
  34. aeaa8ef Fix accessibility events coming out of DrawerLayout by Alan Viverette · 12 years ago
  35. 75aea14 Add typedef enum and resource type annotations by Tor Norbye · 12 years ago
  36. a3e11a5 Update build-tools version for gradle. by Xavier Ducrohet · 12 years ago
  37. 1a8a0d5 Merge "Add title API to DrawerLayout, use for accessibility events" into klp-ub-dev by Alan Viverette · 12 years ago
  38. 526ba13 Add title API to DrawerLayout, use for accessibility events by Alan Viverette · 12 years ago
  39. 01df737 Add isDestroyed() method to match framework API by Tony Mantler · 12 years ago
  40. 8a70518 Fix Gradle build by Xavier Ducrohet · 12 years ago
  41. 43da241 Merge "Fix AndroidRuntimeException when rotating Honeycomb device" into klp-ub-dev by Chris Banes · 12 years ago
  42. fe8bae6 Merge "Fix Gradle build" into klp-ub-dev by Justin Morey · 12 years ago
  43. d9021ff Fix Gradle build by Justin Morey · 12 years ago
  44. e1023d6 Hiding DrawerLayout does not fire correct accessibility event. by Arnaud Berry · 12 years ago
  45. 855a922 Update support projects to be reusable. by Xavier Ducrohet · 12 years ago
  46. 4bce628 Fix AndroidRuntimeException when rotating Honeycomb device by Chris Banes · 12 years ago
  47. be61afa Support annotations by Tor Norbye · 12 years ago
  48. 04be412 Merge "Fix MenuInflater creation with no Action Bar" into klp-ub-dev by Chris Banes · 12 years ago
  49. 313acd3 Merge "Fix calling ActionMode optional title methods pre-v16" into klp-ub-dev by Chris Banes · 12 years ago
  50. d48594f Fix MenuInflater creation with no Action Bar by Chris Banes · 12 years ago
  51. 1506bb4 Merge "Fix set[Stacked/Split]Background calls" into klp-ub-dev by Chris Banes · 12 years ago
  52. 53b2968 Merge "Update ActionBar implementations to APIv18 spec" into klp-ub-dev by Chris Banes · 12 years ago
  53. 664cdf1 Merge "Fix Stacked Background filling Action Bar" into klp-ub-dev by Chris Banes · 12 years ago
  54. a47c5ea Merge "Read enabled flag from XML if it is suppled; default is true" into klp-ub-dev by Mindy Pereira · 12 years ago
  55. d013c7e Merge "Don't draw the trigger w progress bar unless its finishing" into klp-ub-dev by Mindy Pereira · 12 years ago
  56. 6611d8c Read enabled flag from XML if it is suppled; default is true by Mindy Pereira · 12 years ago
  57. f4a93d1 Update ActionBar implementations to APIv18 spec by Chris Banes · 12 years ago
  58. 18fd743 Fix Stacked Background filling Action Bar by Chris Banes · 12 years ago
  59. 9eed03b Fix set[Stacked/Split]Background calls by Chris Banes · 12 years ago
  60. 3e07471 Fix calling ActionMode optional title methods pre-v16 by Chris Banes · 12 years ago
  61. c7f2722 Don't draw the trigger w progress bar unless its finishing by Mindy Pereira · 12 years ago
  62. 09c827e am 0b2a873b: (-s ours) Import translations. DO NOT MERGE by Baligh Uddin · 12 years ago
  63. 0b2a873 Import translations. DO NOT MERGE by Baligh Uddin · 12 years ago
  64. c8bd41f am b9278c79: Keep history after reset to klp-dev by Geoff Mendal · 12 years ago
  65. b9278c7 Keep history after reset to klp-dev by Geoff Mendal · 12 years ago
  66. 637f5f1 Merge "Implement method for determining if content is vertically scrollable for gb" into klp-ub-dev by Mindy DelliCarpini · 12 years ago
  67. f25dedc Implement method for determining if content is vertically scrollable for gb by Mindy DelliCarpini · 12 years ago
  68. 1e9758c am 5c4a0d61: Update maven support lib version for KLP MR1. by Raphael Moll · 12 years ago
  69. deeb628 am 300a7c6c: Merge "Update maven support lib version for KLP." into klp-dev by Raphael Moll · 12 years ago
  70. 5c4a0d6 Update maven support lib version for KLP MR1. by Raphael Moll · 12 years ago
  71. 300a7c6 Merge "Update maven support lib version for KLP." into klp-dev by Raphael Moll · 12 years ago
  72. 5057daa Update maven support lib version for KLP. by Raphael Moll · 12 years ago
  73. 29e9b1c add missing fullscreenIntent support for Gingerbread by Chris Wren · 12 years ago
  74. eb75ef0 am cca08846: Make action bar media router icons blue again. by Jeff Brown · 12 years ago
  75. cca0884 Make action bar media router icons blue again. by Jeff Brown · 12 years ago
  76. b97473c Merge "SwipeRefreshWidget" into klp-ub-dev by Mindy Pereira · 12 years ago
  77. e9a361c SwipeRefreshWidget by Mindy Pereira · 12 years ago
  78. 6a7fd3b Add missing density-specific resources by Maurice Chu · 12 years ago
  79. 3265f85 Add upscalled assets for ActionBarCompat. by Adam Metcalf · 12 years ago
  80. 56fd501 Add AppCompat.DialogWhenLarge Themes by Chris Banes · 12 years ago
  81. de77c6f am 14fabe0b: Fix slide drawable mirroring by Alan Viverette · 12 years ago
  82. 14fabe0 Fix slide drawable mirroring by Alan Viverette · 12 years ago
  83. 1b53c94 am 8e001dbd: Finalize assets for screen cast. by Jeff Brown · 12 years ago
  84. 8e001db Finalize assets for screen cast. by Jeff Brown · 12 years ago
  85. 03125c8 am ee83c07e: Merge "add error propagation for thunking layer" into klp-dev by Tim Murray · 12 years ago
  86. ee83c07 Merge "add error propagation for thunking layer" into klp-dev by Tim Murray · 12 years ago
  87. 56f3f96 am 02acfc96: Hide disabled routes from the chooser dialog. by Jeff Brown · 12 years ago
  88. 02acfc9 Hide disabled routes from the chooser dialog. by Jeff Brown · 12 years ago
  89. b349e83 am 618d0502: Merge "add Async handling of Print" into klp-dev by John Hoford · 12 years ago
  90. 618d050 Merge "add Async handling of Print" into klp-dev by John Hoford · 12 years ago
  91. 975c49f add Async handling of Print by John Hoford · 12 years ago
  92. 07fbe7d am d5916643: Remove dead code. by Jeff Brown · 12 years ago
  93. d591664 Remove dead code. by Jeff Brown · 12 years ago
  94. 2fd9447 am bcdad1a1: Merge "Use the full component name to construct route ids." into klp-dev by Jeff Brown · 12 years ago
  95. cc213ed am e5b77688: Merge "Minor code cleanup to enable reuse of the protocol." into klp-dev by Jeff Brown · 12 years ago
  96. bcdad1a Merge "Use the full component name to construct route ids." into klp-dev by Jeff Brown · 12 years ago
  97. e5b7768 Merge "Minor code cleanup to enable reuse of the protocol." into klp-dev by Jeff Brown · 12 years ago
  98. adf0f4a Use the full component name to construct route ids. by Jeff Brown · 12 years ago
  99. 3efa63d Minor code cleanup to enable reuse of the protocol. by Jeff Brown · 12 years ago
  100. 5b4182d am 2d709514: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev by Baligh Uddin · 12 years ago