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#3146 : Create a generic utility for filtering enums #5529

Merged
merged 26 commits into from
Nov 16, 2024

Commits on Sep 6, 2024

  1. This commit contains enum filter which is a generic utility for filte…

    …ring enums . I have changed the following files UserTypeitemsViewModel , PerformancemetricsController and TopicLessonsFragmentPresenter.The function i made is filterByEnumCondition - This function is used to filter thelist of items based on the enum condition.
    whyash8 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9b55f71 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Oct 12, 2024

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

Commits on Oct 13, 2024

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

Commits on Oct 18, 2024

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

Commits on Oct 19, 2024

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

Commits on Oct 23, 2024

  1. update regarding bazel

    whyash8 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    65f92a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e35ba View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. The changes done in the PR which were asked to be done for eg. adding…

    … spaces and naming it variable
    whyash8 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    828080e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    222cf89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df49e49 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. changes in bazel as told

    whyash8 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0f95f28 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    424945d View commit details
    Browse the repository at this point in the history
  2. changes

    whyash8 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8c9b272 View commit details
    Browse the repository at this point in the history
  3. some changes

    whyash8 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b772d24 View commit details
    Browse the repository at this point in the history
  4. removed some spaces

    whyash8 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d54c6aa View commit details
    Browse the repository at this point in the history
  5. changes to solve some errors

    whyash8 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b531f4a View commit details
    Browse the repository at this point in the history
  6. some changes

    whyash8 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d10a599 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    b4842e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59f243 View commit details
    Browse the repository at this point in the history
  3. Update utility/src/main/java/org/oppia/android/util/enumfilter/EnumFi…

    …lterUtil.kt
    
    Co-authored-by: Adhiambo Peres <[email protected]>
    whyash8 and adhiamboperes authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e7a0e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68665b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 15, 2024

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