This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
forked from microsoft/react-native-code-push
-
Notifications
You must be signed in to change notification settings - Fork 1
upstream #5
Open
vidsag
wants to merge
174
commits into
Unacademy:master
Choose a base branch
from
microsoft:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
upstream #5
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
Issue: Now disallowRestart feature works for InstallMode.IMMEDIATE only. #788 Solution: Move _allowed flag to the native side and use it for ON_NEXT_RESUME, ON_NEXT_SUSPEND, and IMMEDIATE installation mode.
* Added installing Cocoapods for MasOS to script * Fixed installing cocoapods * Moved checking that CocoaPods installed * Fixed error with reactNativeVersion * Removed old code * Fixed error message
Update step 2 in setup-android.md.
* Added getting owner name if app already exists * Added catch and logs
…using ON_NEXT_SUSPEND restart option (#1991)
* Add React Native Windows 0.63.5+ support * modify windows/.npmignore * Update setup-windows.md * Revert package.json changes * Add newline at the end of added files * Update demo app package.json to show minimum version * Update setup-windows.md * Update setup-windows.md Co-authored-by: Aleksey <[email protected]>
Co-authored-by: Aleksey <[email protected]>
* Update dependencies for the main example * Update dependencies for windows example
msaikrishna
previously approved these changes
Aug 11, 2021
…son is corrupted (#2668) * fix: Clear updates on initializeUpdateAfterRestart in case codepush.json is corrupted * fix: Log the complete error instead of only message --------- Co-authored-by: MAKARD01 <[email protected]>
* Fix vulnerabilities These changes include updating `code-push` dependency and running `npm audit fix` The main goal is fixing ip vulnerability: GHSA-78xj-cgh5-2h22 * Run `npm audit fix` in demo apps
Co-authored-by: MikhailSuendukov <[email protected]>
* Update package and replace imports * Update CodePushUpdateUtils.java --------- Co-authored-by: Dima <[email protected]>
* Create config yml for tests * Add setup for android tests * Remove unnecessary jobs * Remove support for outdated Ruby version * Add ios tests config; Modify npx react-native cmd * Replace ios stage with job * Revert changes on test.ts for npx * Fix typo in script * Remove github-actions yml
* Update codepush.gradle config was receiving an ArrayList as a false case, but ArrayLists don't support get() method, so it should receive a Map instance. * Fix get on null object Add more verifications for config variable --------- Co-authored-by: Anatoly Pristensky <[email protected]> Co-authored-by: MikhailSuendukov <[email protected]> Co-authored-by: Dima <[email protected]>
Co-authored-by: velimir-jankovic <[email protected]> Co-authored-by: Anatoly Pristensky <[email protected]> Co-authored-by: Dima <[email protected]> Co-authored-by: Djordje Dimitrijev <[email protected]>
* improve root component ref definition * check RootComponent.prototype for null
Fixes #2497 Co-authored-by: Djordje Dimitrijev <[email protected]>
* Bump min windows version to 10.0.17763.0 * remove v140 toolset
Co-authored-by: Djordje Dimitrijev <[email protected]>
… on Android (#2566) * Fix NPE when invoking `copyNecessaryFilesFromCurrentPackage()` method on Android. * Add logging and check if the path exists * fixup --------- Co-authored-by: Anatoly Pristensky <[email protected]>
* Add privacy manifest * Update PrivacyAccessedAPITypes in privacy manifest * Reformat code * Update NSPrivacyAccessedAPICategoryUserDefaults
* Fix script for creating demo code push apps * Bump versions in ISSUE_TEMPLATE.md * Update changes after review
* move namespace defenition to build.gradle file * define namespace in build.gradle for module
* Bump the version of zipArchive to 2.5.5 * add SSZipArchive code from 2.5.5 tag * Fix Xcode project * Bump iOS and tvOS min versions to 15.5 --------- Co-authored-by: Dmitriy Kirakosyan <[email protected]>
* Fix npe for copyNecessaryFilesFromCurrentPackage * Reformat code
…pp (#2762) Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.15.0 to 1.16.2. - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) --- updated-dependencies: - dependency-name: serve-static dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update README as new arch won't be supported * Update readme
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.