-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Choose a base branch
from
Akylas:new_big_merge_test
base: main
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 112 commits
Commits
Show all changes
208 commits
Select commit
Hold shift + click to select a range
cb695e6
feat: allow to ignore native dependencies
farfromrefug 0005db5
merge
farfromrefug 66fc8b1
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug ae75c50
fix allow plugins to use kt files
farfromrefug 5c8db12
fix: remove plugins duplicates
farfromrefug 21a99d3
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug bca2b25
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug e019098
fix: update plugin gradle script
farfromrefug 06a08b4
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug bafc35f
fix: require.resolve for packages with exports field in package.json
rigor789 b8bd8f5
Merge branch 'NativeScript:master' into master
farfromrefug 38d2fb4
Merge pull request #1 from NativeScript/fix/require-resolve-with-exports
farfromrefug 3066c6a
Merge branch 'master' of github.com:farfromrefug/nativescript-cli
farfromrefug 68e541c
feat: allow plugin blacklist metadata
farfromrefug 8ca0889
fix: fix source map path
farfromrefug 63a4620
chore: refactoring
farfromrefug 29439ca
fix: makes libs smaller and build faster
farfromrefug aa56395
fix: remove unneeded R.class and BuildConfig.class for plugins
farfromrefug e0c1824
feat(android): add gradle 7+ support
triniwiz 3dd3744
Merge branch 'feat/gradle-7' of github.com:NativeScript/nativescript-cli
farfromrefug 9f66f72
chore: cleanup
farfromrefug 7dc8bdc
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug 2fa7722
fix: kotlin version fix
farfromrefug 0b55d42
feat: `--gradle` option to specify custom gradle binary
farfromrefug 2128946
fix: pass gradlePath to plugin build
farfromrefug 8d1eba9
fix: rename gradle option to gradlePath
farfromrefug d00c7ac
chore: upgraded yargs and typescript
farfromrefug 78e88eb
feat: implemented `--gradle` option to pass gradle parameters
farfromrefug e8e39b4
fix: correctly allow plugins build to detect before-plugins.gradle
farfromrefug ac53b20
chore: cleanup logs
farfromrefug 6e7eb1e
chore: also pass `appPath` to plugin gradle build
farfromrefug 9333c31
feat: only install corresponding abi package when possible
farfromrefug 2ee8e48
fix: better `copyAppPackages` handle
farfromrefug 6993657
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug dc28cf7
feat: `filterDevicesArch` option to build only abi of connected devic…
farfromrefug ec20d60
chore: fix after merge
farfromrefug d68e529
fix: filter for emulator only
farfromrefug 7d57dc9
chore: default `filterDevicesArch` to true
farfromrefug cbd37d1
fix: handle `gradleArgs` as an array option
farfromrefug e548004
fix: prevent error with `pnpm` which can put `+` in plugin path
farfromrefug ded3485
feat(android): flavor support
farfromrefug 82bd9d6
chore: use replace instead
farfromrefug d474b7c
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug 8365318
feat: android plugin build will use its own plugin dependencies to build
farfromrefug eb8379e
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug ef76fb8
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug 654542b
fix: fix plugin build after merge
farfromrefug 29fb000
chore: cleanup
farfromrefug 141aac8
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug 8195d22
fix: android plugins now built using same “gradle” as apps
farfromrefug 03a5379
chore: removed logs
farfromrefug e52d86d
chore: cleanup
farfromrefug c2200a3
fix: refactor to be compatible with older runtimers
farfromrefug e39c3d3
fix: vendor build.gradle fix
farfromrefug f1b1269
fix: gradle methods order fix
farfromrefug d3396e8
feat(profiling): generate chrome compatible timeline data
rigor789 bf06999
Merge remote-tracking branch 'nativescript/master'
farfromrefug 3ef5d47
Merge remote-tracking branch 'nativescript/feat/chrome-timeline-profi…
farfromrefug 3975f1a
Merge remote-tracking branch 'nativescript/master'
farfromrefug 0b2d85c
fix: correctly get device abi
farfromrefug 892e682
Merge branch 'master' of github.com:farfromrefug/nativescript-cli
farfromrefug 272aff9
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug 149936e
Merge branch 'master' of github.com:NativeScript/nativescript-cli
farfromrefug 5042306
chore: vendor plugin refactoring
farfromrefug c651089
Merge remote-tracking branch 'origin/master'
farfromrefug b35af16
feat: yarn2+ support
farfromrefug f4a986f
fix: some yarn2 fixes
farfromrefug 52fb336
chore: project
farfromrefug 93c17d8
fix(android): support unsigned apks
farfromrefug 798c9a9
chore: yarn2 fixes
farfromrefug 16b2416
Update package.json
farfromrefug c6e8e22
Merge branch 'master' of git@github.com:farfromrefug/nativescript-cli…
farfromrefug 1c5d2cc
fix: another yarn 2+ fix
farfromrefug a32ba3f
Merge branch 'master' of github.com:farfromrefug/nativescript-cli
farfromrefug 9d8df5f
Merge remote-tracking branch 'nativescript/main'
farfromrefug 29de089
chore: cleanup
farfromrefug 713be65
fix: get framework name from Info.plist
farfromrefug 21a609d
Merge remote-tracking branch 'origin/main'
farfromrefug e341c31
chore: merge fix
farfromrefug 51ca951
fix: allow cpp in android plugins
farfromrefug b5fef05
Merge remote-tracking branch 'origin/master'
farfromrefug 7c6dc40
feat(android): allow to force gradle version throught nativescript-co…
farfromrefug bd5263d
feat(android): app gradle files now coming from CLI to prevent depend…
farfromrefug 4f84b58
chore: lock
farfromrefug 8b0a5ff
chore: changes to go with merge
farfromrefug 1a110e1
chore: updated script for gradle 8
farfromrefug 54ed89d
fix(android): add `--stacktrace` to any gradle build
farfromrefug 5560853
fix(android): copy all other directories from App_Resources/Android t…
farfromrefug 4abb7d9
fix(android): use absolute path to ensure it is good from every andro…
farfromrefug 094372d
fix: more android app gradle file fixes
farfromrefug cbbda1c
fix: timeline profile format fix to be compatible with firefox profiler
farfromrefug cb44cf8
chore: more gradle updates
farfromrefug ed2b84a
feat(android): allow app to define `ndkVersion` to be used for plugin…
farfromrefug 7c010fe
fix(android): in case we use `buildFilterDevicesArch` check if we nee…
farfromrefug 06dfc73
feat(android): custom `buildPath` from `nativescript.config`
farfromrefug 16bc22d
chore: should be commented
farfromrefug dc50c28
fix(android): going recursive is pretty dangerous and should not be n…
farfromrefug a626021
chore: default projectRoot fix
farfromrefug ae96032
fix: default USER_PROJECT_ROOT path fix
farfromrefug b72ffaa
fix: more android env build fixes
farfromrefug c17417b
feat: new `syncChangedDataOnDevices`. also send the changed files in …
farfromrefug da9b7f9
Merge remote-tracking branch 'nativescript/main'
farfromrefug d8bd6e9
feat: add --json option to `ns config`
3628490
fix: try multiple ways to get Info.plist from framework
farfromrefug 16b2945
Merge branch 'master' of github.com:farfromrefug/nativescript-cli
farfromrefug 48e603d
fix: better fix for custom build folder so that it works too in andro…
0793d44
fix: another gradle 8 fix to make the sentry plugin work. Should not …
de89c09
Merge remote-tracking branch 'origin/master'
b15679a
fix: gradle script replace fix
d25445b
Merge remote-tracking branch 'nativescript/main'
561fae1
chore: provide appId to wepback
2290c2e
Merge remote-tracking branch 'nativescript/main'
94b41aa
chore(android): more cases for gradle with baseline profiling
farfromrefug 1bccc2f
Merge branch 'main' of github.com:NativeScript/nativescript-cli
farfromrefug 047951b
chore: another android gradle rule...
farfromrefug 71c2484
fix(android): non eager namespace replace in manifest
farfromrefug 684f187
Merge remote-tracking branch 'origin/main'
farfromrefug a10c9b5
fix(android): non eager namespace replace in manifest
farfromrefug aa6f565
chore: another android gradle rule...
farfromrefug b744449
chore(android): gradle fix
farfromrefug b40cf83
Update lib/controllers/platform-controller.ts
farfromrefug ecaaf44
Update lib/controllers/prepare-controller.ts
farfromrefug 2bbe084
Update lib/services/device/device-install-app-service.ts
farfromrefug 980dde7
chore: cleanup
farfromrefug 6e1a227
chore: cleanup gradle task as it seems to work fine like this
farfromrefug dffe847
chore: we push --stacktrace all the time now
farfromrefug 43c9d74
chore: testing
farfromrefug 45d518b
chore: review
farfromrefug e61d7aa
Merge remote-tracking branch 'origin/new_big_merge_test' into new_big…
farfromrefug c1b8326
chore: adress comments
farfromrefug e1d95dc
Update lib/services/device/device-install-app-service.ts
farfromrefug 6aa3ea3
chore: rename flavor option to gradleFlavor
farfromrefug 50792ea
Merge remote-tracking branch 'nativescript/main' into new_big_merge_test
farfromrefug 806855c
chore: tests
farfromrefug 367b3b8
fix(ios): bump nativescript-dev-xcode
farfromrefug f552abc
chore: custom runtime support
farfromrefug f23a4bf
fix: edge case for runtimePackageName
farfromrefug c3db9c2
chore: cleanup (mostly formatting)
rigor789 c5e32a0
fix: support `@akylas/nativescript-webpack`
farfromrefug f5fb601
fix: now supports custom webpack package through `config.webpackPacka…
farfromrefug 5b29d6e
Merge branch 'main' of github.com:NativeScript/nativescript-cli
farfromrefug 897721c
Merge branch 'main' of github.com:farfromrefug/nativescript-cli
farfromrefug d14ded8
fix: report hooks error with stack for easier debugging
farfromrefug b1706ab
Merge remote-tracking branch 'origin/main'
farfromrefug 0cdfa8f
chore(android): sync gradle script with N android runtime
farfromrefug faeb5b2
chore: fix after merge from N android runtime
farfromrefug 8acf3b0
Merge branch 'main' of github.com:NativeScript/nativescript-cli
farfromrefug a369715
feat: `overrideRuntimeGradleFiles` option
farfromrefug 23038d6
chore: gradle file update for sentry
farfromrefug 681765c
fix: regression after merge from N main
farfromrefug a3721b1
feat: added `gradleArgs` in `config.android`
farfromrefug eb0f1a1
chore: ensure analytics is disabled
farfromrefug ffcfde8
chore: package name
farfromrefug 81d5a01
Merge remote-tracking branch 'nativescript/main'
farfromrefug 996974a
Merge branch 'new_big_merge_test'
farfromrefug 02dc9bb
chore: clean grunt
farfromrefug 8520174
chore: remove bundledDependencies
farfromrefug 12df250
feat: `aarIgnoreFilter`, `jarIgnoreFilter` and `nsConfig.android.plug…
farfromrefug d3fd9ed
chore: option to use bundle for cocoapod
farfromrefug 0e60915
Merge branch 'main' of github.com:farfromrefug/nativescript-cli
farfromrefug 7f1d147
chore: refactor
farfromrefug 8223062
fix: add runtime infos in app package.json. Cleanup that package.json
farfromrefug 6b25143
Merge remote-tracking branch 'origin/main'
farfromrefug 0b6884b
Merge branch 'main' of github.com:NativeScript/nativescript-cli
farfromrefug b5c3396
Merge branch 'main' of github.com:farfromrefug/nativescript-cli
farfromrefug 2ffdce9
chore: fix after merge
farfromrefug ee31dd4
fix: android fix when passing compileSdk as gradle arg
farfromrefug 57fa3b1
chore: plugin build gradle fix
farfromrefug ad7e6ab
chore: cli
farfromrefug db7f7f4
fix: updated bundletool.jar to support 16 KB page size. remove vendor…
farfromrefug fbb6b86
fix: deps update
farfromrefug 22174c5
chore: fix after deps update
farfromrefug 144d775
fix: add webpack env data so that scripts can read it (like svelte-pr…
farfromrefug fabb702
chore: deps
farfromrefug 6d51093
chore package version fix
farfromrefug 39b4fdf
chore: cleanup
farfromrefug 589fab7
chore: repo
farfromrefug a5d0d5d
chore(release): 8.8.3
farfromrefug fd25a26
fix: regression fix
farfromrefug 36ce380
chore(release): 8.8.4
farfromrefug d7041a8
fix: regression fix
farfromrefug 7a55aa6
chore: more sentry fix
farfromrefug 73dcdf9
chore(release): 8.8.5
farfromrefug 4bf3ba6
fix: regression fix after deps update
farfromrefug 132d5d9
chore:vscode
farfromrefug 0547133
chore: cli
farfromrefug bea9d93
chore: cli
farfromrefug 29d85ad
chore(release): 8.8.6
42f9f77
Merge remote-tracking branch 'nativescript/main'
farfromrefug f4d19f9
chore: lock
farfromrefug 443bae3
chore(release): 8.8.7
da64b1a
fix: default log level to WARN. Fix for INFO log level not showing ac…
farfromrefug e32fe87
chore: android gradle build process improvement
farfromrefug 2f9debb
chore(android): more gradle build rules
farfromrefug 7fef61f
chore(android): gradle scripts update
farfromrefug cf61acb
Merge remote-tracking branch 'nativescript/main'
farfromrefug ba9e812
chore: fix after merge
farfromrefug 5d807ce
fix: allow to enforce corePackageName to use custom
farfromrefug f46c90f
Merge remote-tracking branch 'upstream/main'
farfromrefug 9fda013
chore: fix after merge to support custom webpack plugin in place of @…
farfromrefug 0c51792
chore: another fix after merge
farfromrefug 8948c23
chore: limit filter to prevent being called for other projects minify…
farfromrefug 78732ea
Merge branch 'main' into new_big_merge_test
farfromrefug d8088fa
Merge remote-tracking branch 'nativescript/main'
farfromrefug 843df59
Merge branch 'main' into new_big_merge_test
farfromrefug 6686227
chore: revert removed file
farfromrefug 0183520
chore: prevent native rebuild when building for universal
farfromrefug cc7ddd2
chore: revert change
farfromrefug 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 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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.