wuhelong

Results 6 issues of wuhelong

@Override public AuthorizationCodeTokenRequest newTokenRequest(String authorizationCode) { return new LenientAuthorizationCodeTokenRequest(getTransport(), getJsonFactory(), new GenericUrl(getTokenServerEncodedUrl()), authorizationCode) .setClientAuthentication(getClientAuthentication()) .setScopes(getScopes()) .setRequestInitializer( new HttpRequestInitializer() { @Override public void initialize(HttpRequest request) throws IOException { //NullPointerException If do...

Side menu subviews can use full width, using Safe Area. This simplifies the Side Menu layout.

Support ETag based update check Limit the number of download tasks running at the same time to avoid a large amount of memory usage due to the inability of data...

Avoid a possible exception It happens when scrolling fast