Re: [PR] report: September 2025 [cordova-apache-board-reports]

2025-09-09 Thread via GitHub
erisu merged PR #27: URL: https://github.com/apache/cordova-apache-board-reports/pull/27 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

[PR] report: September 2025 [cordova-apache-board-reports]

2025-09-08 Thread via GitHub
erisu opened a new pull request, #27: URL: https://github.com/apache/cordova-apache-board-reports/pull/27 Board Report for September 2025 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [PR] report: June 2025 [cordova-apache-board-reports]

2025-06-10 Thread via GitHub
erisu merged PR #26: URL: https://github.com/apache/cordova-apache-board-reports/pull/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

Re: [PR] report: June 2025 [cordova-apache-board-reports]

2025-06-09 Thread via GitHub
NiklasMerz commented on PR #26: URL: https://github.com/apache/cordova-apache-board-reports/pull/26#issuecomment-2954967852 > Will this be enough? @NiklasMerz > > Updating the line: > > > A few contributors continue to make improvements and prepare for future major releases o

Re: [PR] report: June 2025 [cordova-apache-board-reports]

2025-06-08 Thread via GitHub
erisu commented on PR #26: URL: https://github.com/apache/cordova-apache-board-reports/pull/26#issuecomment-2954435021 Will this be enough? @NiklasMerz Updating the line: > A few contributors continue to make improvements and prepare for future major releases of Cordova-iOS.

[PR] report: June 2025 [cordova-apache-board-reports]

2025-06-06 Thread via GitHub
erisu opened a new pull request, #26: URL: https://github.com/apache/cordova-apache-board-reports/pull/26 Board Report for June 2025 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] report: March 2025 [cordova-apache-board-reports]

2025-03-11 Thread via GitHub
erisu merged PR #25: URL: https://github.com/apache/cordova-apache-board-reports/pull/25 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

Re: [PR] report: March 2025 [cordova-apache-board-reports]

2025-03-09 Thread via GitHub
NiklasMerz commented on code in PR #25: URL: https://github.com/apache/cordova-apache-board-reports/pull/25#discussion_r1986387451 ## 2025/03.md: ## @@ -0,0 +1,58 @@ +## Status report for the Apache Cordova project - March 2025 + +## Description + +A platform for building nativ

[PR] report: March 2025 [cordova-apache-board-reports]

2025-03-09 Thread via GitHub
erisu opened a new pull request, #25: URL: https://github.com/apache/cordova-apache-board-reports/pull/25 Board Report for March 2025 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] report: December 2024 [cordova-apache-board-reports]

2024-12-10 Thread via GitHub
erisu merged PR #24: URL: https://github.com/apache/cordova-apache-board-reports/pull/24 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

[PR] report: December 2024 [cordova-apache-board-reports]

2024-12-08 Thread via GitHub
erisu opened a new pull request, #24: URL: https://github.com/apache/cordova-apache-board-reports/pull/24 Board Report for December 2024 Note: The `Github Activity` section which use to print metrics for issues, prs, and commits were removed. The reporting tool which calculated the me

Re: [PR] report: September 2024 [cordova-apache-board-reports]

2024-09-13 Thread via GitHub
erisu merged PR #23: URL: https://github.com/apache/cordova-apache-board-reports/pull/23 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

[PR] report: September 2024 [cordova-apache-board-reports]

2024-09-13 Thread via GitHub
erisu opened a new pull request, #23: URL: https://github.com/apache/cordova-apache-board-reports/pull/23 Board Report for September 2024 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [PR] Cordova iOS 8 proposal [cordova-discuss]

2024-06-12 Thread via GitHub
dpogue commented on PR #113: URL: https://github.com/apache/cordova-discuss/pull/113#issuecomment-2163618052 It should still be possible to use Objective-C categories to add the methods for handling push token events, but it would need to extend the `CDVAppDelegate` base class rather than t

Re: [PR] Cordova iOS 8 proposal [cordova-discuss]

