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: Remove cordova methods from cozy-device-helper #2664

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zatteo
Copy link
Member

@zatteo zatteo commented Dec 13, 2024

No description provided.

@zatteo zatteo force-pushed the feat/clean-cordova-logic branch 2 times, most recently from 7c57ad4 to e80d2e7 Compare January 13, 2025 14:05
@zatteo zatteo marked this pull request as ready for review January 13, 2025 14:05
BREAKING CHANGE: Every cordova related methods
have been removed.

When updating, if you find a method below, it is probably dead code
that you can remove. :
- hasDevicePlugin,
- hasInAppBrowserPlugin,
- hasSafariPlugin,
- hasNetworkInformationPlugin
- checkApp
- startApp
- nativeLinkOpen
- openDeeplinkOrRedirect
- getDeviceName

When updating, if you find a method below, keep what is relevant,
i.e. what is related to `isWebApp()` or `!isMobileApp()` or
`!isCordova()` :
- isCordova
- getPlatform
- isIOSApp
- isAndroidApp
- isMobileApp
- isWebApp
@zatteo zatteo force-pushed the feat/clean-cordova-logic branch from e80d2e7 to 2599635 Compare February 7, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant