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: add SES experiment toggle (iOS) #8373

Merged
merged 36 commits into from
Jan 30, 2024
Merged

Commits on Jan 23, 2024

  1. Add react-native-mmkv

    - add NPM module
    - update Yarn lockfile
    - update CocoaPods lockfile
    leotm committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ccfe2d6 View commit details
    Browse the repository at this point in the history
  2. MVP

    leotm committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    942cb07 View commit details
    Browse the repository at this point in the history
  3. Only show on iOS

    leotm committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e6123c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update snapshot

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0f8949e View commit details
    Browse the repository at this point in the history
  2. Remove stale comment

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    64a694f View commit details
    Browse the repository at this point in the history
  3. Update styling

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    cd9f2f4 View commit details
    Browse the repository at this point in the history
  4. Update header

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    859dc41 View commit details
    Browse the repository at this point in the history
  5. Update content

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9ebe8af View commit details
    Browse the repository at this point in the history
  6. Translate header

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f4eb35a View commit details
    Browse the repository at this point in the history
  7. Translate description

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    98dc122 View commit details
    Browse the repository at this point in the history
  8. Update snapshot

    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    75d8c02 View commit details
    Browse the repository at this point in the history
  9. Replace RN MMKV with RN default-preference

    - refactor to callbacks
    - refactor booleans to strings
    - refactor conditions
    - DefaultPreference working in settings menu only
    
    Blocker: DefaultPreference.get value remains undefined called at Initializecore
    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ea5674c View commit details
    Browse the repository at this point in the history
  10. Revert "Replace RN MMKV with RN default-preference"

    This reverts commit ea5674c.
    leotm committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    dd93763 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Use Device.isIos fn

    leotm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5dc2fef View commit details
    Browse the repository at this point in the history
  2. Update import

    leotm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    eaa8fe8 View commit details
    Browse the repository at this point in the history
  3. Remove stale import

    leotm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ec95c3e View commit details
    Browse the repository at this point in the history
  4. Fix Android (Hermes) debug bundle

    leotm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dd9caf5 View commit details
    Browse the repository at this point in the history
  5. Add MetaMask copyright notice

    leotm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    57c0080 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d1959f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71df5b7 View commit details
    Browse the repository at this point in the history
  8. Run Yarn deduplicate

    leotm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7efb967 View commit details
    Browse the repository at this point in the history
  9. Add back missing import

    leotm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f1fa08a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    f4d4e97 View commit details
    Browse the repository at this point in the history
  2. Update snapshot

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c65aa5b View commit details
    Browse the repository at this point in the history
  3. Update heading

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    babb9bb View commit details
    Browse the repository at this point in the history
  4. Add SES URL

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7625b45 View commit details
    Browse the repository at this point in the history
  5. Fix SES URL

    - #readme doesn't scroll down on iOS
    - update to actual README.md file
    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    11ba12b View commit details
    Browse the repository at this point in the history
  6. Update description

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e583c8c View commit details
    Browse the repository at this point in the history
  7. Update description

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4786d16 View commit details
    Browse the repository at this point in the history
  8. Update UI

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5e09337 View commit details
    Browse the repository at this point in the history
  9. Update UI

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    47a3528 View commit details
    Browse the repository at this point in the history
  10. Preserve UI on Android

    leotm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    dde9be0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    205867f View commit details
    Browse the repository at this point in the history
  2. Enable SES by default

    leotm committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    53024b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a3a7bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1f0d24 View commit details
    Browse the repository at this point in the history