2024-06-12 Thread via GitHub
jcesarmobile commented on PR #113: URL: https://github.com/apache/cordova-discuss/pull/113#issuecomment-2163606990 A problem with moving to Swift templates is that it will break all push plugins since they rely on an Objective-C category on the AppDelegate for adding the method that gets th

Re: [PR] Cordova iOS 8 proposal [cordova-discuss]

2024-06-12 Thread via GitHub
dpogue commented on PR #113: URL: https://github.com/apache/cordova-discuss/pull/113#issuecomment-2162477595 > I'm not saying we should go to 15 or anything, but requiring iOS 14+ for `WKScriptMessageHandlerWithReply` I don't think is a problem. But maintaining backwards compatibility with

Re: [PR] report: June 2024 [cordova-apache-board-reports]

2024-06-12 Thread via GitHub
erisu merged PR #22: URL: https://github.com/apache/cordova-apache-board-reports/pull/22 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

Re: [PR] Cordova iOS 8 proposal [cordova-discuss]

2024-06-11 Thread via GitHub
jcesarmobile commented on PR #113: URL: https://github.com/apache/cordova-discuss/pull/113#issuecomment-2160595158 Requiring a code 15 is not a problem, we already have a PR for it https://github.com/apache/cordova-ios/pull/1425 The dependency of Cordova plugins to the Cordova-ios S

Re: [PR] Cordova iOS 8 proposal [cordova-discuss]

2024-06-11 Thread via GitHub
breautek commented on PR #113: URL: https://github.com/apache/cordova-discuss/pull/113#issuecomment-2160362178 Just as a data point... Google Maps uses a min deployment target of iOS 15, and even support for that is "frozen", e.g. they aren't addressing any issues with it, and will b

Re: [PR] june 2024 report [cordova-apache-board-reports]

2024-06-11 Thread via GitHub
NiklasMerz commented on code in PR #22: URL: https://github.com/apache/cordova-apache-board-reports/pull/22#discussion_r1634498118 ## 2024/04.md: ## @@ -0,0 +1,75 @@ +## Status report for the Apache Cordova project - March 2024 Review Comment: Thanks for pointing that out.

[PR] Cordova iOS 8 proposal [cordova-discuss]

2024-06-11 Thread via GitHub
dpogue opened a new pull request, #113: URL: https://github.com/apache/cordova-discuss/pull/113 Please view the proposal on the Files tab and leave comments there 🙂 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] june 2024 report [cordova-apache-board-reports]

2024-06-10 Thread via GitHub
dpogue commented on code in PR #22: URL: https://github.com/apache/cordova-apache-board-reports/pull/22#discussion_r1634264348 ## 2024/04.md: ## @@ -0,0 +1,75 @@ +## Status report for the Apache Cordova project - March 2024 Review Comment: This should be "June 2024"? and th

Re: [PR] june 2024 report [cordova-apache-board-reports]

2024-06-09 Thread via GitHub
NiklasMerz commented on code in PR #22: URL: https://github.com/apache/cordova-apache-board-reports/pull/22#discussion_r1632314095 ## 2024/04.md: ## @@ -0,0 +1,76 @@ +## Status report for the Apache Cordova project - March 2024 + +## Description + +A platform for building nativ

Re: [PR] june 2024 report [cordova-apache-board-reports]

2024-06-09 Thread via GitHub
jcesarmobile commented on code in PR #22: URL: https://github.com/apache/cordova-apache-board-reports/pull/22#discussion_r1632296293 ## 2024/04.md: ## @@ -0,0 +1,76 @@ +## Status report for the Apache Cordova project - March 2024 + +## Description + +A platform for building nat

[PR] june 2024 report [cordova-apache-board-reports]

2024-06-09 Thread via GitHub
NiklasMerz opened a new pull request, #22: URL: https://github.com/apache/cordova-apache-board-reports/pull/22 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[I] Combine multiple projects in one [cordova-discuss]

2024-03-21 Thread via GitHub
accgdevapps opened a new issue, #112: URL: https://github.com/apache/cordova-discuss/issues/112 Is it possible to create different individual projects, and then create a main project and include all individual project inside it?? If yes, can anyone give me some steps? Thanks! -- Thi

