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

ViewBinding Migration #629

Merged
merged 35 commits into from
Oct 7, 2024
Merged

ViewBinding Migration #629

merged 35 commits into from
Oct 7, 2024

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    845de03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bb12c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25d77a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12c958b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c875a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c32fcf View commit details
    Browse the repository at this point in the history
  7. Warning Cleaning

    baronhsieh2005 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a48af7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2027003 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1aaa409 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    267ed8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cdd415 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b627ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9197ca1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. linting

    baronhsieh2005 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1a8b9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72eb287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa9f315 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a94c82 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Created ViewModels Folder (So it won't be too chaotic when I migrate …

    …homeAdapter to viewBinding) and GsrBuildingAdapter viewBinding implementation
    baronhsieh2005 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2728e00 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. HomeAdapter Viewbinding implementation and ViewHolder creation (actua…

    …l crash out worthy debug session)
    baronhsieh2005 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bf5e339 View commit details
    Browse the repository at this point in the history
  2. DiningSettingsAdapter and SupportAdapter viewBinding implementation (…

    …why does diningsettings use views from laundry lmao)
    baronhsieh2005 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    104f3bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d85df72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c4db65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a956a6c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 6, 2024

  1. DiningHolder Redundant Internet Connectivity fix and HomeFragment aut…

    …o-refresh implmentation in onResume so we don't need to manually hide the no internet view on PottruckFragment
    baronhsieh2005 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b852b20 View commit details
    Browse the repository at this point in the history
  2. Tweaked PennCourseAlertManageAlertsFragment so we don't directly call…

    … the switches as the fragment has no access to the layout anymore (and also how do we even access PennCourseAlerts?)
    baronhsieh2005 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4f0fefe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e197865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8052333 View commit details
    Browse the repository at this point in the history
  5. loadingPanel and noResults fixes s.t they can be accessed directly by…

    … binding instead of findviewbyid
    baronhsieh2005 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c7bce3b View commit details
    Browse the repository at this point in the history
  6. HomeAdapter modifications such that Calendar, Dining, and Laundry cel…

    …ls can have their own viewholders
    baronhsieh2005 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    3647511 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5686b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a368dd View commit details
    Browse the repository at this point in the history