Skip to content
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

feat: many new android features #5774

Open
wants to merge 126 commits into
base: main
Choose a base branch
from

Commits on May 7, 2021

  1. feat: allow to ignore native dependencies

    Along with that we simply need to have a cli parameter and an option in nativescript.config
    farfromrefug committed May 7, 2021
    Configuration menu
    Copy the full SHA
    cb695e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. merge

    farfromrefug committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0005db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66fc8b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    ae75c50 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    5c8db12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a99d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Merge branch 'master' of github.com:NativeScript/nativescript-cli

    # Conflicts:
    #	lib/services/plugins-service.ts
    farfromrefug committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    bca2b25 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    e019098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a08b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    bafc35f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    b8bd8f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from NativeScript/fix/require-resolve-with-exports

    fix: require.resolve for packages with exports field in package.json
    farfromrefug authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    38d2fb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3066c6a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    68e541c View commit details
    Browse the repository at this point in the history
  2. fix: fix source map path

    farfromrefug committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8ca0889 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. chore: refactoring

    farfromrefug committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    63a4620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29439ca View commit details
    Browse the repository at this point in the history
  3. fix: remove unneeded R.class and BuildConfig.class for plugins

    can still be enabled with `generateBuildConfig` and `generateR`
    farfromrefug committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    aa56395 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    e0c1824 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/gradle-7' of github.com:NativeScript/nativescript-cli

    # 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
    farfromrefug committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    3dd3744 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. chore: cleanup

    farfromrefug committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9f66f72 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:NativeScript/nativescript-cli

    # Conflicts:
    #	lib/services/android-plugin-build-service.ts
    #	vendor/gradle-plugin/build.gradle
    farfromrefug committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7dc8bdc View commit details
    Browse the repository at this point in the history
  3. fix: kotlin version fix

    farfromrefug committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2fa7722 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b55d42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2128946 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d1eba9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d00c7ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78e88eb View commit details
    Browse the repository at this point in the history
  9. fix: correctly allow plugins build to detect before-plugins.gradle

    and other gradle scripts
    farfromrefug committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e8e39b4 View commit details
    Browse the repository at this point in the history
  10. chore: cleanup logs

    farfromrefug committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ac53b20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e7eb1e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    9333c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee8e48 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Merge branch 'master' of github.com:NativeScript/nativescript-cli

    # Conflicts:
    #	lib/commands/plugin/build-plugin.ts
    #	lib/data/build-data.ts
    #	lib/declarations.d.ts
    #	lib/definitions/android-plugin-migrator.d.ts
    #	lib/definitions/build.d.ts
    #	lib/options.ts
    #	lib/services/android-plugin-build-service.ts
    #	lib/services/android-project-service.ts
    #	lib/services/android/gradle-command-service.ts
    #	yarn.lock
    farfromrefug committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6993657 View commit details
    Browse the repository at this point in the history
  2. feat: filterDevicesArch option to build only abi of connected devic…

    …es for `run|debug`
    
    this passes a gradle `abiFilters` arg to the build process which could allow the gradle config to only build abis of connected devices.
    * build faster
    * could be used with split to only deploy a smaller apk to each device depending on its abi
    
    Default to false for now. Could become the default later
    
    It requires an update to the gradle file in the android runtime
    farfromrefug committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    dc28cf7 View commit details
    Browse the repository at this point in the history
  3. chore: fix after merge

    farfromrefug committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ec20d60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d68e529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d57dc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    cbd37d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    e548004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded3485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82bd9d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    d474b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. feat: android plugin build will use its own plugin dependencies to build

    This allow a Nativescript plugin to depend on another nativescript native plugin code
    farfromrefug committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8365318 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Merge branch 'master' of github.com:NativeScript/nativescript-cli

    # Conflicts:
    #	lib/definitions/android-plugin-migrator.d.ts
    #	lib/services/android-plugin-build-service.ts
    #	lib/services/android-project-service.ts
    #	lib/services/ios-project-service.ts
    #	vendor/gradle-plugin/build.gradle
    farfromrefug committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    eb8379e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    ef76fb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    654542b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. chore: cleanup

    farfromrefug committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    29fb000 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    141aac8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. fix: android plugins now built using same “gradle” as apps

    * copy paste for now. I think most could be refactored in the runtime and cli should include from there
    * not kotlin, buildtools, … versions are define like in apps and use same defaults
    * we dont modify the build.gradle for tempPlugin anymore. Instead we add the plugin as a native dep (to itself..) and just ignore the `aar` that we would build (which can already be there).
    * now users can do almost anything they want in their plugin `include.gradle` and it will work (for example comments on the first line would break the build)
    * now while building a tempPlugin we pickup any external aar we find the plugin `platforms` folder (main reason for this change)
    farfromrefug committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8195d22 View commit details
    Browse the repository at this point in the history
  2. chore: removed logs

    farfromrefug committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    03a5379 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. chore: cleanup

    farfromrefug committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e52d86d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2200a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    e39c3d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    f1b1269 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    d3396e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    bf06999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef5d47 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    3975f1a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    0b2d85c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892e682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272aff9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    149936e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    5042306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c651089 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. feat: yarn2+ support

    farfromrefug committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b35af16 View commit details
    Browse the repository at this point in the history
  2. fix: some yarn2 fixes

    farfromrefug committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f4a986f View commit details
    Browse the repository at this point in the history
  3. chore: project

    farfromrefug committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    52fb336 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    93c17d8 View commit details
    Browse the repository at this point in the history
  2. chore: yarn2 fixes

    farfromrefug committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    798c9a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Update package.json

    farfromrefug committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    16b2416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e8e22 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. fix: another yarn 2+ fix

    farfromrefug committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1c5d2cc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    a32ba3f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge remote-tracking branch 'nativescript/main'

    # Conflicts:
    #	lib/base-package-manager.ts
    #	lib/controllers/build-controller.ts
    #	lib/nativescript-cli.ts
    #	lib/package-installation-manager.ts
    #	lib/package-manager.ts
    #	lib/services/android-plugin-build-service.ts
    #	lib/services/device/device-install-app-service.ts
    #	lib/services/timeline-profiler-service.ts
    #	lib/yarn2-package-manager.ts
    #	package-lock.json
    #	package.json
    #	yarn.lock
    farfromrefug committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9d8df5f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. chore: cleanup

    farfromrefug committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    29de089 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    713be65 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	lib/base-package-manager.ts
    #	lib/controllers/build-controller.ts
    #	lib/nativescript-cli.ts
    #	lib/package-installation-manager.ts
    #	lib/package-manager.ts
    #	lib/services/android-plugin-build-service.ts
    #	lib/services/device/device-install-app-service.ts
    #	lib/services/timeline-profiler-service.ts
    #	lib/yarn2-package-manager.ts
    #	package-lock.json
    #	package.json
    #	yarn.lock
    farfromrefug committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    21a609d View commit details
    Browse the repository at this point in the history
  3. chore: merge fix

    farfromrefug committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e341c31 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    51ca951 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	lib/controllers/build-controller.ts
    #	lib/services/device/device-install-app-service.ts
    #	package-lock.json
    #	yarn.lock
    farfromrefug committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b5fef05 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. feat(android): allow to force gradle version throught nativescript-co…

    …nfig (`android.gradleVersion`).
    
    Also we now replace `{{pluginNamespace}}` for plugins as requirement for gradle 8
    Same `__PACKAGE__` is replaced in app build.gradle (for namespace or app id)
    farfromrefug committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7c6dc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5263d View commit details
    Browse the repository at this point in the history
  3. chore: lock

    farfromrefug committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4f84b58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b0a5ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a110e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54ed89d View commit details
    Browse the repository at this point in the history
  7. fix(android): copy all other directories from App_Resources/Android t…

    …o platforms/android. Those must be modules like AndroidTest or benchmark
    farfromrefug committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5560853 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4abb7d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    094372d View commit details
    Browse the repository at this point in the history
  2. fix: timeline profile format fix to be compatible with firefox profiler

    Still a lot of work to be done there
    farfromrefug committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    cbbda1c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    cb44cf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    ed2b84a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix(android): in case we use buildFilterDevicesArch check if we nee…

    …d to rebuild for devices we are building for
    farfromrefug committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7c010fe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. feat(android): custom buildPath from nativescript.config

    It requires a PR on @nativescript/webpack too
    farfromrefug committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    06dfc73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16bc22d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc50c28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a626021 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    ae96032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72ffaa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. feat: new syncChangedDataOnDevices. also send the changed files in …

    …`IFilesChangeEventData` so that hooks can know what files have changed
    farfromrefug committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c17417b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'nativescript/main'

    # Conflicts:
    #	lib/controllers/prepare-controller.ts
    #	lib/services/android-plugin-build-service.ts
    #	lib/services/ios-project-service.ts
    #	package-lock.json
    #	vendor/gradle-plugin/build.gradle
    #	yarn.lock
    farfromrefug committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    da9b7f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. feat: add --json option to ns config

    farfromrefuge committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d8bd6e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    3628490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b2945 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix: better fix for custom build folder so that it works too in andro…

    …id studio. (i still pass `projectRoot` in gradle in case we need it). This fix is not used with plugins build though as it seems better to use `projectRoot`
    farfromrefuge committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    48e603d View commit details
    Browse the repository at this point in the history
  2. fix: another gradle 8 fix to make the sentry plugin work. Should not …

    …be needed
    farfromrefuge committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0793d44 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    farfromrefuge committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    de89c09 View commit details
    Browse the repository at this point in the history
  4. fix: gradle script replace fix

    farfromrefuge committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b15679a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge remote-tracking branch 'nativescript/main'

    farfromrefuge committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d25445b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    a10c9b5 View commit details
    Browse the repository at this point in the history
  2. chore: another android gradle rule...

    # Conflicts:
    #	vendor/gradle-app/app/build.gradle
    farfromrefug committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    aa6f565 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update lib/controllers/platform-controller.ts

    Co-authored-by: Igor Randjelovic <[email protected]>
    farfromrefug and rigor789 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b40cf83 View commit details
    Browse the repository at this point in the history
  2. Update lib/controllers/prepare-controller.ts

    Co-authored-by: Igor Randjelovic <[email protected]>
    farfromrefug and rigor789 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ecaaf44 View commit details
    Browse the repository at this point in the history
  3. Update lib/services/device/device-install-app-service.ts

    Co-authored-by: Igor Randjelovic <[email protected]>
    farfromrefug and rigor789 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2bbe084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e1a227 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dffe847 View commit details
    Browse the repository at this point in the history
  6. chore: testing

    farfromrefug committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    43c9d74 View commit details
    Browse the repository at this point in the history
  7. chore: review

    farfromrefug committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    45d518b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e61d7aa View commit details
    Browse the repository at this point in the history
  9. chore: adress comments

    farfromrefug committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c1b8326 View commit details
    Browse the repository at this point in the history
  10. Update lib/services/device/device-install-app-service.ts

    Co-authored-by: Igor Randjelovic <[email protected]>
    farfromrefug and rigor789 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e1d95dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6aa3ea3 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'nativescript/main' into new_big_merge_test

    # Conflicts:
    #	lib/services/plugins-service.ts
    farfromrefug committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    50792ea View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. chore: tests

    farfromrefug committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    806855c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    c3db9c2 View commit details
    Browse the repository at this point in the history