refactor(mobile)!: move Resumed and Suspended to WindowEvent - #1209
Merged
Conversation
Contributor
Package Changes Through 9b2612eThere are 1 changes which include tao with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Legend-Master
approved these changes
Jul 23, 2026
Legend-Master
left a comment
Contributor
There was a problem hiding this comment.
Android part looks good to me
| /// - `private external fun resume()` | ||
| /// - `private external fun pause()` | ||
| /// - `private external fun stop()` | ||
| /// - `private external fun start(activity: WryActivity)` |
Contributor
There was a problem hiding this comment.
The naming here is honestly so confusing, some are prefixed with onActivity while the others are not.
FabianLars
approved these changes
Jul 28, 2026
FabianLars
left a comment
Member
There was a problem hiding this comment.
i think we can support started and stopped on ios (with scenes at least) as well but that's something to investigate in another pr
ios side looks good (though i can't actually test it rn)
Merged
Legend-Master
added a commit
to tauri-apps/wry
that referenced
this pull request
Jul 29, 2026
* chore: updates for tao 0.36 ref tauri-apps/tao#1209 * refactor: changes for tao 0.36 lifecycle renames (#1790) * refactor: changes for tao 0.36 lifecycle renames * Update * Make it easier to see that `onCreate` runs first * more docs * Try to use an atomic bool instead of ProcessLifecycleOwner * Revert "Try to use an atomic bool instead of ProcessLifecycleOwner" This reverts commit 11dab6b. * update tao * update change file * clean up * Rename binding `wryCreate` to `onFirstActivityCreateWry` * more docs --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
Da-NKP
pushed a commit
to tactile-eng/tao
that referenced
this pull request
Aug 24, 2026
…auri-apps#1209)" This reverts commit 71b59ef.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
follow up for tauri-apps/tauri#15199