Re: [PR] report: March 2024 [cordova-apache-board-reports]

2024-03-13 Thread via GitHub
erisu merged PR #21: URL: https://github.com/apache/cordova-apache-board-reports/pull/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

[PR] report: March 2024 [cordova-apache-board-reports]

2024-03-11 Thread via GitHub
erisu opened a new pull request, #21: URL: https://github.com/apache/cordova-apache-board-reports/pull/21 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [cordova-apache-board-reports] purplecabbage merged pull request #20: September board report

2023-09-13 Thread via GitHub
purplecabbage merged PR #20: URL: https://github.com/apache/cordova-apache-board-reports/pull/20 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-uns

[GitHub] [cordova-apache-board-reports] timbru31 commented on a diff in pull request #20: September board report

2023-09-12 Thread via GitHub
timbru31 commented on code in PR #20: URL: https://github.com/apache/cordova-apache-board-reports/pull/20#discussion_r1322988712 ## 2023/09.md: ## @@ -0,0 +1,70 @@ +## Status report for the Apache Cordova project - September 2023 + +## Description: + - A platform for building

[GitHub] [cordova-apache-board-reports] purplecabbage opened a new pull request, #20: Sept board report draft

2023-09-11 Thread via GitHub
purplecabbage opened a new pull request, #20: URL: https://github.com/apache/cordova-apache-board-reports/pull/20 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [cordova] leonelgregioauler closed a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-07-03 Thread via GitHub
GitHub user leonelgregioauler closed a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) I have a problem. I ran the command: (I use Oracle JET, 14.1) ojet build android --release --buildconfig="C:/PUBLISH/NEOCP300

[GitHub] [cordova] leonelgregioauler reopened a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-07-03 Thread via GitHub
GitHub user leonelgregioauler reopened a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) I have a problem. I ran the command: (I use Oracle JET, 14.1) ojet build android --release --buildconfig="C:/PUBLISH/NEOCP3

[GitHub] [cordova] leonelgregioauler closed a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-07-03 Thread via GitHub
GitHub user leonelgregioauler closed a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) I have a problem. I ran the command: (I use Oracle JET, 14.1) ojet build android --release --buildconfig="C:/PUBLISH/NEOCP300

[GitHub] [cordova] leonelgregioauler added a comment to the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-07-03 Thread via GitHub
GitHub user leonelgregioauler added a comment to the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) Good morning ! I used the preference below, and performed the debug, finding the error. It's really an error in

[GitHub] [cordova] leonelgregioauler deleted a comment on the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-07-01 Thread via GitHub
GitHub user leonelgregioauler deleted a comment on the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) Great ! I added the preference. Thank you ! The errors are below: ![image](https://github.com/apache/cordova

[GitHub] [cordova] leonelgregioauler added a comment to the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-07-01 Thread via GitHub
GitHub user leonelgregioauler added a comment to the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) Great ! I added the preference. Thank you ! The errors are below: ![image](https://github.com/apache/cordova/a

[GitHub] [cordova] breautek added a comment to the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-06-30 Thread via GitHub
GitHub user breautek added a comment to the discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) There is very little information to go on, what pointers that we can give is going to be rather limited. A white screen

[GitHub] [cordova] leonelgregioauler edited a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0)

2023-06-30 Thread via GitHub
GitHub user leonelgregioauler edited a discussion: Release Version - White screen appears after the splashscreen (only release version, filename.aab) (Cordova 12.0.0) I have a problem. I ran the command: (I use Oracle JET, 14.1) ojet build android --release --buildconfig="C:/PUBLISH/NEOCP300

[GitHub] [cordova] Sebastiangperez added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an h

2023-06-29 Thread via GitHub
GitHub user Sebastiangperez added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an helloworld Thanks @breautek for your info , i will check when i upload my apk or aab to Google Play.

[GitHub] [cordova] breautek added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an hellowor

2023-06-29 Thread via GitHub
GitHub user breautek added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an helloworld Google Play Protect is something rather new so I'm not really familiar with the ends and outs of

