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