1. 60e4ce3 Merge "Add FLAG_UNSAFE_MUTABLE_IMPLICIT_INTENT for lazy list translators" into androidx-main by Treehugger Robot · 1 year ago
  2. 7947fed Add FLAG_UNSAFE_MUTABLE_IMPLICIT_INTENT for lazy list translators by Willie Koomson · 1 year ago
  3. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year ago
  4. 7b3cd84 Fix detecting value classes in lint rule by George Mount · 1 year, 1 month ago
  5. 8ab4545 Merge "Add more documentation for provideGlance" into androidx-main by Willie Koomson · 1 year, 1 month ago
  6. 7206c87 Add more documentation for provideGlance by Willie Koomson · 1 year, 1 month ago
  7. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 1 year, 1 month ago
  8. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 1 month ago
  9. 01901c2 Follow up of aosp/2617895 to also disable methods with explicit sdk overrides in LazyColumnTest. by Shamali P · 1 year, 1 month ago
  10. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 1 month ago
  11. 8befd23 Merge changes from topic "merge_platform_dev" into androidx-main by Alan Viverette · 1 year, 1 month ago
  12. b84fb11 Fix issue that setting horizontal alignment didn't work for `LazyColumn` or `LazyVerticalGrid` by Shamali P · 1 year, 1 month ago
  13. 02cdf41 Fix CoroutineBroadcastReceiverTest by Willie Koomson · 1 year, 1 month ago
  14. e70d00d Merge "Add a lint check to the UI Module" into androidx-main am: 784e668c6d by Treehugger Robot · 1 year, 1 month ago
  15. f24ae42 Add a lint check to the UI Module by Ralston Da Silva · 1 year, 1 month ago
  16. a47e835 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 am: ce79cdce5e by Treehugger Robot · 1 year, 1 month ago
  17. 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
  18. ef3a96e Merge "Add key parameters for all functions that accept lambdas" into androidx-main am: 81cb589361 by Willie Koomson · 1 year, 1 month ago
  19. 81cb589 Merge "Add key parameters for all functions that accept lambdas" into androidx-main by Willie Koomson · 1 year, 1 month ago
  20. d5154c4 Merge "Re-enable GlanceAppWidgetReceiverScreenshotTest as a potential fix landed in b/283484546" into androidx-platform-dev by TreeHugger Robot · 1 year, 1 month ago
  21. 989126f Re-enable GlanceAppWidgetReceiverScreenshotTest as a potential fix landed in b/283484546 by Shamali Patwa · 1 year, 1 month ago
  22. a30ac61 Merge "StrictModeTest only detects unsafe launches" into androidx-main am: cf2d68d181 by Willie Koomson · 1 year, 1 month ago
  23. cf2d68d Merge "StrictModeTest only detects unsafe launches" into androidx-main by Willie Koomson · 1 year, 1 month ago
  24. 6d69365 StrictModeTest only detects unsafe launches by Willie Koomson · 1 year, 1 month ago
  25. eac764b Merge "Disable LazyColumnTest on API 34" into androidx-main am: c762692e2e by Treehugger Robot · 1 year, 1 month ago
  26. c762692 Merge "Disable LazyColumnTest on API 34" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  27. 0c9ed1b Merge "Add RECEIVER_EXPORTED flag in CoroutineBroadcastReceiverTest" into androidx-main am: 2a27b88c52 by Willie Koomson · 1 year, 1 month ago
  28. 79942db Merge "Add API for setting CoroutineContext for GlanceAppWidgetReceiver requests" into androidx-main am: 72fb0bb547 by Willie Koomson · 1 year, 1 month ago
  29. d04e7a6 Add key parameters for all functions that accept lambdas by Willie Koomson · 1 year, 2 months ago
  30. 69a8553 Disable LazyColumnTest on API 34 by Willie Koomson · 1 year, 1 month ago
  31. 2a27b88 Merge "Add RECEIVER_EXPORTED flag in CoroutineBroadcastReceiverTest" into androidx-main by Willie Koomson · 1 year, 1 month ago
  32. af6af7d Add RECEIVER_EXPORTED flag in CoroutineBroadcastReceiverTest by Willie Koomson · 1 year, 1 month ago
  33. 46484dc Merge "Enable CheckBoxTest for API 33 and above. Wait for broadcast queue to be idle to avoid other broadcasts causing delay (hence timeouts) in the test." into androidx-main am: c5c9589115 by Shamali Patwa · 1 year, 1 month ago
  34. ce8b1e8 Add API for setting CoroutineContext for GlanceAppWidgetReceiver requests by Willie Koomson · 1 year, 2 months ago
  35. c5c9589 Merge "Enable CheckBoxTest for API 33 and above. Wait for broadcast queue to be idle to avoid other broadcasts causing delay (hence timeouts) in the test." into androidx-main by Shamali Patwa · 1 year, 1 month ago
  36. a0a6e47 Enable CheckBoxTest for API 33 and above. Wait for broadcast queue to be idle to avoid other broadcasts causing delay (hence timeouts) in the test. by Shamali P · 1 year, 2 months ago
  37. 18f2612 Merge "Add lint rule for autoboxing lambdas" into androidx-main am: b8f476d83d by Treehugger Robot · 1 year, 1 month ago
  38. 631621a Add lint rule for autoboxing lambdas by George Mount · 1 year, 2 months ago
  39. 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
  40. 9084e0a Ignore flaky test by ivychen · 1 year, 1 month ago
  41. 65fa0ed7 Merge "Ignore flaky test" into androidx-main am: 8baa3aeaf4 by Ivy Chen · 1 year, 1 month ago
  42. 156668f Ignore flaky test by Ivy Chen · 1 year, 1 month ago
  43. 7783f24 Merge "Fix ActivityOptions for LazyList actions" into androidx-main am: e33ef9d74c by Willie Koomson · 1 year, 1 month ago
  44. e33ef9d Merge "Fix ActivityOptions for LazyList actions" into androidx-main by Willie Koomson · 1 year, 1 month ago
  45. dc8da7d Fix ActivityOptions for LazyList actions by Willie Koomson · 1 year, 2 months ago
  46. 44f52cd Merge "Disable flaking lazyColumn_actionRunCallback test" into androidx-main am: 91294736c9 by Treehugger Robot · 1 year, 2 months ago
  47. e3b6b06 Disable flaking lazyColumn_actionRunCallback test by Aurimas Liutikas · 1 year, 2 months ago
  48. a2b90d8 Merge "Exclude ActionTrampolineActivity from recents" into androidx-main am: b8bcd06c3c by Willie Koomson · 1 year, 2 months ago
  49. b8bcd06 Merge "Exclude ActionTrampolineActivity from recents" into androidx-main by Willie Koomson · 1 year, 2 months ago
  50. c3b7ac4 Merge "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." into androidx-main am: a8bd870983 by Shamali Patwa · 1 year, 2 months ago
  51. 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, 2 months ago
  52. 7a42933 Exclude ActionTrampolineActivity from recents by Willie Koomson · 1 year, 2 months ago
  53. 08aac01 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-platform-dev by Treehugger Robot · 1 year, 2 months ago
  54. 4a141c6 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  55. 98ca4b5 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 2 months ago
  56. 2653cf1 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 2 months ago
  57. cbb45c7 Merge "Disable CheckBoxTests on API 33" into androidx-main am: 7abacd3262 by Treehugger Robot · 1 year, 2 months ago
  58. c07b8b4 Disable CheckBoxTests on API 33 by Aurimas Liutikas · 1 year, 2 months ago
  59. 49a4e79 Merge "Update tiles-renderer to use protolayout types everywhere" into androidx-main am: 230757b915 by Mohammad Saboorian · 1 year, 2 months ago
  60. a61fb39 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 am: c27cfb0341 by Treehugger Robot · 1 year, 2 months ago
  61. 230757b9 Merge "Update tiles-renderer to use protolayout types everywhere" into androidx-main by Mohammad Saboorian · 1 year, 2 months ago
  62. 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, 2 months ago
  63. 8a74800 Update tiles-renderer to use protolayout types everywhere by Mohammad Saboorian · 1 year, 4 months ago
  64. 4603587 Merge "Add support for setting ActivityOptions bundle for actionStartActivity" into androidx-main am: d89ea9b117 by Treehugger Robot · 1 year, 2 months 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. cff0b23 Merge "Create a demo of Glance text component styles" into androidx-main am: 285a3415f9 by Zoe Page · 1 year, 2 months ago
  68. d59f1ac Merge "Update string descriptions." into androidx-main am: 8794d4d6ba by Treehugger Robot · 1 year, 2 months ago
  69. 6a8c0a5 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 am: d88a97a41b by Shamali Patwa · 1 year, 2 months ago
  70. 6f46313 Merge "Enable API tracking on glance-appwidget-proto." into androidx-main am: ac983a6093 by Treehugger Robot · 1 year, 2 months ago
  71. 285a341 Merge "Create a demo of Glance text component styles" into androidx-main by Zoe Page · 1 year, 2 months ago
  72. 8794d4d Merge "Update string descriptions." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  73. 1e2ad75 Update string descriptions. by Zak Cohen · 1 year, 2 months ago
  74. 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
  75. ac983a6 Merge "Enable API tracking on glance-appwidget-proto." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  76. cce667a Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-platform-dev by Treehugger Robot · 1 year, 2 months ago
  77. d70e5d3 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  78. 0575812 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 2 months ago
  79. ea81a39 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 2 months ago
  80. 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
  81. d187a79 Enable API tracking on glance-appwidget-proto. by Zak Cohen · 1 year, 2 months ago
  82. 530d233 Unpin robolectric tests from a fixed sdk. by Zak Cohen · 1 year, 2 months ago
  83. 133a0c1 Unpin robolectric tests from a fixed sdk. by Zak Cohen · 1 year, 2 months ago
  84. b948eda Merge "Update current API signatures after Metalava update" into androidx-main am: ebd47f1090 by Aurimas Liutikas · 1 year, 2 months ago
  85. 8c42240 Update current API signatures after Metalava update by Jinseong Jeon · 1 year, 2 months ago
  86. a02e8af Merge changes from topic "278769092_suppress_compat" into androidx-main am: f6dfef85c4 by Aurimas Liutikas · 1 year, 2 months ago
  87. 0de8629 Create a demo of Glance text component styles by Zoe Page · 1 year, 3 months ago
  88. a4e7e2b Opt-in d,e,f,g-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 2 months ago
  89. 2eaca83 Merge "Additional API file method ordering updates" into androidx-main am: af49a01172 by Aurimas Liutikas · 1 year, 2 months ago
  90. c280826 Additional API file method ordering updates by Julia McClellan · 1 year, 2 months ago
  91. 1ebfad0 Merge "Update versions for release id 1683738000000" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  92. e111e9e Update versions for release id 1683738000000 by natnaelbelay · 1 year, 2 months ago
  93. 7d586b5 Update versions for release id 1683738000000 by natnaelbelay · 1 year, 2 months ago
  94. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  95. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  96. 87e2f3d Merge "Update sample to include a whole class definition" into androidx-main am: 97038dd2d3 by Treehugger Robot · 1 year, 2 months ago
  97. f5d3bcc Merge "Move glance away from Compose multiplatform setup" into androidx-main am: c102232599 by Aurimas Liutikas · 1 year, 2 months ago
  98. 97038dd Merge "Update sample to include a whole class definition" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  99. a71085c Update sample to include a whole class definition by Willie Koomson · 1 year, 2 months ago
  100. e398c6c Merge "StrictModeTest logging" into androidx-main am: 058109a2a7 by Treehugger Robot · 1 year, 2 months ago