1. ef25322 Merge "Fix issue with replacing small row with small grid" by Mady Mellor · 7 years ago
  2. a29958c Merge "Update view side for small template / header changes" by TreeHugger Robot · 7 years ago
  3. 9683469 Update view side for small template / header changes by Mady Mellor · 7 years ago
  4. 93ac8cd Fix issue with replacing small row with small grid by Mady Mellor · 7 years ago
  5. ef79faf Set proper targetSdk value for a set of libs that did not do that. by Aurimas Liutikas · 7 years ago
  6. 853c11f Add builder for range/input range by Amin Shaikh · 7 years ago
  7. fe60f16 Merge "Use the correct prebuilts for lifecycles." by TreeHugger Robot · 7 years ago
  8. ba4198f Adds methods indicating if content is loading to slice template builders by Mady Mellor · 7 years ago
  9. dca5a9a Merge "Update hint / subtype usage to use framework ones instead of SliceHints" by Mady Mellor · 7 years ago
  10. 8a71dde Merge "Themes for presenter" by TreeHugger Robot · 7 years ago
  11. c08de0b Use the correct prebuilts for lifecycles. by Aurimas Liutikas · 7 years ago
  12. 8f8784c Slice rendering test by Jason Monk · 7 years ago
  13. 7100ce1 Merge "Expose slice pinning APIs" by Jason Monk · 7 years ago
  14. 6946d76 Update hint / subtype usage to use framework ones instead of SliceHints by Mady Mellor · 7 years ago
  15. 87a9bf5 Alter actions / summary API for ListBuilder (builders) by Mady Mellor · 7 years ago
  16. 0922d59 Themes for presenter by Mady Mellor · 7 years ago
  17. 79f1cc9 Expose slice pinning APIs by Jason Monk · 7 years ago
  18. c1639d0 Merge "Update APIs after builder refactor" by TreeHugger Robot · 7 years ago
  19. 00eb37b Update APIs after builder refactor by Jason Monk · 7 years ago
  20. abd7ffd Unhide event info / slice view logging APIs by Mady Mellor · 7 years ago
  21. 1142e0d Shouldn’t null out grid content when resetting view by Mady Mellor · 7 years ago
  22. 9d4a8bc Merge "Ensure grid rows are marked as horizontal list items" by TreeHugger Robot · 7 years ago
  23. fc9de8e Ensure grid rows are marked as horizontal list items by Mady Mellor · 7 years ago
  24. eedc0e3 Add permission model to support lib by Jason Monk · 7 years ago
  25. 731b13d Add pinning to supportlib by Jason Monk · 7 years ago
  26. dfc10f0 Fix content intents for rows without end items by Jason Monk · 7 years ago
  27. dc05204 Refactor child views of slice view to have common base class by Mady Mellor · 7 years ago
  28. 75b023d Merge "Hide message / remote input references" by TreeHugger Robot · 7 years ago
  29. f2cdc3a Add view to support progress bars and sliders. by Amin Shaikh · 7 years ago
  30. c779101 Hide message / remote input references by Mady Mellor · 7 years ago
  31. bfeddba Support multiple toggles in the same row. by Amin Shaikh · 7 years ago
  32. 73937a4 Merge "Add ability to listen for interaction events on a slice view." by Mady Mellor · 7 years ago
  33. a09cb67 Refactor builders to support multiple versions by Jason Monk · 7 years ago
  34. 238b9b6 Add ability to listen for interaction events on a slice view. by Mady Mellor · 7 years ago
  35. 011ea2c Merge "Fix issue with content layout eating taps" by TreeHugger Robot · 7 years ago
  36. b283d3f Merge "Allow slice rows to include multiple toggles." by TreeHugger Robot · 7 years ago
  37. b2d968f Fix issue with content layout eating taps by Mady Mellor · 7 years ago
  38. 3220613 Update GridView to use GridContent / CellContent by Mady Mellor · 7 years ago
  39. d264a86 Allow slice rows to include multiple toggles. by Amin Shaikh · 7 years ago
  40. df26970 Reset the views when slice view is given a null slice by Mady Mellor · 7 years ago
  41. 6b5cd61 Refactor logic to extract template content from a Slice by Mady Mellor · 7 years ago
  42. 546d56d Merge "Make serialization API public." by Jason Monk · 7 years ago
  43. 6e64887 Merge "Fix issue with showing start item in small mode" by TreeHugger Robot · 7 years ago
  44. 528403f Fix issue with showing start item in small mode by Mady Mellor · 7 years ago
  45. 15607bb Stop using deprecated size annotation in slices. by Aurimas Liutikas · 7 years ago
  46. 62198e7 Merge "Better builder for grid formats of slices" by Mady Mellor · 7 years ago
  47. 811fa67 Make serialization API public. by Jason Monk · 7 years ago
  48. 901e2a6 Allow serialization of slices by Jason Monk · 7 years ago
  49. db971ff Better builder for grid formats of slices by Mady Mellor · 7 years ago
  50. b7bd03a Merge "Convert supportlib over to addInt from addColor" by Jason Monk · 7 years ago
  51. 0fad406 Merge "Hide slice builder from supportlib API" by Jason Monk · 7 years ago
  52. 0da0ca3 Up slices min API by Jason Monk · 7 years ago
  53. 98ae4f8 Convert supportlib over to addInt from addColor by Jason Monk · 7 years ago
  54. 0dd353b Hide slice builder from supportlib API by Jason Monk · 7 years ago
  55. 7d85d20 Merge changes Idbbf8dd8,I1142b508 by Mady Mellor · 7 years ago
  56. 6fa0c9b Add SliceSpec to slices-core by Jason Monk · 7 years ago
  57. 49a1b3e Support summary content and restrict end items (builders) by Mady Mellor · 7 years ago
  58. 71ef84d Support summary and restrict end items in RowView (views) by Mady Mellor · 7 years ago
  59. b2c4579 Move slices back out of app-toolkit by Jason Monk · 7 years ago
  60. 9247142 Move slices to new way to setting minSdkVersion. by Aurimas Liutikas · 7 years ago
  61. cdcbdb0 Migrate the rest of the dependencies to Kotlin. by Aurimas Liutikas · 7 years ago
  62. 86800cc Merge "Improvements to GridView and size adjustments for RowView" by TreeHugger Robot · 7 years ago
  63. 5b2c0ce Improvements to GridView and size adjustments for RowView by Mady Mellor · 7 years ago
  64. cd48bce Use ArrayDeque instead of LinkedList. by Jake Wharton · 7 years ago
  65. 5e42052 Fix margins in v21 layout by Mady Mellor · 7 years ago
  66. 28c99a0 Merge "Fix not having context in onCreateSliceProvider" by TreeHugger Robot · 7 years ago
  67. c133418 Small template improvements and better builders by Mady Mellor · 7 years ago
  68. b12cda7 Fix not having context in onCreateSliceProvider by Mady Mellor · 7 years ago
  69. 809cb67 Merge "Hide the start container if we’re not showing anything" by TreeHugger Robot · 7 years ago
  70. d2fe91d Hide the start container if we’re not showing anything by Mady Mellor · 7 years ago
  71. d48e76e Fix text sizing issue by Jason Monk · 7 years ago
  72. ed97495 Add SliceLiveData.fromIntent by Jason Monk · 7 years ago
  73. db7ed47 Change slices to be publishing by Jason Monk · 7 years ago
  74. 5660281 Merge "Fix bug in sliceview reinflation" by TreeHugger Robot · 7 years ago
  75. 2a7d0fc Lower slices minsdk by Jason Monk · 7 years ago
  76. dcb5e2f Compat for slices by Jason Monk · 7 years ago
  77. 8b099f2 Add make files for slices by Jason Monk · 7 years ago
  78. 0c76d30 Slice updates to follow platform API changes by Jason Monk · 7 years ago
  79. 5049ea8 Fix bug in sliceview reinflation by Mady Mellor · 7 years ago
  80. db8aa8c Updates SmallTemplate to allow presentation of toggles, add sample to demo by Mady Mellor · 7 years ago
  81. 698ad8c Add LiveData support for Slices by Jason Monk · 7 years ago
  82. 7674dfc Move slices over to app-toolkit by Jason Monk · 7 years ago
  83. 1a7387d Merge "Porting over updates to shortcuts to match spec" by Mady Mellor · 7 years ago
  84. 477f3f5 Merge "Fix content observer and other things in SliceView" by Mady Mellor · 7 years ago
  85. 783a442 Add OWNERS for slices by Jason Monk · 7 years ago
  86. 06dc141 Fix content observer and other things in SliceView by Mady Mellor · 7 years ago
  87. 24b4296 Porting over updates to shortcuts to match spec by Mady Mellor · 7 years ago
  88. 8a452e9 Add slices modules to supportlib by Jason Monk · 7 years ago