1. 7795282 Migrate to using = for property setting by Aurimas Liutikas · 3 months ago
  2. 6fee221 [GH] Remove uses of projectOrArtifact in androidx by Aurimas · 6 months ago
  3. 60de913 Update glance-appwidget libraries and consumers to compileSdk 35 by Willie Koomson · 6 months ago
  4. 2279357 Re-enable the runTest_localContextRead test by Shamali P · 7 months ago
  5. 8f82eb6 Ignore flaking test in GlanceAppWidgetUnitTestEnvironmentRobolectricTest by Aurimas Liutikas · 7 months ago
  6. 42e530c Switch to Lint w/ K2 UAST by Jinseong Jeon · 8 months ago
  7. a18f72a Migrate to ktfmt 0.50 and remove our custom @sample hack by Omar Ismail · 9 months ago
  8. 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 9 months ago
  9. 893f087 Migrate glance to ktfmt by Omar Ismail · 9 months ago
  10. 8ff41a1 Rename PUBLISHED_KOTLIN_ONLY_LIBRARY for clarity and simplify optimising for kotlin only consumers by Omar Ismail · 10 months ago
  11. 333efdd Update versions of libraries for re-spin release by natnaelbelay · 11 months ago
  12. 4e136745 Fix `hasText` filter to also match emittable buttons by Shamali P · 11 months ago
  13. b9abdab Move Glance and RemoteViews groups to 1.1.0 beta. by Zak Cohen · 11 months ago
  14. 6700b61 Remove targetsJavaConsumers by omarismail · 1 year ago
  15. 96be208 Add samples' source jars as published artifacts to sampling libraries by Owen Gray · 1 year, 3 months ago
  16. ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 2 months ago
  17. 81d92b1 Handle API feedback: Keep the reified variants as the only way to pass class types in test assertions / filters. by Shamali P · 1 year, 2 months ago
  18. 16ca36b Adds assertions for testing `actionRunCallback`. Also adds additional shorthand "class type" based variants to the existing action related test filters and assertions. See relNote. by Shamali P · 1 year, 3 months ago
  19. c81d38a Change testTimeout to 2s to unblock AGP update (aosp/2759907) which seems to have made presubmits happy in aosp/2763907. Will investigate in follow up why it is timing out. by Shamali P · 1 year, 5 months ago
  20. 92a3917 Reduce timeout to 1s (which is still pretty long time) and provide a better message when developer forget to provide composable or composable produces nothing that can be asserted on. by Shamali P · 1 year, 5 months ago
  21. ed71bb7 [Unit test lib] Add filters for progress indicators and nodes with any descendant matching a matcher. by Shamali P · 1 year, 6 months ago
  22. 30bab83 [Unit test lib] Add `onAllNodes` method that returns a `GlanceNodeAssertionCollection` to perform assertions on collection of nodes. Supported assertions on collections include: `assertAll`, `assertAny`, `assertCountEquals`. Additionally, following operations can be performed on a collection: `filter` to filter the collection via a matcher, `get` to get node at an index in collection. Also adds a `onChildren` method that allows performing assertions on children of a node returned by `onNode`. by Shamali P · 1 year, 6 months ago
  23. 8379b3e [Unit test lib] Add operators for matchers - namely - `and`, `or` and `not`. Also adds `assertHasText` shorthand for asserting that a node has given text. by Shamali P · 1 year, 6 months ago
  24. f8d3f25 [Unit test lib] Add appwidget-specific filters and assertions - isChecked, isNotChecked, and for clicks that start activity / service or broadcasts. by Shamali P · 1 year, 6 months ago
  25. 67abefb [Unit test lib] Add `runGlanceAppWidgetUnitTest` similar to compose's `runComposeUiTest` that provides scoped functions such as `provideContent`, `onNode` etc. to be able to write unit tests. by Shamali P · 1 year, 7 months ago