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

1.0 release prep #1433

Merged
merged 55 commits into from Mar 4, 2024
Merged

1.0 release prep #1433

merged 55 commits into from Mar 4, 2024

Commits on Feb 26, 2024

  1. Copy the full SHA
    37ad0da View commit details
    Browse the repository at this point in the history
  2. refactor engine core

    pavjacko committed Feb 26, 2024
    Copy the full SHA
    d525767 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/objC_injections' into chore/dep-cleanup

    * fix/objC_injections:
      rename types
      fix types
      add didReceiveNotificationResponse method
      fix
      fix didReceiveRemoteNotification
      fix addAppDelegateImports injections
    pavjacko committed Feb 26, 2024
    Copy the full SHA
    6817e7d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/podfile_injections_permissions' into chore/dep-cleanup

    * fix/podfile_injections_permissions:
      remove unnecessary  file
      clean code
      remove unused func
      node_require above INJECT_PODFILE_HEADER
      hide permission button - non ios platforms
      add nodeScripts property to templateXcode, update react-native-permissions
      fix podfile injections
    pavjacko committed Feb 26, 2024
    Copy the full SHA
    ff833fd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. refactor core engine

    pavjacko committed Feb 27, 2024
    Copy the full SHA
    019d094 View commit details
    Browse the repository at this point in the history
  2. core engine tasks migration

    pavjacko committed Feb 27, 2024
    Copy the full SHA
    4160fb7 View commit details
    Browse the repository at this point in the history
  3. update imports

    pavjacko committed Feb 27, 2024
    Copy the full SHA
    e67df6b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Copy the full SHA
    4edf039 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eefd8d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix

    ElenaDiachenko committed Mar 1, 2024
    Copy the full SHA
    e4eb009 View commit details
    Browse the repository at this point in the history
  2. remove log

    ElenaDiachenko committed Mar 1, 2024
    Copy the full SHA
    4bcdbe8 View commit details
    Browse the repository at this point in the history
  3. fix/firetv_manifest

    ElenaDiachenko committed Mar 1, 2024
    Copy the full SHA
    7e73721 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e86d154 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f190c4b View commit details
    Browse the repository at this point in the history
  6. add support for multiple providers in merged tasks

    (cherry picked from commit 37ad0da)
    pavjacko committed Mar 1, 2024
    Copy the full SHA
    ce3eb45 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    eb9e865 View commit details
    Browse the repository at this point in the history
  8. extract to styles

    mihaiblaga89 committed Mar 1, 2024
    Copy the full SHA
    7115d01 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Merge branch 'fix/styles' into chore/release-prep

    * fix/styles:
      fixed styles => made app container scrollable
    pavjacko committed Mar 2, 2024
    Copy the full SHA
    4ed4bfd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/add_warning_for_special_characters' into chore/rele…

    …ase-prep
    
    * fix/add_warning_for_special_characters:
      remove log
      fix
      fix/add_warning_for_special_characters
    pavjacko committed Mar 2, 2024
    Copy the full SHA
    7ebcc50 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/firetv_manifest_allowBackup' into chore/release-prep

    * fix/firetv_manifest_allowBackup:
      fix/firetv_manifest
    pavjacko committed Mar 2, 2024
    Copy the full SHA
    79f8cb4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/issues_with_supported_plugins' into chore/release-prep

    * fix/issues_with_supported_plugins:
      created a separate file index.ios.tsx
      disable @react-native-community/push-notification-ios for tvos
    pavjacko committed Mar 2, 2024
    Copy the full SHA
    73245a2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'chore/docs-support' into chore/release-prep

    * chore/docs-support:
      add support for multiple providers in merged tasks
    pavjacko committed Mar 2, 2024
    Copy the full SHA
    f2b9c09 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix/harness_androidtv_display_issue' into chore/release…

    …-prep
    
    * fix/harness_androidtv_display_issue:
      extract to styles
      fix display issue for harness androidtv
    
    # Conflicts:
    #	packages/app-harness/src/app/index.tsx
    pavjacko committed Mar 2, 2024
    Copy the full SHA
    165caa1 View commit details
    Browse the repository at this point in the history
  7. refactor app-harness

    pavjacko committed Mar 2, 2024
    Copy the full SHA
    0d0f449 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    45769c4 View commit details
    Browse the repository at this point in the history
  9. update harness ui

    pavjacko committed Mar 2, 2024
    Copy the full SHA
    72a371b View commit details
    Browse the repository at this point in the history
  10. update ui, add test cases

    pavjacko committed Mar 2, 2024
    Copy the full SHA
    222d6e8 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    41ec46f View commit details
    Browse the repository at this point in the history
  12. fix ts in buildHooks

    pavjacko committed Mar 2, 2024
    Copy the full SHA
    0dcdb07 View commit details
    Browse the repository at this point in the history
  13. add ts check to husky

    pavjacko committed Mar 2, 2024
    Copy the full SHA
    2d6bf3b View commit details
    Browse the repository at this point in the history
  14. use tsc to run build hooks

    pavjacko committed Mar 2, 2024
    Copy the full SHA
    b5e7173 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    cfc5002 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'chore/dep-cleanup' into chore/release-prep

    * chore/dep-cleanup:
      update imports
      core engine tasks migration
      refactor core engine
      refactor engine core
      add support for multiple providers in merged tasks
    pavjacko committed Mar 2, 2024
    Copy the full SHA
    fa86bbd View commit details
    Browse the repository at this point in the history
  17. add TaskKeys enum to core

    pavjacko committed Mar 2, 2024
    Copy the full SHA
    a8fd8e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Copy the full SHA
    138871e View commit details
    Browse the repository at this point in the history
  2. fix imports

    pavjacko committed Mar 3, 2024
    Copy the full SHA
    2084eb1 View commit details
    Browse the repository at this point in the history
  3. refactor constants to enums

    pavjacko committed Mar 3, 2024
    Copy the full SHA
    f60b303 View commit details
    Browse the repository at this point in the history
  4. rename files

    pavjacko committed Mar 3, 2024
    Copy the full SHA
    05700b3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5e479e9 View commit details
    Browse the repository at this point in the history
  6. commit removed files

    pavjacko committed Mar 3, 2024
    Copy the full SHA
    a3921b5 View commit details
    Browse the repository at this point in the history
  7. remove tasks fn exports

    pavjacko committed Mar 3, 2024
    Copy the full SHA
    b09a347 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. rename task import names

    pavjacko committed Mar 4, 2024
    Copy the full SHA
    7c0ac5d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    665348a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f5dd635 View commit details
    Browse the repository at this point in the history
  4. rename constants

    pavjacko committed Mar 4, 2024
    Copy the full SHA
    1c84228 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    79168b0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    dccb202 View commit details
    Browse the repository at this point in the history
  7. migrate to logDefault

    pavjacko committed Mar 4, 2024
    Copy the full SHA
    1a71043 View commit details
    Browse the repository at this point in the history
  8. migrate logs

    pavjacko committed Mar 4, 2024
    Copy the full SHA
    4952fe8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    3214985 View commit details
    Browse the repository at this point in the history
  10. update log color

    pavjacko committed Mar 4, 2024
    Copy the full SHA
    fcfe6ec View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3386f9f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8605145 View commit details
    Browse the repository at this point in the history
  13. update logger

    pavjacko committed Mar 4, 2024
    Copy the full SHA
    73bf6f6 View commit details
    Browse the repository at this point in the history
  14. fix tasBuild

    pavjacko committed Mar 4, 2024
    Copy the full SHA
    2f5ff38 View commit details
    Browse the repository at this point in the history