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

Add ability to Take/Upload Receipts #23046

Merged
merged 104 commits into from
Aug 2, 2023
Merged

Add ability to Take/Upload Receipts #23046

merged 104 commits into from
Aug 2, 2023

Commits on Jul 10, 2023

  1. Start to add receipt scan

    AndrewGable committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fc0224e View commit details
    Browse the repository at this point in the history
  2. Use vision camera 3

    AndrewGable committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cea08ec View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    add8675 View commit details
    Browse the repository at this point in the history
  2. 🧹 Cleaning up code

    AndrewGable committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b1a5ba6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 16, 2023

  1. Start on web frontend

    AndrewGable committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    d4003d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Add drag and drop on web

    AndrewGable committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7d849ca View commit details
    Browse the repository at this point in the history
  2. Add Receipt drop zone

    AndrewGable committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    388a9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca74afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0887b06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceff072 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fix web styles

    AndrewGable committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    13a6e73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3d13b View commit details
    Browse the repository at this point in the history
  3. Tweaking web styling

    AndrewGable committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a56e28d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68cfdd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad5e575 View commit details
    Browse the repository at this point in the history
  6. Remove some debug lines

    AndrewGable committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ef99391 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e1ca2c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. WIP

    jczekalski committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    eef663c View commit details
    Browse the repository at this point in the history
  2. Cleaning up code

    AndrewGable committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5cacdcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    befa17f View commit details
    Browse the repository at this point in the history
  4. Fixing some lint

    AndrewGable committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    58b7cc0 View commit details
    Browse the repository at this point in the history
  5. Fix translation and test

    AndrewGable committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    372733d View commit details
    Browse the repository at this point in the history
  6. Add translated strings

    AndrewGable committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c84899f View commit details
    Browse the repository at this point in the history
  7. Keep cleaning up code

    AndrewGable committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3ef73ff View commit details
    Browse the repository at this point in the history
  8. Add file validation

    AndrewGable committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9786f01 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. clean up

    jczekalski committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a3a8ba5 View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    jczekalski committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    002bb90 View commit details
    Browse the repository at this point in the history
  3. syntax improvement

    jczekalski committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3f67b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42152f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b58a42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29e7dbe View commit details
    Browse the repository at this point in the history
  7. Clean up

    AndrewGable committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    aadbc81 View commit details
    Browse the repository at this point in the history
  8. Add mWeb styles

    AndrewGable committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3dd6a09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60a9fa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    1b747d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82fd605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090b651 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    AndrewGable committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4025cb1 View commit details
    Browse the repository at this point in the history
  5. Fix file types on web

    AndrewGable committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bbbb331 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae94c30 View commit details
    Browse the repository at this point in the history
  7. Add spanish translation

    AndrewGable committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f84da2d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    3d1aab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d2dc80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    658c70b View commit details
    Browse the repository at this point in the history
  4. Clean up for PR reviews

    AndrewGable committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cebdd0d View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Rory Abraham <47436092+roryabraham@users.noreply.github.com>
    AndrewGable and roryabraham authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cab8ed4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Fix lint

    AndrewGable committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aedefe0 View commit details
    Browse the repository at this point in the history
  2. Cleaning up names

    AndrewGable committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c267999 View commit details
    Browse the repository at this point in the history
  3. Remove unused props

    AndrewGable committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f4da1b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9db6b5 View commit details
    Browse the repository at this point in the history
  5. Remove lint

    AndrewGable committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4f1471d View commit details
    Browse the repository at this point in the history
  6. Use React Navigation tabs

    AndrewGable committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d24615f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    04ef94d View commit details
    Browse the repository at this point in the history
  2. Tweaking styles

    AndrewGable committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7189bb9 View commit details
    Browse the repository at this point in the history
  3. Fix style

    AndrewGable committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1f97364 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. FIx navigation

    AndrewGable committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ed108cc View commit details
    Browse the repository at this point in the history
  2. Fix onPress events

    AndrewGable committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    af221b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc7dc0 View commit details
    Browse the repository at this point in the history
  4. Migrate drag and drop

    AndrewGable committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d733f30 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    AndrewGable committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7865d82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69998f5 View commit details
    Browse the repository at this point in the history
  7. Remove unused files

    AndrewGable committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c002e31 View commit details
    Browse the repository at this point in the history
  8. Fix lint

    AndrewGable committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3423021 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    716c004 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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

Commits on Jul 31, 2023

  1. Cleaning up styles

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e00e8b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623f87d View commit details
    Browse the repository at this point in the history
  3. Revert bad merges

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    50b0319 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1c5092 View commit details
    Browse the repository at this point in the history
  5. Fix currency

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3bfcd5c View commit details
    Browse the repository at this point in the history
  6. Handle empty params

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7e80c20 View commit details
    Browse the repository at this point in the history
  7. Cleaning up code

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    47ec341 View commit details
    Browse the repository at this point in the history
  8. Fix lint

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a4a4b60 View commit details
    Browse the repository at this point in the history
  9. Add JSDoc for prop types

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    aec4a91 View commit details
    Browse the repository at this point in the history
  10. Add beta check

    AndrewGable committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c7634be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4428bc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Rename callback

    AndrewGable committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6b3dea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d1044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddd1126 View commit details
    Browse the repository at this point in the history
  4. Lint 🙈

    AndrewGable committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    20cce36 View commit details
    Browse the repository at this point in the history
  5. Fix navigation issue

    AndrewGable committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b99c352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78a4cd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1190f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f8b968 View commit details
    Browse the repository at this point in the history
  9. Move fullScreenWrapper

    AndrewGable committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7f84439 View commit details
    Browse the repository at this point in the history
  10. Lint

    AndrewGable committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d7563f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Handle split bill case

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    49df616 View commit details
    Browse the repository at this point in the history
  2. Cleaning up code

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    317015e View commit details
    Browse the repository at this point in the history
  3. Clean up code

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    998e401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19849b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e492c58 View commit details
    Browse the repository at this point in the history
  6. Remove duplicated route

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a6673e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d30f1f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca5e2f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f341c40 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81e39d4 View commit details
    Browse the repository at this point in the history
  11. Use useIsFocused hook

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b75c8a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52a0df4 View commit details
    Browse the repository at this point in the history
  13. Clean up code 🖌️

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4ba983c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8b9cdd View commit details
    Browse the repository at this point in the history
  15. Add podfile changes

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cd8256f View commit details
    Browse the repository at this point in the history
  16. Update PropTypes

    AndrewGable committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f8e0bd7 View commit details
    Browse the repository at this point in the history