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