[go: nahoru, domu]

  1. 292d2ab Remove renaming of test apks by Aurimas Liutikas · 1 year ago
  2. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 1 year ago
  3. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 1 year ago
  4. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 1 year, 1 month ago
  5. 025a6bb Merge "Revert "Upgrade to AGP 8.2.0-alpha14"" into androidx-main by Nader Jawad · 1 year, 1 month ago
  6. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 1 year, 1 month ago
  7. be5a407 Merge "Upgrade to AGP 8.2.0-alpha14" into androidx-main by Aurimas Liutikas · 1 year, 1 month ago
  8. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 1 year, 1 month ago
  9. 794050b Merge changes from topic "base-lib-node" into androidx-main by Shamali Patwa · 1 year, 1 month ago
  10. bf8b68a Merge "Update AppWidgetUpdateBenchmark to specify metric package filter" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  11. ccee08f Update AppWidgetUpdateBenchmark to specify metric package filter by Chris Craik · 1 year, 1 month ago
  12. a8d2ab3 Merge "Make ActionTrampolineActivity use Theme.NoDisplay" into androidx-main by Willie Koomson · 1 year, 1 month ago
  13. aa1f50f Make ActionTrampolineActivity use Theme.NoDisplay by Willie Koomson · 1 year, 1 month ago
  14. 5099642 [Unit test lib] Add base assertions, matchers, and two emittable based filters to start with (matching compose as much possible). More to follow. by Shamali P · 1 year, 1 month ago
  15. d5f7d2f [Unit test lib] Create a base representation of a GlanceNode for testing in base layer (glance-testing) lib. by Shamali P · 1 year, 1 month ago
  16. 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, 1 month ago
  17. 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, 1 month ago
  18. 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, 1 month ago
  19. 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, 1 month ago
  20. 7a3ddef Move away from deprecated Project.buildDir in generator task. by Zak Cohen · 1 year, 1 month ago
  21. c28b420 Add provideGlance sample for periodic updates by Willie Koomson · 1 year, 1 month ago
  22. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  23. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 1 year, 2 months ago
  24. a93a3a2 Update AndroidX to coroutines 1.7.1 by Zhiyuan Wang · 1 year, 2 months ago
  25. 60e4ce3 Merge "Add FLAG_UNSAFE_MUTABLE_IMPLICIT_INTENT for lazy list translators" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  26. 7947fed Add FLAG_UNSAFE_MUTABLE_IMPLICIT_INTENT for lazy list translators by Willie Koomson · 1 year, 2 months ago
  27. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year, 2 months ago
  28. 7b3cd84 Fix detecting value classes in lint rule by George Mount · 1 year, 3 months ago
  29. 8ab4545 Merge "Add more documentation for provideGlance" into androidx-main by Willie Koomson · 1 year, 2 months ago
  30. 7206c87 Add more documentation for provideGlance by Willie Koomson · 1 year, 2 months ago
  31. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 1 year, 2 months ago
  32. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 2 months ago
  33. 01901c2 Follow up of aosp/2617895 to also disable methods with explicit sdk overrides in LazyColumnTest. by Shamali P · 1 year, 2 months ago
  34. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 2 months ago
  35. 8befd23 Merge changes from topic "merge_platform_dev" into androidx-main by Alan Viverette · 1 year, 2 months ago
  36. b84fb11 Fix issue that setting horizontal alignment didn't work for `LazyColumn` or `LazyVerticalGrid` by Shamali P · 1 year, 3 months ago
  37. 02cdf41 Fix CoroutineBroadcastReceiverTest by Willie Koomson · 1 year, 2 months ago
  38. e70d00d Merge "Add a lint check to the UI Module" into androidx-main am: 784e668c6d by Treehugger Robot · 1 year, 3 months ago
  39. f24ae42 Add a lint check to the UI Module by Ralston Da Silva · 1 year, 3 months ago
  40. 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
  41. 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
  42. ef3a96e Merge "Add key parameters for all functions that accept lambdas" into androidx-main am: 81cb589361 by Willie Koomson · 1 year, 3 months ago
  43. 81cb589 Merge "Add key parameters for all functions that accept lambdas" into androidx-main by Willie Koomson · 1 year, 3 months ago
  44. 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
  45. 989126f Re-enable GlanceAppWidgetReceiverScreenshotTest as a potential fix landed in b/283484546 by Shamali Patwa · 1 year, 3 months ago
  46. a30ac61 Merge "StrictModeTest only detects unsafe launches" into androidx-main am: cf2d68d181 by Willie Koomson · 1 year, 3 months ago
  47. cf2d68d Merge "StrictModeTest only detects unsafe launches" into androidx-main by Willie Koomson · 1 year, 3 months ago
  48. 6d69365 StrictModeTest only detects unsafe launches by Willie Koomson · 1 year, 3 months ago
  49. eac764b Merge "Disable LazyColumnTest on API 34" into androidx-main am: c762692e2e by Treehugger Robot · 1 year, 3 months ago
  50. c762692 Merge "Disable LazyColumnTest on API 34" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  51. 0c9ed1b Merge "Add RECEIVER_EXPORTED flag in CoroutineBroadcastReceiverTest" into androidx-main am: 2a27b88c52 by Willie Koomson · 1 year, 3 months ago
  52. 79942db Merge "Add API for setting CoroutineContext for GlanceAppWidgetReceiver requests" into androidx-main am: 72fb0bb547 by Willie Koomson · 1 year, 3 months ago
  53. d04e7a6 Add key parameters for all functions that accept lambdas by Willie Koomson · 1 year, 3 months ago
  54. 69a8553 Disable LazyColumnTest on API 34 by Willie Koomson · 1 year, 3 months ago
  55. 2a27b88 Merge "Add RECEIVER_EXPORTED flag in CoroutineBroadcastReceiverTest" into androidx-main by Willie Koomson · 1 year, 3 months ago
  56. af6af7d Add RECEIVER_EXPORTED flag in CoroutineBroadcastReceiverTest by Willie Koomson · 1 year, 3 months ago
  57. 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
  58. ce8b1e8 Add API for setting CoroutineContext for GlanceAppWidgetReceiver requests by Willie Koomson · 1 year, 3 months ago
  59. 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
  60. 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
  61. 18f2612 Merge "Add lint rule for autoboxing lambdas" into androidx-main am: b8f476d83d by Treehugger Robot · 1 year, 3 months ago
  62. 631621a Add lint rule for autoboxing lambdas by George Mount · 1 year, 3 months ago
  63. 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
  64. 9084e0a Ignore flaky test by ivychen · 1 year, 3 months ago
  65. 65fa0ed7 Merge "Ignore flaky test" into androidx-main am: 8baa3aeaf4 by Ivy Chen · 1 year, 3 months ago
  66. 156668f Ignore flaky test by Ivy Chen · 1 year, 3 months ago
  67. 7783f24 Merge "Fix ActivityOptions for LazyList actions" into androidx-main am: e33ef9d74c by Willie Koomson · 1 year, 3 months ago
  68. e33ef9d Merge "Fix ActivityOptions for LazyList actions" into androidx-main by Willie Koomson · 1 year, 3 months ago
  69. dc8da7d Fix ActivityOptions for LazyList actions by Willie Koomson · 1 year, 3 months ago
  70. 44f52cd Merge "Disable flaking lazyColumn_actionRunCallback test" into androidx-main am: 91294736c9 by Treehugger Robot · 1 year, 3 months ago
  71. e3b6b06 Disable flaking lazyColumn_actionRunCallback test by Aurimas Liutikas · 1 year, 3 months ago
  72. a2b90d8 Merge "Exclude ActionTrampolineActivity from recents" into androidx-main am: b8bcd06c3c by Willie Koomson · 1 year, 3 months ago
  73. b8bcd06 Merge "Exclude ActionTrampolineActivity from recents" into androidx-main by Willie Koomson · 1 year, 3 months ago
  74. 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
  75. 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
  76. 7a42933 Exclude ActionTrampolineActivity from recents by Willie Koomson · 1 year, 3 months ago
  77. 08aac01 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-platform-dev by Treehugger Robot · 1 year, 3 months ago
  78. 4a141c6 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  79. 98ca4b5 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 3 months ago
  80. 2653cf1 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 3 months ago
  81. cbb45c7 Merge "Disable CheckBoxTests on API 33" into androidx-main am: 7abacd3262 by Treehugger Robot · 1 year, 3 months ago
  82. c07b8b4 Disable CheckBoxTests on API 33 by Aurimas Liutikas · 1 year, 3 months ago
  83. 49a4e79 Merge "Update tiles-renderer to use protolayout types everywhere" into androidx-main am: 230757b915 by Mohammad Saboorian · 1 year, 3 months ago
  84. 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, 3 months ago
  85. 230757b9 Merge "Update tiles-renderer to use protolayout types everywhere" into androidx-main by Mohammad Saboorian · 1 year, 3 months ago
  86. 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, 3 months ago
  87. 8a74800 Update tiles-renderer to use protolayout types everywhere by Mohammad Saboorian · 1 year, 5 months ago
  88. 4603587 Merge "Add support for setting ActivityOptions bundle for actionStartActivity" into androidx-main am: d89ea9b117 by Treehugger Robot · 1 year, 3 months ago
  89. 23c9ec2 Add support for setting ActivityOptions bundle for actionStartActivity by Willie Koomson · 1 year, 3 months ago
  90. 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, 3 months ago
  91. cff0b23 Merge "Create a demo of Glance text component styles" into androidx-main am: 285a3415f9 by Zoe Page · 1 year, 3 months ago
  92. d59f1ac Merge "Update string descriptions." into androidx-main am: 8794d4d6ba by Treehugger Robot · 1 year, 3 months ago
  93. 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, 3 months ago
  94. 6f46313 Merge "Enable API tracking on glance-appwidget-proto." into androidx-main am: ac983a6093 by Treehugger Robot · 1 year, 3 months ago
  95. 285a341 Merge "Create a demo of Glance text component styles" into androidx-main by Zoe Page · 1 year, 3 months ago
  96. 8794d4d Merge "Update string descriptions." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  97. 1e2ad75 Update string descriptions. by Zak Cohen · 1 year, 3 months ago
  98. 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, 3 months ago
  99. ac983a6 Merge "Enable API tracking on glance-appwidget-proto." into androidx-main by Treehugger Robot · 1 year, 3 months ago
  100. cce667a Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-platform-dev by Treehugger Robot · 1 year, 3 months ago