Skip to content

feat: many new android features#5774

Closed
farfromrefug wants to merge 208 commits into
NativeScript:mainfrom
Akylas:new_big_merge_test
Closed

feat: many new android features#5774
farfromrefug wants to merge 208 commits into
NativeScript:mainfrom
Akylas:new_big_merge_test

chore: revert change

cc7ddd2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Nov 18, 2025 in 3s

2 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 2 configurations present on refs/heads/main were not found:

Actions workflow (codeql.yml)

  • ❓  /language:javascript
  • ❓  /language:typescript

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 949 in lib/services/android-project-service.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '.' is equivalent to just '.', so the sequence may still represent a meta-character when it is used in a
regular expression
.