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

✉️📭 Refractored emailService.ts into shareLocalDBFile.ts #1160

Merged
merged 15 commits into from
Jul 8, 2024

Commits on May 21, 2024

  1. Refractored emailService into shareLocalDBFile

    - Moved into `services/` directory
    - Refractored `emailService.ts` to now use sharePlugin, to match controlHelper
    - To reflect this change, renamed the service to `shareLocalDBFile`
    - Reworked 18next translations to reflect change
    the-bay-kay committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f25a2e9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Re-Added email plugin for Android

    - Issues with socialSharing, `loggerDB` file, and Gmail App
    - Because Gmail is default mail on Android, we want to make sure it works
    - Reverting to old plugin to make sure this sends correctly
    - Tested and confirmed send works on iOS & Android Hardware
    - Please see PR for further details
    the-bay-kay committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3e0ddb8 View commit details
    Browse the repository at this point in the history
  2. Fixed Prettier Formatting

    the-bay-kay committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7704af9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Revert "Fixed Prettier Formatting"

    This reverts commit 7704af9.
    
    Reverting to restore parity on iOS / Android
    the-bay-kay committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1233e58 View commit details
    Browse the repository at this point in the history
  2. Revert "Re-Added email plugin for Android"

    This reverts commit 3e0ddb8.
    
    Reverting to restory parity on iOS / Android
    the-bay-kay committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e81164c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    754de73 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Reworked ShareLocalDB, add extension when sharing

    - Added File I/O to send logs with `.txt` extension
    - See PR 1160 for further details
    the-bay-kay committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    55c3218 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d5ab4ab View commit details
    Browse the repository at this point in the history
  2. Ran prettier

    louisg1337 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a7e1124 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from louisg1337/louis_fix_log_email

    Android Log Email Fix
    the-bay-kay authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e542cd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    8d4aeda View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from louisg1337/louis_fix_log_email

    Addressed review comments
    louisg1337 authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d82b109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21e9b70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from louisg1337/louis_fix_log_email

    Renamed clear data to something more accurate
    louisg1337 authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f0656ca View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Updated error handling

    Co-authored-by: K. Shankari <shankari@eecs.berkeley.edu>
    louisg1337 and shankari authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f3211a0 View commit details
    Browse the repository at this point in the history