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: Implement BroadcastReceiver to start activity from TileService #424

Commits on Feb 3, 2024

  1. Implement BroadcastReceiver to start activity from TileService

    To resolve the UnsupportedOperationException when starting an activity directly from TileService, this commit introduces a BroadcastReceiver as an intermediary. This approach aligns with Android's best practices for inter-component communication and ensures a smoother user experience by avoiding unexpected interruptions from Quick Settings tiles.
    Muraino Yakubu committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    cfcb9b4 View commit details
    Browse the repository at this point in the history
  2. formatted the file

    Muraino Yakubu committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    4d7f9ef View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    bd97211 View commit details
    Browse the repository at this point in the history
  2. updated exportation to false

    muryno committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    db41e70 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. remove broadcast receiver

    muryno committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fc4b613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca94f70 View commit details
    Browse the repository at this point in the history
  3. reformatted the code

    muryno committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    cf0e392 View commit details
    Browse the repository at this point in the history