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

Add cleartext traffic check #122

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    38b32cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bde41 View commit details
    Browse the repository at this point in the history
  3. Update build.gradle

    akindofyoga authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d62d286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b19a353 View commit details
    Browse the repository at this point in the history
  5. Fixed dependency

    akindofyoga committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    378f5dd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Requested changes

    akindofyoga committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    553e0d3 View commit details
    Browse the repository at this point in the history
  2. Change substring check

    akindofyoga committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    ba1b350 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Fix hostname

    akindofyoga committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    07d43d7 View commit details
    Browse the repository at this point in the history
  2. Change url passed to java.net.URL to start with http:.

    It throws an exception when the URL starts with `ws:.
    akindofyoga committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    ae20e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43fc467 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    0b1cf9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb1ba07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adffa2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19ee487 View commit details
    Browse the repository at this point in the history
  5. Update build.gradle

    akindofyoga authored May 8, 2020
    Configuration menu
    Copy the full SHA
    686c977 View commit details
    Browse the repository at this point in the history
  6. Fix Android dependency.

    It looks like the version of this cannot be specified separately
    
    OkHttp specifies this in a single string. See here:
    https://github.com/square/okhttp/blob/68241851c197a67cdcdd0e150e239f55d1e556f4/build.gradle#L28
    akindofyoga committed May 8, 2020
    Configuration menu
    Copy the full SHA
    c64c970 View commit details
    Browse the repository at this point in the history