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

Ensure that Presenters do not depend on other presenters. #3618

Merged
merged 16 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    f2ca3c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac481a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f99081f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9e4963 View commit details
    Browse the repository at this point in the history
  5. Remove dependencies to other presenters from PreferencesRootPresenter.

    Also do some renaming since DirectLogoutPresenter interface can be removed.
    bmarty committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a100676 View commit details
    Browse the repository at this point in the history
  6. Remove dependencies to other presenters to FullScreenIntentPermission…

    …sPresenter.
    
    Also do some renaming since FullScreenIntentPermissionsPresenter interface can be removed.
    bmarty committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    241dae1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8db9c22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9772535 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a7de7c View commit details
    Browse the repository at this point in the history
  10. Remove dependencies to other presenters to RoomMembersModerationPrese…

    …nter.
    
    Move canDisplayModerationActions from presenter API to the state it emits.
    bmarty committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2e5450c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d744e07 View commit details
    Browse the repository at this point in the history
  12. Cleanup

    bmarty committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6cfebc1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25e5fde View commit details
    Browse the repository at this point in the history
  14. Remove FakeLeaveRoomPresenter

    bmarty committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    792bc25 View commit details
    Browse the repository at this point in the history
  15. Use backgroundScope

    bmarty committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b60d7ba View commit details
    Browse the repository at this point in the history
  16. Remove unused import.

    bmarty committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d390b4f View commit details
    Browse the repository at this point in the history