-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add offline related methods to cozy-intent and to cozy-device-helper #2562
Merged
Conversation
This file contains 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
`flagshipLinkRequest` intent will be used by new `FlagshipLink` link in cozy-client
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Jul 26, 2024
`cozy-intent` has been upgraded to `2.22.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562
This was referenced Jul 26, 2024
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Jul 26, 2024
`cozy-intent` has been upgraded to `2.22.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562
acezard
approved these changes
Jul 30, 2024
2 tasks
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Aug 13, 2024
`cozy-intent` has been upgraded to `2.22.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562
`downloadFile` intent will be used by `cozy-client/models/file` in order to download files through Flagship app
Since cozy/cozy-flagship-app#1209 the Flagship app can inject the `offline_available` attribute into WebViews metadata in order to tell the cozy-app when offline mode is supported The new `` method can now be used to check this attribute
Ldoppea
changed the title
feat(cozy-intent): Add
feat: Add offline related methods to cozy-intent and to cozy-device-helper
Aug 26, 2024
flagshipLinkRequest
native method
This was referenced Aug 26, 2024
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Sep 9, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Sep 9, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Sep 9, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562
4 tasks
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Sep 19, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Sep 19, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562 BREAKING CHANGE: cozy-client now requires cozy-intent >= 2.23.0 (used for offline support)
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Sep 24, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562 BREAKING CHANGE: cozy-client now requires cozy-intent >= 2.23.0 (used for offline support)
Ldoppea
added a commit
to cozy/cozy-client
that referenced
this pull request
Sep 24, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve `flagshipLinkRequest` new intent Related PR: cozy/cozy-libs#2562 BREAKING CHANGE: cozy-client now requires cozy-intent >= 2.23.0 (used for offline support)
Ldoppea
added a commit
to cozy/cozy-flagship-app
that referenced
this pull request
Sep 24, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve new interfaces for FlagshipLink and files downloading Related PR: cozy/cozy-libs#2562
Ldoppea
added a commit
to cozy/cozy-home
that referenced
this pull request
Sep 24, 2024
`cozy-device-helper` has been upgraded to `3.1.0` in order to retrieve the Offline mode support Related PR: cozy/cozy-libs#2562
Ldoppea
added a commit
to cozy/mespapiers
that referenced
this pull request
Sep 24, 2024
`cozy-device-helper` has been upgraded to `3.1.0` in order to retrieve the Offline mode support Related PR: cozy/cozy-libs#2562
Ldoppea
added a commit
to cozy/cozy-flagship-app
that referenced
this pull request
Sep 25, 2024
`cozy-intent` has been upgraded to `2.23.0` to retrieve new interfaces for FlagshipLink and files downloading Related PR: cozy/cozy-libs#2562
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.
flagshipLinkRequest
intent will be used by newFlagshipLink
link in cozy-client