[go: nahoru, domu]

  1. 2a1d074 Fix issue that getGlanceIds returns empty ids on clearing appData. by Shamali P · 8 months ago
  2. 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
  3. 9779b08 Use immutable PendingIntents where possible by Willie Koomson · 8 months ago
  4. 5c6dd47 Merge "Add SessionManager.runWithLock" into androidx-main by Treehugger Robot · 8 months ago
  5. f60dd01 Add SessionManager.runWithLock by Willie Koomson · 8 months ago
  6. 3f0c151 Kotlinify Data & ParcelableData by Sergey Vasilinetc · 8 months ago
  7. 7eda4c8 Merge "[glance] Api feedback for background.kt" into androidx-main by Brenton Bade · 8 months ago
  8. 2027e1a [glance] Api feedback for background.kt by Brenton · 8 months ago
  9. 3d8c851 [glance] Fix scaffold api by Brenton · 8 months ago
  10. a3ebde7 Merge "Adds assertions for testing `actionRunCallback`. Also adds additional shorthand "class type" based variants to the existing action related test filters and assertions. See relNote." into androidx-main by Shamali Patwa · 8 months ago
  11. 7da9902 [glance] Add scaffold, Adjust title bar by Brenton · 10 months ago
  12. 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
  13. 5e2560d Add a content description demo appwidget for a common case of container with clickable button and other non-clickable text content - showing how it behaves when content description is set vs not set on the top-level container of each item in a lazy list. by Shamali P · 8 months ago
  14. a59bb7e Merge "[glance] Move components to the glance-material3 module" into androidx-main by Brenton Bade · 8 months ago
  15. 5b0f263 Move ConfigManager.getValue() out of withMutableSnapshot block by Willie Koomson · 8 months ago
  16. c62dd30 [glance] Move components to the glance-material3 module by Brenton · 9 months ago
  17. cbb855d Merge "Update to Kotlin 1.9.20" into androidx-main by Andrei Shikov · 9 months ago
  18. b4902f3 Update to Kotlin 1.9.20 by Andrei Shikov · 11 months ago
  19. b9f09cc Upgrade to robolectric 4.11.1 by Aurimas Liutikas · 9 months ago
  20. 54f4c8d Update runComposition logic by Willie Koomson · 9 months ago
  21. d8edb18 [glance] Rename tint to colorFilter by Brenton · 9 months ago
  22. e8dce86 [glance] Add hook for providing custom error view by Brenton · 10 months ago
  23. bd55281c Merge "Add GlanceAppWidget.runComposition" into androidx-main by Willie Koomson · 9 months ago
  24. 6a74b48 Convert Core ComponentActivity to Kotlin by Ian Lake · 9 months ago
  25. 5729d1d Add GlanceAppWidget.runComposition by Willie Koomson · 10 months ago
  26. 26cb242 Remove PrimitiveInLambda suppressions by George Mount · 9 months ago
  27. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 9 months ago
  28. 8efd915 Merge "Remove dot from dimen resource `glance_component_circle_icon_button_corners`" into androidx-main by Shamali Patwa · 9 months ago
  29. 826b1f4 Remove dot from dimen resource `glance_component_circle_icon_button_corners` by Shamali P · 10 months ago
  30. affb44b Do not trampoline activity launches from lazy list items by Willie Koomson · 10 months ago
  31. 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 · 10 months ago
  32. 22cecab Update metalava to latest build by Andrei Shikov · 10 months ago
  33. 5270427 Merge "Do not leak effect Job in SessionWorker" into androidx-main by Willie Koomson · 10 months ago
  34. 580c44c Do not leak effect Job in SessionWorker by Willie Koomson · 10 months ago
  35. 9e5a248 Add has_color_filter to layout proto to fix b/300949346. Was missed earlier. by Shamali P · 10 months ago
  36. 78d1d02 Add lint rule for primitive collections by George Mount · 10 months ago
  37. 52d3ce3 [glance] Add TitleBar component by Brenton · 12 months ago
  38. 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 · 10 months ago
  39. a1736ca Merge "Revert "Removes Glance baselined ListIterator issues"" into androidx-main by Treehugger Robot · 10 months ago
  40. 914f7b3 Revert "Removes Glance baselined ListIterator issues" by Zak Cohen · 10 months ago
  41. 4ee9fdb Preemptively suppresses AutoboxingStateCreation issues in Glance by Louis Pullen-Freilich · 10 months ago
  42. ebf1191 Removes Glance baselined ListIterator issues by Louis Pullen-Freilich · 10 months ago
  43. f1df904 [glance] Add ripple override to clickable modifier by Brenton · 12 months ago
  44. 6aecc7d1 [glance] Add M3 text and icon buttons by Brenton · 1 year, 1 month ago
  45. ce435e8 [glance] Add tint to background modifier by Brenton · 1 year, 1 month ago
  46. 761ab24a Merge changes from topic "base-lib-node" into androidx-main by Shamali Patwa · 10 months ago
  47. ed71bb7 [Unit test lib] Add filters for progress indicators and nodes with any descendant matching a matcher. by Shamali P · 10 months ago
  48. 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 · 10 months ago
  49. 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 · 11 months ago
  50. bf32fc8 Merge "Catch errors in the composition and send the errorUiLayout" into androidx-main by Willie Koomson · 11 months ago
  51. f3c66ba Update Glance owners by Zak Cohen · 11 months ago
  52. e7bee11 Catch errors in the composition and send the errorUiLayout by Willie Koomson · 11 months ago
  53. c95bd73 Revert "Removes baselined ListIterator issues" by Zak Cohen · 11 months ago
  54. df18ddf Merge changes from topic "297037959_custom_restrictto" into androidx-main by Treehugger Robot · 11 months ago
  55. bf1e93c Merge changes I13204f11,I3fc089bb into androidx-main by Louis Pullen-Freilich · 11 months ago
  56. 48a33a9 Update lint baselines for forked RestrictedApi check by Alan Viverette · 11 months ago
  57. cba2b95 Merge "Cancel processEmittableTree when the recomposition state changes" into androidx-main by Willie Koomson · 11 months ago
  58. 1ffdbfc Removes baselined ListIterator issues by Louis Pullen-Freilich · 11 months ago
  59. 1a55871 Cancel processEmittableTree when the recomposition state changes by Willie Koomson · 11 months ago
  60. 46d4d72 Merge changes from topic "base-lib-node" into androidx-main by Shamali Patwa · 11 months ago
  61. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 11 months ago
  62. f8d3f25 [Unit test lib] Add appwidget-specific filters and assertions - isChecked, isNotChecked, and for clicks that start activity / service or broadcasts. by Shamali P · 11 months ago
  63. 4104f88 [Unit test lib] Add surface-common filters and assertions for click actions (hasClickAction, hasNoClickAction, hasStartActivityClickAction). by Shamali P · 11 months ago
  64. 8f28a16 Add support for dropping java resources in BundleInsideHelper by Aurimas Liutikas · 11 months ago
  65. d37ea63 Merge "[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." into androidx-main by Shamali Patwa · 11 months ago
  66. 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
  67. e22690f Enables ListIterator for all Compose libraries by Louis Pullen-Freilich · 11 months ago
  68. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  69. 99a81a5 Merge "Re-enable RestricedApi check" into androidx-main by Treehugger Robot · 11 months ago
  70. 578019f Re-enable RestricedApi check by Aurimas Liutikas · 11 months ago
  71. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 11 months ago
  72. f468727 Optimize global write observer in GlobalSnapshotManager by Andrei Shikov · 11 months ago
  73. a0c609f Merge "Catch uses of @suppress usage in kdoc" into androidx-main by Treehugger Robot · 11 months ago
  74. 5fdc134 Catch uses of @suppress usage in kdoc by Aurimas Liutikas · 12 months ago
  75. 292d2ab Remove renaming of test apks by Aurimas Liutikas · 11 months ago
  76. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  77. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 11 months ago
  78. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 12 months ago
  79. 025a6bb Merge "Revert "Upgrade to AGP 8.2.0-alpha14"" into androidx-main by Nader Jawad · 12 months ago
  80. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 12 months ago
  81. be5a407 Merge "Upgrade to AGP 8.2.0-alpha14" into androidx-main by Aurimas Liutikas · 12 months ago
  82. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 12 months ago
  83. 794050b Merge changes from topic "base-lib-node" into androidx-main by Shamali Patwa · 12 months ago
  84. bf8b68a Merge "Update AppWidgetUpdateBenchmark to specify metric package filter" into androidx-main by Treehugger Robot · 12 months ago
  85. ccee08f Update AppWidgetUpdateBenchmark to specify metric package filter by Chris Craik · 12 months ago
  86. a8d2ab3 Merge "Make ActionTrampolineActivity use Theme.NoDisplay" into androidx-main by Willie Koomson · 12 months ago
  87. aa1f50f Make ActionTrampolineActivity use Theme.NoDisplay by Willie Koomson · 12 months ago
  88. 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 · 12 months ago
  89. d5f7d2f [Unit test lib] Create a base representation of a GlanceNode for testing in base layer (glance-testing) lib. by Shamali P · 12 months ago
  90. 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 · 12 months ago
  91. 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 · 12 months ago
  92. 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 · 12 months ago
  93. 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
  94. 7a3ddef Move away from deprecated Project.buildDir in generator task. by Zak Cohen · 12 months ago
  95. c28b420 Add provideGlance sample for periodic updates by Willie Koomson · 1 year ago
  96. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year ago
  97. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 1 year ago
  98. a93a3a2 Update AndroidX to coroutines 1.7.1 by Zhiyuan Wang · 1 year, 1 month ago
  99. 60e4ce3 Merge "Add FLAG_UNSAFE_MUTABLE_IMPLICIT_INTENT for lazy list translators" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  100. 7947fed Add FLAG_UNSAFE_MUTABLE_IMPLICIT_INTENT for lazy list translators by Willie Koomson · 1 year, 1 month ago