1. 419881b Adds offline status to ContentLoggingData. by Dan Anderson · 5 years ago
  2. c1eb0ed Makes spinner timing configurable by host. by Dan Anderson · 5 years ago
  3. 1ce32dd Remove non-internal SessionManager by Ryan Bonick · 5 years ago
  4. 72a8c77 Move default Header implementation to the client API package by Ryan Bonick · 5 years ago
  5. 1c5ce4a Cleanup -assumenosideeffects rules which also assume values by Feed Team · 5 years ago
  6. 7f74561 Delete deprecated overlay_color by Katherine Applewhite · 5 years ago
  7. 3e3648d Internal change by Feed Team · 5 years ago
  8. 7ed5ec0 Rename SessionManagerState to SessionState by Ryan Bonick · 5 years ago
  9. 1409abb Translation pull. by Dan Anderson · 5 years ago
  10. e55249d Add Dumpable interface to ProcessScope by Ryan Bonick · 5 years ago
  11. 2802c42 Internal change. by Imad Kariapper · 5 years ago
  12. 6eeec6b Opacity should work with backgrounds on views with wrappers now. by Nathan Dykhuis · 5 years ago
  13. 3e6dd93 Move scope impls to api/internal by Ryan Bonick · 5 years ago
  14. 9b3d4a9 Fix an IDE warning (next ID conflict). by Radu Cornea · 5 years ago
  15. 7dbd9dc Fix a mismatched message name. by Radu Cornea · 5 years ago
  16. 0fb66d5 Move ActionUploadRequestManager to api/internal/requestmanager by Ryan Bonick · 5 years ago
  17. eb5622b Fixing onOpenedWithNoImmediateContent behavior. by Imad Kariapper · 5 years ago
  18. 298f3cb Unify int/long config flag support to long only to avoid conversion errors. by Radu Cornea · 5 years ago
  19. fe6df73 send timestamp of actions to the server by Marissa Stephens · 5 years ago
  20. 97514de Add client RequestManager integration test by Ryan Bonick · 5 years ago
  21. 601aeb3 Move Resettable to api/internal by Ryan Bonick · 5 years ago
  22. f271264 Remove some deprecated getters & setters from ProcessScope by Ryan Bonick · 5 years ago
  23. 7f99bea Move Stream to api/client by Ryan Bonick · 5 years ago
  24. 7e9c4b4 Create new StreamScope interface by Ryan Bonick · 5 years ago
  25. 0185e77 Sort Configuration keys. by Radu Cornea · 5 years ago
  26. 847579b Add new ProcessScope interface by Ryan Bonick · 5 years ago
  27. e7bc18f Migrate from isSameAs to isSameInstanceAs (and isNotSameAs to isNotSameInstanceAs). by cpovirk · 5 years ago
  28. b8e83da Move AppLifecycleListener to api/client by Ryan Bonick · 5 years ago
  29. 260b43b Move RequestManager to api/client by Ryan Bonick · 5 years ago
  30. 33726d7 Instead of calling Subject.actual(), store the actual value in a field, and read that. by cpovirk · 5 years ago
  31. dafefe7 Move internalapi to api/internal by Ryan Bonick · 5 years ago
  32. 80206bf Move feed/host to feed/api/host by Ryan Bonick · 5 years ago
  33. 19dd2eb Prevent crashes when swiping an unbound header. by Imad Kariapper · 5 years ago
  34. cc07c56 Remove FeedProcessScope.Builder setters by Ryan Bonick · 5 years ago
  35. e94483e Instead of calling Subject.actual(), store the actual value in a field, and read that. by cpovirk · 5 years ago
  36. e262589 Move internal parts of SessionManager to internalapi by Ryan Bonick · 5 years ago
  37. d96bdaf Move KnownContentApi to client/KnownContent and internal/FeedKnownContent by Ryan Bonick · 5 years ago
  38. a13266e Reduce RequestManager to #triggerScheduledRefresh method by Ryan Bonick · 5 years ago
  39. c4c9aed Update Piet Android code to use color style for image tints, instead of color_overlay by Katherine Applewhite · 5 years ago
  40. 921b73b Switch basicstream to use sharedstream ScrollObserver and remove ScrollListener. by Nathan Dykhuis · 5 years ago
  41. 6390162 Sort Configuration keys. by Radu Cornea · 5 years ago
  42. 6be15fe Migrate users from the old, deprecated Subject.fail* methods to the new Subject.fail* methods or, in some cases, to Subject.check. by cpovirk · 5 years ago
  43. 45866a9 Add a proto string interner to cache commonly used content ID strings in PersistentFeedStore. by Radu Cornea · 5 years ago
  44. d2a7685 Update documentation on color style by Katherine Applewhite · 5 years ago
  45. 80c601c Have frame respect child margins. by Katherine Applewhite · 5 years ago
  46. 0f5b3ed Migrate Truth Subjects from no-arg check() to the overload that accepts a description. by cpovirk · 5 years ago
  47. d6c2534 Move feed/api/common files to feed/internalapi/common by Ryan Bonick · 5 years ago
  48. 41e7e3b Add in new capability for elements by Marissa Stephens · 5 years ago
  49. cf7f1a7 Remove some getter methods on FeedProcessScope by Ryan Bonick · 5 years ago
  50. faa86ce Migrate from is(Not)SameAs to is(Not)SameInstanceAs. by cpovirk · 5 years ago
  51. 274ca9e set timestamp on actions by Marissa Stephens · 5 years ago
  52. 3243bed Add null check to textView.getTypeface by Katherine Applewhite · 5 years ago
  53. 9e8c7df Align ImageChunks to baseline. by Nathan Dykhuis · 5 years ago
  54. eba7624 Add an experimental Carosuel RenderableUnit. by Travis Feuling · 5 years ago
  55. c99141c Migrate from isNotSameAs to isNotSameInstanceAs. by cpovirk · 5 years ago
  56. e4b060e Internal change by Feed Team · 5 years ago
  57. f9ad875 Update FeedProcessScope to take an Executor rather than ExecutorService. by Travis Feuling · 5 years ago
  58. b1d8f4d Migrate from containsAllOf to containsAtLeast. by cpovirk · 5 years ago
  59. fc251ed Load typefaces via Consumer in Piet Android by Katherine Applewhite · 5 years ago
  60. 269d4a9 Replace mockito Matchers with ArgumentMatchers by Nathan Dykhuis · 5 years ago
  61. 699c56a Adding experimental carousel feature. by Imad Kariapper · 5 years ago
  62. 5fd25bc Adding capability for sending carousels. by Imad Kariapper · 5 years ago
  63. 2fd8f3d implement piet a11y header label by Marissa Stephens · 5 years ago
  64. 60faed7 Remove unused MockPushServer by Ryan Bonick · 5 years ago
  65. f5b6dc3 Translations import. by Imad Kariapper · 5 years ago
  66. e3203ab Move ScrollObserver and ScrollObservable to sharedstream. by Nathan Dykhuis · 5 years ago
  67. 52e28a6 Move methods not used by client to new internal RequestManager by Ryan Bonick · 5 years ago
  68. 31d8a97 Clarify shadow platform support. by Feed Team · 5 years ago
  69. 023317c Add ability to set UiContext in FakeModelProvider#onSessionStart() by Ryan Bonick · 5 years ago
  70. cabf690 Change the ElementType and RecordedInterestType enums to be integers by Marissa Stephens · 5 years ago
  71. 7b04f56 Add dark/light theming to the feed. Theme the more button, context menu text, no content card and the spinner. by Feed Team · 5 years ago
  72. 209603e Internal change by Feed Team · 5 years ago
  73. d0dd3d0 Update TextElementAdapterTest to work with Robolectric layout change by Katherine Applewhite · 5 years ago
  74. d50f6d4 Rolling back dark/light theming because it crashed on KitKat. by Feed Team · 5 years ago
  75. 038b0f0 Rollback theming context menu text. Crashing in KitKat. by Feed Team · 5 years ago
  76. 6258dd3 Enable thread checks in infra integration tests. by Isaac Dancy · 5 years ago
  77. 708ece1 Rollback theming no content card. Crashing in KitKat. by Feed Team · 5 years ago
  78. dc4c62e Simplify TaskQueue and FakeTaskQueue. by Isaac Dancy · 5 years ago
  79. e8a662c Rollback spinner theming. Crashing in KitKat. by Feed Team · 5 years ago
  80. 75fea99 Adds ability for UI to roundtrip information when creating a new model provider until onSessionStart/onSessionFinished is called. by Dan Anderson · 5 years ago
  81. cb4a85f Add infra integration tests for session creation and restore. by Isaac Dancy · 5 years ago
  82. cd5bfab Move proto to internalapi by Ryan Bonick · 5 years ago
  83. d3008ee TaskQueue should cancel timeout runnables when running tasks. Also simplify the by Isaac Dancy · 5 years ago
  84. 353e4fa Updates Task.java to not use the same intdef values. by Dan Anderson · 5 years ago
  85. abb5a3e Adds task timing logging to the TaskQueue. by Dan Anderson · 5 years ago
  86. b10f626 Fix issues related to session restore and creation. by Isaac Dancy · 5 years ago
  87. d20edf3 Adds API for logging how long tasks take and are delayed by. by Dan Anderson · 5 years ago
  88. bb8137c Move protocoladapter to internalapi by Ryan Bonick · 5 years ago
  89. b03b9cf Cancel starvation tasks when exiting the starvation state. by Isaac Dancy · 5 years ago
  90. 0cb5c2b Move ModelProvider package to internalapi by Ryan Bonick · 5 years ago
  91. 54dd031 Adds No-op implementation of BasicLoggingApi. by Dan Anderson · 5 years ago
  92. 5268969 Move ActionParser package to feed/internalapi by Ryan Bonick · 5 years ago
  93. eddb416 Upgrading robolectric-bazel. by Imad Kariapper · 5 years ago
  94. 74463e6 Simplify the creation of FakeThreadUtils and InfraIntegrationScope. by Isaac Dancy · 5 years ago
  95. 18edd20 Move Store to internalapi by Ryan Bonick · 5 years ago
  96. 4f7043c Improvements to FakeRequestManager: by Isaac Dancy · 5 years ago
  97. e5e5c64 Create FakeViewDepthProvider for use in infra integration tests. by Isaac Dancy · 5 years ago
  98. b1c948f Rename WireProtocolResponseBuilder to ResponseBuilder. by Isaac Dancy · 5 years ago
  99. a660a3c Create UI tests for showing the snackbar and undoing it by Marissa Stephens · 5 years ago
  100. b804309 Move ActionManager package to feed/internalapi by Ryan Bonick · 5 years ago