Android Single Activity Framework compatible with Fragment.
Stars
2.4k
Forks
218
Watchers
2.4k
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
563
commits
42
commits
4
commits
3
commits
1
commits
doc: add compose-bom and material3 to demo, update demo to Compose 1.7
04dfb3aView on GitHubfeature: SharedElementSceneTransitionExecutor add new constructor method parameter to use fallback animator if Scene is translucent
d981e94View on GitHubrefactor: add CoordinateScheduleScene interface, when push or pop Scene without a specific PushOptions/PopOptions, if Scene has this interface, it will use CoordinatePushOptionOperation/CoordinatePopOptionOperation as default
77fca08View on GitHubrefactor: remove SceneGlobalConfig#shouldSkipDispatchWindowFocusChangeToNotReadyScene option and make it always `true`
6ae6b6aView on GitHubrefactor: remove SceneGlobalConfig#usePreviousSavedStateWhenPauseIfPossible option and make it always `true`
ba64657View on GitHubrefactor: remove SceneGlobalConfig#fixNavigationMessageQueueMessageOrderIssue option and make it always `true`
d12f429View on GitHub