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

Flutter authn #23

Merged
merged 31 commits into from
May 11, 2024
Merged

Flutter authn #23

merged 31 commits into from
May 11, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    1e39a84 View commit details
    Browse the repository at this point in the history
  2. Initialize Amplify Project (Franz)

    `amplify init`
    mahmoud-joumaa committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4baff9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6705c View commit details
    Browse the repository at this point in the history
  4. Configured Transcription table

    Configured audio-transcribed-1 s3
    AhmadHLB committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f3b3b5e View commit details
    Browse the repository at this point in the history
  5. Update android versions

    Make sure they're compatible with AWS Amplify
    mahmoud-joumaa committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b83c3f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42531d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4be38ec View commit details
    Browse the repository at this point in the history
  8. Import S3 & DynamoDB

    mahmoud-joumaa committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5026f31 View commit details
    Browse the repository at this point in the history
  9. Added Account Table

    (testing)
    mahmoud-joumaa committed May 10, 2024
    Configuration menu
    Copy the full SHA
    64a33c3 View commit details
    Browse the repository at this point in the history
  10. Revert "Added Account Table"

    This reverts commit 64a33c3.
    mahmoud-joumaa committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0b5a51d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a33b1a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    583c29c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    522a4d9 View commit details
    Browse the repository at this point in the history
  14. Revert "Add 'transcriptions' API"

    This reverts commit 522a4d9.
    mahmoud-joumaa committed May 10, 2024
    Configuration menu
    Copy the full SHA
    eac9308 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8ee9658 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    de5464e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab451c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfac309 View commit details
    Browse the repository at this point in the history
  4. Initialize the error to be false

    Avoid Null isn't a bool error
    mahmoud-joumaa committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2d41618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a059f4 View commit details
    Browse the repository at this point in the history
  6. Delete linux, macos, windows folders

    Our app supports android, ios, web
    mahmoud-joumaa committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7678d98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36d56f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8742458 View commit details
    Browse the repository at this point in the history
  9. Finalize sign up logic

    mahmoud-joumaa committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d364215 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd365e9 View commit details
    Browse the repository at this point in the history
  11. Update about.dart

    mahmoud-joumaa committed May 11, 2024
    Configuration menu
    Copy the full SHA
    285dc21 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c161e8f View commit details
    Browse the repository at this point in the history
  13. Implement Sign In

    mahmoud-joumaa committed May 11, 2024
    Configuration menu
    Copy the full SHA
    dcf902a View commit details
    Browse the repository at this point in the history
  14. Debug Sign In & Out

    (Add `await` & consider `confirmSignUp` case)
    mahmoud-joumaa committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3cf7bba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bb277c0 View commit details
    Browse the repository at this point in the history
  16. Update main.dart

    mahmoud-joumaa committed May 11, 2024
    Configuration menu
    Copy the full SHA
    268e86d View commit details
    Browse the repository at this point in the history