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

Android P compatibility changes #350

Merged
merged 4 commits into from
Jul 27, 2018
Merged

Android P compatibility changes #350

merged 4 commits into from
Jul 27, 2018

Commits on Jul 26, 2018

  1. fix: make strictmode class name check case insensitive

    In the latest P preview, the android.os.strictmode class name is all lower case. This change updates
    the check to be case insensitive
    fractalwrench committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    a90b00f View commit details
    Browse the repository at this point in the history
  2. test: update strictmode test assertion for P

    The strictmode exception message for P changed so that it doesn't include the policy violation code,
    meaning we are unable to parse the necessary information. This updates the test to ensure that we
    gracefully fallback to providing null as the description.
    fractalwrench committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    3697131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36df875 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

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