AndroidAsync icon indicating copy to clipboard operation
AndroidAsync copied to clipboard

Fix all but 1 lint warnings

Open rjbrock opened this issue 8 years ago • 3 comments

  • Bring target sdk and build tools to current version

rjbrock avatar Jan 03 '17 02:01 rjbrock

I did not suppress the TrulyRandom warning ../../src/com/koushikdutta/async/AsyncSSLSocketWrapper.java:388: Potentially insecure random numbers on Android 4.3 and older. Read https://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html for more info.

I dont see where this method is using random numbers, but I feel like this is to dangerous to ignore here.

rjbrock avatar Jan 03 '17 02:01 rjbrock

@rjbrock try rebasing?

elevenfive avatar Apr 08 '17 19:04 elevenfive

@elevenfive done

rjbrock avatar Apr 12 '17 02:04 rjbrock