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

Video output controller profile #41

Merged
merged 19 commits into from
May 24, 2024
Merged

Commits on May 17, 2024

  1. Normalize line endings

    miguelguzmanr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e530380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b38cdb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    10d6ef2 View commit details
    Browse the repository at this point in the history
  3. Make RemapButtonDialog more consistent

    More consistent with other dialogs
    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1d2c168 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e6777 View commit details
    Browse the repository at this point in the history
  5. Update MainUiModel.kt

    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    087a1d6 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary state update

    Current vibration is already fetched in method vibrationClicked()
    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    66a9fc7 View commit details
    Browse the repository at this point in the history
  7. Add setting for external display override

    - Closes #34
    - Requires further testing
    - Should work on supported Retroid devices
    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c051961 View commit details
    Browse the repository at this point in the history
  8. Name refactoring

    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    95446c6 View commit details
    Browse the repository at this point in the history
  9. Fix external display override enabled

    Fix external display override always disabled by default
    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0cdddfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c852cc9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    964f663 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    992314e View commit details
    Browse the repository at this point in the history
  13. Finish name refactoring

    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    27cb247 View commit details
    Browse the repository at this point in the history
  14. Fix check in accessibility service

    Fix: while setting is on, accessibility service will ignore application-specific controller & trigger overrides
    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a0d24c6 View commit details
    Browse the repository at this point in the history
  15. Fix remove observer

    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8cc854e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a54ab4 View commit details
    Browse the repository at this point in the history
  17. Fix check in accessibility service (2)

    i forgor
    miguelguzmanr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    592ee3c View commit details
    Browse the repository at this point in the history