Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cozy/cozy-store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a530713
Choose a base ref
...
head repository: cozy/cozy-store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2c4efb
Choose a head ref
  • 8 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 14, 2022

  1. feat: use cozy-intent instead of konnectorOpenUri

    Old `konnectorOpenUri` mechanisme is removed in favor of cozy-intent
    based one
    
    Those mechanisms are used to tell parent react-native app that a
    connector pane needs to be opened
    
    `konnectorOpenUri` required the parent react-native app to inject a
    token in the store's url so the store would know if executed in a
    react-native context or not, and then intercept navigation URLs to
    detect if a connector needs to be opened. This implementation was not
    easy to understand
    
    New implementation uses cozy-device-helper to detect if run from
    CozyFlagship app and the uses cozy-intent messaging service to ask for
    displaying a connector
    Ldoppea committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    56f5cf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    21bb11a View commit details
    Browse the repository at this point in the history
  2. fix: Better sort

    Crash-- committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    262b0bd View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade to node 16

    Crash-- committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    5f67d8e View commit details
    Browse the repository at this point in the history
  4. feat: Add nvmrc file

    Crash-- committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    7dc8d4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfff3cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8617fc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    d2c4efb View commit details
    Browse the repository at this point in the history
Loading