forked from ionic-team/capacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: sync plus with upstream main (conflicts) #41
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
Open
riderx
wants to merge
43
commits into
plus
Choose a base branch
from
sync/plus-upstream-20260410-054302
base: plus
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
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
ae800df
Release 8.0.1
95dc7d8
fix(core): make SystemBars hide and show options optional (#8305)
jcesarmobile 2a66b44
fix(SystemBars): get correct style on handleOnConfigurationChanged (#…
theproducer 0969c5c
fix(cli): Update tar package (#8311)
jcesarmobile 53c33b6
fix(SystemBars): Skipping margin manipulation when on a fixed WebView…
theproducer 6037e38
fix(SystemBars): Set window background color according to theme (#8306)
theproducer dcc76c3
fix(android): AGP 9.0 no longer supports `proguard-android.txt` (#8315)
terencehonles 154f3ce
Release 8.0.2
c5476c8
chore: update latest workflow to only allow pointing at 8.x (#8319)
markemer 44e1cd5
chore(ci): download iOS simulators and test on iPhone 17 (#8322)
jcesarmobile 0412d46
chore: bump main to 9.0.0-dev.0 (#8320)
markemer a125498
feat(cli): Add packageManager to iOS config (#8321)
jcesarmobile b10cd7f
fix(cookies): only send expires param on web if a date is set
ItsChaceD a48ebb6
revert: revert version bump from #8319 and #8320
markemer 6994aaa
Release 8.1.0
05b1c16
chore: update workflow timeout
markemer a55dc5e
fix(cli): use 8.0.0 as default Capacitor SPM dependency version (#8341)
jcesarmobile a441280
fix(cli): Allow to run update on non macOS (#8344)
jcesarmobile ee304e3
chore(ci): increase timeout (#8340)
jcesarmobile fc9647f
fix(ios): remove tmpWindow usages on presentVC/dismissVC (#8338)
jcesarmobile 7d001ac
fix(docs): fix typo in CapApp-SPM README (#8348)
maxnowack bd29b99
fix(android): Add missing null checks in BridgeActivity (#8185)
theigl 5e82c89
fix(android): Concurrent Range Requests for assets (#8357)
biguphpc 782b9d9
fix(cli): Don't overwrite config.server section with `--live-reload` …
ZeroDX255 5db81e6
feat(cli): Add --https option for --live-reload (#8194)
Shellishack 3109d22
fix(android): invalid http range seeking (#8369)
bwees ae0e2dd
fix(android): handle lowercase range header (#8368)
bwees 379101c
docs(cli): Better descriptions for live-reload parameters (#8373)
OS-pedrogustavobilro 09770f7
Release 8.2.0
8dddd0b
chore(ci): close issues after 7 days (#8385)
jcesarmobile 003099a
fix(http): handle URL objects on fetch (#8386)
jcesarmobile 4e99598
fix(SystemBars): use native safe area insets on Android (#8384)
theproducer 14e4af2
chore: change needs reproduction bot message (#8390)
jcesarmobile afb80f2
fix(ios): make getArray accesible on Objective-C plugins (#8392)
jcesarmobile a9f2181
fix(android): correctly parsing `server.url` when they include paths …
theproducer d2ee84f
feat(cli): Experimental config for swift-tools-version in SPM apps (#…
OS-pedrogustavobilro 69476ab
fix(cli): inline CSS sourcemaps in addition to JS sourcemaps (#8377)
terencehonles f03cfbe
chore: direct Feature Requests to canny (#8395)
jcesarmobile 27e6aa8
feat(cli): support SPM package traits in generated Package.swift (#8351)
robingenz 39f084a
Release 8.3.0
acb64ab
fix(cli): check CAPACITOR_COCOAPODS_PATH in determinePackageManager (…
jcesarmobile 3d1f8d1
fix(system-bars): use separate current styles (#8409)
jcesarmobile 0a150fa
chore: sync plus with upstream main (needs manual conflict resolution)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| name: Close old issues that need reply | ||
|
|
||
| on: | ||
| schedule: | ||
| - cron: "0 0 * * *" | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Close old issues that need reply | ||
| uses: imhoffd/needs-reply@v2 | ||
| with: | ||
| repo-token: ${{ secrets.BOT_TOKEN }} | ||
| issue-label: 'needs reply' | ||
| days-before-close: 7 | ||
| close-message: | | ||
| It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot. | ||
|
|
||
| Have a great day! | ||
| Ionitron 💙 |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| name: Publish Native iOS Library | ||
|
|
||
| on: | ||
| workflow_call: | ||
| secrets: | ||
| COCOAPODS_TRUNK_TOKEN: | ||
| required: true | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| publish-ios: | ||
| runs-on: macos-15 | ||
| timeout-minutes: 30 | ||
| steps: | ||
| - run: sudo xcode-select --switch /Applications/Xcode_26.0.app | ||
| - run: xcrun simctl list > /dev/null | ||
| - run: xcodebuild -downloadPlatform iOS | ||
| - uses: actions/setup-node@v6 | ||
| with: | ||
| node-version: 22.x | ||
| - uses: actions/checkout@v5 | ||
| with: | ||
| fetch-depth: 0 | ||
| ref: 'main' | ||
| - name: Install Cocoapods | ||
| run: gem install cocoapods | ||
| - name: Deploy to Cocoapods | ||
| run: sh ./scripts/native-podspec.sh publish | ||
| env: | ||
| COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: Cap-go/capacitor-plus
Length of output: 1062
Don't hardcode the publish checkout to
main.Lines 21-24 force this job to publish whatever is on
main, even when the workflow is manually dispatched from another branch or called from a release/tag workflow. Since this step publishes to CocoaPods, that can push the wrong podspec version and source tree.Suggested change
- uses: actions/checkout@v5 with: fetch-depth: 0 - ref: 'main'📝 Committable suggestion
🤖 Prompt for AI Agents