Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: many new android features #5774

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
farfromrefug wants to merge 208 commits into NativeScript:main
base: main
Choose a base branch
Loading
from Akylas:new_big_merge_test

Conversation

@farfromrefug
Copy link
Contributor

@farfromrefug farfromrefug commented Dec 24, 2023
edited
Loading

Thought it was time to make that big PR. It is quite impossible now to divide everything as each part depends on the other.
I really hope we can make that work for everyone to enjoy the new features.
I ll try to list them all. Dont hesitate if you have questions

TODO

There is one thing i would like to improve which is this. I commented on the reason why we need that.
Though i am sure we might find a better solution. The issue with the way i did it if that if new task are added (either tools update of maybe through plugin) that list will need to be update which is ugly. I already had to add tasks added by the sentry plugin...
Maybe @triniwiz you know a way to do it better. I know the reason is that by reading the buildMetada task (or the tasks it depends on like those handling jars) gradle thinks buildMetadata uses as an input the output of all those tasks. TBH i dont really understand fully the code of the buildMetadata task ...

NathanWalker, vallemar, and MrSnoozles reacted with rocket emoji
farfromrefug and others added 30 commits May 7, 2021 17:05
Along with that we simply need to have a cli parameter and an option in nativescript.config
fix: require.resolve for packages with exports field in package.json
can still be enabled with `generateBuildConfig` and `generateR`
# Conflicts:
#	lib/services/log-source-map-service.ts
#	lib/services/metadata-filtering-service.ts
#	lib/services/test-execution-service.ts
#	vendor/gradle-plugin/build.gradle
# Conflicts:
#	lib/services/android-plugin-build-service.ts
#	vendor/gradle-plugin/build.gradle
farfromrefug and others added 24 commits October 18, 2024 15:28
# Conflicts:
#	CHANGELOG.md
#	lib/services/webpack/webpack-compiler-service.ts
#	package-lock.json
#	package.json
# Conflicts:
#	CHANGELOG.md
#	lib/commands/config.ts
#	lib/common/helpers.ts
#	lib/common/logger/logger.ts
#	lib/controllers/prepare-controller.ts
#	lib/controllers/run-controller.ts
#	lib/definitions/project.d.ts
#	lib/services/ios-project-service.ts
#	lib/services/webpack/webpack-compiler-service.ts
#	package-lock.json
#	package.json
#	tsconfig.json
# Conflicts:
#	Gruntfile.js
#	lib/services/bundler/bundler.ts
#	lib/services/webpack/webpack-compiler-service.ts
#	package-lock.json
#	package.json
#	test/ios-project-service.ts
#	test/plugins-service.ts
#	test/project-changes-service.ts
#	test/services/android/gradle-build-args-service.ts
#	vendor/gradle-plugin/build.gradle
# Conflicts:
#	lib/commands/build.ts
#	package-lock.json
#	package.json
#	vendor/aab-tool/bundletool.jar
#	vendor/gradle-plugin/build.gradle
(d) => d.deviceInfo.identifier === deviceDescriptor.identifier
)[0];
const abis = device.deviceInfo.abis.filter((a) => !!a && a.length)[0];
const regexp = new RegExp(`${abis}.*\.apk`);

Check failure

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
Loading
.
Copy link
Contributor Author

@NathanWalker bumping this trying to see if we could get this for 9.0. I updated the PR and fixed the remaining issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@NathanWalker NathanWalker NathanWalker left review comments

@rigor789 rigor789 rigor789 requested changes

Requested changes must be addressed to merge this pull request.

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /