Skip to content
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: Handle offline mode in Flagship app #2186

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 24, 2024

  1. refactor: Use useSettings hook in DefaultRedirectionSnackbar

    In cozy/cozy-client#1460 we implemented a new `useSettings` hook
    
    This hook can be used in `DefaultRedirectionSnackbar` in order to
    simplify code and homogenize the way we access cozy-apps settings
    Ldoppea committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cafd347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa234a1 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade cozy-harvest-lib

    `cozy-harvest-lib` has been upgraded to `30.0.1` in order to retrieve a
    fix on accounts fetching that provide support for Offline mode
    
    Related PR: cozy/cozy-libs#2585
    Ldoppea committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7f5be5b View commit details
    Browse the repository at this point in the history
  4. feat: Upgrade cozy-client and cozy-intent

    `cozy-client` has been upgraded to `49.0.0` in order to retrieve the
    Offline mode support
    
    `cozy-intent` has been upgraded to `2.23.0` as it is the new minimal
    version for `cozy-client` since `49.0.0`
    
    Related PR: cozy/cozy-client#1507
    Ldoppea committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1c0d809 View commit details
    Browse the repository at this point in the history
  5. feat: Upgrade cozy-device-helper

    `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 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8d428e7 View commit details
    Browse the repository at this point in the history
  6. feat: Handle offline mode in Flagship app

    We want cozy-home to be compatible with the new Flagship app's Offline
    mode
    
    When hosted in a Flagship app's WebView we now want to use FlagshipLink
    instead of StackLink in cozy-client
    
    This link will allow to redirect all queries to the Flagship app that
    will handle data access when offline but also when online
    
    Related PR: cozy/cozy-client#1507
    Related PR: cozy/cozy-flagship-app#1239
    Ldoppea committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    189dc77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4a2575 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95cc6d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e56ea58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    797a312 View commit details
    Browse the repository at this point in the history