1. c9fcd92 Merge "Add array and list item extensions for LazyListScope" into androidx-main by Treehugger Robot · 3 years ago
  2. e193cd9 Merge "API Feedback: Make CurvedTextStyle for CurvedText." into androidx-main by Jamie Garside · 3 years ago
  3. 7811754 Add array and list item extensions for LazyListScope by Cyrus Boadway · 3 years ago
  4. aaa8be8 Apply modifiers to LazyColumn by Cyrus Boadway · 3 years ago
  5. 5e5655b API Feedback: Make CurvedTextStyle for CurvedText. by Jamie Garside · 3 years ago
  6. 5049d55 Merge "App Widgets inline LazyColumn" into androidx-main by Cyrus Boadway · 3 years ago
  7. 8164c16 App Widgets inline LazyColumn by Cyrus Boadway · 3 years, 1 month ago
  8. f787a86 Upgrade metalava to ab/7738715 by Aurimas Liutikas · 3 years ago
  9. 72f9857 Merge "API review: Update GlanceTileService method documentation." into androidx-main by Treehugger Robot · 3 years ago
  10. 2a4525a API review: Update GlanceTileService method documentation. by Jamie Garside · 3 years ago
  11. a37432a Fix dependencies for tiles-renderer. by Jamie Garside · 3 years ago
  12. 611fcd8 Merge changes from topic "text_arc_screenshot_tests" into androidx-main by Jamie Garside · 3 years ago
  13. bbf4644 Mark CoroutineBroadcastReceiverTest as flaky. by Pierre Barbier de Reuille · 3 years ago
  14. 2233a05 Reduce minTargetSDK to 21 for Glance and glance-appwidget by marcelpinto · 3 years ago
  15. a1f87c3 Merge "Add launch activity user action to glance library" into androidx-main by Treehugger Robot · 3 years ago
  16. 646e0d1 Add launch activity user action to glance library by Zoe Page · 3 years ago
  17. 539ecbf Add @CallSuper in GlanceAppWidgetReceiver.kt by marcelpinto · 3 years ago
  18. 7584fe8 Improve integration tests and broadcast receiver test by Pierre Barbier de Reuille · 3 years ago
  19. e469ae0 Correct the text weight handling. by Pierre Barbier de Reuille · 3 years ago
  20. 9582d8a Adding a first demos for app widget for Responsive mode. by Pierre Barbier de Reuille · 3 years ago
  21. 72739ae Added additional screenshot tests. by Jamie Garside · 3 years, 1 month ago
  22. dbfe836 Add support for CurvedRow and CurvedText for Wear. by Jamie Garside · 3 years, 1 month ago
  23. b9265be Add translation context to app widget translation by Cyrus Boadway · 3 years, 1 month ago
  24. bd60e5a Merge "Replace explicit RemoteViews reflection action with core-remoteviews" into androidx-main by Treehugger Robot · 3 years ago
  25. 0103b79 Replace explicit RemoteViews reflection action with core-remoteviews by Pierre Barbier de Reuille · 3 years ago
  26. 1248632 Adding emulator tests for the new App Widget Sizes. by Pierre Barbier de Reuille · 3 years, 1 month ago
  27. a61453c Handle size mode specification for Glance App Widget by Pierre Barbier de Reuille · 3 years, 1 month ago
  28. aed8c9b Merge "Add compose:runtime as an api dependency." into androidx-main by Jamie Garside · 3 years, 1 month ago
  29. 5f2669d Add compose:runtime as an api dependency. by Jamie Garside · 3 years, 1 month ago
  30. b0cdd733 Merge "Corrections for a mistake and some style issues." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  31. 769030a Corrections for a mistake and some style issues. by Pierre Barbier de Reuille · 3 years, 1 month ago
  32. d456f5f Merge "Enable snapshots for androidx.glance." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  33. 5b16272 Merge "Add initial implementation of CurvedRow/Text." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  34. 406dc20 Enable snapshots for androidx.glance. by Jamie Garside · 3 years, 1 month ago
  35. b15ba57 Add initial implementation of CurvedRow/Text. by Jamie Garside · 3 years, 1 month ago
  36. ed39ad4 Merge "Add initial composer for glance-wear." into androidx-main by Jamie Garside · 3 years, 1 month ago
  37. 1689628 Translate row and column views for glance AppWidget by Zoe Page · 3 years, 1 month ago
  38. 711205c Correct translation of text for API 28+ by Pierre Barbier de Reuille · 3 years, 1 month ago
  39. c4b2dd8 Adding AppWidgetProvider and tests. by Pierre Barbier de Reuille · 3 years, 1 month ago
  40. 412262d Add initial composer for glance-wear. by Jamie Garside · 3 years, 1 month ago
  41. 4982650 Merge changes from topic "basic_receiver" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  42. 847921c Adding first version of the AppWidgetComposer, with tests by Pierre Barbier de Reuille · 3 years, 1 month ago
  43. 0ad54c9 Adding translation of Text for App Widget by Pierre Barbier de Reuille · 3 years, 1 month ago
  44. ff5feab Add initial screenshots for Glance Wear. by Jamie Garside · 3 years, 1 month ago
  45. a4846a7 Add translation for Text for Glance Wear. by Jamie Garside · 3 years, 1 month ago
  46. 99aab651 Adding a minimal version of the Text composable. by Pierre Barbier de Reuille · 3 years, 1 month ago
  47. 01303a7 Merge "Implement Row, Column and BackgroundModifier for Wear." into androidx-main by Jamie Garside · 3 years, 1 month ago
  48. 3bffcfe Merge "Add a mechanism to limit the depth of the composition tree." into androidx-main by Pierre Barbier de Reuille · 3 years, 1 month ago
  49. a868c84 Merge "Correct flaky coroutine test" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  50. a7c5dd7 Implement Row, Column and BackgroundModifier for Wear. by Jamie Garside · 3 years, 1 month ago
  51. 04d3dc9 Correct flaky coroutine test by Pierre Barbier de Reuille · 3 years, 1 month ago
  52. 6df038f Add a mechanism to limit the depth of the composition tree. by Pierre Barbier de Reuille · 3 years, 1 month ago
  53. c750587 Merge "Add Background modifier, along with the Color classes." into androidx-main by Jamie Garside · 3 years, 1 month ago
  54. fd51968 Add Background modifier, along with the Color classes. by Jamie Garside · 3 years, 1 month ago
  55. 6f1745e Merge changes from topic "basic_receiver" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  56. 74c83fd Adding initial composition translator, with tests, for App Widget. by Pierre Barbier de Reuille · 3 years, 1 month ago
  57. 3545e5a Add implementation of a broadcast receiver with coroutine scope. by Pierre Barbier de Reuille · 3 years, 1 month ago
  58. e96ae5f Adding DpSize as a standard not-quite-data class. by Pierre Barbier de Reuille · 3 years, 1 month ago
  59. 490d129 Merge "Add Row and Column to androidx.glance." into androidx-main by Jamie Garside · 3 years, 1 month ago
  60. 9726f78 Add Row and Column to androidx.glance. by Jamie Garside · 3 years, 1 month ago
  61. 5cf6ca4 Add initial composition translator, with tests, for Wear. by Jamie Garside · 3 years, 1 month ago
  62. 98c0ff9 Enable API tracking for androidx.glance. by Jamie Garside · 3 years, 1 month ago
  63. a507063 Merge changes I0f4be157,I3d1a40d9 into androidx-main by Jamie Garside · 3 years, 1 month ago
  64. ba51872 Add Box composable, along with its emittable. by Jamie Garside · 3 years, 1 month ago
  65. 1a0a9a6 Convert PaddingModifier to not be a data class. by Jamie Garside · 3 years, 1 month ago
  66. 0c276d8 Add Alignment to androidx.glance. by Jamie Garside · 3 years, 1 month ago
  67. 8b5ae84 Merge "Add dimension modifiers to androidx.glance." into androidx-main by Jamie Garside · 3 years, 1 month ago
  68. 37bb29c Merge "Create folder structure for glance-appwidget and glance-wear." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  69. 656c749 Add dimension modifiers to androidx.glance. by Jamie Garside · 3 years, 1 month ago
  70. dbd0308 Added Padding modifier with tests. by Jamie Garside · 3 years, 1 month ago
  71. 562f9a0 Add Dp classes. by Jamie Garside · 3 years, 1 month ago
  72. b74c6e7 Add Applier and root Emittables. by Jamie Garside · 3 years, 1 month ago
  73. 0bc8e25 Create folder structure for glance-appwidget and glance-wear. by Jamie Garside · 3 years, 1 month ago
  74. f39e414 Added Modifier interface, along with tests. by Pierre Barbier de Reuille · 3 years, 1 month ago
  75. 2af1a3b Added directory structure for androidx.glance. by Jamie Garside · 3 years, 1 month ago