[GitHub] [cordova] leonelgregioauler edited a discussion: Release Version Cordova 12.0.0 - White screen appears after the splashscreen (only release version, filename.aab)

2023-06-29 Thread via GitHub
GitHub user leonelgregioauler edited a discussion: Release Version Cordova 12.0.0 - White screen appears after the splashscreen (only release version, filename.aab) I have a problem. I ran the command: (I use Oracle JET, 14.1) ojet build android --release --buildconfig="C:/PUBLISH/NEOCP3001/

[GitHub] [cordova] Sebastiangperez added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an h

2023-06-29 Thread via GitHub
GitHub user Sebastiangperez added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an helloworld Thanks for your reply , when you said this "if you download an APK from Google Drive, then

[GitHub] [cordova] breautek added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an hellowor

2023-06-29 Thread via GitHub
GitHub user breautek added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an helloworld This is standard Android OS behaviour. By default, only a select few apps can install apps on the

[GitHub] [cordova] totalpave deleted a comment on the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an hello

2023-06-29 Thread via GitHub
GitHub user totalpave deleted a comment on the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an helloworld This is standard Android OS behaviour. By default, only a select few apps can install apps on

[GitHub] [cordova] totalpave added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an hellowo

2023-06-29 Thread via GitHub
GitHub user totalpave added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an helloworld This is standard Android OS behaviour. By default, only a select few apps can install apps on th

[GitHub] [cordova] leonelgregioauler closed a discussion: Splashscreen - Cordova 12.0.0

2023-06-29 Thread via GitHub
GitHub user leonelgregioauler closed a discussion: Splashscreen - Cordova 12.0.0 Hello everyone ! I have a doubt, I'm upgrading to Cordova 12, is the first time that I'm using splashscreen without plugin. Before, my application had used the 10 version. I don't know how is the code that I hav

[GitHub] [cordova] leonelgregioauler added a comment to the discussion: Splashscreen - Cordova 12.0.0

2023-06-29 Thread via GitHub
GitHub user leonelgregioauler added a comment to the discussion: Splashscreen - Cordova 12.0.0 Hello ! I implemented the functionality and got success! This implementation is better than the old one, certainly Thank you ! ![image](https://github.com/apache/cordova/assets/12154804/858146e0-

[GitHub] [cordova] Sebastiangperez added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an h

2023-06-29 Thread via GitHub
GitHub user Sebastiangperez added a comment to the discussion: Problem on running apk downloading from whatsapp or google drive, says app not installed, adb and cordova run works, its just an helloworld I know what the problem is , Play Protect , if you disable it , works, but wont work if yo

[GitHub] [cordova] purplecabbage added a comment to the discussion: We have a new discussion area! 🥳

2023-06-28 Thread via GitHub
GitHub user purplecabbage added a comment to the discussion: We have a new discussion area! 🥳 Soon discussions should show up on the dev mailing list too ... GitHub link: https://github.com/apache/cordova/discussions/355#discussioncomment-6310441 This is an automatically sent email for

[GitHub] [cordova-apache-board-reports] purplecabbage merged pull request #19: june board report

2023-06-14 Thread via GitHub
purplecabbage merged PR #19: URL: https://github.com/apache/cordova-apache-board-reports/pull/19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-uns

[GitHub] [cordova-apache-board-reports] purplecabbage opened a new pull request, #19: june board report

2023-06-14 Thread via GitHub
purplecabbage opened a new pull request, #19: URL: https://github.com/apache/cordova-apache-board-reports/pull/19 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [cordova-discuss] purplecabbage commented on pull request #75: GitHub migration proposal

2023-04-05 Thread via GitHub
purplecabbage commented on PR #75: URL: https://github.com/apache/cordova-discuss/pull/75#issuecomment-1497997625 This was done ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [cordova-discuss] purplecabbage merged pull request #75: GitHub migration proposal

2023-04-05 Thread via GitHub
purplecabbage merged PR #75: URL: https://github.com/apache/cordova-discuss/pull/75 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cord