1. a1cda6f Updates UnnecessaryLambdaCreationDetector to handle lambda subtypes by Louis Pullen-Freilich · 5 months ago
  2. 08f8066 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 5 months ago
  3. 7fb7672 Scaffold, fix signature of content slot. by Zak Cohen · 5 months ago
  4. 3e06d3c Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 5 months ago
  5. 86384d9 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 6 months ago
  6. 45cd538 Merge "[glance] Move components from glance-mataterial3 to glance-appwidget" into androidx-main by Brenton Bade · 6 months ago
  7. 8096249 [glance] Move components from glance-mataterial3 to glance-appwidget by Brenton · 6 months ago
  8. ff91e67 Merge "[glance] Change default error ui" into androidx-main by Brenton Bade · 6 months ago
  9. c66d7626 [glance] Change default error ui by Brenton · 6 months ago
  10. daae957 Use TextAppearance.DeviceDefault as the base for fontWeight spans. by Zak Cohen · 6 months ago
  11. 2a1d074 Fix issue that getGlanceIds returns empty ids on clearing appData. by Shamali P · 8 months ago
  12. 44ef77f Add a test showing glanceIds are returned empty today when app data is cleared (mimiced by clearing datastore). The child CL fixes the issue and updates the test to reflect intended behavior. by Shamali P · 8 months ago
  13. 9779b08 Use immutable PendingIntents where possible by Willie Koomson · 7 months ago
  14. f60dd01 Add SessionManager.runWithLock by Willie Koomson · 7 months ago
  15. 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 · 8 months ago
  16. a59bb7e Merge "[glance] Move components to the glance-material3 module" into androidx-main by Brenton Bade · 8 months ago
  17. 5b0f263 Move ConfigManager.getValue() out of withMutableSnapshot block by Willie Koomson · 8 months ago
  18. c62dd30 [glance] Move components to the glance-material3 module by Brenton · 8 months ago
  19. 54f4c8d Update runComposition logic by Willie Koomson · 8 months ago
  20. d8edb18 [glance] Rename tint to colorFilter by Brenton · 8 months ago
  21. e8dce86 [glance] Add hook for providing custom error view by Brenton · 9 months ago
  22. 5729d1d Add GlanceAppWidget.runComposition by Willie Koomson · 9 months ago
  23. 8efd915 Merge "Remove dot from dimen resource `glance_component_circle_icon_button_corners`" into androidx-main by Shamali Patwa · 9 months ago
  24. 826b1f4 Remove dot from dimen resource `glance_component_circle_icon_button_corners` by Shamali P · 9 months ago
  25. affb44b Do not trampoline activity launches from lazy list items by Willie Koomson · 9 months ago
  26. 9e5a248 Add has_color_filter to layout proto to fix b/300949346. Was missed earlier. by Shamali P · 10 months ago
  27. 52d3ce3 [glance] Add TitleBar component by Brenton · 11 months ago
  28. 914f7b3 Revert "Removes Glance baselined ListIterator issues" by Zak Cohen · 10 months ago
  29. ebf1191 Removes Glance baselined ListIterator issues by Louis Pullen-Freilich · 10 months ago
  30. f1df904 [glance] Add ripple override to clickable modifier by Brenton · 12 months ago
  31. 6aecc7d1 [glance] Add M3 text and icon buttons by Brenton · 1 year ago
  32. ce435e8 [glance] Add tint to background modifier by Brenton · 1 year ago
  33. 761ab24a Merge changes from topic "base-lib-node" into androidx-main by Shamali Patwa · 10 months ago
  34. ed71bb7 [Unit test lib] Add filters for progress indicators and nodes with any descendant matching a matcher. by Shamali P · 10 months ago
  35. bf32fc8 Merge "Catch errors in the composition and send the errorUiLayout" into androidx-main by Willie Koomson · 10 months ago
  36. e7bee11 Catch errors in the composition and send the errorUiLayout by Willie Koomson · 10 months ago
  37. c95bd73 Revert "Removes baselined ListIterator issues" by Zak Cohen · 10 months ago
  38. 1ffdbfc Removes baselined ListIterator issues by Louis Pullen-Freilich · 10 months ago
  39. f8d3f25 [Unit test lib] Add appwidget-specific filters and assertions - isChecked, isNotChecked, and for clicks that start activity / service or broadcasts. by Shamali P · 10 months ago
  40. 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 · 11 months ago
  41. 5fdc134 Catch uses of @suppress usage in kdoc by Aurimas Liutikas · 11 months ago
  42. a8d2ab3 Merge "Make ActionTrampolineActivity use Theme.NoDisplay" into androidx-main by Willie Koomson · 11 months ago
  43. aa1f50f Make ActionTrampolineActivity use Theme.NoDisplay by Willie Koomson · 11 months ago
  44. 2d24e94 Update text, checkbox, radio and switch emittables to inherit from EmittableWithText and EmittableCheckable so that in test assertions we don't have to check for individual emittables to inspect text or check if its checked. by Shamali P · 12 months ago
  45. c28b420 Add provideGlance sample for periodic updates by Willie Koomson · 12 months ago
  46. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  47. 7947fed Add FLAG_UNSAFE_MUTABLE_IMPLICIT_INTENT for lazy list translators by Willie Koomson · 1 year ago
  48. 7206c87 Add more documentation for provideGlance by Willie Koomson · 1 year ago
  49. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 1 month ago
  50. b84fb11 Fix issue that setting horizontal alignment didn't work for `LazyColumn` or `LazyVerticalGrid` by Shamali P · 1 year, 1 month ago
  51. f24ae42 Add a lint check to the UI Module by Ralston Da Silva · 1 year, 1 month ago
  52. ce79cdc Merge "Treat LazyVerticalGrid similar to LazyColumn in normalizeCompositionTree. It seems to have never considered grid, but only LazyColumn items. Before this fix, adding clickable topmost item in grid wasn't working. Updated `RemoteViewsTranslatorKtTest` but I think we should also create LazyVerticalGridTest similar to LazyColumnTest device test in follow up." into androidx-main by Treehugger Robot · 1 year, 1 month ago
  53. 81cb589 Merge "Add key parameters for all functions that accept lambdas" into androidx-main by Willie Koomson · 1 year, 1 month ago
  54. d04e7a6 Add key parameters for all functions that accept lambdas by Willie Koomson · 1 year, 2 months ago
  55. ce8b1e8 Add API for setting CoroutineContext for GlanceAppWidgetReceiver requests by Willie Koomson · 1 year, 1 month ago
  56. 631621a Add lint rule for autoboxing lambdas by George Mount · 1 year, 1 month ago
  57. f7fbd04 Treat LazyVerticalGrid similar to LazyColumn in normalizeCompositionTree. It seems to have never considered grid, but only LazyColumn items. Before this fix, adding clickable topmost item in grid wasn't working. Updated `RemoteViewsTranslatorKtTest` but I think we should also create LazyVerticalGridTest similar to LazyColumnTest device test in follow up. by Shamali P · 1 year, 1 month ago
  58. e33ef9d Merge "Fix ActivityOptions for LazyList actions" into androidx-main by Willie Koomson · 1 year, 1 month ago
  59. dc8da7d Fix ActivityOptions for LazyList actions by Willie Koomson · 1 year, 1 month ago
  60. b8bcd06 Merge "Exclude ActionTrampolineActivity from recents" into androidx-main by Willie Koomson · 1 year, 1 month ago
  61. a5f1e25 Use transparent list selector instead of setting focusable true to remove the ripples on touch of list items even if they aren't clickable. For clickable items glance already adds ripples. by Shamali P · 1 year, 1 month ago
  62. 7a42933 Exclude ActionTrampolineActivity from recents by Willie Koomson · 1 year, 1 month ago
  63. 98ca4b5 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 1 month ago
  64. c27cfb0 Merge "Port the aosp/2254666 change into the forked GlanceRemoteViewsService. Saw the same error (1 out of 30 runs) when running the LazyColumnTest in cuttlefish." into androidx-main by Treehugger Robot · 1 year, 1 month ago
  65. 23c9ec2 Add support for setting ActivityOptions bundle for actionStartActivity by Willie Koomson · 1 year, 2 months ago
  66. 88894be Port the aosp/2254666 change into the forked GlanceRemoteViewsService. Saw the same error (1 out of 30 runs) when running the LazyColumnTest in cuttlefish. by Shamali P · 1 year, 2 months ago
  67. 8794d4d Merge "Update string descriptions." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  68. 1e2ad75 Update string descriptions. by Zak Cohen · 1 year, 2 months ago
  69. d88a97a Merge "Use image layout with `importantForAccessibility = "no"` when content description is set to `null` or empty. In b/282875900, it was seen that even if content description is null, in some cases (e.g. when in listView item) a11y services read images as "unlabeled". While this doesn't seem to happen sometimes when Image is in say as Column, it is probably better to align it with the guidance in https://developer.android.com/guide/topics/ui/accessibility/apps#describe-ui-element" into androidx-main by Shamali Patwa · 1 year, 2 months ago
  70. 0575812 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 2 months ago
  71. 74a234c Use image layout with `importantForAccessibility = "no"` when content description is set to `null` or empty. In b/282875900, it was seen that even if content description is null, in some cases (e.g. when in listView item) a11y services read images as "unlabeled". While this doesn't seem to happen sometimes when Image is in say as Column, it is probably better to align it with the guidance in https://developer.android.com/guide/topics/ui/accessibility/apps#describe-ui-element by Shamali P · 1 year, 2 months ago
  72. 6a05875 Move glance away from Compose multiplatform setup by Aurimas Liutikas · 1 year, 2 months ago
  73. 5648d9b Add resource prefix to keep.xml to avoid collisions with other libraries. by Zak Cohen · 1 year, 4 months ago
  74. c924ba4 Adopt changes from aosp/2089283 that explicitly sets focusable as true for grid view's children. by Shamali P · 1 year, 5 months ago
  75. 5738b85 Add back changes from aosp/2089283 that explicitly sets focusable as true for list children. by Shamali P · 1 year, 5 months ago
  76. 8b7a315 Add a keep.xml to avoid aliases being stripped. by Zak Cohen · 1 year, 8 months ago
  77. a2f0876 Re-implement ripples for glance-appwidget by Zak Cohen · 2 years, 1 month ago
  78. f0d9970 Prevent ListView items from always having ripples by Willie Koomson · 2 years, 2 months ago
  79. b4579cf Add ripple effect to clickable UI elements by Willie Koomson · 2 years, 3 months ago
  80. 25fad23 Add default glance app widget theme by Zoe Page · 2 years, 8 months ago
  81. d64523d Cleaning Glance packages by Pierre Barbier de Reuille · 2 years, 8 months ago
  82. d1cc76a Default glance app widget styles by Zoe Page · 2 years, 9 months ago
  83. 0103b79 Replace explicit RemoteViews reflection action with core-remoteviews by Pierre Barbier de Reuille · 2 years, 10 months ago
  84. 1689628 Translate row and column views for glance AppWidget by Zoe Page · 2 years, 10 months ago