Граф коммитов

1847 Коммитов

Автор SHA1 Сообщение Дата
Djordje 5105a70d6e
Update README as new arch won't be supported (#2779)
* Update README as new arch won't be supported

* Update readme
2024-11-06 14:41:25 +01:00
dependabot[bot] 3cd63dd389
Bump serve-static from 1.15.0 to 1.16.2 in /Examples/CodePushDemoAppCpp (#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](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 15:25:14 +07:00
Djordje b6a5beaed6
Fix null pointer exception (#2761)
* Fix  npe for copyNecessaryFilesFromCurrentPackage

* Reformat code
2024-09-23 10:20:34 +02:00
MikhailSuendukov 94bcd15d1b
Bump version to 9.0.0 (#2752) 2024-09-10 15:48:41 +02:00
MikhailSuendukov 0113ed7235
Bump the version of ZipArchive to 2.5.5 (#2709)
* 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 <v-dmkira@microsoft.com>
2024-09-09 15:53:47 +07:00
MikhailSuendukov 1f1bd8721f
Move namespace definition to build.gradle (#2745)
* move namespace defenition to build.gradle file

* define namespace in build.gradle for module
2024-09-04 17:17:34 +02:00
Djordje 2bae1de2ae
Fix script for creating demo code push apps (#2739)
* Fix script for creating demo code push apps

* Bump versions in ISSUE_TEMPLATE.md

* Update changes after review
2024-08-21 11:35:40 +02:00
Djordje 60a7a7c8b5
Add privacy manifest (#2735)
* Add privacy manifest

* Update PrivacyAccessedAPITypes in privacy manifest

* Reformat code

* Update NSPrivacyAccessedAPICategoryUserDefaults
2024-08-12 17:22:37 +02:00
Djordje acb9538c4f
Bump version to 8.3.1 (#2731) 2024-07-25 21:47:00 +07:00
Djordje d1cab78542
Revert code changes as it causes integrity check failure (#2730) 2024-07-25 12:21:50 +02:00
Djordje c55b66acb7
Fix vulnerabilities (#2726) 2024-07-11 12:50:42 +02:00
Djordje 2d5ad091c9
Bump version to 8.3.0 (#2722) 2024-07-08 18:13:35 +02:00
Djordje 32b229ba22
Update code-push version (#2721) 2024-07-08 16:01:18 +02:00
Djordje 25033805a7
Fix braces vulnerability (#2720) 2024-07-08 14:02:06 +02:00
Rob X fff86b30ec
Fix NPE when invoking `copyNecessaryFilesFromCurrentPackage()` method 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 <v-anatpr@microsoft.com>
2024-07-08 16:15:35 +07:00
Jay Kim ae7ff338bd
smarter node modules path resolving (#2558)
Co-authored-by: Djordje Dimitrijev <v-djordjed@microsoft.com>
2024-07-08 11:07:16 +02:00
MikhailSuendukov a801da4006
Bump min windows version to 10.0.17763.0 (#2719)
* Bump min windows version to 10.0.17763.0

* remove v140 toolset
2024-07-08 12:48:33 +07:00
Konstantin Raev 79b5f023af
Added asset removal before gradle merges assets (#2697)
Fixes #2497

Co-authored-by: Djordje Dimitrijev <v-djordjed@microsoft.com>
2024-07-05 16:19:31 +07:00
Djordje 41eebe36f6
Increase macOS job timeout to 2hrs (#2718) 2024-07-03 15:39:12 +02:00
MikhailSuendukov 6c5bdd9f98
Improve root component ref definition (#2705)
* improve root component ref definition

* check RootComponent.prototype for null
2024-07-03 08:24:48 +07:00
Floyd Kim c4b293ddaa
Move DevSettingsActivity from main to debug (#2562)
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: Anatoly Pristensky <v-anatpr@microsoft.com>
Co-authored-by: Dima <v-dmkira@microsoft.com>
Co-authored-by: Djordje Dimitrijev <v-djordjed@microsoft.com>
2024-07-02 16:14:00 +07:00
bmaluff 5addacb9a9
Update codepush.gradle (#2471)
* 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 <v-anatpr@microsoft.com>
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
Co-authored-by: Dima <v-dmkira@microsoft.com>
2024-06-27 14:26:24 +02:00
Djordje ca3fd56017
Migrate github actions to ADO (#2716)
* 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
2024-06-27 17:31:12 +07:00
MikhailSuendukov 7ef2e76b0b
Handle null values in CodePushUtils.java (#2707) 2024-06-19 16:12:11 +02:00
MikhailSuendukov d093b3371e
8.2.2 (#2688) 2024-04-03 20:02:24 +07:00
Anatoly Pristensky 9d4e26540c
Update Nimbus-Jose-JWT (#2657)
* Update package and replace imports

* Update CodePushUpdateUtils.java

---------

Co-authored-by: Dima <v-dmkira@microsoft.com>
2024-04-02 18:41:27 +07:00
Simon Bromberg 463fab6881
Fix typo in readme (#2672)
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
2024-04-02 15:01:30 +07:00
Dima 104cc38067
Fix vulnerabilities (#2682)
* Fix vulnerabilities

These changes include updating `code-push` dependency and running `npm audit fix`
The main goal is fixing ip vulnerability: https://github.com/advisories/GHSA-78xj-cgh5-2h22

* Run `npm audit fix` in demo apps
2024-03-29 21:59:43 +07:00
MikhailSuendukov dae22a7423
Update updateDialog property type in SyncOptions interface (#2681) 2024-03-22 18:07:57 +01:00
Undefined is not defined d57066b5bd
fix: Clear updates on initializeUpdateAfterRestart in case codepush.json 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 <dmytro.makarenko@kingfisher.com>
2024-03-22 18:27:02 +07:00
Dima 6899e68f4e
[CI] Add APIScan (#2678)
* Add APIScan
2024-03-21 17:09:10 +07:00
Anatoly Pristensky c495ed4a14
[Pipeline] Migrate to 1ES (#2674)
* Initial template

* Update name

* Remove build phase

* Add baseiines

* Add baselines

* Resolive comments

* Resolve comments
2024-03-14 16:13:19 +07:00
Delphine Bugner 5ea229661a
Doc(setup-android): add kotlin code for MainApplication.kt (#2663) 2024-02-19 11:10:16 +01:00
Anatoly Pristensky 0aa39d3a6a
Release 8.2.1 (#2651) 2024-01-26 15:37:54 +01:00
Hamdi Jomaa 82c54a40a1
Update codepush.gradle: fix Could not find matching constructor for: … (#2649)
* Update codepush.gradle: fix Could not find matching constructor for: java.io.File(File)

* Update android/codepush.gradle

Co-authored-by: Artem Mizinin <mizinin@users.noreply.github.com>

---------

Co-authored-by: Artem Mizinin <mizinin@users.noreply.github.com>
2024-01-25 13:26:11 +01:00
MikhailSuendukov 61321a107c
Release 8.2.0 (#2646)
* bump version to 8.2.0
2024-01-19 13:17:23 +01:00
iAmir 7a919e3a37
created needed directories before accessing them (#2156)
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
2024-01-18 17:19:07 +01:00
Nicolas Sturm ad6e88ce7b
Update setup-ios.md (#2361)
No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:'

- jsBundleURLForBundleRoot:fallbackResource: no longer exists on RCTBundleURLProvider

source: https://stackoverflow.com/a/73048366/8215759

Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2024-01-18 17:18:33 +01:00
Sean Sanker ba6c77b41c
chore: remove dead link resolving to malware (#2465)
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
2024-01-18 17:18:18 +01:00
John Ferlito d84daa4b58
Fix README to refer to the correct version (#2469)
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2024-01-18 17:17:53 +01:00
microsoft-github-policy-service[bot] 9ad95abd51
Onboarding to GitOps.ResourceManagement (#2535)
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement

* Deleting fabricbot.json

---------

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2024-01-18 17:17:28 +01:00
George 8d5cf4cfd0
docs: update broken links (#2556)
## Description 

While going through the docs wanted to look into the article and the link was broken so went ahead and found where it is right now and added it.

Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
2024-01-18 17:16:20 +01:00
Dima 99c8c4e4e0
Replace DevInternalSettings with DeveloperSettings for react-native 0.73.0 (#2617)
* Replace DevInternalSettings with DeveloperSettings

DevInternalSettings was enclosed in ReactNative 0.73.0-rc.2, so we need to replace it with public class DeveloperSettings.
https://github.com/facebook/react-native/pull/37256

* auto install cocoapods in tests

---------

Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
Co-authored-by: JiglioNero <mikhail.suendukov@akvelon.com>
2024-01-17 22:44:54 +07:00
Anatoly Pristensky 5ab89da006
Release 8.1.1 (#2633) 2023-12-19 18:16:43 +07:00
Rıdvan Altun 176121dffb
Update api-js.md (#2252)
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 22:00:21 +01:00
Owen Hart 64bcdbae74
Remove jcenter (#2215)
"Based on the current timeline, builds that use JCenter will be able to resolve dependencies until February 1, 2022 without changes. After that date, there are no guarantees that you will be able to build your software if you continue to use JCenter." --https://blog.gradle.org/jcenter-shutdown

https://github.com/microsoft/react-native-code-push/issues/2213

Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 11:37:34 +01:00
aalbaharnah 1f7c903bc6
Windows plugin configuration steps in C# (#2072)
Configuration steps for react native windows apps that uses C# as base native language

Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-09 10:09:38 +01:00
Liam Xu 2b37595530
[swift] Fix imports for Cocoapods + Swift projects + (#2004)
Co-authored-by: liam <liamxujia@gmail.com>
Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
2023-11-08 17:20:34 +01:00
Joar df2de5e470
Prioritize nodeModulesPath over config.root if present. (#2507)
Co-authored-by: Dima <v-dmkira@microsoft.com>
2023-11-01 12:56:46 +07:00
MikhailSuendukov 26878076c0
implement client unique id using uuid for Android (#2592) 2023-10-30 22:00:50 +07:00