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

Fix Part of #4938: Introduce Onboarding Intro screen #5385

Merged
merged 163 commits into from
Jun 30, 2024

Commits on Mar 27, 2024

  1. Add drawable resources

    adhiamboperes committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5d86f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17713d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c11bcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    722c759 View commit details
    Browse the repository at this point in the history
  5. Fix UI

    adhiamboperes committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0a24f11 View commit details
    Browse the repository at this point in the history
  6. Fix buildifier issue

    adhiamboperes committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1462eb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge remote-tracking branch 'upstream/new-onboarding-screen' into on…

    …boarding-profile-type-screen
    adhiamboperes committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a337b9b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    785716e View commit details
    Browse the repository at this point in the history
  2. Add drawable resources

    adhiamboperes committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3067ff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a41256 View commit details
    Browse the repository at this point in the history
  4. Add tests

    adhiamboperes committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    40d188f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    434d9dc View commit details
    Browse the repository at this point in the history
  6. Fix ktlint issue

    adhiamboperes committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5bd5239 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fb890e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adbdbed View commit details
    Browse the repository at this point in the history
  9. Flatten Bg drawable

    adhiamboperes committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4f0c57b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    187726c View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/new-onboarding-screen' into on…

    …boarding-profile-type-screen
    
    # Conflicts:
    #	app/src/main/res/values/component_colors.xml
    #	scripts/assets/test_file_exemptions.textproto
    adhiamboperes committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3d2313c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    352bf33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c39bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    125a408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf1f68f View commit details
    Browse the repository at this point in the history
  5. Fix ktlint failures

    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    eebf64d View commit details
    Browse the repository at this point in the history
  6. Add tests

    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    027d912 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d7980f View commit details
    Browse the repository at this point in the history
  8. Add layout for tablets

    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    312fc38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ccba79 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bc5547 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f31e23d View commit details
    Browse the repository at this point in the history
  12. Merge branch 'new-onboarding-screen' of github.com:oppia/oppia-androi…

    …d into onboarding-profile-type-screen
    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3e6c7b3 View commit details
    Browse the repository at this point in the history
  13. Fix formatting

    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f1d9092 View commit details
    Browse the repository at this point in the history
  14. Fix failing test

    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3e2166e View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'upstream/onboarding-profile-type-screen…

    …' into create-profile-screen
    
    # Conflicts:
    #	app/src/main/AndroidManifest.xml
    #	app/src/main/java/org/oppia/android/app/onboardingv2/OnboardingProfileTypeFragmentPresenter.kt
    #	app/src/main/res/values-night/color_palette.xml
    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fc452fc View commit details
    Browse the repository at this point in the history
  16. Fix failing test

    adhiamboperes committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    98fcfe6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ccca3a4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5d052e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    ff6488b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae1afd View commit details
    Browse the repository at this point in the history
  3. Add navigation to intro activity

    Pass the nickname as argument to avoid needing to fetch the profile information via live data
    adhiamboperes committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b2c9a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94329f0 View commit details
    Browse the repository at this point in the history
  5. Create tablet layouts

    adhiamboperes committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8a07fdd View commit details
    Browse the repository at this point in the history
  6. Add tests

    adhiamboperes committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b708f88 View commit details
    Browse the repository at this point in the history
  7. Ktlint errors

    adhiamboperes committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8aa9320 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3b4e235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7935e1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'new-onboarding-screen' of github.com:oppia/oppia-androi…

    …d into new-onboarding-screen
    adhiamboperes committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b722e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f7e355 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    b411179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad32c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7345107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30b26e0 View commit details
    Browse the repository at this point in the history
  5. Remove space

    adhiamboperes committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2c10cd2 View commit details
    Browse the repository at this point in the history
  6. Fix failing test

    adhiamboperes committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3d7cf86 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

    adhiamboperes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4f53fb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70fac4a View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    adhiamboperes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8d5c408 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73874b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9547f8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd54544 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16c9a97 View commit details
    Browse the repository at this point in the history
  9. Fix ktlint

    adhiamboperes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0ea7456 View commit details
    Browse the repository at this point in the history
  10. Fix ktlint

    adhiamboperes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    076c7f0 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'onboarding-profile-type-screen' into create-profile-screen

    # Conflicts:
    #	app/src/main/res/values/styles.xml
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/OnboardingProfileTypeFragmentTest.kt
    adhiamboperes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ca2fbfe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab2ee84 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2bc62d View commit details
    Browse the repository at this point in the history
  14. Fix tests

    adhiamboperes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8e5ac97 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    827afae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    114ae78 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fde105c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    01c45af View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    0bdd447 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/onboarding-profile-type-screen…

    …' into create-profile-screen
    adhiamboperes committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1a4ae23 View commit details
    Browse the repository at this point in the history
  3. Fix missing kdoc

    adhiamboperes committed May 24, 2024
    Configuration menu
    Copy the full SHA
    497d35b View commit details
    Browse the repository at this point in the history
  4. Fix kdoc

    adhiamboperes committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9dcf007 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'create-profile-screen' into onboarding-learner-intro-sc…

    …reen
    
    # Conflicts:
    #	app/src/main/java/org/oppia/android/app/onboardingv2/CreateProfileFragmentPresenter.kt
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/CreateProfileFragmentTest.kt
    adhiamboperes committed May 24, 2024
    Configuration menu
    Copy the full SHA
    72ee395 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Sync and polish UI

    adhiamboperes committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5452751 View commit details
    Browse the repository at this point in the history
  2. Flatten Layout

    adhiamboperes committed May 25, 2024
    Configuration menu
    Copy the full SHA
    1031657 View commit details
    Browse the repository at this point in the history
  3. Fix ktlint

    adhiamboperes committed May 25, 2024
    Configuration menu
    Copy the full SHA
    acc6067 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 31, 2024

  1. Refactor the dropdown

    adhiamboperes committed May 31, 2024
    Configuration menu
    Copy the full SHA
    05f598d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6565d73 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    d67f5ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c69c15 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/develop' into new-onboarding-s…

    …creen
    
    # Conflicts:
    #	app/src/sharedTest/java/org/oppia/android/app/databinding/BUILD.bazel
    adhiamboperes committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    0a7c600 View commit details
    Browse the repository at this point in the history
  4. Fix ktlint

    adhiamboperes committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    1c0494f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    a8c207a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1172ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4612e6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3451ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6095c54 View commit details
    Browse the repository at this point in the history
  6. Fix unused exemption

    adhiamboperes committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2540989 View commit details
    Browse the repository at this point in the history
  7. Fix failing test

    adhiamboperes committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    65d9f11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bf91c3 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/new-onboarding-screen' into on…

    …boarding-profile-type-screen
    
    # Conflicts:
    #	app/src/main/java/org/oppia/android/app/activity/ActivityComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingFragment.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingFragmentPresenter.kt
    #	scripts/assets/test_file_exemptions.textproto
    adhiamboperes committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    18ba375 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05d05f1 View commit details
    Browse the repository at this point in the history
  11. Added oxford comma

    adhiamboperes committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1067e57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e79b69b View commit details
    Browse the repository at this point in the history
  13. Fix tests

    adhiamboperes committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c694f51 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    12fbcad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f2998 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/onboarding-profile-type-screen…

    …' into create-profile-screen
    
    # Conflicts:
    #	app/src/main/java/org/oppia/android/app/activity/ActivityComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/fragment/FragmentComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingFragment.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingFragmentPresenter.kt
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/OnboardingProfileTypeFragmentTest.kt
    adhiamboperes committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3fe2539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d955011 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7286c86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    787c3f1 View commit details
    Browse the repository at this point in the history
  7. Switch to glide util

    adhiamboperes committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2d895c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26b7f1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e39cd19 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9f4d82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c23baab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90d56c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b11d00f View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'upstream/create-profile-screen' into on…

    …boarding-learner-intro-screen
    
    # Conflicts:
    #	app/src/main/java/org/oppia/android/app/activity/ActivityComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/fragment/FragmentComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/CreateProfileFragmentPresenter.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingFragment.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingFragmentPresenter.kt
    #	app/src/main/res/values/styles.xml
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/CreateProfileFragmentTest.kt
    #	scripts/assets/test_file_exemptions.textproto
    adhiamboperes committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7c34ab9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    b458e19 View commit details
    Browse the repository at this point in the history
  2. Add forward navigation

    adhiamboperes committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1a77d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b542733 View commit details
    Browse the repository at this point in the history
  4. Add navigation tests

    adhiamboperes committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a6ee4f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fac5719 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge remote-tracking branch 'upstream/develop' into new-onboarding-s…

    …creen
    
    # Conflicts:
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingFragmentPresenter.kt
    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f14bbb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea056af View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/onboarding-profile-type-screen…

    …' into create-profile-screen
    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5237f63 View commit details
    Browse the repository at this point in the history
  4. Fix merge conflict

    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3fdf74f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2c244b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b802921 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66b664c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a435c11 View commit details
    Browse the repository at this point in the history
  9. Add textwatcher test

    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3f3b810 View commit details
    Browse the repository at this point in the history
  10. Fix small issues

    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5b3ecba View commit details
    Browse the repository at this point in the history
  11. Fix small issues

    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5b43705 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'create-profile-screen' into onboarding-learner-intro-sc…

    …reen
    
    # Conflicts:
    #	app/src/main/res/values/styles.xml
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/CreateProfileFragmentTest.kt
    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    43274da View commit details
    Browse the repository at this point in the history
  13. Fix merge conflicts

    adhiamboperes committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1d7f954 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    72624f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d9ac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0d0c57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    199447d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Flatten layout

    adhiamboperes committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    33624d7 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    adhiamboperes committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2b10f80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ade253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49586cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d5d438 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41dea0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6a1b24 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'create-profile-screen' into onboarding-learner-intro-sc…

    …reen
    
    # Conflicts:
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/CreateProfileFragmentTest.kt
    adhiamboperes committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    85081cc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'develop' into onboarding-profile-type-screen

    # Conflicts:
    #	scripts/assets/test_file_exemptions.textproto
    adhiamboperes committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1bb7508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e0401f View commit details
    Browse the repository at this point in the history
  3. Fix indent

    adhiamboperes committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2f84098 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'onboarding-profile-type-screen' into create-profile-screen

    # Conflicts:
    #	scripts/assets/test_file_exemptions.textproto
    adhiamboperes committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d979d1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d83378 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'create-profile-screen' into onboarding-learner-intro-sc…

    …reen
    
    # Conflicts:
    #	model/src/main/proto/arguments.proto
    #	scripts/assets/test_file_exemptions.textproto
    adhiamboperes committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3f5c8c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3565b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Merge branch 'develop' into onboarding-profile-type-screen

    # Conflicts:
    #	app/src/main/AndroidManifest.xml
    #	app/src/main/java/org/oppia/android/app/activity/ActivityComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/fragment/FragmentComponentImpl.kt
    #	app/src/main/res/values-night/color_palette.xml
    #	app/src/main/res/values/color_defs.xml
    #	app/src/main/res/values/color_palette.xml
    #	app/src/main/res/values/component_colors.xml
    #	model/src/main/proto/screens.proto
    #	utility/src/main/java/org/oppia/android/util/logging/EventBundleCreator.kt
    adhiamboperes committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    04acfa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223150b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90428af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e248fb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fd9fbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec249d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into create-profile-screen

    # Conflicts:
    #	app/src/main/AndroidManifest.xml
    #	app/src/main/java/org/oppia/android/app/activity/ActivityComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/fragment/FragmentComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/OnboardingProfileTypeFragmentPresenter.kt
    #	app/src/main/res/values-night/color_palette.xml
    #	app/src/main/res/values/color_palette.xml
    #	app/src/main/res/values/component_colors.xml
    #	app/src/main/res/values/strings.xml
    #	app/src/main/res/values/styles.xml
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/OnboardingProfileTypeFragmentTest.kt
    #	model/src/main/proto/screens.proto
    #	scripts/assets/test_file_exemptions.textproto
    #	utility/src/main/java/org/oppia/android/util/logging/EventBundleCreator.kt
    adhiamboperes committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    988ab47 View commit details
    Browse the repository at this point in the history
  8. Fix deprecated api

    adhiamboperes committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    af6ed95 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'create-profile-screen' into onboarding-learner-intro-sc…

    …reen
    
    # Conflicts:
    #	app/src/main/res/values/color_defs.xml
    #	app/src/main/res/values/color_palette.xml
    #	model/src/main/proto/screens.proto
    adhiamboperes committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    53e7b9b View commit details
    Browse the repository at this point in the history
  10. Fix kdoc

    adhiamboperes committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    05d02c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce9660d View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' into onboarding-learner-intro-screen

    # Conflicts:
    #	app/src/main/AndroidManifest.xml
    #	app/src/main/java/org/oppia/android/app/activity/ActivityComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/fragment/FragmentComponentImpl.kt
    #	app/src/main/java/org/oppia/android/app/onboarding/CreateProfileFragmentPresenter.kt
    #	app/src/main/res/values-night/color_palette.xml
    #	app/src/main/res/values/color_palette.xml
    #	app/src/main/res/values/component_colors.xml
    #	app/src/main/res/values/strings.xml
    #	app/src/main/res/values/styles.xml
    #	app/src/sharedTest/java/org/oppia/android/app/onboarding/CreateProfileFragmentTest.kt
    #	model/src/main/proto/screens.proto
    #	scripts/assets/test_file_exemptions.textproto
    #	utility/src/main/java/org/oppia/android/util/logging/EventBundleCreator.kt
    adhiamboperes committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b4aec16 View commit details
    Browse the repository at this point in the history