1. 18edd20 Move Store to internalapi by Ryan Bonick · 5 years ago
  2. 4f7043c Improvements to FakeRequestManager: by Isaac Dancy · 5 years ago
  3. e5e5c64 Create FakeViewDepthProvider for use in infra integration tests. by Isaac Dancy · 5 years ago
  4. b1c948f Rename WireProtocolResponseBuilder to ResponseBuilder. by Isaac Dancy · 5 years ago
  5. a660a3c Create UI tests for showing the snackbar and undoing it by Marissa Stephens · 5 years ago
  6. b804309 Move ActionManager package to feed/internalapi by Ryan Bonick · 5 years ago
  7. 450d882 Add convenience methods to WireProtocolResponseBuilder for building responses by Isaac Dancy · 5 years ago
  8. 0377afc Create a fake for SchedulerApi. by Isaac Dancy · 5 years ago
  9. d4fd83a Removes unused MainThreadRunner from FeedActionUploadRequestManager. by Dan Anderson · 5 years ago
  10. 80d2cad Rename InfrastructureIntegrationScope to InfraIntegrationScope to align with by Isaac Dancy · 5 years ago
  11. 4c7bf87 Removes unused LoggingApi and references. by Dan Anderson · 5 years ago
  12. 2c57633 Add integration test for garbage collection. by Isaac Dancy · 5 years ago
  13. 943bdbf Fixes showing the spinner immediately in onSessionFinished. by Dan Anderson · 5 years ago
  14. a0d13d3 Rename ClockBackedFakeMainThreadRunner to FakeMainThreadRunner. by Isaac Dancy · 5 years ago
  15. d9f612f Allow FakeStreamOfflineMonitor to report if #requestOfflineStatusForNewContent() is called by Ryan Bonick · 5 years ago
  16. cafb1fd Report an InternalFeedError when starvation occurs in TaskQueue. by Isaac Dancy · 5 years ago
  17. e001e42 Delete FakeMainThreadRunner and replace with ClockBackedFakeMainThreadRunner. by Isaac Dancy · 5 years ago
  18. 77feeed Plumb BasicLoggingApi to TaskQueue. Migrate unit tests that are using TaskQueue by Isaac Dancy · 5 years ago
  19. fcf84e3 Switches BasicStreamTest to use a clock-backed main thread runner. by Dan Anderson · 5 years ago
  20. 313a683 Change StreamActionApi to only use notInterestedIn(), refactor to build the streamUplaodableAction in actionManager on the backgroundThread, and deprecate NOT_INTERESTED_IN_SOURCE/TOPIC in the protos by Marissa Stephens · 5 years ago
  21. 2ed82c2 Refactor TaskQueue and TaskQueueTest to assert starvation behaviors. by Isaac Dancy · 5 years ago
  22. b8e644a Theme spinner. by Feed Team · 5 years ago
  23. 25cc27f Bring all functionality from FakeMainThreadRunner into by Isaac Dancy · 5 years ago
  24. 0e688f2 Move FakeBasicLoggingApi to feed/testing/host/logging. by Isaac Dancy · 5 years ago
  25. b7c7957 Theme no content card. by Feed Team · 5 years ago
  26. a6e0f2d Theme context menu text. by Feed Team · 5 years ago
  27. 7a799d2 Create a light and dark theme, allow switching between them in BasicStream and theme the more button. In order to preserve the background of the context menu from the host, the base context needs to be retrieved from the ContextThemeWrapper. by Feed Team · 5 years ago
  28. 13422e5 Use FakeClock in unit tests. by Isaac Dancy · 5 years ago
  29. 59102f0 BasicLoggingApi for single NotInterestedIn Action by Marissa Stephens · 5 years ago
  30. ed2d219 Use outline clipping for rounded corners on L+ when all 4 corners are rounded. by Nathan Dykhuis · 5 years ago
  31. 0405ed3 Use clipPath for rounding corners on JB/KK by Nathan Dykhuis · 5 years ago
  32. 1d65617 Protos to be used for action payloads by Marissa Stephens · 5 years ago
  33. 48ad179 When suggestions are disabled, logs open with no content. by Dan Anderson · 5 years ago
  34. 004086b Adding additional dagger dependencies. by Imad Kariapper · 5 years ago
  35. d1e6b4e create assets for darkTheme card menu and amp icon by Marissa Stephens · 5 years ago
  36. fddd4c5 remove @ElementType intDef and use int instead by Marissa Stephens · 5 years ago
  37. fe6f013 Allow FakeModelFeature to trigger onChange by Ryan Bonick · 5 years ago
  38. 66922fe Stop caching the offscreenBitmap in RoundedCornerWrapperView. by Nathan Dykhuis · 5 years ago
  39. c768bbf Fix rare ConcurrentModificationException in ModelCursorImpl by Ryan Bonick · 5 years ago
  40. 6d36c9f Fill out Display info proto on the request. by Becca Harper · 5 years ago
  41. d0b24e0 Add screen density to the feed request. by Becca Harper · 5 years ago
  42. 0dce3bf add scroll logging for basic stream by Marissa Stephens · 5 years ago
  43. d21ef96 Internal change by Marissa Stephens · 5 years ago
  44. ed91dad Translations import. by Travis Feuling · 5 years ago
  45. 5c7636e Apply some inspection cleanups suggested by Android Studio. by Radu Cornea · 5 years ago
  46. 09f73a2 Automated g4 rollback of changelist 240427868. by Feed Team · 5 years ago
  47. b0cfd49 Create a light and dark theme, allow switching between them in BasicStream and theme the more button. by Feed Team · 5 years ago
  48. b295c09 Add scroll logging to the basicLoggingApi by Marissa Stephens · 5 years ago
  49. ee3c25b Add a generic interner and implementations based on weak references and hashcodes. by Radu Cornea · 5 years ago
  50. d84f083 Add fakes to internal FeedSessionManager tests. by Isaac Dancy · 5 years ago
  51. 23ca338 Move FakeModelMutation to the modelprovider package. by Isaac Dancy · 5 years ago
  52. ab526e2 Loading Guava deps with maven_install. by Imad Kariapper · 5 years ago
  53. ded0b04 Add the shared states to the cache in FeedSessionManager on updates and avoid passing the cache around. by Radu Cornea · 5 years ago
  54. b0b27c8 Fixes bug where spinner is logged as destroyed without completing when it successfully finished. by Dan Anderson · 5 years ago
  55. ca7fc11 Add safety checks to make sure we don't try to create 0 width or height bitmaps in RoundedCornerMaskCache. by Katherine Applewhite · 5 years ago
  56. 344dc1c Allow for creating a token given a content ID by Ryan Bonick · 5 years ago
  57. f32232b Use FakeProtocolAdapter and FakeRequestManager in FeedSessionManagerTest. by Isaac Dancy · 5 years ago
  58. 1a29dfb Move FakeRequestManager into the requestmanager package. Also add thread by Isaac Dancy · 5 years ago
  59. 13c6813 Replace mocks with fake impls in UploadableActionRequestBuilderTest. by Isaac Dancy · 5 years ago
  60. 329ec67 Replacing Mocktio-all with Mockito-core. by Imad Kariapper · 5 years ago
  61. a25a1c1 Reimplements moving the more button closer to the bottom card. by Dan Anderson · 5 years ago
  62. ee59ce8 Cache rounded corner masks. by Nathan Dykhuis · 5 years ago
  63. e8be8c0 Remove one of the duplicate FakeActionUploadRequestManager implementations. by Isaac Dancy · 5 years ago
  64. 5a9a5be Add a FakeSupportedTooltipApi and use it in FeedRequestManagerTest. by Isaac Dancy · 5 years ago
  65. 8835d37 Creates a FakeStore and uses it in FeedActionUploadRequestManagerTest and by Isaac Dancy · 5 years ago
  66. 826f2f5 Adds and uses a new custom class to show a material design spinner on KitKat devices. by Dan Anderson · 5 years ago
  67. dd6f0e2 Fixes crashing bug when a token isn't consumable. by Dan Anderson · 5 years ago
  68. 3a9094f Add thread checks to FeedRequestManagerTest. by Isaac Dancy · 5 years ago
  69. e10d308 Implement FakeTaskQueue, FakeThreadUtils, FakeNetworkClient, and by Isaac Dancy · 5 years ago
  70. 8e29c5e Show no no Content Card when the user temporary dismisses the last card. by Marissa Stephens · 5 years ago
  71. 16ded29 handle uploading actions and adding url param if the consistencyTokenParamName field is present. by Marissa Stephens · 5 years ago
  72. e7f9039 Remove tokens in TimeoutSessionImpl even when there is no lowest child from the by Isaac Dancy · 5 years ago
  73. 83ffc61 Keep only attached sessions in SessionCache and recreate unbound ones on demand when needed. by Radu Cornea · 5 years ago
  74. 59128b9 Allow for setting of UiContext on FakeModelProvider by Ryan Bonick · 5 years ago
  75. 05de68b Fixes issue where the spinner would flicker when clear all is done when the request strategy is NO_REQUEST_WITH_CONTENT. by Dan Anderson · 5 years ago
  76. 619bb2e Load mockito and truth libraries using maven_install. by Imad Kariapper · 5 years ago
  77. 4798973 Loading Bazel Android rules for Bazel scripts. by Imad Kariapper · 5 years ago
  78. c85ff2b Update TimeoutSessionImplTest to use the ViewDepthProvider. by Isaac Dancy · 5 years ago
  79. 6f535e6 Call element view logging when a tooltip is shown. by Becca Harper · 5 years ago
  80. 5edab49 change the FeedStreamScope to have a isBackgroundDark that indicates if the stream is in dark theme or not by Marissa Stephens · 5 years ago
  81. 206d0e1 Creates and uses a fake for FrameAdapter. by Dan Anderson · 5 years ago
  82. 3a24d46 Clean up some session removals that are not needed any more. by Radu Cornea · 5 years ago
  83. 561e1f7 Fix infinite spinner for synthetic tokens at position 0. by Isaac Dancy · 5 years ago
  84. 7a2d470 Add fake impls for ProtocolAdapter and ActionReader. by Isaac Dancy · 5 years ago
  85. 45b9b84 Handle batch uploading actions by Marissa Stephens · 5 years ago
  86. dbc0bd0 Move session content ID tracking to its own class. by Radu Cornea · 5 years ago
  87. dae6c94 Alter card menu tooltip capability based on TooltipSupportedApi.wouldTriggerHelpUi() result. by Becca Harper · 5 years ago
  88. 097928b Cache PietStylesHelper. by Nathan Dykhuis · 5 years ago
  89. 2747d17 Change the loadMore and refresh actions to take in the consistency token and send it with the request. by Marissa Stephens · 5 years ago
  90. 4c1a082 Moves sharedstream/res to sharedstream/ui/res. This is being done so that there is a location other than sharedstream/ for custom views, which will be used to show a material spinner in KK. by Dan Anderson · 5 years ago
  91. be04385 Fixes bug with context menu positioning in RtL locales. by Dan Anderson · 5 years ago
  92. 1391c84 Implement Rounded Corner Percentages in Piet Android by Katherine Applewhite · 5 years ago
  93. 458d4b9 Fixes occasional scroll bar on context menus. by Dan Anderson · 5 years ago
  94. 20cec79 Adding Android support library collections dependency. by Imad Kariapper · 5 years ago
  95. 975f5ad Adds FAILED_TO_CREATE_LEAF to the InternalFeedError @IntDef. by Dan Anderson · 5 years ago
  96. 6e69d21 Add capability for including article snippets. by Becca Harper · 5 years ago
  97. 1c6ee95 Logs an error when a failure to create a leaf driver occurs. by Dan Anderson · 5 years ago
  98. a4af5d7 Add capability for including article snippets. by Becca Harper · 5 years ago
  99. 0d69425 Consolidate management of StreamSessions data into SessionCache. by Isaac Dancy · 5 years ago
  100. 8d1a12b Simplify getPersistedSessions by returning a list. by Radu Cornea · 5 years ago