Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

upstream #5

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

upstream #5

wants to merge 174 commits into from

Conversation

vidsag
Copy link

@vidsag vidsag commented Aug 11, 2021

No description provided.

friederbluemle and others added 26 commits June 26, 2020 13:29
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
* 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]>
* Update dependencies for the main example

* Update dependencies for windows example
msaikrishna
msaikrishna previously approved these changes Aug 11, 2021
MAKARD and others added 30 commits March 22, 2024 18:27
…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
* Bump min windows version to 10.0.17763.0

* remove v140 toolset
… 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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.