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: support react-native-vision-camera v4 #38

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

Commits on Oct 7, 2023

  1. feat: update ios side to v3 of camera vision

    ismaelsousa committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    568b366 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. feat: update android side to camera vision v3

    ismaelsousa committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f5aee7c View commit details
    Browse the repository at this point in the history
  2. feat: update react-native side

    ismaelsousa committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    11eead5 View commit details
    Browse the repository at this point in the history
  3. feat: update the WritableNativeMap to HashMap

    ismaelsousa committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3e52622 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. feat: bump dependencies

    ismaelsousa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e887b20 View commit details
    Browse the repository at this point in the history
  2. chore: change word's preview

    ismaelsousa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    15f4baf View commit details
    Browse the repository at this point in the history
  3. chore: move projects

    ismaelsousa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2454a78 View commit details
    Browse the repository at this point in the history
  4. Bump version

    ismaelsousa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    60c1e50 View commit details
    Browse the repository at this point in the history
  5. fix: @types/react-native

    ismaelsousa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1309557 View commit details
    Browse the repository at this point in the history
  6. chore: update readme

    ismaelsousa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5bfd212 View commit details
    Browse the repository at this point in the history
  7. chore: type scanOCR return

    ismaelsousa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    afbba74 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. refactor: use createRunInJsFn

    ismaelsousa committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    630972c View commit details
    Browse the repository at this point in the history
  2. chore: unassign team

    ismaelsousa committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    94dc64b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. feat: change package name

    ismaelsousa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    72c3289 View commit details
    Browse the repository at this point in the history
  2. fix: put version back

    ismaelsousa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1ddeff7 View commit details
    Browse the repository at this point in the history
  3. fix: pkg

    ismaelsousa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7a4af0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    887b193 View commit details
    Browse the repository at this point in the history
  5. feat: add access

    ismaelsousa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d32cfcc View commit details
    Browse the repository at this point in the history
  6. fix: put my nickname

    ismaelsousa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f21364c View commit details
    Browse the repository at this point in the history
  7. Release 2.0.0

    ismaelsousa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b13e600 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. 1 Configuration menu
    Copy the full SHA
    eb79ab0 View commit details
    Browse the repository at this point in the history
  2. Release 2.0.1

    ismaelsousa committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    fed2baf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    907b80f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6896dd View commit details
    Browse the repository at this point in the history
  5. Release 2.1.0

    ismaelsousa committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    376576e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc79a91 View commit details
    Browse the repository at this point in the history
  7. Release 2.1.1

    ismaelsousa committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7edddbd View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. fix: registration module

    ismaelsousa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    5211de9 View commit details
    Browse the repository at this point in the history
  2. feat: add symbols

    ismaelsousa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6f2544e View commit details
    Browse the repository at this point in the history
  3. Release 2.1.2-0

    ismaelsousa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9571748 View commit details
    Browse the repository at this point in the history
  4. Release 2.1.2

    ismaelsousa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c2ce46a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    fbd96b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df46f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607dcb4 View commit details
    Browse the repository at this point in the history
  4. Release 2.2.0

    ismaelsousa committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9efcce6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. type fix

     Type mismatch: inferred type is Orientation! but String? was expected
    kevinranks authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bad0120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c83c5b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge pull request #2 from joincarbon/v2

    Fix build for vision-camera 3.7.1
    ismaelsousa authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    968459b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d6ca0 View commit details
    Browse the repository at this point in the history
  3. Release 2.2.1

    ismaelsousa committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e8ac0dc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. iOS - Fix incompatible block type and 'init' method unavailability in…

    … FrameProcessorPluginRegistry
    7emretelli committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7ec9124 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from 7emretelli/vision-camera-3.7.1-ios

    iOS - Fix incompatible block type and 'init' method unavailability in…
    ismaelsousa authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    56091b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b685849 View commit details
    Browse the repository at this point in the history
  4. Release 2.2.2-0

    ismaelsousa committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c333869 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix: android registration plugin for vision camera v3.8

    Signed-off-by: danieloprado <[email protected]>
    danieloprado committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0223e42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from danieloprado/fix-android-vision-camera-3.8

    fix: android registration plugin for vision camera v3.8
    ismaelsousa authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    54aab6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1eee93 View commit details
    Browse the repository at this point in the history
  4. Release 2.2.2

    ismaelsousa committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c3cabc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 30, 2024

  1. Merge pull request #5 from danieloprado/fix-android-vision-camera-3.8

    Fix android vision camera 3.8
    ismaelsousa authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    53f6a58 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Release 2.2.3

    ismaelsousa committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    efda84c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    81bf21c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97fd1f8 View commit details
    Browse the repository at this point in the history
  3. Release 2.2.4

    ismaelsousa committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8f8f653 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    ab66fd1 View commit details
    Browse the repository at this point in the history
  2. Release 2.3.0

    ismaelsousa committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    50ecd0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8be34e9 View commit details
    Browse the repository at this point in the history
  4. Release 2.3.1

    ismaelsousa committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a57b3cb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update dependencies and paths in tsconfig.json, Podfile, package.json…

    …, settings.gradle, build.gradle, and MainApplication.java
    ismaelsousa committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0b56faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb40db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f5f44 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    ismaelsousa committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a5e3489 View commit details
    Browse the repository at this point in the history
  5. Release 3.0.0-0

    ismaelsousa committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dc32cce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9c7e5c View commit details
    Browse the repository at this point in the history
  7. Release 3.0.0

    ismaelsousa committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b06ffee View commit details
    Browse the repository at this point in the history
  8. fix(types): declaration path

    pedrol2b committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    be61388 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #8 from pedrol2b/fix/types

    fix(types): declaration
    ismaelsousa authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3be0d95 View commit details
    Browse the repository at this point in the history
  2. Release 3.0.1

    ismaelsousa committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    039267d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 22, 2024

  1. Merge pull request #16 from Valentin-Rault/feature/support-orientation

    feature: Set the vision image orientation to compensate compare to t…
    ismaelsousa authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6e1521e View commit details
    Browse the repository at this point in the history
  2. Release 3.0.2-0

    ismaelsousa committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4fc7ae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Removed UIImage usage creating a VisionImage instance by frame buffer

    Giuseppe Ravidà authored and Giuseppe Ravidà committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f1f60b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from pepperav/fix_memory_leak

    Removed UIImage usage creating a VisionImage instance by frame buffer
    ismaelsousa authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    270d553 View commit details
    Browse the repository at this point in the history
  3. Release 3.0.2-1

    ismaelsousa committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0e21cc7 View commit details
    Browse the repository at this point in the history