1. 4e1ef95 Merge changes Ib0157d42,I435bdb40 into androidx-main by Marcello Galhardo · 11 days ago
  2. 7d2955b Add internal synchronization utility in NavEvent by Marcello Galhardo · 11 days ago
  3. 4e2f88d Set up non-Android target hierarchy in NavEvent by Marcello Galhardo · 11 days ago
  4. b8a6f96 Merge "Don't copy collections in NavEvent Dispatcher.dispose()" into androidx-main by Treehugger Robot · 11 days ago
  5. 2405531 Merge "Revert to Boolean for NavEventDispatcherOwner Enabled" into androidx-main by Treehugger Robot · 11 days ago
  6. 93269d2 Don't copy collections in NavEvent Dispatcher.dispose() by Marcello Galhardo · 11 days ago
  7. a7de3d7 Revert to Boolean for NavEventDispatcherOwner Enabled by Marcello Galhardo · 11 days ago
  8. 23a3cb8 Merge "Make NavEventState constructors internal" into androidx-main by Marcello Galhardo · 11 days ago
  9. dd7fabf Make NavEventState constructors internal by Marcello Galhardo · 11 days ago
  10. 03e7a41 Merge "Implement lifecycle for InputHandler in Dispatcher" into androidx-main by Marcello Galhardo · 11 days ago
  11. 5ac03c8 Implement lifecycle for InputHandler in Dispatcher by Marcello Galhardo · 11 days ago
  12. 3a88b76 Merge changes If9819ff7,I7b196d92 into androidx-main by Treehugger Robot · 11 days ago
  13. e7308c0 Add `progress` property to NavigationEventState by Marcello Galhardo · 11 days ago
  14. 5a8773e Add onAttach and onDetach to NavigationEventInputHandler by Kuan-Ying Chou · 11 days ago
  15. 99a7919 Add comments to NavigationEventInputHandler's functions by Kuan-Ying Chou · 11 days ago
  16. 1a8a0e2 Rename AbstractNavigationEventInputHandler to NavigationEventInputHandler by Kuan-Ying Chou · 11 days ago
  17. 1664ca9 Rename NavigationEventInputHandler to DirectNavigationEventInputHandler by Kuan-Ying Chou · 11 days ago
  18. 22b4aad Merge "Add `getState<T>` helper for state" into androidx-main by Treehugger Robot · 12 days ago
  19. e8012ca Clarify and expand KDocs for NavigationEvent by Marcello Galhardo · 12 days ago
  20. 2691b66 Add `getState<T>` helper for state by Marcello Galhardo · 2 weeks ago
  21. 9b1a77d Delete TestNavigationEvent by Marcello Galhardo · 2 weeks ago
  22. db15c5c Migrate tests to NavigationEvent with default params by Marcello Galhardo · 2 weeks ago
  23. 6561904 Add default params to `NavigationEvent` by Marcello Galhardo · 2 weeks ago
  24. e840a7e Merge "Plumb Dispatcher API for InputHandler lifecycle" into androidx-main by Treehugger Robot · 2 weeks ago
  25. 987c28e Plumb Dispatcher API for InputHandler lifecycle by Marcello Galhardo · 2 weeks ago
  26. 0c222f2 Add timing note to NavEventHandler KDoc by Marcello Galhardo · 2 weeks ago
  27. 4c60ceb Revert to Boolean for NavEventHandler Enabled by Marcello Galhardo · 2 weeks ago
  28. acc023d Add contextual NavigationEventHandler by Marcello Galhardo · 2 weeks ago
  29. b8a1478 Add `state` API to NavEventDispatcher by Marcello Galhardo · 2 weeks ago
  30. 8aca101 Merge "Support current/previous info in TestNavCallback" into androidx-main by Treehugger Robot · 2 weeks ago
  31. 5562554 Merge "Add `info` setters to NavEventCallback" into androidx-main by Treehugger Robot · 2 weeks ago
  32. e68c4fe Fix KDocs in TestNavEventCallback by Marcello Galhardo · 2 weeks ago
  33. c7523f0 Support current/previous info in TestNavCallback by Marcello Galhardo · 2 weeks ago
  34. c6e0823 Add `info` setters to NavEventCallback by Marcello Galhardo · 2 weeks ago
  35. e85820c Merge "Clarify BackHandler documentation" into androidx-main by Marcello Galhardo · 2 weeks ago
  36. 4283e31 Merge "Plumb NavEventDirection through NavEventDispatcher" into androidx-main by Treehugger Robot · 2 weeks ago
  37. b65e084 Clarify BackHandler documentation by Marcello Galhardo · 2 weeks ago
  38. 4ca446b Merge "Add NavigationEventHandlerTest" into androidx-main by Treehugger Robot · 2 weeks ago
  39. a889ece Plumb NavEventDirection through NavEventDispatcher by Marcello Galhardo · 2 weeks ago
  40. d4c4727 Plumb InputHandler through NavEventDispatcher by Marcello Galhardo · 2 weeks ago
  41. 36aa78f Add NavigationEventHandlerTest by Marcello Galhardo · 2 weeks ago
  42. 45ab5c6 Use `InputHandler` in NavEvent tests by Marcello Galhardo · 2 weeks ago
  43. eef0df4 Merge "Rename send* functions to handle*" into androidx-main by Kuan-Ying Chou · 2 weeks ago
  44. 3490fd0 Merge "Remove public send functions from OnBackInvokedInputHandler" into androidx-main by Kuan-Ying Chou · 2 weeks ago
  45. 82b6e26 Merge "Introduce AbstractNavigationEventInputHandler" into androidx-main by Kuan-Ying Chou · 2 weeks ago
  46. 86364c5 Rename send* functions to handle* by Kuan-Ying Chou · 2 weeks ago
  47. f60ea70 Remove public send functions from OnBackInvokedInputHandler by Kuan-Ying Chou · 2 weeks ago
  48. 83bdd05 Introduce AbstractNavigationEventInputHandler by Kuan-Ying Chou · 2 weeks ago
  49. 7cc58ee Merge "Add Coroutines to `NavEvent`" into androidx-main by Treehugger Robot · 2 weeks ago
  50. 6b40549 Add Coroutines to `NavEvent` by Marcello Galhardo · 2 weeks ago
  51. a0fc671 Add all KMP targets to NavEvent Compose by Marcello Galhardo · 2 weeks ago
  52. 99a6efe Merge "Update Compose to 1.9.0-beta03 in NavEvent" into androidx-main by Treehugger Robot · 3 weeks ago
  53. 3ac6921 Update Compose to 1.9.0-beta03 in NavEvent by Marcello Galhardo · 3 weeks ago
  54. b40fc0c Resolve `IrLinkageError` in NavEvent Wasm test by Marcello Galhardo · 3 weeks ago
  55. 69c6b8f Merge "Refactor NavEvent dispatch to single-handler model" into androidx-main by Marcello Galhardo · 3 weeks ago
  56. 8c43b5e Merge "Refactor OnBackInvokedInputHandlerTest to use test utils" into androidx-main by Marcello Galhardo · 3 weeks ago
  57. f223b4e Merge "Make parent mandatory for NavEventDispatcherOwner" into androidx-main by Treehugger Robot · 3 weeks ago
  58. 98b63f5 Refactor NavEvent dispatch to single-handler model by Marcello Galhardo · 3 weeks ago
  59. 3145dc0 Refactor OnBackInvokedInputHandlerTest to use test utils by Marcello Galhardo · 3 weeks ago
  60. a3d5d53 Make parent mandatory for NavEventDispatcherOwner by Marcello Galhardo · 3 weeks ago
  61. 31d5298 Remove parameter and field annotations from properties by Julia McClellan · 3 weeks ago
  62. 6d6f618 Merge "Fix NavEvent Handler enabled state with snapshotFlow" into androidx-main by Treehugger Robot · 3 weeks ago
  63. 7d61020 Fix NavEvent dispatcher enabled state observation by Marcello Galhardo · 3 weeks ago
  64. 0d3aee6 Rename parentNavigationEventDispatcher to parent by Marcello Galhardo · 3 weeks ago
  65. f0fadd7 Fix NavEvent Handler enabled state with snapshotFlow by Marcello Galhardo · 3 weeks ago
  66. d84c581 Add NavigationEventDispatcherOwner composable by Marcello Galhardo · 4 weeks ago